spoorn / sodium-forge

A Fabric..... I mean Forge mod designed to improve frame rates and reduce micro-stutter
GNU Lesser General Public License v3.0
28 stars 8 forks source link

Game Crash On startup #50

Closed potential1energy closed 3 years ago

potential1energy commented 3 years ago

I have No Idea why but every time I start my game It will just crash. I don't know what mod is causing the problem and I would like to know. Sodium Works by itself on the same forge version.

here is log because no crash report was generated https://gist.github.com/potential1energy/aac0f90371271835b80ade1daed771bb

and mod list https://gist.github.com/potential1energy/96a2932b6e327a87ac724b235b9446f0

DoctorMeta commented 3 years ago

You should read the compatibility section, it says:

This mod is incompatible with Optifine, Performant, Immersive Portals

So you should remove Immersive Portals. I also suggest removing older versions of mods.

spoorn commented 3 years ago

That's a compatibility issue with SKDS Core mod: https://github.com/Sasai-Kudasai-BM/SKDS-Core/blob/main/src/main/java/net/skds/core/mixins/multithreading/ServerChunkProviderMixin.java#L44

https://www.curseforge.com/minecraft/mc-mods/skds-core

Sodium overwrites the method to do some important caching. I'd follow up with the other mod for compatibility

potential1energy commented 3 years ago

I know this is closed but how exactly would I fix this, I'm not very familiar with this stuff