Skip to content

Fix modoption crash #905

@GoogleFrog

Description

@GoogleFrog
[t=00:00:24.799574][f=-000001] [liblobby] Error: [LuaVFS::Include(synced=false)][loadvfs] file=modoptions.lua status=-1 cenv=false vfsmode=Mmeb File not seen by VFS (missing or in different VFS mode)
[t=00:00:24.799733][f=-000001] [liblobby] Error: [LuaVFS::Include(synced=false)][loadvfs] file=modoptions.lua status=-1 cenv=false vfsmode=Mmeb File not seen by VFS (missing or in different VFS mode)
stack traceback:
	[string "libs/liblobby/lobby/observable.lua"]:51: in function '_PrintError'
	[string "libs/liblobby/lobby/observable.lua"]:43: in function <[string "libs/liblobby/lobby/observable.lua"]:43>
	[C]: in function 'UseArchive'
	[string "LuaMenu/widgets/chobby/components/configuration.lua"]:903: in function 'GetModoptions'
	[string "LuaMenu/Widgets/gui_modoptions_panel.lua"]:723: in function 'LoadModoptions'
	[string "LuaMenu/Widgets/gui_battle_room_window.lua"]:372: in function 'SetupInfoButtonsPanel'
	[string "LuaMenu/Widgets/gui_battle_room_window.lua"]:1840: in function 'InitializeControls'
	[string "LuaMenu/Widgets/gui_battle_room_window.lua"]:2201: in function 'eventListener'
	[string "libs/chiliui/chili/controls/object.lua"]:710: in function 'CallListeners'
	[string "libs/chiliui/chili/controls/object.lua"]:260: in function 'SetParent'
	[string "libs/chiliui/chili/controls/control.lua"]:237: in function 'SetParent'
	...
	[string "libs/liblobby/lobby/interface_shared.lua"]:300: in function '_SocketUpdate'
	[string "libs/liblobby/lobby/interface_shared.lua"]:325: in function 'SafeUpdate'
	[string "libs/liblobby/lobby/interface_shared.lua"]:336: in function <[string "libs/liblobby/lobby/interface_shared.lua"]:336>
	[C]: in function 'xpcall'
	[string "libs/liblobby/lobby/interface_shared.lua"]:336: in function 'Update'
	[string "libs/liblobby/LuaMenu/widgets/api_lobby.lua"]:70: in function <[string "libs/liblobby/LuaMenu/widgets/api_lobby.lua"]:69>
	(tail call): ?
	[C]: in function 'pcall'
	[string "LuaHandler/Utilities/crashHandler.lua"]:50: in function 'f'
	[string "LuaHandler/Utilities/specialCallinHandlers.lua"]:80: in function <[string "LuaHandler/Utilities/specialCallinHandlers.lua"]:76>

message(8).txt

I took some code from BAR chobby recently that purported to read modoptions from the game files. My guess is that it is broken somehow, or perhaps that it crashes if you don't have the game that is being hosted (due to modding).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions