blt4linux / blt4l

PAYDAY 2 SteamOS/Linux LUA loader.
Other
57 stars 14 forks source link

Game crash on start #65

Closed AlexTryHarder closed 7 years ago

AlexTryHarder commented 7 years ago

I download and install blt4l_2.0-pre1_Ubuntu-trusty.tar.xz When trying to start, game just crash instantly.

RomanHargrave commented 7 years ago

Sorry, I wasn't thinking when I released the latest patch. It's dynamically linked against libc++, which you probably don't have installed (and isn't in steamrt). What distro are you on?

AlexTryHarder commented 7 years ago

Ubuntu 17

RomanHargrave commented 7 years ago

See if there's a package with a name containing libc++ or libcxx

---- On Mon, 26 Jun 2017 10:12:27 -0700 notifications@github.com wrote ----

Ubuntu 17

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

AlexTryHarder commented 7 years ago

No i cant find any of them

dribbleondo commented 7 years ago

In the package manager on Mint, I have libc++1, which i'm taking a fairly good guess that's what you're looking for. Also, make sure libcurl is installed too, as that may be needed for the "hooking"

RomanHargrave commented 7 years ago

Yep, watch out for the problem that just came up in #64, though.

---- On Mon, 26 Jun 2017 11:03:48 -0700 notifications@github.com wrote ----

In the package manager on Mint, I have libc++1, which i'm taking a fairly good guess that's what you're looking for.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

Kazenin commented 7 years ago

Well, this problem does not occur on Fedora, only. This is good and bad at same time.

RomanHargrave commented 7 years ago

The problem I'm referring to is directory entry order

AlexTryHarder commented 7 years ago

Installing libc++1 doesn't fix the issue

Kazenin commented 7 years ago

@Crossik9 Did you install clang too ? About libcxx, remember, install the "devel" version. ex. $ sudo apt-get install libc++-dev

RomanHargrave commented 7 years ago

If he's using a prebuilt he doesn't need headers/linker archives

RomanHargrave commented 7 years ago

Try an earlier revision (latest 1.x). If you're waiting on mod_overrides, just hang tight.

AlexTryHarder commented 7 years ago

Packaging Update 1.3-r1-1 works great, thanks!