LiteXLoader icon indicating copy to clipboard operation
LiteXLoader copied to clipboard

Crash

Open PTKDrake opened this issue 2 years ago • 4 comments

LL v2.0.3 and LXL v0.5.10, i used a js plugin to cancel lava flow. Crash log: [Crashed!] -- Unhandled Exception in -> ntdll.dll -- Exception Code: 0xC0000374 -- Minidump generated in Directory ./logs/Crash

[TrackBack] Function RtlIsZeroMemory at 0x7FFBBC86BD80 [ntdll.dll] [TrackBack] Function RtlIsZeroMemory at 0x7FFBBC86BD80 [ntdll.dll] [TrackBack] Function _misaligned_access at 0x7FFBBC8747F0 [ntdll.dll] [TrackBack] Function _misaligned_access at 0x7FFBBC8747F0 [ntdll.dll] [TrackBack] Function _misaligned_access at 0x7FFBBC8747F0 [ntdll.dll] [TrackBack] Function RtlGetCurrentServiceSessionId at 0x7FFBBC7875F0 [ntdll.dll] [TrackBack] Function RtlFreeHeap at 0x7FFBBC787500 [ntdll.dll] [TrackBack] Function free_base at 0x7FFBBA2D2170 [ucrtbase.dll] [TrackBack] Function operator delete at 0x7FF742545EA0 [bedrock_server_mod.exe] [TrackBack] Function OperationNode<int,Pos2d>::`vector deleting destructor' at 0x7FF741464B10 [bedrock_server_mod.exe] [TrackBack] Function BlockSource::getChunk at 0x7FF74215D3D0 [bedrock_server_mod.exe] [TrackBack] Function BlockSource::areChunksFullyLoaded at 0x7FF742152520 [bedrock_server_mod.exe] [TrackBack] Function CircuitSystem::evaluate at 0x7FF742237550 [bedrock_server_mod.exe] [TrackBack] Function Dimension::tickRedstone at 0x7FF7421C17D0 [bedrock_server_mod.exe] [TrackBack] Function ServerLevel::tick at 0x7FF7418AF1E0 [bedrock_server_mod.exe] [TrackBack] Function THookTemplate<2929696350043286095,2929696350043286095>::_hook at 0x7FFB3417A650 [LiteXLoader.Js.dll] -- At File D:\a\LiteXLoader\LiteXLoader\LiteXLoader\LiteXLoader\API\EventAPI.cpp : Line 1047 [TrackBack] Function THookTemplate<2929696350043286095,2929696350043286095>::_hook at 0x7FFB326E2080 [LiteXLoader.Lua.dll] -- At File D:\a\LiteXLoader\LiteXLoader\LiteXLoader\LiteXLoader\API\EventAPI.cpp : Line 1047 [TrackBack] Function Schedule::nextTick at 0x7FFB4B1DFC00 [LiteLoader.dll] [TrackBack] Function Minecraft::update at 0x7FF741D1B890 [bedrock_server_mod.exe] [TrackBack] Function ServerInstance::_update at 0x7FF741888E10 [bedrock_server_mod.exe] [TrackBack] Function <lambda_58543e61c869eb14b8c48d51d3fe120b>::operator() at 0x7FF741880330 [bedrock_server_mod.exe] [TrackBack] Function std::thread::_Invoke<std::tuple<<lambda_58543e61c869eb14b8c48d51d3fe120b> >,0> at 0x7FF7418685F0 [bedrock_server_mod.exe] [TrackBack] Function recalloc at 0x7FFBBA2E6BB0 [ucrtbase.dll] [TrackBack] Function BaseThreadInitThunk at 0x7FFBBC5454D0 [KERNEL32.DLL] [TrackBack] Function RtlUserThreadStart at 0x7FFBBC764830 [ntdll.dll]

PTKDrake avatar Dec 23 '21 00:12 PTKDrake

Thanks for your report! I will have a fix for it after my exam😂

yqs112358 avatar Dec 24 '21 00:12 yqs112358

Have you fixed this yet? I see it still appearing at LXL version 0.5.11.

Thanks for your report! I will have a fix for it after my exam😂

PTKDrake avatar Jan 11 '22 13:01 PTKDrake

In which situation it will appear? It is sad that I can't reproduce this question you asked, so it is hard to fix. Can you give some methods?

yqs112358 avatar Jan 11 '22 13:01 yqs112358

I use this code and after a while the server will crash like above. mc.listen("onLiquidFlow", function(from, to) { if(from.type == 'minecraft:lava'){ return false; } });

PTKDrake avatar Jan 11 '22 15:01 PTKDrake