jss2a98aj / NotFine

Extra video settings for Minecraft 1.7.10 implemented with Mixins
Other
35 stars 11 forks source link

The game crashes at startup #25

Closed Omgise closed 6 months ago

Omgise commented 7 months ago

fml-client-latest.log crash-2024-04-19_06.03.30-client.txt

jss2a98aj commented 7 months ago

Can you upload the full log? There are likely Mixin conflicts with another mod causing it, but I cannot see those from the crash report alone.

Omgise commented 7 months ago

fml-client-latest.log fml-junk-earlystartup.log latest.log

jss2a98aj commented 7 months ago

Setting B:RENDER_HOOK_COMPAT_MODE=true and B:OCCLUSION_TWEAKS=false in FalseTweaks should fix that crash.

I do plan to fix compatibility with FalseTweaks occlusion tweaks at some point.

Omgise commented 7 months ago

The game still crashes after the setup fml-junk-earlystartup.log latest.log fml-client-latest.log

jss2a98aj commented 7 months ago

I am still seeing Redirect conflict. Skipping mixins.falsetweaks.json:client.occlusion.RenderGlobalMixin from mod falsetweaks which should not be the case with it off. Unless something is forcing it back on at runtime I don't think B:OCCLUSION_TWEAKS=false was set before that launch.

Omgise commented 7 months ago

I reset it, now the game does not crash, thank you.

Omgise commented 7 months ago

But on entering the world there is a new crash fml-client-latest.log fml-junk-earlystartup.log latest.log

jss2a98aj commented 7 months ago

Can you try setting B:fixRenderersWorldLeak=false in Hodgepodge?

Omgise commented 7 months ago

Still crashes after setting fml-junk-earlystartup.log latest.log fml-client-latest.log

jss2a98aj commented 7 months ago

Hodgepodge fixRenderersWorldLeak was just getting caught in the exception and is fine to turn back on. The crash does involve the particle EffectRenderer though.

The only new thing making changes to the EffectRenderer is the MCPatcher Forge better skies module. Can you try turning it off in the config?

Omgise commented 7 months ago

Closing the better skies module worked and there are no crashes now. image

Omgise commented 7 months ago

But after a while, the game crashed again with a white screen fml-client-latest.log fml-junk-earlystartup.log latest.log

jss2a98aj commented 7 months ago

There are a lot of mods applying mixins to the things in the stacktrace. It may not be related to NotFine, but it does have some mixin presence in the stacktrace as well. If you can determine the minimum mods needed to replicate the crash it would make it much easier to debug and hopefully fix.

Omgise commented 7 months ago

I found the specific crash mod combination. image fml-client-latest.log fml-junk-earlystartup.log latest.log

jss2a98aj commented 7 months ago

Thank you for narrowing it down. I should be able to find the cause of that issue now.

There is a potentially unrelated problem that I am seeing in this most recent log. FalsePatternLib is failing to open the jar file for a dependency lumina requests. It may be having issues with double width characters in the file path, as it is showing D:/%e6%88%91%e7%9a%84%e4%b8%96%e7%95%8c/ instead of D:/我的世界/ in part of an error print.

Omgise commented 6 months ago

notfine and the latest EFR candidate crashed, and I suspect that notfine's ctm connection texture is causing the problem fml-client-latest.log

jss2a98aj commented 6 months ago

That is something that will be fixed soon, either in EFR or here.

jss2a98aj commented 6 months ago

The next EFR RC should work with the latest release.

Roadhog360 commented 6 months ago

Actually it should work now, my glass pane mixin rewrite addresses the crash from NF's end

Omgise commented 6 months ago

Looks like there's been a weird rendering error

https://github.com/jss2a98aj/NotFine/assets/106000018/b122cbe6-68a0-4449-89c8-9af143bd27ab

Omgise commented 6 months ago

fml-client-latest.log fml-junk-earlystartup.log latest.log

Roadhog360 commented 6 months ago

Separate issue, make a new report please