Posted April 16, 20232 yr my game crashes evertime i try to open up my main world but it works perfectly fine with all the other worlds, it says i might need to allocate more ram but i dont know how to do that i tried googling it but they dont work
April 16, 20232 yr Author heres the log but i dont understand this [Server thread/ERROR]: Encountered an unexpected exception net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file jei-server.toml of type SERVER for modid jei at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[fmlcore-1.19.3-44.1.1.jar%23201!/:?] at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.19.3-44.1.1.jar%23201!/:?] at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.19.3-44.1.1.jar%23201!/:?] at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2131) ~[?:?] at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:50) ~[fmlcore-1.19.3-44.1.1.jar%23201!/:?] at net.minecraftforge.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:92) ~[forge-1.19.3-44.1.1-universal.jar%23205!/:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at net.optifine.reflect.Reflector.callBoolean(Reflector.java:701) ~[preview_OptiFine_1.19.3_HD_U_I2_pre5%20-%20Copy.jar%23206!/:?] at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:80) ~[client-1.19.3-20221207.122022-srg.jar%23200!/:?] at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:636) ~[client-1.19.3-20221207.122022-srg.jar%23200!/:?] at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.19.3-20221207.122022-srg.jar%23200!/:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] Caused by: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22) ~[core-3.6.4.jar%2385!/:?] at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.4.jar%2385!/:?] at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.4.jar%2385!/:?] at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.4.jar%2385!/:?] at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.4.jar%2386!/:?] at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.4.jar%2386!/:?] at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.4.jar%2386!/:?] at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.4.jar%2386!/:?] at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.4.jar%2386!/:?] at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.4.jar%2385!/:?] at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.4.jar%2385!/:?] at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.4.jar%2385!/:?] at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.4.jar%2385!/:?] at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.4.jar%2385!/:?] at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:43) ~[fmlcore-1.19.3-44.1.1.jar%23201!/:?] ... 15 more [15:33:45] [Server thread/FATAL]: Preparing crash report with UUID 6fe7a819-e95a-448b-8b95-bbca400959a0 [15:33:46] [Server thread/FATAL]: Preparing crash report with UUID 0c100f3d-c61c-4fa5-8405-7735556d47d5 [15:33:46] [Server thread/ERROR]: This crash report has been saved to: C:\Users\diazd\curseforge\minecraft\Instances\main\crash-reports\crash-2023-04-16_15.33.45-server.txt [15:33:46] [Server thread/INFO]: Stopping server [15:33:46] [Server thread/INFO]: Saving players [15:33:46] [Server thread/INFO]: Saving worlds [15:33:46] [Server thread/ERROR]: Exception stopping the server java.lang.NullPointerException: Cannot invoke "net.minecraft.server.level.ServerLevel.m_6857_()" because "serverlevel2" is null at net.minecraft.server.MinecraftServer.m_129885_(MinecraftServer.java:513) ~[client-1.19.3-20221207.122022-srg.jar%23200!/:?] at net.minecraft.client.server.IntegratedServer.m_129885_(IntegratedServer.java:434) ~[client-1.19.3-20221207.122022-srg.jar%23200!/:?] at net.minecraft.server.MinecraftServer.m_7041_(MinecraftServer.java:586) ~[client-1.19.3-20221207.122022-srg.jar%23200!/:?] at net.minecraft.client.server.IntegratedServer.m_7041_(IntegratedServer.java:239) ~[client-1.19.3-20221207.122022-srg.jar%23200!/:?] at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:692) ~[client-1.19.3-20221207.122022-srg.jar%23200!/:?] at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.19.3-20221207.122022-srg.jar%23200!/:?] at java.lang.Thread.run(Thread.java:833) ~[?:?] [15:34:32] [WebSocketConnectReadThread-97/INFO]: Closed connection to Essential Connection Manager (code=4500, reason=SERVER_KEEP_ALIVE_TIMEOUT (64289ms), remote=false), connection was open for 113549ms
April 17, 20232 yr Quote net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file jei-server.toml of type SERVER for modid jei Broken config file, you can find it in the world/serverconfig folder. If you don't have a backup, you can delete it and it will be 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.
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.