Forge 1.19.2 Crash Report

#83kaOg0
173 lines
Raw
Analysis
Minecraft version:
1.19.2
Java version:
17.0.15
Forge version:
43.5.0
1---- Minecraft Crash Report ----
2// There are four lights!
3
4Time: 2025-08-19 23:40:23
5Description: Exception in server tick loop
6
7net.minecraftforge.fml.config.ConfigFileTypeHandler$ConfigLoadingException: Failed loading config file tensura-reincarnated/common.toml of type SERVER for modid tensura
8 at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:47) ~[fmlcore-1.19.2-43.5.0.jar%23257!/:?] {}
9 at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:60) ~[fmlcore-1.19.2-43.5.0.jar%23257!/:?] {}
10 at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:50) ~[fmlcore-1.19.2-43.5.0.jar%23257!/:?] {}
11 at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin}
12 at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2131) ~[?:?] {}
13 at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:50) ~[fmlcore-1.19.2-43.5.0.jar%23257!/:?] {}
14 at net.minecraftforge.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:90) ~[forge-1.19.2-43.5.0-universal.jar%23261!/:?] {re:classloading}
15 at net.minecraft.client.server.IntegratedServer.m_7038_(IntegratedServer.java:61) ~[client-1.19.2-20220805.130853-srg.jar%23256!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:mixins.essential.json:server.Mixin_ServerCoroutineScope_IntegratedServer,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_FixDefaultOpPermissionLevel,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_IntegratedServerManager,pl:mixin:APP:mixins.essential.json:server.integrated.MixinIntegratedServer,pl:mixin:A,pl:runtimedistcleaner:A}
16 at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:625) ~[client-1.19.2-20220805.130853-srg.jar%23256!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:mixins.essential.json:feature.sps.Mixin_IntegratedServerResourcePack,pl:mixin:APP:mixins.essential.json:server.MinecraftServerAccessor,pl:mixin:APP:mixins.essential.json:server.MinecraftServerMixin_PvPGameRule,pl:mixin:APP:mixins.essential.json:server.Mixin_ServerCoroutineScope,pl:mixin:APP:mixins.essential.json:server.Mixin_PublishServerStatusResponse,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_SetDifficulty,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_SetGameType,pl:mixin:A}
17 at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:244) ~[client-1.19.2-20220805.130853-srg.jar%23256!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:mixins.essential.json:feature.sps.Mixin_IntegratedServerResourcePack,pl:mixin:APP:mixins.essential.json:server.MinecraftServerAccessor,pl:mixin:APP:mixins.essential.json:server.MinecraftServerMixin_PvPGameRule,pl:mixin:APP:mixins.essential.json:server.Mixin_ServerCoroutineScope,pl:mixin:APP:mixins.essential.json:server.Mixin_PublishServerStatusResponse,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_SetDifficulty,pl:mixin:APP:mixins.essential.json:server.integrated.Mixin_SetGameType,pl:mixin:A}
18 at java.lang.Thread.run(Thread.java:840) ~[?:?] {re:mixin}
19Caused by: com.electronwill.nightconfig.core.io.ParsingException: Invalid newline in string. Are you missing a " quote? Use \n to include a newline in the string.
20 at com.electronwill.nightconfig.toml.StringParser.parseBasic(StringParser.java:32) ~[toml-3.6.4.jar%2392!/:?] {}
21 at com.electronwill.nightconfig.toml.ValueParser.parse(ValueParser.java:45) ~[toml-3.6.4.jar%2392!/:?] {}
22 at com.electronwill.nightconfig.toml.ArrayParser.parse(ArrayParser.java:32) ~[toml-3.6.4.jar%2392!/:?] {}
23 at com.electronwill.nightconfig.toml.ValueParser.parse(ValueParser.java:33) ~[toml-3.6.4.jar%2392!/:?] {}
24 at com.electronwill.nightconfig.toml.ValueParser.parse(ValueParser.java:69) ~[toml-3.6.4.jar%2392!/:?] {}
25 at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:57) ~[toml-3.6.4.jar%2392!/:?] {}
26 at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:88) ~[toml-3.6.4.jar%2392!/:?] {}
27 at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) ~[toml-3.6.4.jar%2392!/:?] {}
28 at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) ~[core-3.6.4.jar%2391!/:?] {}
29 at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) ~[core-3.6.4.jar%2391!/:?] {}
30 at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) ~[core-3.6.4.jar%2391!/:?] {}
31 at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) ~[core-3.6.4.jar%2391!/:?] {}
32 at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) ~[core-3.6.4.jar%2391!/:?] {}
33 at net.minecraftforge.fml.config.ConfigFileTypeHandler.lambda$reader$1(ConfigFileTypeHandler.java:43) ~[fmlcore-1.19.2-43.5.0.jar%23257!/:?] {}
34 ... 10 more
35
36
37A detailed walkthrough of the error, its code path and all known details is as follows:
38---------------------------------------------------------------------------------------
39
40-- System Details --
41Details:
42 Minecraft Version: 1.19.2
43 Minecraft Version ID: 1.19.2
44 Operating System: Windows 10 (amd64) version 10.0
45 Java Version: 17.0.15, Microsoft
46 Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
47 Memory: 5030273552 bytes (4797 MiB) / 6845104128 bytes (6528 MiB) up to 125594238976 bytes (119776 MiB)
48 CPUs: 16
49 Processor Vendor: AuthenticAMD
50 Processor Name: AMD Ryzen 7 5700X 8-Core Processor
51 Identifier: AuthenticAMD Family 25 Model 33 Stepping 2
52 Microarchitecture: Zen 3
53 Frequency (GHz): 3.60
54 Number of physical packages: 1
55 Number of physical CPUs: 8
56 Number of logical CPUs: 16
57 Graphics card #0 name: Virtual Desktop Monitor
58 Graphics card #0 vendor: Virtual Desktop, Inc.
59 Graphics card #0 VRAM (MB): 0.00
60 Graphics card #0 deviceId: unknown
61 Graphics card #0 versionInfo: DriverVersion=**.**.**.**
62 Graphics card #1 name: Meta Virtual Monitor
63 Graphics card #1 vendor: Meta Inc.
64 Graphics card #1 VRAM (MB): 0.00
65 Graphics card #1 deviceId: unknown
66 Graphics card #1 versionInfo: DriverVersion=**.**.**.**
67 Graphics card #2 name: NVIDIA GeForce RTX 4090
68 Graphics card #2 vendor: NVIDIA (0x10de)
69 Graphics card #2 VRAM (MB): 4095.00
70 Graphics card #2 deviceId: 0x2684
71 Graphics card #2 versionInfo: DriverVersion=32.0.15.8088
72 Memory slot #0 capacity (MB): 32768.00
73 Memory slot #0 clockSpeed (GHz): 2.13
74 Memory slot #0 type: DDR4
75 Memory slot #1 capacity (MB): 32768.00
76 Memory slot #1 clockSpeed (GHz): 2.13
77 Memory slot #1 type: DDR4
78 Memory slot #2 capacity (MB): 32768.00
79 Memory slot #2 clockSpeed (GHz): 2.13
80 Memory slot #2 type: DDR4
81 Memory slot #3 capacity (MB): 32768.00
82 Memory slot #3 clockSpeed (GHz): 2.13
83 Memory slot #3 type: DDR4
84 Virtual memory max (MB): 139175.23
85 Virtual memory used (MB): 52026.72
86 Swap memory total (MB): 8192.00
87 Swap memory used (MB): 0.00
88 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx119776m -Xms256m
89 Server Running: true
90 Player Count: 0 / 8; []
91 Data Packs: vanilla, mod:playeranimator (incompatible), mod:kumodesu (incompatible), mod:jei (incompatible), mod:tensura_neb (incompatible), mod:projecte, mod:caelus (incompatible), mod:projectexpansion (incompatible), mod:sophisticatedcore (incompatible), mod:waystones (incompatible), mod:journeymap (incompatible), mod:citadel, mod:compactmachines, mod:mixinextras (incompatible), mod:bookshelf (incompatible), mod:tleveling, mod:sophisticatedbackpacks (incompatible), mod:ldlib (incompatible), mod:tensura_iron_spell (incompatible), mod:mahoutsukai, mod:iceandfire (incompatible), mod:balm (incompatible), mod:carryon (incompatible), mod:epmod, mod:cloth_config (incompatible), mod:forge, mod:tensuraitemaddon, mod:ironchest (incompatible), mod:tconstruct (incompatible), mod:enchdesc (incompatible), mod:terrablender, mod:mousetweaks, mod:manascore (incompatible), mod:ironfurnaces (incompatible), mod:btrultima, mod:viescraftmachines (incompatible), mod:curios, mod:flywheel (incompatible), mod:create, mod:mantle (incompatible), mod:tensura (incompatible), mod:ash_of_sin_overlord, mod:trmysticism, mod:anitensura, mod:oreexcavation (incompatible), mod:irons_spellbooks (incompatible), mod:traddon (incompatible), mod:architectury (incompatible), mod:wands, mod:tensuraiaf (incompatible), mod:photon (incompatible), mod:geckolib3 (incompatible), mod:essential (incompatible)
92 World Generation: Stable
93 Type: Integrated Server (map_client.txt)
94 Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
95 Launched Version: forge-43.5.0
96 ModLauncher: 10.0.8+10.0.8+main.0ef7e830
97 ModLauncher launch target: forgeclient
98 ModLauncher naming: srg
99 ModLauncher services:
100 mixin-0.8.5.jar mixin PLUGINSERVICE
101 eventbus-6.0.3.jar eventbus PLUGINSERVICE
102 fmlloader-1.19.2-43.5.0.jar slf4jfixer PLUGINSERVICE
103 fmlloader-1.19.2-43.5.0.jar object_holder_definalize PLUGINSERVICE
104 fmlloader-1.19.2-43.5.0.jar runtime_enum_extender PLUGINSERVICE
105 fmlloader-1.19.2-43.5.0.jar capability_token_subclass PLUGINSERVICE
106 accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
107 fmlloader-1.19.2-43.5.0.jar runtimedistcleaner PLUGINSERVICE
108 modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE
109 modlauncher-10.0.8.jar essential-loader TRANSFORMATIONSERVICE
110 modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE
111 FML Language Providers:
112 kotlinforforge@3.6.0
113 minecraft@1.0
114 lowcodefml@null
115 javafml@null
116 Mod List:
117 player-animation-lib-forge-1.0.2.jar |Player Animator |playeranimator |1.0.2 |DONE |Manifest: NOSIGNATURE
118 kumodesu-1.1.7-1.19.2.jar |kumodesu |kumodesu |1.1.7-1.19.2 |DONE |Manifest: NOSIGNATURE
119 jei-1.19.2-forge-11.6.0.1019.jar |Just Enough Items |jei |11.6.0.1019 |DONE |Manifest: NOSIGNATURE
120 tensura_neb-1.19.2-1.0.0.5.jar |Tensura: Not Enough Bosses |tensura_neb |**.**.**.** |DONE |Manifest: NOSIGNATURE
121 ProjectE-1.19.2-PE1.1.0.jar |ProjectE |projecte |1.1.0 |DONE |Manifest: NOSIGNATURE
122 caelus-forge-1.19.2-3.0.0.6.jar |Caelus API |caelus |1.19.2-3.0.0.6 |DONE |Manifest: NOSIGNATURE
123 ProjectExpansion-1.19.2-1.1.1.jar |Project Expansion |projectexpansion |1.19.2-1.1.1 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
124 sophisticatedcore-1.19.2-0.6.4.730.jar |Sophisticated Core |sophisticatedcore |1.19.2-0.6.4.730 |DONE |Manifest: NOSIGNATURE
125 waystones-forge-1.19.2-11.4.2.jar |Waystones |waystones |11.4.2 |DONE |Manifest: NOSIGNATURE
126 journeymap-1.19.2-5.9.8-forge.jar |Journeymap |journeymap |5.9.8 |DONE |Manifest: NOSIGNATURE
127 citadel-2.1.4-1.19.jar |Citadel |citadel |2.1.4 |DONE |Manifest: NOSIGNATURE
128 compactmachines-5.1.0.jar |Compact Machines 5 |compactmachines |5.1.0 |DONE |Manifest: NOSIGNATURE
129 mixinextras-forge-0.2.0-beta.6.jar |MixinExtras |mixinextras |0.2.0-beta.6 |DONE |Manifest: NOSIGNATURE
130 Bookshelf-Forge-1.19.2-16.3.20.jar |Bookshelf |bookshelf |16.3.20 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
131 tleveling-0.2.5-1.19.2.jar |Tinker's Tool Leveling |tleveling |0.2.5-1.19.2 |DONE |Manifest: NOSIGNATURE
132 sophisticatedbackpacks-1.19.2-3.20.2.1035.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.19.2-3.20.2.1035 |DONE |Manifest: NOSIGNATURE
133 ldlib-forge-1.19.2-1.0.22.jar |LowDragLib |ldlib |1.0.22 |DONE |Manifest: NOSIGNATURE
134 tensura_iron_spell-1.19.2-1.0.0.4.jar |Tensura Compat: Iron's Spells |tensura_iron_spell |**.**.**.** |DONE |Manifest: NOSIGNATURE
135 mahoutsukai-1.19.2-v1.34.62.jar |Mahou Tsukai |mahoutsukai |1.19.2-v1.34.62 |DONE |Manifest: NOSIGNATURE
136 iceandfire-1.19.2-2.1.13-beta-3.jar |Ice and Fire |iceandfire |1.19.2-2.1.13+build.|DONE |Manifest: NOSIGNATURE
137 balm-forge-1.19.2-4.6.0.jar |Balm |balm |4.6.0 |DONE |Manifest: NOSIGNATURE
138 carryon-forge-1.19.2-2.1.2.23.jar |Carry On |carryon |**.**.**.** |DONE |Manifest: NOSIGNATURE
139 epmod-0.0.5.jar |EPMod |epmod |0.0.5 |DONE |Manifest: NOSIGNATURE
140 cloth-config-8.3.134-forge.jar |Cloth Config v8 API |cloth_config |8.3.134 |DONE |Manifest: NOSIGNATURE
141 forge-1.19.2-43.5.0-universal.jar |Forge |forge |43.5.0 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
142 TensuraSkillsAsItemsMod-2.0.2-forge_1.19.2.jar |TensuraItemAddon |tensuraitemaddon |2.0.0 |DONE |Manifest: NOSIGNATURE
143 ironchest-1.19.2-14.2.7.jar |Iron Chests |ironchest |1.19.2-14.2.7 |DONE |Manifest: NOSIGNATURE
144 TConstruct-1.19.2-3.8.5.58.jar |Tinkers' Construct |tconstruct |**.**.**.** |DONE |Manifest: NOSIGNATURE
145 EnchantmentDescriptions-Forge-1.19.2-13.0.14.jar |EnchantmentDescriptions |enchdesc |13.0.14 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
146 TerraBlender-forge-1.19.2-2.0.1.136.jar |TerraBlender |terrablender |**.**.**.** |DONE |Manifest: NOSIGNATURE
147 MouseTweaks-forge-mc1.19-2.23.jar |Mouse Tweaks |mousetweaks |2.23 |DONE |Manifest: NOSIGNATURE
148 manascore-1.19.2-2.1.4.6.jar |ManasCore |manascore |**.**.**.** |DONE |Manifest: NOSIGNATURE
149 ironfurnaces-1.19.2-3.6.5.jar |Iron Furnaces |ironfurnaces |3.6.5 |DONE |Manifest: NOSIGNATURE
150 btrultima-1.**.**.**.**.jar |BTRUltima |btrultima |**.**.**.**.4 |DONE |Manifest: NOSIGNATURE
151 client-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
152 viescraftmachines-1.19.2-2.0.0.jar |ViesCraft Machines |viescraftmachines |2.0.0 |DONE |Manifest: NOSIGNATURE
153 curios-forge-1.19.2-5.1.6.4.jar |Curios API |curios |1.19.2-5.1.6.4 |DONE |Manifest: NOSIGNATURE
154 flywheel-forge-1.19.2-0.6.11-22.jar |Flywheel |flywheel |0.6.11-22 |DONE |Manifest: NOSIGNATURE
155 create-1.19.2-0.5.1.i.jar |Create |create |0.5.1.i |DONE |Manifest: NOSIGNATURE
156 Mantle-1.19.2-1.10.48.jar |Mantle |mantle |1.10.48 |DONE |Manifest: NOSIGNATURE
157 tensura-1.19.2-1.0.2.5.jar |Tensura:Reincarnated |tensura |**.**.**.** |DONE |Manifest: NOSIGNATURE
158 Ash Of Sin-Overlord-1.0.3.jar |Ash Of Sin: Overlord |ash_of_sin_overlord |1.0.3 |DONE |Manifest: NOSIGNATURE
159 trmysticism-1.**.**.**.**.5.jar |Tensura: Mysticism |trmysticism |**.**.**.**.5.5 |DONE |Manifest: NOSIGNATURE
160 anitensura-1.19.2-0.4.0.jar |Ani's Tensura Addon |anitensura |1.19.2-0.4.0 |DONE |Manifest: NOSIGNATURE
161 OreExcavation-1.11.166.jar |OreExcavation |oreexcavation |1.11.166 |DONE |Manifest: NOSIGNATURE
162 irons_spellbooks-1.19.2-3.4.0.jar |Iron's Spells 'n Spellbooks |irons_spellbooks |1.19.2-3.4.0 |DONE |Manifest: NOSIGNATURE
163 traddon-1.19.2-1.1.8.jar |T:R Addon |traddon |1.1.8 |DONE |Manifest: NOSIGNATURE
164 architectury-6.6.92-forge.jar |Architectury |architectury |6.6.92 |DONE |Manifest: NOSIGNATURE
165 BuildingWands-mc1.19.2-2.6.9-release.jar |Building Wands |wands |2.6.9-release |DONE |Manifest: NOSIGNATURE
166 tensuraiaf-1.19.2-1.0.0.4.jar |Tensura Compat: Ice and Fire |tensuraiaf |**.**.**.** |DONE |Manifest: NOSIGNATURE
167 photon-forge-1.19.2-1.0.7.a.jar |Photon |photon |1.0.7.a |DONE |Manifest: NOSIGNATURE
168 geckolib-forge-1.19-3.1.40.jar |GeckoLib |geckolib3 |3.1.40 |DONE |Manifest: NOSIGNATURE
169 Essential (forge_1.19.2).jar |Essential |essential |1.3.9 |DONE |Manifest: NOSIGNATURE
170 Crash Report UUID: c43446fa-f660-45b1-9ee6-28d58f05ff1e
171 FML: 43.5
172 Forge: net.minecraftforge:43.5.0
173 Flywheel Backend: GL33 Instanced Arrays
This log will be saved for 90 days from their last view.
Report abuse