Jump to content

BartsaaaaX

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

BartsaaaaX's Achievements

Tree Puncher

Tree Puncher (2/8)

1

Reputation

  1. I fixed it, I kept following this line of the crash report- net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file usefulbackpacks-server.toml of type SERVER for modid usefulbackpacks and just kept deleting every server.toml or config file it said up until i deleted the forge.toml and then it worked.
  2. So before I posted the post the post, this line in the crash report- net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file usefulbackpacks-server.toml of type SERVER for modid usefulbackpacks instead of it being usefulbackpacks-server.toml it said another mod so I deleted that mod, however now that I have deleted the server config for useful backpacks, when I reload the game the next crash report said- net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file simplefarming.toml of type SERVER for modid simplefarming So I went back and deleted the simplefarming.toml and once again when reloaded the next server config that says failed to load is- valhelsia_structures-server.toml If I delete all the server configs will this break my game completely? because my guess is that after every config I delete it'll just go down the list one by one
  3. I was playing my custom mod pack (1.16.3) and I left my PC and Minecraft running for a few hours and when I came back and tried to play again my PC green screened, so I restarted my PC and went to go back on my mod pack and after I select which world I want to play I get stuck in an endless loading screen, here is the error on my crash report- Caused by: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available Here is the whole crash report- ---- Minecraft Crash Report ---- // Don't be sad, have a hug! ❤️ Time: 11/19/20 2:25 AM Description: Exception in server tick loop net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file usefulbackpacks-server.toml of type SERVER for modid usefulbackpacks at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:60) ~[?:?] {re:classloading} at net.minecraftforge.fml.config.ConfigFileTypeHandler$$Lambda$4500/820643313.apply(Unknown Source) ~[?:?] {} at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:104) ~[?:?] {re:classloading} at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83) ~[?:?] {re:classloading} at net.minecraftforge.fml.config.ConfigTracker$$Lambda$4499/2069622361.accept(Unknown Source) ~[?:?] {} at java.lang.Iterable.forEach(Iterable.java:75) ~[?:1.8.0_51] {} at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2062) ~[?:1.8.0_51] {} at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:83) ~[?:?] {re:classloading} at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:94) ~[?:?] {re:classloading} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {} at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {} at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {} at net.optifine.reflect.Reflector.callBoolean(Reflector.java:737) ~[?:?] {re:classloading} at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:85) ~[?:?] {re:classloading,xf:OptiFine:default} at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:617) [?:?] {re:classloading,pl:accesstransformer:B} at net.minecraft.server.MinecraftServer.lambda$startServer$0(MinecraftServer.java:229) [?:?] {re:classloading,pl:accesstransformer:B} at net.minecraft.server.MinecraftServer$$Lambda$6411/1843666822.run(Unknown Source) [?:?] {} at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {} 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.2.jar:?] {} at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) ~[core-3.6.2.jar:?] {} at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) ~[core-3.6.2.jar:?] {} at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) ~[core-3.6.2.jar:?] {} at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) ~[toml-3.6.2.jar:?] {} at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) ~[toml-3.6.2.jar:?] {} at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) ~[toml-3.6.2.jar:?] {} at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) ~[toml-3.6.2.jar:?] {} at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.2.jar:?] {} at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.2.jar:?] {} at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.2.jar:?] {} at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.2.jar:?] {} at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.2.jar:?] {} at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.2.jar:?] {} at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:56) ~[?:?] {re:classloading} ... 18 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.16.3 Minecraft Version ID: 1.16.3 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 479442432 bytes (457 MB) / 1914175488 bytes (1825 MB) up to 3008888832 bytes (2869 MB) CPUs: 4 JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx3228m -Xms256m -XX:PermSize=256m ModLauncher: 8.0.6+85+master.325de55 ModLauncher launch target: fmlclient ModLauncher naming: srg ModLauncher services: /mixin-0.8.2.jar mixin PLUGINSERVICE /eventbus-3.0.3-service.jar eventbus PLUGINSERVICE /forge-1.16.3-34.1.42.jar object_holder_definalize PLUGINSERVICE /forge-1.16.3-34.1.42.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-2.2.0-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.16.3-34.1.42.jar capability_inject_definalize PLUGINSERVICE /forge-1.16.3-34.1.42.jar runtimedistcleaner PLUGINSERVICE /mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE /OptiFine_1.16.3_HD_U_G5%20(1).jar OptiFine TRANSFORMATIONSERVICE /forge-1.16.3-34.1.42.jar fml TRANSFORMATIONSERVICE FML: 34.1 Forge: net.minecraftforge:34.1.42 FML Language Providers: javafml@34.1 minecraft@1 Mod List: forge-1.16.3-34.1.42-client.jar |Minecraft |minecraft |1.16.3 |DONE |NOSIGNATURE useful_backpacks-1.16.3-1.11.6.84.jar |Useful Backpacks |usefulbackpacks |1.11.6.84 |DONE |f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0 MouseTweaks-2.13-mc1.16.2 (1).jar |Mouse Tweaks |mousetweaks |2.13 |DONE |NOSIGNATURE BiomesOPlenty-1.16.3-12.0.0.417-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.3-12.0.0.416 |DONE |NOSIGNATURE CraftingAutomat-MC1.16.3-1.2.2.jar |Crafting Automat |craftingautomat |1.2.2 |DONE |NOSIGNATURE valhelsia_structures-16.0.5.jar |Valhelsia Structures |valhelsia_structures |16.0.5 |DONE |NOSIGNATURE jei-1.16.3-7.6.0.51.jar |Just Enough Items |jei |7.6.0.50 |DONE |NOSIGNATURE towers_of_the_wild-1.16.3-2.0.0.jar |Towers Of The Wild |towers_of_the_wild |1.16.3-2.0.0 |DONE |NOSIGNATURE simplefarming-1.16.3-1.3.5.jar |Simple Farming |simplefarming |1.16.3-1.3.5 |DONE |NOSIGNATURE goblintraders-1.2.2-1.16.3.jar |Goblin Traders |goblintraders |1.2.2 |DONE |NOSIGNATURE caelus-forge-1.16.3-2.0.0.3.jar |Caelus API |caelus |1.16.3-2.0.0.3 |DONE |NOSIGNATURE easy_villagers-1.16.3-1.0.4.jar |Easy Villagers |easy_villagers |1.16.3-1.0.4 |DONE |NOSIGNATURE colytra-forge-1.16.3-5.0.0.1.jar |Colytra |colytra |1.16.3-5.0.0.1 |DONE |NOSIGNATURE invtweaks-1.16.2-1.0.0.jar |Inventory Tweaks Renewed |invtweaks |1.16.2-1.0.0 |DONE |NOSIGNATURE Xaeros_Minimap_20.27.2.1_Forge_1.16.4.jar |Xaero's Minimap |xaerominimap |20.27.2 |DONE |NOSIGNATURE Waystones_1.16.3-7.3.0.jar |Waystones |waystones |7.3.0 |DONE |NOSIGNATURE collective-1.16.3-1.53.jar |Collective |collective |1.53 |DONE |NOSIGNATURE XaerosWorldMap_1.11.0.1_Forge_1.16.4.jar |Xaero's World Map |xaeroworldmap |1.11.0 |DONE |NOSIGNATURE JRFTL+[1.16.3]-1.1.jar |JRFTL |jrftl |1.1 |DONE |NOSIGNATURE NaturesCompass-1.16.3-1.8.5.jar |Nature's Compass |naturescompass |1.16.3-1.8.5 |DONE |NOSIGNATURE earthmobsmod-1.16.3-0.1.2-Beta.jar |Earth Mobs Mod |earthmobsmod |1.16.3-0.1.2-Beta |DONE |NOSIGNATURE elevatorid-1.16.3-1.7.6.jar |Elevator Mod |elevatorid |1.16.3-1.7.6 |DONE |NOSIGNATURE ftb-ultimine-1603.1.1.12.jar |FTB Ultimine |ftbultimine |1603.1.1.12 |DONE |NOSIGNATURE DungeonCrawl-1.16.3-2.2.1.jar |Dungeon Crawl |dungeoncrawl |2.2.1 |DONE |NOSIGNATURE Bookshelf-1.16.3-8.7.20.jar |Bookshelf |bookshelf |8.7.20 |DONE |NOSIGNATURE u_team_core-1.16.3-3.1.12.185.jar |U Team Core |uteamcore |3.1.12.185 |DONE |f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0 constructionwand-1.16.2-1.6.jar |Construction Wand |constructionwand |1.16.2-1.6 |DONE |NOSIGNATURE Hwyla-forge-1.10.11-B78_1.16.2.jar |Waila |waila |1.10.11-B78_1.16.2 |DONE |NOSIGNATURE WAWLA-1.16.3-6.0.1.jar |WAWLA |wawla |6.0.1 |DONE |NOSIGNATURE carryon-1.16.3-1.15.1.7.jar |Carry On |carryon |1.15.1.7 |DONE |8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9 forge-1.16.3-34.1.42-universal.jar |Forge |forge |34.1.42 |DONE |22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90 AppleSkin-mc1.16.2-forge-1.0.14 (1).jar |AppleSkin |appleskin |1.0.14 |DONE |NOSIGNATURE Aquaculture-1.16.3-2.1.4.jar |Aquaculture 2 |aquaculture |1.16.3-2.1.4 |DONE |NOSIGNATURE infinitetrading_1.16.3_1.2.jar |Infinite Trading |infinitetrading |1.2 |DONE |NOSIGNATURE amb-1.16.3-0.1.0.jar |Aurum's More Blocks |amb |1.16.3-0.1.0 |DONE |NOSIGNATURE chiselsandbits-0.2.2-ALPHA.jar |Chisels & bits |chiselsandbits |NONE |DONE |NOSIGNATURE Crash Report UUID: bf73dfcb-821d-41f1-99ef-f634c3a349c2 Player Count: 0 / 8; [] Data Packs: vanilla, mod:usefulbackpacks, mod:mousetweaks, mod:biomesoplenty (incompatible), mod:craftingautomat (incompatible), mod:valhelsia_structures (incompatible), mod:jei, mod:towers_of_the_wild, mod:simplefarming, mod:goblintraders, mod:caelus, mod:easy_villagers, mod:colytra (incompatible), mod:xaerominimap, mod:waystones (incompatible), mod:collective, mod:xaeroworldmap, mod:jrftl (incompatible), mod:naturescompass (incompatible), mod:earthmobsmod (incompatible), mod:elevatorid (incompatible), mod:ftbultimine (incompatible), mod:dungeoncrawl, mod:bookshelf, mod:uteamcore, mod:constructionwand (incompatible), mod:waila, mod:wawla, mod:carryon, mod:forge, mod:appleskin, mod:aquaculture (incompatible), mod:infinitetrading, mod:amb (incompatible), mod:chiselsandbits (incompatible), mod:invtweaks (incompatible) Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'forge' OptiFine Version: OptiFine_1.16.3_HD_U_G5 OptiFine Build: 20201106-202857 Render Distance Chunks: 12 Mipmaps: 2 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: SEUS-Renewed-v1.0.1.zip OpenGlVersion: 4.6.13587 Compatibility Profile Context 20.4.2 26.20.15029.27017 OpenGlRenderer: AMD Radeon RX 5700 XT OpenGlVendor: ATI Technologies Inc. CpuCount: 4
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.