
[Bug Report]: Game crashed multiple times
Closed this issue ยท 4 comments
Modpack Version
1.23.0
Describe your issue.
please help me find out what's going wrong!
Crash Report
https://gist.github.com/mine518000-code/d9338545cf0ea192600d4481a2124a78
Latest Log
https://gist.github.com/mine518000-code/c948e704cea8274fba74c10f3c7adb20
Have you modified the modpack?
No
User Modifications
No response
Did the issue happen in singleplayer or on a server?
Singleplayer
Discord Username
No response
This is caused by a bug in xycraft.
you can fix it by doing one of the following:
- using a development version of craftoria core which patches it https://github.com/Linguardium/craftoria-core/actions/runs/16855881327/artifacts/3727444351
- removing xycraft machines
- updating xycraft machines (may not work, might require an update to other mods which could break the pack. havent tested)
This is caused by a bug in xycraft. you can fix it by doing one of the following:
- using a development version of craftoria core which patches it https://github.com/Linguardium/craftoria-core/actions/runs/16855881327/artifacts/3727444351
- removing xycraft machines
- updating xycraft machines (may not work, might require an update to other mods which could break the pack. havent tested)
thanks for granting me the exclusive version of craftoria mod, but why the file name and file size of this mod donot change at all! It's still 40kb, can't see any alteration!
its built via github actions https://github.com/Linguardium/craftoria-core/actions/runs/16855881327 from source. the versions number wasnt changed as the differences have not yet been released into a new version, so its using the last version number it was given (0.7.0)
WhitePhant0m/craftoria-core@v0.7.0...Linguardium:craftoria-core:refs/heads/revert-new-item-changes
There are a couple changes to the build environment, adding mods for testing. that doesnt affect the built mod jar, though.
The changes to the mod are very minor:
the config crashing bug at server stop was fixed: Craftoria.java
the xycraft bug was patched: EnergyTooltipHelperMixin.java
Because these are minor changes, and jar files have compression built in (zip compression), the change to the filesize will also be pretty small. new jar is 40,791 bytes. curseforge release is 40,146.
its built via github actions https://github.com/Linguardium/craftoria-core/actions/runs/16855881327 from source. the versions number wasnt changed as the differences have not yet been released into a new version, so its using the last version number it was given (0.7.0)
WhitePhant0m/[email protected]:craftoria-core:refs/heads/revert-new-item-changes
There are a couple changes to the build environment, adding mods for testing. that doesnt affect the built mod jar, though.
The changes to the mod are very minor: the config crashing bug at server stop was fixed: Craftoria.java
the xycraft bug was patched: EnergyTooltipHelperMixin.java
Because these are minor changes, and jar files have compression built in (zip compression), the change to the filesize will also be pretty small. new jar is 40,791 bytes. curseforge release is 40,146.
appreciate you elaborating this! I Got It!