Posted August 12, 20232 yr crash-report: https://hastebin.com/share/gumiwovaha.php latest: https://hastebin.com/share/ubocizesad.yaml I have no idea what causing the problem. Any help?
August 12, 20232 yr Looks like something broken in projectmmo, something is nothing when it shouldn't be. *maybe if you rename/delete the configs for it? It looks like it might be trying to read one that's broken. Edited August 12, 20232 yr by Ugdhar
August 12, 20232 yr Unfortunately the issue seems to be caused by a Mixin, so pinpointing the problematic mod will be tedious. Mixin means that the mod modifies the game directly rather than using a Forge API, which means we can't tell which mod modified the game to cause the issue - only know a list of mods using Mixin that might be causing it. In your case this line in your crash report tells you a list of mod IDs using Mixin. Backup your server, delete one of those mods and see if it works. If it does, that mod is the problem. If it doesn't, put it back and delete the next one in the list instead. Repeat the process until you find the broken mod. Quote {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,pl:rei_plugin_compatibilities:B,re:classloading,pl:accesstransformer:B,pl:rei_plugin_compatibilities:B,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin,pl:mixin:APP:crafttweaker.mixins.json:common.access.server.AccessMinecraftServer,pl:mixin:APP:globaldataandresourcepacks.mixins.json:PackConfigurationMixin,pl:mixin:A} Official Forge Discord server | Support FAQ for players
August 12, 20232 yr Author 49 minutes ago, Ugdhar said: Looks like something broken in projectmmo, something is nothing when it shouldn't be. *maybe if you rename/delete the configs for it? It looks like it might be trying to read one that's broken. I haven't touched anything after downloading the modpack from CurseForge. I am installing the suggested Forge version (on README.txt) from website, installing it after server is launched I am closing it and uploading everything from modpack to server folder (as it is suggested in README as well). 47 minutes ago, Paint_Ninja said: Unfortunately the issue seems to be caused by a Mixin, so pinpointing the problematic mod will be tedious. Mixin means that the mod modifies the game directly rather than using a Forge API, which means we can't tell which mod modified the game to cause the issue - only know a list of mods using Mixin that might be causing it. In your case this line in your crash report tells you a list of mod IDs using Mixin. Backup your server, delete one of those mods and see if it works. If it does, that mod is the problem. If it doesn't, put it back and delete the next one in the list instead. Repeat the process until you find the broken mod. Thank you, I've remved AccessTransformer and REIPlugin. Now another error pops up on the console just as I start run.bat: https://hastebin.com/share/rekufapepo.kotlin
August 12, 20232 yr Don't remove AccessTransformer, it's required by Forge Official Forge Discord server | Support FAQ for players
August 12, 20232 yr Author 13 minutes ago, Paint_Ninja said: Don't remove AccessTransformer, it's required by Forge https://hastebin.com/share/apovoweyor.yaml removed REI only
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.