-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashing in cook off after 5-10 min #10
Comments
I am kinda busy right now. Might have some time in the next few days to fix. Will see. //Edit: Can you provide information at which bag it crashed? |
I don't undestand too much about payday mods but as i can see prob is something with Dialog Event codes (am i wrong ?). I don't know how to get this codes updated but i will see rn which bag (or ingredient) is crashing. |
I could not reproduce it, sorry |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Crash log:
Sun Aug 23 17:26:49 2020
Application has crashed: C++ exception
mods/MethHelper-v1.1.0/lua/MethHelper.lua:126: attempt to concatenate a nil value
SCRIPT STACK
queue_dialog() @mods/MethHelper-v1.1.0/lua/MethHelper.lua:220
queue_narrator_dialog() lib/managers/dialogmanager.lua:99
sync_end_assault() lib/managers/hudmanagerpd2.lua:1127
lib/network/handlers/unitnetworkhandler.lua:2897
=================================================
Sun Aug 23 17:32:19 2020
Application has crashed: C++ exception
mods/MethHelper-v1.1.0/lua/MethHelper.lua:126: attempt to concatenate a nil value
SCRIPT STACK
queue_dialog() @mods/MethHelper-v1.1.0/lua/MethHelper.lua:220
queue_narrator_dialog() lib/managers/dialogmanager.lua:99
sync_start_assault() lib/managers/hudmanagerpd2.lua:1112
lib/network/handlers/unitnetworkhandler.lua:2887
==============================================
I'm using Gurkoel's fork.
Line 126: Line 126: managers.chat:send_message(1, '[SilentMethMagic]', '[' .. countAddedIngredients(currentRecipeList) .. '/3] [' .. ingredient_dialog[id] .. ']', Color.green)
The text was updated successfully, but these errors were encountered: