AtomicStryker's Battle Towers

AtomicStryker's Battle Towers

23M Downloads

Game crashes when beginning to break

Camawama opened this issue ยท 15 comments

commented

Game crashes when breaking a block. here is the report.

crash-2023-02-11_23.03.36-client.txt

commented

282aa05

I have pushed a concurrency fix into the tick hook, but this should not be happening in the first place. I suspect you have another mod causing this, and will probably run into other issues now...

Multi Mine 1.18.4 is pushed to curse

commented

Thank you, I will give it another test!

commented

It it working fine now!

commented

Good to hear

commented

Ah, i am a fool, it is not another mod causing this concurrency but myself. MC now does packet handling async, which means i have to synchronize the packets or else this happens ...

51e992f
57eae37

Pushed new versions for 1.18 and 1.19.3 to curse

commented

Alright, I'm back again to report that it's still broken. Appears to only cause a crash while in singleplayer though!

crash-2023-02-14_10.13.21-client.txt

latest.log

commented

You have got to be the most efficient dev out there, my issues are never resolved this fast! Thank you :D

commented

Now wait, It's once again not working...why is it random??

commented

Same stack trace?

commented

Sorry, let me send the logs and stuff again. (Also, I've had no issues server-side and the client doesn't even crash on the server).

image

crash-2023-02-15_10.08.10-client.txt

latest.log

commented

OK! So i've asked in the forge discord for higher wisdom and got told i am missing a logical side check (client/server), and this may have worked in older Forge versions because of a bug, and doesnt work anymore. This might explain why i never saw your crash in my testing. I have updated the forge versions for 1.18 and 1.19, added the logical side check, tested it in my singleplayer, and pushed new versions to curse
6f86ab6
bbdb54a

commented

I tested it singleplayer and multiplayer and am happy to report that it's all working perfectly! Thank you !!!

commented

1.19.2.3 will certainly do (its the one from march for 1.19.2)
https://legacy.curseforge.com/minecraft/mc-mods/multi-mine/files

commented

any chances this will work in 1.19.2?

commented

i tried it before, but couldn't be bothered enough to find this issue again
it works like a charm, thanks!