

error with Project : Cell.
Application has crashed: C++ exception
mods/Everything Meth/lua/antimethspam.lua:16: attempt to index a nil value
SCRIPT STACK
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
send_to_peers() @mods/ProjectCellBeta/Lua/Scripts/Network/CellNetValidationAction.lua:64
want_to_sync_state() @mods/ProjectCellBeta/Lua/Scripts/Managers/DramaManager.lua:154
change_drama_state() @mods/ProjectCellBeta/Lua/Scripts/Machines/DramaMachine.lua:413
update_discovered() @mods/ProjectCellBeta/Lua/Scripts/DramaStates/DramaState_Discovered.lua:70
update() @mods/ProjectCellBeta/Lua/Scripts/DramaStates/DramaState_Discovered.lua:59
update_state() @mods/ProjectCellBeta/Lua/Scripts/Utils/Machine/StateMachine.lua:257
update() @mods/ProjectCellBeta/Lua/Scripts/Machines/DramaMachine.lua:439
update_all() @mods/ProjectCellBeta/Lua/Scripts/Utils/Machine/StateMachine.lua:79
update() @mods/ProjectCellBeta/Lua/Scripts/Managers/DramaManager.lua:160
update() @mods/ProjectCellBeta/Lua/Scripts/CellGlobal.lua:152
update() @mods/ProjectCellBeta/Lua/libs/gamesetup.lua:4
update() lib/setups/networkgamesetup.lua:21
core/lib/setups/coresetup.lua:559

Friend of mine managed to bypass the Meth Manager and blow up the lab on Cook Off by spamming Interact on the ingredient inputs. Is there maybe some brief window of time the Manager is failing to catch players?

Reporting a bug with Everything Meth
mods/Everything Meth/lua/dialogmanager.lua:35: attempt to index global 'DialogManager' (a nil value)
stack traceback:
mods/Everything Meth/lua/dialogmanager.lua:35: in main chunk
[C]: in function 'dofile'
mods/base/base.lua:158: in function 'RunHookFile'
mods/base/base.lua:150: in function 'RunHookTable'
mods/base/base.lua:178: in function 'OrigRequire'
mods/BeardLib/Core.lua:374: in function 'require'
[string "lib/setups/gamesetup.lua"]:11: in main chunk
[C]: in function 'require'
mods/base/base.lua:177: in function 'OrigRequire'
mods/BeardLib/Core.lua:374: in function 'require'
[string "lib/setups/networkgamesetup.lua"]:1: in main chunk
[C]: in function 'require'
mods/base/base.lua:177: in function 'OrigRequire'
mods/BeardLib/Core.lua:374: in function 'require'
[string "lib/entry.lua"]:6: in main chunk
[C]: in function 'require'
mods/base/base.lua:177: in function 'OrigRequire'
mods/BeardLib/Core.lua:374: in function 'require'
[string "core/lib/coreentry.lua"]:19: in main chunk

Is there an option to add the floating text that appears in the center of the screen to stay until the ingrediant is added?

What about a host only trolling option? I know there's a mod that stuns players when they put in the wrong ingredient and another that deliberately gives the wrong ingedient to hinder the progress.

This mod is only intended to help you cook. There are other mods (like Meth Failure/Hinderer) that can help you with that.

@Maromalo I've noticed that one. However, I'm not sure if it shocks people when they mess up or not, which I would find funny if it did. If you want to stick with just helping people, that's find. I was just suggesting that as a joke thing, though.

I use helpers too but for those who wanna use it joining pub games, FOR THE LOVE OF GOD PUT THE CHAT MESSAGES IN PRIVATE!!!
one player having it enabled is more than enough, now all players having it enabled spamming which ingredient to add, ingredient added and bath complete a thousand times is annoying af

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

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?

I see why people are giving hate for people new to payday 2 using this, but when I just want to grind infamy and am playing with a loud friend I dont want to have to restart 20 times because bain the master hacker doesnt know how to use google

Don't really care about meth helper part, but anti-spam and blur removal in one package is pretty nice, thanks for your work

Bruh.
Cheatworkshop moment
Delete this.
this mod is literally for people who don't know how to use a keyboard.
cringe