blt4linux / blt4l

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

Game crash when someone try join #104

Closed Kazenin closed 6 years ago

Kazenin commented 6 years ago

Follow the traceback

Lua runtime error: [string "lib/network/base/networkpeer.lua"]:2196: attempt to index local 'unit' (a nil value)

stack traceback:
    [string "lib/network/base/networkpeer.lua"]:2196: in function 'spawn_unit'
    [string "lib/network/base/hostnetworksession.lua"]:711: in function '_spawn_dropin_player'
    [string "lib/network/base/hostnetworksession.lua"]:690: in function 'chk_spawn_member_unit'
    [string "lib/network/base/handlers/connectionnetworkha..."]:629: in function <[string "lib/network/base/handlers/connectionnetworkha..."]:599>
RomanHargrave commented 6 years ago

Appears to be an issue in the base game. Do you have any mods installed?

Kazenin commented 6 years ago

Hey @RomanHargrave

I am using these mods:

Assault States Beardlib Better Bots Keepers SydneyHUD blt networking fix Linux IO compat

RomanHargrave commented 6 years ago

Can you please try without Beardlib & any mods that depend on it?

If that doesn't fix it, can you go through and disable mods (test after each change) until the problem goes away?

If it was beardlib related, let me know and then open an issue with beardlib.

Otherwise, let me know which mod was causing the issue.

If none of the mods are causing the issue, could you attach your base mod folder to the issue?

Kazenin commented 6 years ago

Hello @RomanHargrave Beardlib issues does not generate log files, idk. Removing beardlib the crash issue is solved.