DashieDev / DoggyTalentsNext

The Art of Minecraft Wolf.
GNU Lesser General Public License v3.0
14 stars 4 forks source link

Crash with no error or crash report after update #109

Open trulyno opened 3 days ago

trulyno commented 3 days ago

Mod version: 1.20.1-1.18.35 The game crashes after the modloading stage with no error in the log or a generated crash report. This happened only after update and downgrading the version fixes the problem.

Have not tested in a fresh instance. If it does not happen in a fresh instance, i will send the modlist in case of an incompatibility

DashieDev commented 3 days ago

Will investigste asap

DashieDev commented 3 days ago

Uh could you provide the log of the session ? Since it launches fine on my side.......

ModernGamingWorld commented 3 days ago

I don't have a log, but it did crash for me as well with no crash report. Game would crash when loading up and server would do the samething

DashieDev commented 2 days ago

https://drive.google.com/drive/folders/1EGLGuS70CLgvFMVinXdQEpw7fhI1szx8 Please try these builds to see if the problem is fixed.

nanonestor commented 2 days ago

The problem can be found in logs by looking at the game launcher_log.txt that the game throws out.

The following stacktrace is what gets thrown using Forge 1.20.1 using DTN 1.18.35. Somehow it's exploding because of a mixin config for... dtnpalleteofpaws ?

"Doggy Talents Next's Palette Of Paws" is not present in the profile. I'm assuming that it is not intended to be a required dependency.

Exception in thread "main" org.spongepowered.asm.launch.MixinInitialisationError: Error initialising mixin config dtnpaletteofpaws.mixins.json
--
3140 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.Config.create:L153
3141 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.Mixins.createConfiguration:L100
3142 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.Mixins.addConfiguration:L87
3143 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinPlatformManager.addConfig:L262
3144 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinPlatformAgentDefault.prepare:L46
3145 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinContainer.prepare:L122
3146 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinPlatformManager.createContainerFor:L144
3147 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinPlatformManager.addContainer:L134
3148 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinPlatformManager.addNestedContainers:L152
3149 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinPlatformManager.scanForContainers:L213
3150 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinPlatformManager.inject:L186
3151 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinBootstrap.inject:L202
3152 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinLaunchPluginLegacy.initializeLaunch:L201
3153 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinLaunchPlugin.initializeLaunch:L34
3154 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.LaunchPluginHandler.lambda$announceLaunch$11:L100
3155 | at java.base/java.util.LinkedHashMap.forEach:L721
3156 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.LaunchPluginHandler.announceLaunch:L100
3157 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.LaunchServiceHandler.launch:L51
3158 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.LaunchServiceHandler.launch:L71
3159 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.Launcher.run:L108
3160 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.Launcher.main:L78
3161 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept:L26
3162 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept:L23
3163 | at cpw.mods.bootstraplauncher@1.1.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main:L141
3164 | Caused by: java.lang.IllegalArgumentException: The specified resource 'dtnpaletteofpaws.mixins.json' was invalid or could not be read
3165 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinConfig.create:L1290
3166 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.Config.create:L148
3167 | ... 23 more
DashieDev commented 2 days ago

The problem can be found in logs by looking at the game launcher_log.txt that the game throws out.

The following stacktrace is what gets thrown using Forge 1.20.1 using DTN 1.18.35. Somehow it's exploding because of a mixin config for... dtnpalleteofpaws ?

"Doggy Talents Next's Palette Of Paws" is not present in the profile. I'm assuming that it is not intended to be a required dependency.

Exception in thread "main" org.spongepowered.asm.launch.MixinInitialisationError: Error initialising mixin config dtnpaletteofpaws.mixins.json
--
3140 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.Config.create:L153
3141 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.Mixins.createConfiguration:L100
3142 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.Mixins.addConfiguration:L87
3143 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinPlatformManager.addConfig:L262
3144 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinPlatformAgentDefault.prepare:L46
3145 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinContainer.prepare:L122
3146 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinPlatformManager.createContainerFor:L144
3147 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinPlatformManager.addContainer:L134
3148 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinPlatformManager.addNestedContainers:L152
3149 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinPlatformManager.scanForContainers:L213
3150 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinPlatformManager.inject:L186
3151 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinBootstrap.inject:L202
3152 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinLaunchPluginLegacy.initializeLaunch:L201
3153 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinLaunchPlugin.initializeLaunch:L34
3154 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.LaunchPluginHandler.lambda$announceLaunch$11:L100
3155 | at java.base/java.util.LinkedHashMap.forEach:L721
3156 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.LaunchPluginHandler.announceLaunch:L100
3157 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.LaunchServiceHandler.launch:L51
3158 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.LaunchServiceHandler.launch:L71
3159 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.Launcher.run:L108
3160 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.Launcher.main:L78
3161 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept:L26
3162 | at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.9/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept:L23
3163 | at cpw.mods.bootstraplauncher@1.1.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main:L141
3164 | Caused by: java.lang.IllegalArgumentException: The specified resource 'dtnpaletteofpaws.mixins.json' was invalid or could not be read
3165 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinConfig.create:L1290
3166 | at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.Config.create:L148
3167 | ... 23 more

Update: I've found out the issues thanks to this! I accidentally use DTNP mixin file instead of DTN mixin, sorry for all inconvinience, patches coming.

DashieDev commented 1 day ago

DTN 1.20 - 1.18.36 has been published, it should fix this issues. Very sorry for the inconviniences.