Campbell Suter
Campbell Suter
@happysmash27 I'd highly recommend just buying a domain name, then (assuming you don't want to run your own email server) pay for mail redirection on it. Won't help now, but...
@sebrk Are you using my unofficial port? If so, go to md5online.com, select SHA-256 and compare the hash against the list of versions on the steam community [discussion page](http://steamcommunity.com/groups/payday-2-vr-mod/discussions/0/2425614361138298439/).
Resolvable via #173
> Can you confirm that the correct launch option for steam is `blt4l %command%` No, it's `LD_PRELOAD="$LD_PRELOAD libblt_loader.so" %command%`. After ensuring that `libblt_loader.so` has been copied to your PAYDAY 2...
Can you check the contents of `mods/logs`, in particular is there a `crash.txt` file and if so, what's it's contents?
That's bizarre. No idea what might be causing it, sorry.
In that case, you probably had an outdated version of BLT in your `PAYDAY 2` directory. No problem if it's working now. RE BeardLib - that's HoloHUD asking to install...
> SBLT builds on all the research that was done to make BLT4L. Not just that, SuperBLT's Linux module is essentially a modified version of BLT4L. > Not than any...
Not exactly this, but a closely related issue: build flags. So far I've determined that `_LIBCPP_BIG_ENDIAN` is set (strange considering X86 is little-endian, though I may be misunderstanding something) -...
`clang` and `g++` seem to handle templates a bit differently, and since their Lua-to-C++ binding appears to make heavy use of them, maybe `g++` didn't work and `clang` did, and...