FalsePattern / FalseTweaks

Multithreaded rendering plus a large collection of improvements, fixes, optimizations and additions to 1.7.10 clients.
https://falsepattern.com/mc
Other
55 stars 5 forks source link

Crash with FalseTweaks, minecraft window flashes for a second and then fades away #164

Open blackkriger opened 5 months ago

blackkriger commented 5 months ago

B:STARTUP_OPTIMIZATIONS set to false B:RENDER_HOOK_COMPAT_MODE set to true B:MIPMAP_FIX set to false B:TE_TRANSPARENCY_FIX set to false (it was so by default) B:TEXTURE_OPTIMIZATIONS set to false

crash-2024-02-11_23.26.03-client.txt

literon36 commented 4 months ago

Exactly the same problem, exactly the same cfg and also same exception. Difference: using PrismLauncher on Linux. Here's my crash log and mod list for completeness sake :) crash.txt mods.txt (I tried disabling FoamFix, Archaic and OaT but nothing changes)

blackkriger commented 4 months ago

@literon36 i found the solution(may not be the best, but still). So, just disable Triangulator module in falsetweaks.cfg and it will load perfectly fine

B:TRIANGULATOR=false

literon36 commented 4 months ago

Tried it as well and it does indeed start and load correctly. Tho turning off triangulator probably loses out on a few nice optimizations qwq