Banner
VanillaHUD Plus (WolfHUD Continued)
Thumbnail
1,239
Downloads298,882
Views598,649
Publish Date6 years ago
Last Updated6 months ago by
Version3.4.0.10
Members
Avatar
test1Owner
Avatar
Bunnie (2)Contributor
Avatar

So, I am having a problem customizing the hud, the settings doesn't appear, the HUD works well, but yeah, can't customize it, maybe an error with my mods? idk, i'm not in the modding scene

Avatar

Try checking mods/logs and search fatal error in the current date txt file

Avatar

@test1 I think i found something, gonna search again later anyways 02:34:00 PM Lua: [VHUDPlus] ERROR: Error while loading, settings file could not be opened (mods/saves/VanillaHUD_v3.json)

Avatar

@seratireal
Try deleting the save file as it's probably corrupt

Avatar

@test1 Still the same, i deleted the file, try again and still no settings, maybe there's something in the logs, let me check

Avatar

Found two fatal errors things in the .txt, but i don't know if it has much to do

01:06:41 PM FATAL ERROR: (C:\projects\payday2-superblt\src\InitiateState.cpp:248) mods/base/req/core/MenuHelper.lua:323: attempt to index local 'menu' (a nil value)
stack traceback:
mods/base/req/core/MenuHelper.lua:323: in function 'AddMultipleChoice'
mods/base/req/core/MenuHelper.lua:711: in function 'func'
mods/base/req/core/Hooks.lua:86: in function 'Call'
mods/base/lua/MenuManager.lua:79: in function '_base_process_menu'
mods/base/lua/MenuManager.lua:54: in function <mods/base/lua/MenuManager.lua:32>
[C]: in function 'pcall'
mods/base/lua/MenuManager.lua:32: in function 'func'
mods/base/req/core/Hooks.lua:86: in function 'Call'
mods/base/lua/MenuManager.lua:5: in function 'func'
mods/base/req/core/Hooks.lua:272: in function 'init'
[string "core/lib/utils/coreclass.lua"]:35: in function 'new'
[string "lib/setups/setup.lua"]:410: in function 'init_managers_original'
mods/VanillaHUD Plus/lua/WaypointsManager.lua:93: in function 'original'
mods/base/req/core/Hooks.lua:264: in function 'init_managers'
[string "lib/setups/menusetup.lua"]:294: in function 'init_managers'
[string "core/lib/setups/coresetup.lua"]:401: in function <[string "core/lib/setups/coresetup.lua"]:295>

     The other one:

01:09:21 PM FATAL ERROR: (C:\projects\payday2-superblt\src\InitiateState.cpp:248) mods/base/req/core/MenuHelper.lua:323: attempt to index local 'menu' (a nil value)
stack traceback:
mods/base/req/core/MenuHelper.lua:323: in function 'AddMultipleChoice'
mods/base/req/core/MenuHelper.lua:711: in function 'func'
mods/base/req/core/Hooks.lua:86: in function 'Call'
mods/base/lua/MenuManager.lua:79: in function '_base_process_menu'
mods/base/lua/MenuManager.lua:55: in function <mods/base/lua/MenuManager.lua:32>
[C]: in function 'pcall'
mods/base/lua/MenuManager.lua:32: in function 'func'
mods/base/req/core/Hooks.lua:86: in function 'Call'
mods/base/lua/MenuManager.lua:5: in function 'func'
mods/base/req/core/Hooks.lua:272: in function 'init'
[string "core/lib/utils/coreclass.lua"]:35: in function 'new'
[string "lib/setups/setup.lua"]:410: in function 'init_managers_original'
mods/VanillaHUD Plus/lua/WaypointsManager.lua:93: in function 'original'
mods/base/req/core/Hooks.lua:264: in function 'init_managers'
[string "lib/setups/gamesetup.lua"]:660: in function 'init_managers'
[string "lib/setups/networkgamesetup.lua"]:10: in function 'init_managers'
[string "core/lib/setups/coresetup.lua"]:401: in function <[string "core/lib/setups/coresetup.lua"]:295>

Avatar

