1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2024-09-01 16:02:32
|
5 | Description: Mod loading error has occurred
|
6 |
|
7 | java.lang.Exception: Mod Loading has failed
|
8 | at net.minecraftforge.logging.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:60) ~[forge-1.20.1-47.3.7-universal.jar%23108!/:?] {re:classloading}
|
9 | at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:37) ~[forge-1.20.1-47.3.7-universal.jar%23108!/:?] {re:classloading}
|
10 | at net.minecraft.server.Main.main(Main.java:125) ~[server-1.20.1-20230612.114412-srg.jar%23103!/:?] {re:classloading}
|
11 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
|
12 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
|
13 | at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
|
14 | at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
|
15 | at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.3.7.jar%2369!/:?] {}
|
16 | at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.3.7.jar%2369!/:?] {}
|
17 | at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.3.7.jar%2369!/:?] {}
|
18 | at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar%2355!/:?] {}
|
19 | at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar%2355!/:?] {}
|
20 | at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar%2355!/:?] {}
|
21 | at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar%2355!/:?] {}
|
22 | at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar%2355!/:?] {}
|
23 | at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar%2355!/:?] {}
|
24 | at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar%2355!/:?] {}
|
25 | at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}
|
26 |
|
27 |
|
28 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
29 | ---------------------------------------------------------------------------------------
|
30 |
|
31 | -- Head --
|
32 | Thread: main
|
33 | Suspected Mod:
|
34 | Distant Horizons (distanthorizons), Version: 2.1.2-a
|
35 | Issue tracker URL: https://gitlab.com/jeseibel/distant-horizons/-/issues
|
36 | at TRANSFORMER/distanthorizons@2.1.2-a/com.seibel.distanthorizons.core.config.eventHandlers.presets.AbstractPresetConfigEventHandler.<init>(AbstractPresetConfigEventHandler.java:60)
|
37 | Stacktrace:
|
38 | at com.seibel.distanthorizons.core.config.eventHandlers.presets.AbstractPresetConfigEventHandler.<init>(AbstractPresetConfigEventHandler.java:60) ~[DistantHorizons-2.1.2-a-1.20.1.jar%23101!/:?] {re:classloading}
|
39 | -- MOD distanthorizons --
|
40 | Details:
|
41 | Caused by 0: java.lang.ExceptionInInitializerError
|
42 | at loaderCommon.forge.com.seibel.distanthorizons.common.AbstractModInitializer.onInitializeServer(AbstractModInitializer.java:99) ~[DistantHorizons-2.1.2-a-1.20.1.jar%23101!/:?] {re:classloading}
|
43 | at com.seibel.distanthorizons.forge.ForgeMain.lambda$new$1(ForgeMain.java:80) ~[DistantHorizons-2.1.2-a-1.20.1.jar%23101!/:?] {re:classloading}
|
44 | at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260) ~[eventbus-6.0.5.jar%2352!/:?] {}
|
45 | at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252) ~[eventbus-6.0.5.jar%2352!/:?] {}
|
46 | at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?] {}
|
47 | at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?] {}
|
48 | at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:114) ~[javafmllanguage-1.20.1-47.3.7.jar%23105!/:?] {}
|
49 | at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:125) ~[fmlcore-1.20.1-47.3.7.jar%23104!/:?] {}
|
50 | at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
|
51 | at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
|
52 | at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
|
53 | at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
|
54 | at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
|
55 | at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
|
56 | at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
|
57 |
|
58 | Mod File: /C:/Users/********/Desktop/1.20.1-forge-47.3.7 server/mods/DistantHorizons-2.1.2-a-1.20.1.jar
|
59 | Failure message: Distant Horizons (distanthorizons) encountered an error during the sided_setup event phase
|
60 | java.lang.ExceptionInInitializerError: null
|
61 | Mod Version: 2.1.2-a
|
62 | Mod Issue URL: https://gitlab.com/jeseibel/distant-horizons/-/issues
|
63 | Exception message: java.lang.NullPointerException: Cannot invoke "com.seibel.distanthorizons.core.wrapperInterfaces.config.IConfigGui.addOnScreenChangeListener(java.lang.Runnable)" because "com.seibel.distanthorizons.core.config.eventHandlers.presets.AbstractPresetConfigEventHandler.configGui" is null
|
64 | Stacktrace:
|
65 | at com.seibel.distanthorizons.core.config.eventHandlers.presets.AbstractPresetConfigEventHandler.<init>(AbstractPresetConfigEventHandler.java:60) ~[DistantHorizons-2.1.2-a-1.20.1.jar%23101!/:?] {re:classloading}
|
66 | at com.seibel.distanthorizons.core.config.eventHandlers.presets.ThreadPresetConfigEventHandler.<init>(ThreadPresetConfigEventHandler.java:138) ~[DistantHorizons-2.1.2-a-1.20.1.jar%23101!/:?] {re:classloading}
|
67 | at com.seibel.distanthorizons.core.config.eventHandlers.presets.ThreadPresetConfigEventHandler.<clinit>(ThreadPresetConfigEventHandler.java:37) ~[DistantHorizons-2.1.2-a-1.20.1.jar%23101!/:?] {re:classloading}
|
68 | at loaderCommon.forge.com.seibel.distanthorizons.common.AbstractModInitializer.onInitializeServer(AbstractModInitializer.java:99) ~[DistantHorizons-2.1.2-a-1.20.1.jar%23101!/:?] {re:classloading}
|
69 | at com.seibel.distanthorizons.forge.ForgeMain.lambda$new$1(ForgeMain.java:80) ~[DistantHorizons-2.1.2-a-1.20.1.jar%23101!/:?] {re:classloading}
|
70 | at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260) ~[eventbus-6.0.5.jar%2352!/:?] {}
|
71 | at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252) ~[eventbus-6.0.5.jar%2352!/:?] {}
|
72 | at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?] {}
|
73 | at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?] {}
|
74 | at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:114) ~[javafmllanguage-1.20.1-47.3.7.jar%23105!/:?] {}
|
75 | at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:125) ~[fmlcore-1.20.1-47.3.7.jar%23104!/:?] {}
|
76 | at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
|
77 | at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
|
78 | at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
|
79 | at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
|
80 | at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames}
|
81 | at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames}
|
82 | at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
|
83 |
|
84 |
|
85 | -- System Details --
|
86 | Details:
|
87 | Minecraft Version: 1.20.1
|
88 | Minecraft Version ID: 1.20.1
|
89 | Operating System: Windows 10 (amd64) version 10.0
|
90 | Java Version: 17.0.12, Oracle Corporation
|
91 | Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
|
92 | Memory: 15770874576 bytes (15040 MiB) / 16106127360 bytes (15360 MiB) up to 16106127360 bytes (15360 MiB)
|
93 | CPUs: 16
|
94 | Processor Vendor: GenuineIntel
|
95 | Processor Name: 12th Gen Intel(R) Core(TM) i5-12600K
|
96 | Identifier: Intel64 Family 6 Model 151 Stepping 2
|
97 | Microarchitecture: Alder Lake
|
98 | Frequency (GHz): 3.69
|
99 | Number of physical packages: 1
|
100 | Number of physical CPUs: 10
|
101 | Number of logical CPUs: 16
|
102 | Graphics card #0 name: AMD Radeon RX 6800
|
103 | Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002)
|
104 | Graphics card #0 VRAM (MB): 4095.00
|
105 | Graphics card #0 deviceId: 0x73bf
|
106 | Graphics card #0 versionInfo: DriverVersion=32.0.11037.4004
|
107 | Memory slot #0 capacity (MB): 16384.00
|
108 | Memory slot #0 clockSpeed (GHz): 4.80
|
109 | Memory slot #0 type: Unknown
|
110 | Memory slot #1 capacity (MB): 16384.00
|
111 | Memory slot #1 clockSpeed (GHz): 4.80
|
112 | Memory slot #1 type: Unknown
|
113 | Virtual memory max (MB): 42569.33
|
114 | Virtual memory used (MB): 37516.21
|
115 | Swap memory total (MB): 10044.14
|
116 | Swap memory used (MB): 981.11
|
117 | JVM Flags: 2 total; -Xmx15G -Xms15G
|
118 | ModLauncher: 10.0.9+10.0.9+main.dcd20f30
|
119 | ModLauncher launch target: forgeserver
|
120 | ModLauncher naming: srg
|
121 | ModLauncher services:
|
122 | mixin-0.8.5.jar mixin PLUGINSERVICE
|
123 | eventbus-6.0.5.jar eventbus PLUGINSERVICE
|
124 | fmlloader-1.20.1-47.3.7.jar slf4jfixer PLUGINSERVICE
|
125 | fmlloader-1.20.1-47.3.7.jar object_holder_definalize PLUGINSERVICE
|
126 | fmlloader-1.20.1-47.3.7.jar runtime_enum_extender PLUGINSERVICE
|
127 | fmlloader-1.20.1-47.3.7.jar capability_token_subclass PLUGINSERVICE
|
128 | accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
|
129 | fmlloader-1.20.1-47.3.7.jar runtimedistcleaner PLUGINSERVICE
|
130 | modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
|
131 | modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
|
132 | FML Language Providers:
|
133 | minecraft@1.0
|
134 | lowcodefml@null
|
135 | javafml@null
|
136 | Mod List:
|
137 | server-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |ENQUEUE_IM|Manifest: NOSIGNATURE
|
138 | forge-1.20.1-47.3.7-universal.jar |Forge |forge |47.3.7 |ENQUEUE_IM|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
139 | DistantHorizons-2.1.2-a-1.20.1.jar |Distant Horizons |distanthorizons |2.1.2-a |ERROR |Manifest: NOSIGNATURE
|
140 | Crash Report UUID: 282e7b2b-de2a-48fb-8021-be9a9a17a60b
|
141 | FML: 47.3
|
142 | Forge: net.minecraftforge:47.3.7
|
143 |
|