饥荒联机版

饥荒联机版

BetterNightVision
此主题已被锁定
Rockou_  [开发者] 2019 年 5 月 17 日 上午 9:23
Bugs / Crashs
If you find any bugs, causing crash please report them here.

Thread closed, use mod comments -
最后由 Rockou_ 编辑于; 2024 年 12 月 20 日 下午 6:14
< >
正在显示第 1 - 9 条,共 9 条留言
Fuzzy_Waffle 2019 年 6 月 28 日 上午 10:36 
To fix the game crashing when pressing button in menu problem add this to the beginning of your toggle function: if _G.ThePlayer == nil then return else (all your function stuff goes here) end. The return forces the function to stop at that point so it won't attempt to index a nil value and the game shouldn't crash any more.
Rockou_  [开发者] 2019 年 6 月 28 日 上午 11:03 
引用自 ;1639789306547996867
To fix the game crashing when pressing button in menu problem add this to the beginning of your toggle function: if _G.ThePlayer == nil then return else (all your function stuff goes here) end. The return forces the function to stop at that point so it won't attempt to index a nil value and the game shouldn't crash any more.
Thanks, I'll work on that now for both mod version
XhRebirth 2019 年 8 月 16 日 上午 5:44 
the game crashes if you have this mod and try to go on a boat not sure why
最后由 XhRebirth 编辑于; 2019 年 8 月 16 日 上午 5:44
Rockou_  [开发者] 2019 年 8 月 16 日 上午 11:51 
引用自 XhRebirth
the game crashes if you have this mod and try to go on a boat not sure why
have you tried the BETA fix of this mod?
Fuzzy_Waffle 2019 年 8 月 16 日 上午 11:54 
The beta is now live. The one-line fix of the beta version seems to work in live. Might as well just update one and delete the other.
Rockou_  [开发者] 2019 年 8 月 16 日 上午 11:56 
引用自 Fuzzy Waffle
The beta is now live. The one-line fix of the beta version seems to work in live. Might as well just update one and delete the other.
it is? im going to work on that now
cutlass 2024 年 3 月 27 日 下午 12:28 
Crashes on latest update:

[00:04:12]: [string "scripts/widgets/scrapmonocleover.lua"]:23: attempt to call method 'HasScrapMonoleVision' (a nil value)
LUA ERROR stack traceback:
scripts/widgets/scrapmonocleover.lua:23 in (field) _ctor (Lua) <3-27>
scripts/class.lua:191 in (upvalue) ScrapMonocleOver (Lua) <181-194>
scripts/screens/playerhud.lua:175 in (method) CreateOverlays (Lua) <96-220>
scripts/screens/playerhud.lua:742 in (method) SetMainCharacter (Lua) <735-769>
scripts/prefabs/player_common.lua:713 in (upvalue) ActivateHUD (Lua) <703-714>
scripts/prefabs/player_common.lua:979 in (local) fn (Lua) <950-998>
scripts/entityscript.lua:1181 in (method) PushEvent (Lua) <1168-1195>
scripts/mainfunctions.lua:529 in () ? (Lua) <526-531>
Rockou_  [开发者] 2024 年 3 月 28 日 下午 5:46 
ive uploaded a version that no longer overrides the playervision component, it should work fine now and be more robust to future updates
< >
正在显示第 1 - 9 条,共 9 条留言
每页显示数: 1530 50