@seratireal
You appear to have a mod that has a broken AddMultipleChoice function
If you search mods/ folders with notepad++ for AddMultipleChoice and list the mods it comes up with

Avatar

@test1 Sorry for the wait, I didn´t know about notepad++, so after downloading it and search that function, I saw thi\SteamLibrary\steamapps\common\PAYDAY 2\mods\base\req\core\MenuHelper.lua (2 hits)
Line 298: function MenuHelper:AddMultipleChoice(multi_data)
Line 711: MenuHelper:AddMultipleChoice({
D:\SteamLibrary\steamapps\common\PAYDAY 2\mods\BeardLib\Classes\Utils\MenuHelperPlus.lua (1 hits)
Line 253: function MenuHelperPlus:AddMultipleChoice(params)
D:\SteamLibrary\steamapps\common\PAYDAY 2\mods\BeardLib\Modules\Utils\OptionModule.lua (1 hits)
Line 510: self._menu_items[option_path] = MenuHelperPlus:AddMultipleChoice(table.merge({
D:\SteamLibrary\steamapps\common\PAYDAY 2\mods\Day & Night Full\Loader.lua (2 hits)
Line 562: MenuHelper:AddMultipleChoice( {
Line 593: MenuHelper:AddMultipleChoice( {
D:\SteamLibrary\steamapps\common\PAYDAY 2\mods\logs\2023_07_09_log.txt (22 hits)
Line 264: mods/base/req/core/MenuHelper.lua:322: in function 'AddMultipleChoice'
Line 282: mods/base/req/core/MenuHelper.lua:323: in function 'AddMultipleChoice'
Line 491: mods/base/req/core/MenuHelper.lua:322: in function 'AddMultipleChoice'
Line 510: mods/base/req/core/MenuHelper.lua:323: in function 'AddMultipleChoice'
Line 681: mods/base/req/core/MenuHelper.lua:322: in function 'AddMultipleChoice'
Line 700: mods/base/req/core/MenuHelper.lua:323: in function 'AddMultipleChoice'
Line 994: mods/base/req/core/MenuHelper.lua:322: in function 'AddMultipleChoice'
Line 1012: mods/base/req/core/MenuHelper.lua:323: in function 'AddMultipleChoice'
Line 1218: mods/base/req/core/MenuHelper.lua:322: in function 'AddMultipleChoice'
Line 1237: mods/base/req/core/MenuHelper.lua:323: in function 'AddMultipleChoice'
Line 1411: mods/base/req/core/MenuHelper.lua:322: in function 'AddMultipleChoice'
Line 1430: mods/base/req/core/MenuHelper.lua:323: in function 'AddMultipleChoice'
Line 1597: mods/base/req/core/MenuHelper.lua:322: in function 'AddMultipleChoice'
Line 1616: mods/base/req/core/MenuHelper.lua:323: in function 'AddMultipleChoice'
Line 1785: mods/base/req/core/MenuHelper.lua:322: in function 'AddMultipleChoice'
Line 1803: mods/base/req/core/MenuHelper.lua:323: in function 'AddMultipleChoice'
Line 2130: mods/base/req/core/MenuHelper.lua:322: in function 'AddMultipleChoice'
Line 2148: mods/base/req/core/MenuHelper.lua:323: in function 'AddMultipleChoice'
Line 2342: mods/base/req/core/MenuHelper.lua:322: in function 'AddMultipleChoice'
Line 2361: mods/base/req/core/MenuHelper.lua:323: in function 'AddMultipleChoice'
Line 2532: mods/base/req/core/MenuHelper.lua:322: in function 'AddMultipleChoice'
Line 2550: mods/base/req/core/MenuHelper.lua:323: in function 'AddMultipleChoice'
D:\SteamLibrary\steamapps\common\PAYDAY 2\mods\VanillaHUD Plus\Core.lua (1 hits)
Line 1392: do -- Copy of MenuHelper:AddMultipleChoice (Without ipairs for options)

Avatar

@seratireal
Try deleting Day & Night Full and redownload it from
https://modworkshop.net/mod/20016

Avatar

@test1 Still the same, maybe it´s another mod, i don´t really know, just saying

25 762