Itskillerluc / gtfo_craft

3 stars 1 forks source link

Turret crash on placement #50

Open Sereath opened 9 months ago

Sereath commented 9 months ago

Small clip with it: https://youtu.be/LXzbDvgfb6c

Modpack used (it's ours): https://www.curseforge.com/minecraft/modpacks/unyielding

No crash logs and nothing shows up in the logs either:

https://gist.github.com/Sereath/d560888ee28abca41f438a7e037968b2

Only this at MultiMC's console: image

The error log generated by MultiMC(?): https://gist.github.com/Sereath/c5a67cb11c16aee64f288b1d7b271d8d

PC specs: Ryzen 7 3700X RX 580

Itskillerluc commented 9 months ago

It’s a JVM crash, which is why it doesn’t have a regular log, very weird that the entire JVM crashes. Do you have some sort of dark gui mod? Couldn’t find one in the mod list, but the issue might be related to that if you have it.

Sereath commented 9 months ago

Oh yeah, I actually have a Dark Theme Mod: https://www.curseforge.com/minecraft/mc-mods/dark-theme-mod

Itskillerluc commented 9 months ago

Could you try doing it without that mod just as a test?

Sereath commented 9 months ago

Sure, I'll try it as soon as I can.

Sereath commented 9 months ago

Unfortunate, even after removing the Dark Theme Mod, I got the same crash.

https://youtu.be/3s8xzsfJntE

Itskillerluc commented 9 months ago

It does mention an error log, could you send that? Make sure the remove any sensitive information, JVM logs have sensitive information in them sometimes.

Sereath commented 9 months ago

Sure thing.

https://gist.github.com/Sereath/8470f98c915f4d2a1c33f2c23a511c0f

Sereath commented 9 months ago

The only other UI mods I can think of are:

https://www.curseforge.com/minecraft/mc-mods/modularui https://www.curseforge.com/minecraft/mc-mods/inventory-bogosorter

I could try without them later today/tomorrow.

Itskillerluc commented 9 months ago

It seems to be a problem with some gl rendering call, make 100% sure you have installed the latest drivers for your gpu, maybe you have some sort of repair inside the app that comes with the gpu (like nvidia has, idk if ryzen has it). It will be very hard to fix either way because I have a nvidia card. The error is some permission problem.

Itskillerluc commented 9 months ago

Just reinstalling your drivers might fix it.

Itskillerluc commented 9 months ago

Could also try running without multimc just to make sure that’s not causing any issues

Sereath commented 9 months ago

Tried with a different launcher but still had the same result:

https://youtu.be/tteyoj3VZLA

https://gist.github.com/Sereath/3d0e0f2b1cdddee119e3f0b52b734d6c

And I actually did a fresh OS install last November. My latest drivers are 23.11.1 (10/17/2023). This is an RX 580, Polaris architecture. It's not always a good idea to always have the very latest drivers with older gens, as things can break. Especially in my case, as nothing else has caused problems so far.

And it's fine, at least this issue can serve as a reference for the future. I'll see what I can try later.

Itskillerluc commented 9 months ago

I have one more idea, after that I have nothing left, this issue is low level, it’s not a problem with my code directly but with some java issue, which I cannot fix sadly. If you are using version 1.1 try version 1.0 (expect it to crash because that version does not work on servers, but if it’s a diff error I’ll take it as a success) and if you are using 1.0 try 1.1. I changed something in the build.gradle which is the only place I could think of causing a JVM crash.

Itskillerluc commented 9 months ago

https://axisvm.eu/docs/access-violation-in-module-atio6axx-dll/ Might actually be worth trying rhe solutions on this page too! Seeing as it’s the exact same problem. Maybe placing the DLL manually helps.

Sereath commented 9 months ago

Will try both things now. Thank you.

Sereath commented 9 months ago

Yeah, at least with this configuration it seems I'm screwed. Same crash on both 1.0 and 1.1, and on a completely new instance.

Haven't tried replacing the file. And well, like I said, it's fine for now. I'll see how it works on another PC I have with a 3060 Ti. Might take some time.

Or I might actually see if I can use other things like the mobs and items for our modpack, turrets for another time.

Edit: For what it's worth, doors crash me in the same way as turrets. Mobs and items are fine.