Posted May 16, 20232 yr when a try to make a world/join a world it just stays in the that dirt screen and doesnt load in crash rep:https://gist.github.com/oguzhanGaMeer/2c6c66a67418d2919c228ee5587a5007.js and it gives me -805306369 error code
May 16, 20232 yr Quote net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file Mekanism/machine-usage.toml of type SERVER for modid mekanism Broken config file, you can find it in the serverconfig subfolder of the save. If you don't have a backup, you can delete the file and it will get recreated with default values. Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
May 16, 20232 yr Author i did delete it to regenerate it did but then it gived another mekanism corrupted config file then i deleted all the mekanism config files tried again then projectE was coruppted than i deleted all the config files to all of them regenerate i tried it was on the % loading screen than a gray screen appeared than i said "disconnected" i tried to join the world again then it said "invalid player data" in 3rd try it just crashed crash log:https://gist.github.com/oguzhanGaMeer/726e13c6defc228bb4f51192ffcd4e82 btw it still gives the same error code Edited May 16, 20232 yr by swaxys
May 16, 20232 yr Quote java.util.ConcurrentModificationException: null -- snip -- at dev.architectury.event.forge.EventHandlerImplClient.eventDrawScreenEvent(EventHandlerImplClient.java:147) ~[architectury-6.5.82-forge.jar%23273!/:?] {re:classloading,pl:rei_plugin_compatibilities:B,pl:runtimedistcleaner:A} -- snip -- at net.minecraftforge.client.ForgeHooksClient.drawScreenInternal(ForgeHooksClient.java:442) ~[forge-1.19.2-43.2.8-universal.jar%23392!/:?] {re:mixin,re:classloading,pl:rei_plugin_compatibilities:B} Some problem with a mod using architectury to change how a screen is drawn. The error does not say which mod is causing the problem. Though rei is also mentioned as modifying code in this area. Maybe the logs/debug.log has more concrete information? Check you have the latest version of rei and architectury along with any other mods that depend upon it as a library. Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
May 16, 20232 yr Author i do have latest versions of both mods (in case i dropped all the logs) config log(im not sure if its config):https://gist.github.com/oguzhanGaMeer/2898514ac26a66c6d13e1601955b2665 latest log:https://gist.github.com/oguzhanGaMeer/4049dcab4d625785640548a113b3ec58 rei log:https://gist.github.com/oguzhanGaMeer/bcb4506a10683510c2d59947dc5f2e13 rei issues log:https://gist.github.com/oguzhanGaMeer/9532eb28b27c4b8f236a0cfd9c7ac288 crafttweaker log:https://gist.github.com/oguzhanGaMeer/f12fb08b2f27e383a42c0df2d65a99c0
May 16, 20232 yr Quote [16:49:32] [Server thread/ERROR]: Couldn't place player in world com.google.gson.JsonSyntaxException: Unknown type: umpaz.farmersrespite.common.loot.function.FRCopyMealFunction@3e6032f4 at -- snip -- uk.me.desert_island.rer.RoughlyEnoughResources.sendLootToPlayers(RoughlyEnoughResources.java:53) ~[rer-2.6.1.jar%23358!/:?] at net.minecraft.server.players.PlayerList.handler$zcb000$onPlayerConnect(PlayerList.java:952) ~[client-1.19.2-20220805.130853-srg.jar%23387!/:?] Looks like some issue with "roughly enough resources" failing to parse a loot table for "farmers respite". It is not handling the error and so it is stopping you joining the game. This may or may not be the cause of that later screen error? Check you have the latest version(s) then contact the mod author(s). Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
May 16, 20232 yr Author i did deleted the farmers respite cus i didnt really nedeed it much but it still keeps on gray screen and says "invalid player data" and same in the 3rd try it crashed logs here again(i put all the logs in to one gist):https://gist.github.com/oguzhanGaMeer/74a30166ec47ffe1f4fe34081ddef0f0
May 16, 20232 yr That log is the same one you posted before, it has the same 16:49:32 timestamp for the same error. Also, you should be posting the logs/debug.log not the latest.log so we can see the debug information (although that is probably not relevant in this case? And don't put all the logs in one upload. The whole point of putting them on a file sharing site is so we can search them more easily, e.g. download them and use proper search tools. Something we can't do if they are in the forum or lumped together on the file sharing site. We really aren't interested in anything except the debug.log Edited May 16, 20232 yr by warjort Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
May 16, 20232 yr I managed to locate your up-to-date log. It has the same issue but for farmers delight now. Quote [17:43:52] [Server thread/ERROR]: Couldn't place player in world com.google.gson.JsonSyntaxException: Unknown type: vectorwing.farmersdelight.common.loot.function.CopySkilletFunction@5638ed14 I would guess your problem is really with roughly enough resources doing something wrong? Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
May 16, 20232 yr 3 minutes ago, swaxys said: theres no debug log in the logs folder what should i do then Read my footer or the EAQ for how to enable the debug.log for curseforge. Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
May 16, 20232 yr Author i did fixed the problem by deleting farmers delight i will not try to go further to fix the problem of farmers delight is there any mods you could suggest like farmers delight
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.