Banner
Everything Meth
Thumbnail
Downloads13,881
Views33,183
Publish Date3 years ago
Last Updated1 year ago by
Version1.22
Members
Avatar

This seems to interfere with possibly BuildDB/More Skillsets?
Crashing when I change my loadout;

Application has crashed: C++ exception
mods/Everything Meth/lua/antimethspam.lua:17: attempt to index a nil value

SCRIPT STACK

_receive_message() @mods/base/req/core/Hooks.lua:288
receive_message_by_name() lib/managers/chatmanager.lua:75
send_message() lib/managers/chatmanager.lua:49
SendStringThroughChat() @mods/base/req/core/Networking.lua:130
SendToPeers() @mods/base/req/core/Networking.lua:93
SendDownsDataToAll() @mods/Down Counter/menumanager.lua:54
func() @mods/Down Counter/skilltreemanager.lua:4
switch_skills() @mods/base/req/core/Hooks.lua:294
cf_original_multiprofilemanager_loadcurrent() lib/managers/multiprofilemanager.lua:65
original() @mods/Crewfiles/lua/multiprofilemanager.lua:33
load_current() @mods/base/req/core/Hooks.lua:288
set_current_profile() lib/managers/multiprofilemanager.lua:151
callback() @mods/WolfHUD-master/lua/ProfileMenu.lua:96
trigger() core/lib/managers/menu/items/coremenuitem.lua:161
core/lib/managers/menu/coremenulogic.lua:286
_execute_action_queue() core/lib/managers/menu/coremenulogic.lua:54
update() core/lib/managers/menu/coremenulogic.lua:64
update() core/lib/managers/menu/coremenumanager.lua:155
original() lib/managers/menumanagerpd2.lua:20
update() @mods/base/req/core/Hooks.lua:288
original() lib/setups/setup.lua:885
update() @mods/base/req/core/Hooks.lua:288
update() lib/setups/menusetup.lua:358
update() @mods/base/lua/MenuSetup.lua:5
original() core/lib/setups/coresetup.lua:557
@mods/base/req/core/Hooks.lua:288


Callstack:

     payday2_win32_release  (???)     ???                                                 
     payday2_win32_release  (???)     ???                                                 
     payday2_win32_release  (???)     ???                                                 
     payday2_win32_release  (???)     zip_get_name                                        
                     ntdll  (???)     RtlAllocateHeap                                     

Avatar
(Owner)3 years ago(Edited)

Weird. I'll take a look at it, thanks.

Avatar
(Owner)3 years ago(Edited)

According to the crash log, it seems that you have a mod "Down Counter" which hooks into the switch_skills function and then sends a message (basically it sends a message to chat, while on the main menu, when you change loadouts). Everything Meth's anti spam reads the message, tries to access the session you are on (which you're not in, since you're on the main menu), and when it can't it crashes.
While I could add a check for this specific case, a chat message on the main menu shouldn't really happen. You should check if this crash still happens with Down Counter disabled.
Also your Down Counter mod seems to be different from this one, as that one does not have a skilltreemanager.lua file at all. Is it a different mod or are you using a modified version?

Avatar

@Maromalo I believe I am using the one you have linked.

Avatar
(Owner)3 years ago(Edited)

@DerGeizige Please try disabling/deleting it and then changing loadouts, see if the game still crashes. If it doesn't, redownload the mod from that page.

44 961