Project Zomboid

Project Zomboid

[B42] UH-1B 直升机模组
SYAMPANG 1 月 19 日 上午 1:55
bug report
seeing white square
< >
正在显示第 1 - 15 条,共 19 条留言
Phade 1 月 19 日 上午 2:14 
Same here.
SYAMPANG 1 月 19 日 上午 3:17 
it is seems like parking lot right?? lol
User  [开发者] 1 月 19 日 上午 4:02 
Do you mean something like this?
https://imgur.com/U6vYjw6
Wesch 1 月 19 日 上午 5:53 
Also have this problem looks like this: https://imgur.com/a/aKNg4Ac
SYAMPANG 1 月 19 日 上午 6:04 
引用自 User
Do you mean something like this?
https://imgur.com/U6vYjw6
yes!!!!!!!!!!!!!!!!!!!!!!!
SYAMPANG 1 月 19 日 上午 6:04 
引用自 Wesch
Also have this problem looks like this: https://imgur.com/a/aKNg4Ac
same
User  [开发者] 1 月 19 日 上午 7:05 
I think it might be something with the shader.
I’ve made a quick update. Please let me know if the issue is resolved, as it’s hard for me to test blindly since it doesn’t happen for everyone.
Wesch 1 月 19 日 上午 11:51 
@User the problem is still here for me
https://imgur.com/a/Zwa93iA
User  [开发者] 1 月 19 日 下午 1:21 
引用自 Wesch
@User the problem is still here for me
https://imgur.com/a/Zwa93iA
Can you list which other mods you're using on this save?
Wesch 1 月 19 日 下午 1:56 
引用自 User
引用自 Wesch
@User the problem is still here for me
https://imgur.com/a/Zwa93iA
Can you list which other mods you're using on this save?

https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?edit=true&id=3386890074
Wesch 1 月 20 日 上午 8:32 
@User i tried playing it without any mods except this one and War Thunder Vehicle Library and its still occuring.

I don't have this problem with the other heli mods only this one.
User  [开发者] 1 月 23 日 下午 12:06 
This issue should now be resolved. Please confirm.
Wesch 1 月 23 日 下午 4:31 
can confirm is fixed
Quilava 1 月 25 日 下午 8:57 
In my new run, i get to the Airport to find the heli, but i get this error and no heli spawn there, you may want to check it out or i would waste my run and get no heli spawn at all

`function: SpawnVehicle -- file: VehicleSpawnDataSet.lua line # 25 | MOD: WarThunderVehicleLibrary
function: SpawnNew -- file: VehicleSpawnDataSet.lua line # 74 | MOD: WarThunderVehicleLibrary
function: onClientCommand -- file: VehicleSpawnDataSet.lua line # 116 | MOD: WarThunderVehicleLibrary
java.lang.RuntimeException: attempted index: repair of non-table: null
at se.krka.kahlua.vm.KahluaThread.tableget(KahluaThread.java:1667)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:624)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:173)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1963)
at se.krka.kahlua.vm.KahluaThread.pcallvoid(KahluaThread.java:1790)
at se.krka.kahlua.integration.LuaCaller.pcallvoid(LuaCaller.java:66)
at se.krka.kahlua.integration.LuaCaller.protectedCallVoid(LuaCaller.java:139)
at zombie.Lua.Event.trigger(Event.java:81)
at zombie.Lua.LuaEventManager.triggerEvent(LuaEventManager.java:458)
at zombie.spnetwork.SinglePlayerServer.receiveClientCommand(SinglePlayerServer.java:206)
at zombie.spnetwork.SinglePlayerServer.mainLoopDealWithNetData(SinglePlayerServer.java:160)
at zombie.spnetwork.SinglePlayerServer.update(SinglePlayerServer.java:148)
at zombie.GameWindow.logic(GameWindow.java:293)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:76)
at zombie.GameWindow.frameStep(GameWindow.java:921)
at zombie.GameWindow.run_ez(GameWindow.java:814)
at zombie.GameWindow.mainThread(GameWindow.java:615)
at java.base/java.lang.Thread.run(Unknown Source)
`
Phade 1 月 26 日 下午 6:58 
引用自 Quilava
In my new run, i get to the Airport to find the heli, but i get this error and no heli spawn there, you may want to check it out or i would waste my run and get no heli spawn at all

`function: SpawnVehicle -- file: VehicleSpawnDataSet.lua line # 25 | MOD: WarThunderVehicleLibrary
function: SpawnNew -- file: VehicleSpawnDataSet.lua line # 74 | MOD: WarThunderVehicleLibrary
function: onClientCommand -- file: VehicleSpawnDataSet.lua line # 116 | MOD: WarThunderVehicleLibrary
java.lang.RuntimeException: attempted index: repair of non-table: null
at se.krka.kahlua.vm.KahluaThread.tableget(KahluaThread.java:1667)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:624)
at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:173)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1963)
at se.krka.kahlua.vm.KahluaThread.pcallvoid(KahluaThread.java:1790)
at se.krka.kahlua.integration.LuaCaller.pcallvoid(LuaCaller.java:66)
at se.krka.kahlua.integration.LuaCaller.protectedCallVoid(LuaCaller.java:139)
at zombie.Lua.Event.trigger(Event.java:81)
at zombie.Lua.LuaEventManager.triggerEvent(LuaEventManager.java:458)
at zombie.spnetwork.SinglePlayerServer.receiveClientCommand(SinglePlayerServer.java:206)
at zombie.spnetwork.SinglePlayerServer.mainLoopDealWithNetData(SinglePlayerServer.java:160)
at zombie.spnetwork.SinglePlayerServer.update(SinglePlayerServer.java:148)
at zombie.GameWindow.logic(GameWindow.java:293)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:76)
at zombie.GameWindow.frameStep(GameWindow.java:921)
at zombie.GameWindow.run_ez(GameWindow.java:814)
at zombie.GameWindow.mainThread(GameWindow.java:615)
at java.base/java.lang.Thread.run(Unknown Source)
`

Hello! I solved this with a similar mod (the little bird) by simply changing my load order.

Make sure the War thunder library is ABOVE the helicopter mod in the load order.
< >
正在显示第 1 - 15 条,共 19 条留言
每页显示数: 1530 50