
Tiquality crash latest sponge
bigenergy opened this issue ยท 2 comments
SpongeForge - 1.12.2-2838-7.1.7-RC3777
Tiquality - THIN-1.12.2-GAMMA-1.4.3
debug.log
Crash on start server
Relevant parts:
[19:55:43] [main/INFO] [Tiquality-Boot]: I am located here: file:/root/drac-sponge/./mods/Tiquality-THIN-1.12.2-GAMMA-1.4.3.jar!/cf/terminator/tiquality/Tiquality.class
[19:55:43] [main/INFO] [Tiquality-Boot]: I am designed for Forge version: 1.12.2-14.23.5.2825
[19:55:43] [main/INFO] [Tiquality-Boot]: Loading server classes
[19:55:43] [main/INFO] [Tiquality-Boot]: SpongeForge is present!
[19:55:43] [main/INFO] [Tiquality-Boot]: I am designed for SpongeForge version: 1.12.2-2825-7.1.6-RC3720
[19:55:43] [main/WARN] [Tiquality-Boot]: SpongeForge version is different than expected!
[19:55:43] [main/WARN] [Tiquality-Boot]: This could result in undefined behavior.
[19:55:43] [main/WARN] [Tiquality-Boot]:
[19:55:43] [main/WARN] [Tiquality-Boot]: Expected: '1.12.2-2825-7.1.6-RC3720', but you have: '1.12.2-2838-7.1.7-RC3777' installed.
[19:55:43] [main/INFO] [Tiquality-Boot]: We're running in a production environment.
[19:56:46] [Server thread/FATAL] [tiquality]: Not all required mixins have been applied!
[19:56:46] [Server thread/FATAL] [tiquality]: To prevent you from wasting your time, the process has ended.
[19:56:46] [Server thread/FATAL] [tiquality]:
[19:56:46] [Server thread/FATAL] [tiquality]: Required mixins that have not been applied:
[19:56:46] [Server thread/FATAL] [tiquality]: - cf.terminator.tiquality.mixin.MixinWorldServerCommon targeting: net.minecraft.world.WorldServer
[19:56:46] [Server thread/FATAL] [tiquality]: - cf.terminator.tiquality.mixin.MixinWorldServerSponge targeting: net.minecraft.world.WorldServer
[19:56:46] [Server thread/FATAL] [tiquality]:
[19:56:46] [Server thread/FATAL] [tiquality]: This means that Tiquality will not function properly.
[19:56:46] [Server thread/FATAL] [tiquality]: Make sure your versions are correct for Forge as well as SpongeForge.
[19:56:46] [Server thread/FATAL] [tiquality]:
It seems like every time I update to the latest SpongeForge it breaks after a few iterations. I'll try and find a better way to prevent breakage of functionality. I need a method reference that allows me to pass a wildcard in Mixin to prevent this madness from happening. At least, you can now safely remove tiquality from your world without losing all the data, and add it back in when you're ready.
I'll dig into this more deeply later, as I'm swamped in deadlines for the week.
For reference: SpongePowered/Mixin#330