Jump to content

Recommended Posts

Posted

I'm having the following problem when trying to run the server:

Quote

Internal Exception: java.lang.NullPointerException: Cannot invoke "shadows.placebo.json.PSerializer.read(net.minecraft.network.FriendlyByteBuf)" because "serializer" is null

Log:

Quote

java.lang.Exception: Mod Loading has failed

8at net.minecraftforge.logging.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:55) ~[forge-1.19.2-43.2.13-universal.jar%23184!/:?] {re:classloading}

9at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:39) ~[forge-1.19.2-43.2.13-universal.jar%23184!/:?] {re:classloading}

10at net.minecraft.server.Main.main(Main.java:113) ~[server-1.19.2-20220805.130853-srg.jar%23179!/:?] {re:classloading}

11at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}

12at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}

13at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}

14at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?] {}

15at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:29) ~[fmlloader-1.19.2-43.2.13.jar%2367!/:?] {}

16at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2354!/:?] {}

17at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2354!/:?] {}

18at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2354!/:?] {}

19at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2354!/:?] {}

20at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2354!/:?] {}

21at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2354!/:?] {}

22at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2354!/:?] {}

23at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}

24

25

26A detailed walkthrough of the error, its code path and all known details is as follows:

27---------------------------------------------------------------------------------------

28

29-- Head --

30Thread: main

31Stacktrace:

32at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:141) ~[securejarhandler-2.1.4.jar:?] {}

33-- MOD apotheosis --

34Details:

35Caused by 0: java.lang.NoClassDefFoundError: shadows/placebo/json/PlaceboJsonReloadListener$TypeKeyedBase

36at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?] {}

37at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:?] {}

38at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:119) ~[securejarhandler-2.1.4.jar:?] {}

39at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {}

40at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.4.jar:?] {}

41at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {}

42at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.4.jar:?] {}

43at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?] {}

44at shadows.apotheosis.ench.table.EnchantingStatManager.registerBuiltinSerializers(EnchantingStatManager.java:46) ~[Apotheosis-1.19.2-6.1.5.jar%23139!/:6.1.5] {re:classloading}

45at shadows.placebo.json.PlaceboJsonReloadListener.<init>(PlaceboJsonReloadListener.java:83) ~[Placebo-1.19.2-7.2.0.jar%23166!/:7.2.0] {re:classloading}

46at shadows.apotheosis.ench.table.EnchantingStatManager.<init>(EnchantingStatManager.java:41) ~[Apotheosis-1.19.2-6.1.5.jar%23139!/:6.1.5] {re:classloading}

47at shadows.apotheosis.ench.table.EnchantingStatManager.<clinit>(EnchantingStatManager.java:35) ~[Apotheosis-1.19.2-6.1.5.jar%23139!/:6.1.5] {re:classloading}

48at shadows.apotheosis.ench.EnchModule.getDefaultMax(EnchModule.java:392) ~[Apotheosis-1.19.2-6.1.5.jar%23139!/:6.1.5] {re:classloading}

49at shadows.apotheosis.ench.EnchantmentInfo.load(EnchantmentInfo.java:69) ~[Apotheosis-1.19.2-6.1.5.jar%23139!/:6.1.5] {re:classloading}

50at shadows.apotheosis.ench.EnchModule.reload(EnchModule.java:412) ~[Apotheosis-1.19.2-6.1.5.jar%23139!/:6.1.5] {re:classloading}

51at shadows.apotheosis.ench.EnchModule.init(EnchModule.java:136) ~[Apotheosis-1.19.2-6.1.5.jar%23139!/:6.1.5] {re:classloading}

52at shadows.apotheosis.ench.__EnchModule_init_FMLCommonSetupEvent.invoke(.dynamic) ~[Apotheosis-1.19.2-6.1.5.jar%23139!/:6.1.5] {re:classloading,pl:eventbus:B}

53at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.3.jar%2351!/:?] {}

54at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2351!/:?] {}

55at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2351!/:?] {}

56at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19.2-43.2.13.jar%23181!/:?] {}

57at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:122) ~[fmlcore-1.19.2-43.2.13.jar%23180!/:?] {}

58at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) ~[?:?] {}

59at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) ~[?:?] {}

60at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:?] {}

61at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source) ~[?:?] {}

62at java.util.concurrent.ForkJoinPool.scan(Unknown Source) ~[?:?] {}

63at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:?] {}

64at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:?] {}

65

66Mod File: /server/mods/Apotheosis-1.19.2-6.1.5.jar

67Failure message: Apotheosis (apotheosis) encountered an error during the common_setup event phase

68java.lang.NoClassDefFoundError: shadows/placebo/json/PlaceboJsonReloadListener$TypeKeyedBase

69Mod Version: 6.1.5

70Mod Issue URL: NOT PROVIDED

71Exception message: java.lang.ClassNotFoundException: shadows.placebo.json.PlaceboJsonReloadListener$TypeKeyedBase

72Stacktrace:

73at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:141) ~[securejarhandler-2.1.4.jar:?] {}

74at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?] {}

75at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?] {}

76at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:?] {}

77at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:119) ~[securejarhandler-2.1.4.jar:?] {}

78at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {}

79at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.4.jar:?] {}

80at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {}

81at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.4.jar:?] {}

82at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?] {}

83at shadows.apotheosis.ench.table.EnchantingStatManager.registerBuiltinSerializers(EnchantingStatManager.java:46) ~[Apotheosis-1.19.2-6.1.5.jar%23139!/:6.1.5] {re:classloading}

84at shadows.placebo.json.PlaceboJsonReloadListener.<init>(PlaceboJsonReloadListener.java:83) ~[Placebo-1.19.2-7.2.0.jar%23166!/:7.2.0] {re:classloading}

85at shadows.apotheosis.ench.table.EnchantingStatManager.<init>(EnchantingStatManager.java:41) ~[Apotheosis-1.19.2-6.1.5.jar%23139!/:6.1.5] {re:classloading}

86at shadows.apotheosis.ench.table.EnchantingStatManager.<clinit>(EnchantingStatManager.java:35) ~[Apotheosis-1.19.2-6.1.5.jar%23139!/:6.1.5] {re:classloading}

87at shadows.apotheosis.ench.EnchModule.getDefaultMax(EnchModule.java:392) ~[Apotheosis-1.19.2-6.1.5.jar%23139!/:6.1.5] {re:classloading}

88at shadows.apotheosis.ench.EnchantmentInfo.load(EnchantmentInfo.java:69) ~[Apotheosis-1.19.2-6.1.5.jar%23139!/:6.1.5] {re:classloading}

89at shadows.apotheosis.ench.EnchModule.reload(EnchModule.java:412) ~[Apotheosis-1.19.2-6.1.5.jar%23139!/:6.1.5] {re:classloading}

90at shadows.apotheosis.ench.EnchModule.init(EnchModule.java:136) ~[Apotheosis-1.19.2-6.1.5.jar%23139!/:6.1.5] {re:classloading}

91at shadows.apotheosis.ench.__EnchModule_init_FMLCommonSetupEvent.invoke(.dynamic) ~[Apotheosis-1.19.2-6.1.5.jar%23139!/:6.1.5] {re:classloading,pl:eventbus:B}

92at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.3.jar%2351!/:?] {}

93at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2351!/:?] {}

94at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2351!/:?] {}

95at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19.2-43.2.13.jar%23181!/:?] {}

96at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:122) ~[fmlcore-1.19.2-43.2.13.jar%23180!/:?] {}

97at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) ~[?:?] {}

98at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) ~[?:?] {}

99at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:?] {}

100at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source) ~[?:?] {}

101at java.util.concurrent.ForkJoinPool.scan(Unknown Source) ~[?:?] {}

102at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:?] {}

103at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:?] {}

104

105

106-- System Details --

107Details:

108Minecraft Version: 1.19.2

109Minecraft Version ID: 1.19.2

110Operating System: Linux (amd64) version 5.4.0-149-generic

111Java Version: **.**.**.**, Eclipse Adoptium

112Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium

113Memory: 812973568 bytes (775 MiB) / 1205862400 bytes (1150 MiB) up to 2411724800 bytes (2300 MiB)

114CPUs: 2

115Processor Vendor: AuthenticAMD

116Processor Name: AMD EPYC 7402P 24-Core Processor

117Identifier: AuthenticAMD Family 23 Model 49 Stepping 0

118Microarchitecture: Zen 2

119Frequency (GHz): -0.00

120Number of physical packages: 1

121Number of physical CPUs: 24

122Number of logical CPUs: 48

123Graphics card #0 name: unknown

124Graphics card #0 vendor: unknown

125Graphics card #0 VRAM (MB): 0.00

126Graphics card #0 deviceId: unknown

127Graphics card #0 versionInfo: unknown

128Virtual memory max (MB): 129864.12

129Virtual memory used (MB): 199930.86

130Swap memory total (MB): 1024.00

131Swap memory used (MB): 618.36

132JVM Flags: 3 total; -XX:MaxMetaspaceSize=300M -Xmx2300M -Xms1150M

133ModLauncher: 10.0.8+10.0.8+main.0ef7e830

134ModLauncher launch target: forgeserver

135ModLauncher naming: srg

136ModLauncher services:

137mixin-0.8.5.jar mixin PLUGINSERVICE

138eventbus-6.0.3.jar eventbus PLUGINSERVICE

139fmlloader-1.19.2-43.2.13.jar slf4jfixer PLUGINSERVICE

140fmlloader-1.19.2-43.2.13.jar object_holder_definalize PLUGINSERVICE

141fmlloader-1.19.2-43.2.13.jar runtime_enum_extender PLUGINSERVICE

142fmlloader-1.19.2-43.2.13.jar capability_token_subclass PLUGINSERVICE

143accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE

144fmlloader-1.19.2-43.2.13.jar runtimedistcleaner PLUGINSERVICE

145modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE

146modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE

147FML Language Providers:

[email protected]

149lowcodefml@null

150javafml@null

151Mod List:

152server-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |SIDED_SETU|Manifest: NOSIGNATURE

153EnchantmentDescriptions-Forge-1.19.2-13.0.14.jar |EnchantmentDescriptions |enchdesc |13.0.14 |SIDED_SETU|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****

154TerraBlender-forge-1.19.2-2.0.1.136.jar |TerraBlender |terrablender |**.**.**.** |SIDED_SETU|Manifest: NOSIGNATURE

155supermartijn642configlib-1.1.6b-forge-mc1.19.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.6b |SIDED_SETU|Manifest: NOSIGNATURE

156BiomesOPlenty-1.19.2-17.1.2.544.jar |Biomes O' Plenty |biomesoplenty |**.**.**.** |SIDED_SETU|Manifest: NOSIGNATURE

157ironfurnaces-1.19.2-3.6.5.jar |Iron Furnaces |ironfurnaces |3.6.5 |SIDED_SETU|Manifest: NOSIGNATURE

158jei-1.19.2-forge-11.5.2.1007.jar |Just Enough Items |jei |11.5.2.1007 |SIDED_SETU|Manifest: NOSIGNATURE

159supermartijn642corelib-1.1.7-forge-mc1.19.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.7 |SIDED_SETU|Manifest: NOSIGNATURE

160ChickenChunks-1.19.2-2.9.4.97-universal.jar |ChickenChunks |chickenchunks |**.**.**.** |SIDED_SETU|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****

161Mekanism-1.19.2-10.3.8.477.jar |Mekanism |mekanism |10.3.8 |SIDED_SETU|Manifest: NOSIGNATURE

162MekanismAdditions-1.19.2-10.3.8.477.jar |Mekanism: Additions |mekanismadditions |10.3.8 |SIDED_SETU|Manifest: NOSIGNATURE

163Patchouli-1.19.2-77.jar |Patchouli |patchouli |1.19.2-77 |SIDED_SETU|Manifest: NOSIGNATURE

164waystones-forge-1.19.2-11.3.1.jar |Waystones |waystones |11.3.1 |SIDED_SETU|Manifest: NOSIGNATURE

165gravestone-1.19.2-1.0.1.jar |Gravestone Mod |gravestone |1.19.2-1.0.1 |SIDED_SETU|Manifest: NOSIGNATURE

166journeymap-1.19.2-5.9.5-forge.jar |Journeymap |journeymap |5.9.5 |SIDED_SETU|Manifest: NOSIGNATURE

167Placebo-1.19.2-7.2.0.jar |Placebo |placebo |7.2.0 |SIDED_SETU|Manifest: NOSIGNATURE

168citadel-2.1.3-1.19.jar |Citadel |citadel |2.1.3 |SIDED_SETU|Manifest: NOSIGNATURE

169alexsmobs-1.21.1.jar |Alex's Mobs |alexsmobs |1.21.1 |SIDED_SETU|Manifest: NOSIGNATURE

170TravelersBackpack-1.19.2-8.2.25.jar |Traveler's Backpack |travelersbackpack |8.2.25 |SIDED_SETU|Manifest: NOSIGNATURE

171OreExcavation-1.11.166.jar |OreExcavation |oreexcavation |1.11.166 |SIDED_SETU|Manifest: NOSIGNATURE

172NaturesCompass-1.19.2-1.10.0-forge.jar |Nature's Compass |naturescompass |1.19.2-1.10.0-forge |SIDED_SETU|Manifest: NOSIGNATURE

173MaxHealthFix-Forge-1.19.2-8.0.1.jar |MaxHealthFix |maxhealthfix |8.0.1 |SIDED_SETU|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****

174Bookshelf-Forge-1.19.2-16.2.18.jar |Bookshelf |bookshelf |16.2.18 |SIDED_SETU|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****

175MekanismTools-1.19.2-10.3.8.477.jar |Mekanism: Tools |mekanismtools |10.3.8 |SIDED_SETU|Manifest: NOSIGNATURE

176Apotheosis-1.19.2-6.1.5.jar |Apotheosis |apotheosis |6.1.5 |ERROR |Manifest: NOSIGNATURE

177ExplorersCompass-1.19.2-1.3.0-forge.jar |Explorer's Compass |explorerscompass |1.19.2-1.3.0-forge |SIDED_SETU|Manifest: NOSIGNATURE

178cfm-7.0.0-pre35-1.19.2.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre35 |SIDED_SETU|Manifest: NOSIGNATURE

179MekanismGenerators-1.19.2-10.3.8.477.jar |Mekanism: Generators |mekanismgenerators |10.3.8 |SIDED_SETU|Manifest: NOSIGNATURE

180balm-4.5.3.jar |Balm |balm |4.5.3 |SIDED_SETU|Manifest: NOSIGNATURE

181trashcans-1.0.17a-forge-mc1.19.jar |Trash Cans |trashcans |1.0.17a |SIDED_SETU|Manifest: NOSIGNATURE

182carryon-forge-1.19.2-2.0.5.10.jar |Carry On |carryon |**.**.**.** |SIDED_SETU|Manifest: NOSIGNATURE

183forge-1.19.2-43.2.13-universal.jar |Forge |forge |43.2.13 |SIDED_SETU|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****

184cofh_core-1.19.2-10.2.1.40.jar |CoFH Core |cofh_core |10.2.1 |SIDED_SETU|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****

185thermal_core-1.19.2-10.2.0.5.jar |Thermal Series |thermal |**.**.**.** |SIDED_SETU|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****

186thermal_foundation-1.19.2-10.2.0.47.jar |Thermal Foundation |thermal_foundation |**.**.**.** |SIDED_SETU|Manifest: NOSIGNATURE

187thermal_expansion-1.19.2-10.2.0.21.jar |Thermal Expansion |thermal_expansion |**.**.**.** |SIDED_SETU|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****

188CodeChickenLib-1.19.2-4.3.1.481-universal.jar |CodeChicken Lib |codechickenlib |**.**.**.** |SIDED_SETU|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****

189EnderStorage-1.19.2-2.10.1.181-universal.jar |EnderStorage |enderstorage |**.**.**.** |SIDED_SETU|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****

190mob_grinding_utils-1.19.2-0.4.48.jar |Mob Grinding Utils |mob_grinding_utils |1.19.2-0.4.48 |SIDED_SETU|Manifest: NOSIGNATURE

191refinedstorage-1.11.6.jar |Refined Storage |refinedstorage |1.11.6 |SIDED_SETU|Manifest: NOSIGNATURE

192refinedstorageaddons-0.9.0.jar |Refined Storage Addons |refinedstorageaddons |0.9.0 |SIDED_SETU|Manifest: NOSIGNATURE

193thermal_dynamics-1.19.2-10.2.1b.14.jar |Thermal Dynamics |thermal_dynamics |10.2.1b |SIDED_SETU|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****

194ironchest-1.19.2-14.2.7.jar |Iron Chests |ironchest |1.19.2-14.2.7 |SIDED_SETU|Manifest: NOSIGNATURE

195Crash Report UUID: 4be4b72e-e7f9-422a-9803-721587481a91

196FML: 43.2

197Forge: net.minecraftforge:43.2.13

 

Posted
22 hours ago, Cedugalvao said:

35Caused by 0: java.lang.NoClassDefFoundError: shadows/placebo/json/PlaceboJsonReloadListener$TypeKeyedBase

 

It's likely an incompatibility with placebo and apothesosis. Make sure you have the correct versions of each mod such that they work with each other.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Para contactar con Delta en Chile, marque el número gratuito +56 || 800 \\ 914// 891 desde cualquier teléfono local. No se requiere el código de país para llamadas dentro de Chile. Esta línea ofrece atención al cliente en español las 24 horas, los 7 días de la semana, para reservas, cambios de vuelo, consultas sobre equipaje y más. Si llama desde el extranjero, utilice el +56 800 914 891, aunque algunas aerolíneas internacionales podrían no ofrecer números 800. También puede comunicarse con el servicio de atención al cliente internacional en español de Delta al  +1-855-534-2012. Antes de llamar, asegúrese de tener a mano su referencia de reserva, documento de identidad personal y número de SkyMiles (si corresponde) para agilizar la asistencia. Delta ofrece un servicio al cliente confiable y multilingüe en todo el mundo.  
    • We are your trusted partner in discovering the best coupon codes and offers from top e-commerce platforms across Western countries, including Bulgaria, Canada, and Europe. Our mission is simple: to help you save big while shopping for your favorite products. In this article, we’ll explore Temu Coupon Bundle [acw472253] showcasing unbeatable savings opportunities tailored just for you. Whether you're a savvy shopper looking for exclusive deals or a first-time buyer seeking maximum discounts, we have you covered. Together, we’ll make every shopping spree a budget-friendly adventure! Use the exclusive Bundle acw472253  to access maximum benefits in Canada, Canada, and European nations. Whether you're shopping for yourself or gifting others, this Bundle guarantees unparalleled savings. Make the most of the Temu coupon $100  off and Temu $100   off coupon Bundle today. It's time to enjoy exceptional deals and turn your shopping spree into a budget-friendly experience. What Is The Coupon Bundle For Temu $100    Off? Both new and existing customers can reap incredible benefits with our coupon $100   off on the Temu app and website. Use the $100   off Temu coupon and enjoy unparalleled savings. ·         acw472253: Flat $100   off your total purchase. ·         acw472253: Access a $100   coupon pack for multiple uses. ·         acw472253: Enjoy $100   off as a new customer. ·         acw472253: Extra $100   promo Bundle benefits for existing customers. ·         acw472253: Exclusive $100   coupon for users in the Canada/Canada. Temu Coupon Bundle $100  Off For New Users In 2025 New users can get unmatched savings with the Temu coupon $100  off and Temu coupon Bundle $100  off. Use our exclusive Bundle to unlock these amazing benefits: ·         acw472253: Flat $100  discount for first-time shoppers. ·         acw472253: A $100  coupon bundle for new customers. ·         acw472253: Up to $100  off for multiple uses. ·         acw472253: Free shipping to 68 countries worldwide. ·         acw472253: An additional  $100  off on your first purchase. ·         acw472253: Also Flat  $100  off on selected items. How To Redeem The Temu Coupon $100  Off For New Customers? Follow these steps to use the Temu $100  coupon and Temu  $100  off coupon Bundle for new users: 1.    Visit the Temu website or download the app. 2.    Add items to your cart and proceed to checkout. 3.    Enter the coupon Bundle acw472253  in the promo field. 4.    Click Apply to see the discount. 5.    Complete the payment and enjoy your savings. Temu Coupon $100  Off For Existing Customers Existing users can also benefit from our Temu $100  coupon codes for existing users and Temu coupon $100  off for existing customers free shipping. Use acw472253  to unlock these perks: ·         acw472253: Extra $100  discount for loyal Temu users. ·         acw472253: A $100  coupon bundle for multiple purchases. ·         acw472253: Free gift with express shipping across the Canada/Canada. ·         acw472253: Additional  $100  off on top of existing discounts. ·         acw472253: Free shipping to 68 countries. ·         acw472253: Flat  $100  off on select purchases. How To Use The Temu Coupon Bundle $100  Off For Existing Customers? Follow these steps to use the Temu coupon Bundle $100  off and Temu coupon $100  off code: 1.    Log in to your Temu account. 2.    Select items and add them to your cart. 3.    Enter the coupon Bundle acw472253  at checkout. 4.    Apply the Bundle and confirm the discount. 5.    Proceed with payment and enjoy exclusive offers. Latest Temu Coupon $100  Off First Order First-time shoppers can enjoy maximum benefits with the Temu coupon Bundle $100  off first order, Temu coupon Bundle first order, and Temu coupon Bundle $100  off first time user. Use the acw472253  Bundle to unlock these offers: ·         acw472253: Flat $100  off on your first order. ·         acw472253: A $100  Temu coupon pack for first-time buyers. ·         acw472253: Up to $100  off for multiple uses. ·         acw472253: Free shipping to 68 countries. ·         acw472253: Additional  $100  discount for first-time purchases. ·         acw472253: Flat  $100  off on selected items. How To Find The Temu Coupon Bundle $100  Off? Discover verified Temu coupon $100  off and Temu coupon $100  off Reddit deals by subscribing to the Temu newsletter. Check Temu’s social media pages for the latest promos or visit trusted coupon websites for regularly updated offers. Is Temu $100  Off Coupon Legit? Yes, the Temu $100  Off Coupon Legit and Temu $100  off coupon legit. Our Bundle acw472253  is tested, verified, and works globally. Use it confidently for discounts on both first and recurring orders. How Does Temu $100  Off Coupon Work? The Temu coupon Bundle $100  off first-time user and Temu coupon codes $100  off offer instant savings. Enter the Bundle at checkout to reduce your bill by $100  or more, ensuring great value on every purchase. How To Earn Temu $100  Coupons As A New Customer? Unlock the Temu coupon Bundle $100  off and $100  off Temu coupon Bundle by signing up for Temu’s rewards program. Earn additional discounts through referrals and promotional activities. What Are The Advantages Of Using The Temu Coupon $100  Off? ·         Save $100  on your first order. ·         Access a $100  bundle for multiple uses. ·         Flat  $100  off for selected items. ·         Up to 70% off on trending items. ·         Additional $100   off for existing customers. ·         Up to 90% off on selected items. ·         Free gift for new users. ·         Free shipping to 68 countries. Temu $100  Discount Bundle And Free Gift For New And Existing Customers Take advantage of the Temu $100  off coupon Bundle and $100  off Temu coupon code. Use acw472253  to unlock: ·         acw472253: $100  off on the first order. ·         acw472253: Extra $100   discount on any item. ·         acw472253: Flat  $100  off on select purchases. ·         acw472253: Free gift for new users. ·         acw472253: Up to 70% off on select items. ·         acw472253: Free shipping to 68 countries. Pros And Cons Of Using The Temu Coupon Bundle $100  Off This Month Pros: ·         Flat $100  discount for new and existing users. ·         Additional $100   off on top of discounts. ·         Flat  $100  off for specific items. ·         Free shipping to 68 countries. ·         No minimum purchase required. ·         Valid globally. Cons: ·         Limited to specific regions for maximum benefits. ·         Some items may be excluded from the offer. Terms And Conditions Of Using The Temu Coupon $100  Off In 2025 ·         Temu coupon Bundle $100  off free shipping: No minimum purchase required. ·         Latest Temu coupon Bundle $100  off: Valid worldwide. ·         Use acw472253  anytime, as it has no expiration date. ·         Applicable to both new and existing customers. ·         Free shipping to 68 countries. Use The Latest Temu Coupon Bundle $100  Off Don’t miss out on incredible savings with the Temu coupon Bundle $100  off. Shop smart and make every dollar count. With the Temu coupon $100  off, you’re guaranteed a rewarding shopping experience. Start saving today! We are your trusted partner in discovering the best coupon codes and offers from top e-commerce platforms across Western countries, including the Canada, Canada, and Europe. Our mission is simple: to help you save big while shopping for your favorite products. In this article, we’ll explore Temu Coupon Bundle [acw472253] showcasing unbeatable savings opportunities tailored just for you. Whether you're a savvy shopper looking for exclusive deals or a first-time buyer seeking maximum discounts, we have you covered. Together, we’ll make every shopping spree a budget-friendly adventure! Use the exclusive Bundle acw472253  to access maximum benefits in the Canada, Canada, and European nations. Whether you're shopping for yourself or gifting others, this Bundle guarantees unparalleled savings. Make the most of the Temu coupon  $100  off and Temu  $100  off coupon Bundle today. It's time to enjoy exceptional deals and turn your shopping spree into a budget-friendly experience. What Is The Coupon Bundle For Temu  $100  Off? Both new and existing customers can reap incredible benefits with our Temu coupon  $100  off on the Temu app and website. Use the  $100  off Temu coupon and enjoy unparalleled savings. acw472253: Flat  $100  off your total purchase. acw472253: Access a  $100  coupon pack for multiple uses. acw472253: Enjoy  $100  off as a new customer. acw472253: Extra  $100  promo Bundle benefits for existing customers. acw472253: Exclusive  $100  coupon for users in the Canada/Canada. Temu Coupon Bundle  $100  Off For New Users In 2025 New users can get unmatched savings with the Temu coupon  $100  off and Temu coupon Bundle  $100  off. Use our exclusive Bundle to unlock these amazing benefits: acw472253: Flat  $100  discount for first-time shoppers. acw472253: A  $100  coupon bundle for new customers. acw472253: Up to  $100  off for multiple uses. acw472253: Free shipping to 68 countries worldwide. acw472253: An additional  $100  off on your first purchase. acw472253: Also Flat  $100  off on selected items. How To Redeem The Temu Coupon  $100  Off For New Customers? Follow these steps to use the Temu  $100  coupon and Temu  $100  off coupon Bundle for new users: Visit the Temu website or download the app. Add items to your cart and proceed to checkout. Enter the coupon Bundle acw472253  in the promo field. Click Apply to see the discount. Complete the payment and enjoy your savings. Temu Coupon  $100  Off For Existing Customers Existing users can also benefit from our Temu  $100  coupon codes for existing users and Temu coupon  $100  off for existing customers free shipping. Use acw472253  to unlock these perks: acw472253: Extra  $100  discount for loyal Temu users. acw472253: A  $100  coupon bundle for multiple purchases. acw472253: Free gift with express shipping across the Canada/Canada. acw472253: Additional  $100  off on top of existing discounts. acw472253: Free shipping to 68 countries. acw472253: Flat  $100  off on select purchases. How To Use The Temu Coupon Bundle  $100  Off For Existing Customers? Follow these steps to use the Temu coupon Bundle  $100  off and Temu coupon  $100  off code: Log in to your Temu account. Select items and add them to your cart. Enter the coupon Bundle acw472253  at checkout. Apply the Bundle and confirm the discount. Proceed with payment and enjoy exclusive offers. Latest Temu Coupon  $100  Off First Order First-time shoppers can enjoy maximum benefits with the Temu coupon Bundle  $100  off first order, Temu coupon Bundle first order, and Temu coupon Bundle  $100  off first time user. Use the acw472253  Bundle to unlock these offers: acw472253: Flat  $100  off on your first order. acw472253: A  $100  Temu coupon pack for first-time buyers. acw472253: Up to  $100  off for multiple uses. acw472253: Free shipping to 68 countries. acw472253: Additional  $100  discount for first-time purchases. acw472253: Flat  $100  off on selected items. How To Find The Temu Coupon Bundle  $100  Off? Discover verified Temu coupon  $100  off and Temu coupon  $100  off Reddit deals by subscribing to the Temu newsletter. Check Temu’s social media pages for the latest promos or visit trusted coupon websites for regularly updated offers. Is Temu  $100  Off Coupon Legit? Yes, the Temu  $100  Off Coupon Legit and Temu  $100  off coupon legit. Our Bundle acw472253  is tested, verified, and works globally. Use it confidently for discounts on both first and recurring orders. How Does Temu  $100  Off Coupon Work? The Temu coupon Bundle  $100  off first-time user and Temu coupon codes  $100  off offer instant savings. Enter the Bundle at checkout to reduce your bill by  $100  or more, ensuring great value on every purchase. How To Earn Temu  $100  Coupons As A New Customer? Unlock the Temu coupon Bundle  $100  off and  $100  off Temu coupon Bundle by signing up for Temu’s rewards program. Earn additional discounts through referrals and promotional activities. What Are The Advantages Of Using The Temu Coupon  $100  Off? Save  $100  on your first order. Access a  $100  bundle for multiple uses. Flat  $100  off for selected items. Up to 70% off on trending items. Additional $100   off for existing customers. Up to  $100  off on selected items. Free gift for new users. Free shipping to 68 countries. Temu  $100  Discount Bundle And Free Gift For New And Existing Customers Take advantage of the Temu  $100  off coupon Bundle and  $100  off Temu coupon code. Use acw472253  to unlock: acw472253:  $100  off on the first order. acw472253: Extra $100   discount on any item. acw472253: Flat  $100  off on select purchases. acw472253: Free gift for new users. acw472253: Up to 70% off on select items. acw472253: Free shipping to 68 countries. Pros And Cons Of Using The Temu Coupon Bundle  $100  Off This Month Pros: Flat  $100  discount for new and existing users. Additional $100   off on top of discounts. Flat  $100  off for specific items. Free shipping to 68 countries. No minimum purchase required. Valid globally. Cons: Limited to specific regions for maximum benefits. Some items may be excluded from the offer. Terms And Conditions Of Using The Temu Coupon  $100  Off In 2025 Temu coupon Bundle  $100  off free shipping: No minimum purchase required. Latest Temu coupon Bundle  $100  off: Valid worldwide. Use acw472253  anytime, as it has no expiration date. Applicable to both new and existing customers. Free shipping to 68 countries. Use The Latest Temu Coupon Bundle  $100  Off Don’t miss out on incredible savings with the Temu coupon Bundle  $100  off. Shop smart and make every dollar count. With the Temu coupon  $100  off, you’re guaranteed a rewarding shopping experience. Start saving today! Experience shopping like never before with Temu—a platform known for its extensive collection of trending items, unbeatable prices, and customer-centric features. With acw472253and acw472253, you can enjoy incredible discounts, including a flat $100   off for first-time users. Dive into the world of exciting offers and make the most of Temu’s exclusive deals tailored for 2025. From free shipping in 67 countries to discounts of up to 90%, Temu is your go-to platform for affordable shopping. Exclusive Benefits of Temu Coupon Codes Here are some of the top Temu coupon codes and their amazing benefits:   acw472253: Temu coupon Bundle $100   off for new users. acw472253: Temu coupon Bundle $100   off for existing users. acw472253: Temu coupon Bundle  $100  extra off on selected items. acw472253: Free gift for new users with this Temu coupon. acw472253: Temu $100   coupon bundle for both new and existing users. These offers ensure that every shopper—whether a first-time user or a loyal customer—gets the most out of their Temu experience. What Makes Temu Stand Out? Temu isn’t just a shopping platform; it’s a global phenomenon that combines affordability with quality. Whether you’re in the United States, Canada, the United Kingdom, Japan, or Brazil, Temu offers something special for everyone. Some key features include:   Vast Collection: Explore a diverse range of items, from fashion to home decor, electronics, and more. Unbeatable Prices: Enjoy savings of up to 90% on countless items. Fast Delivery: Get your orders delivered quickly, no matter where you are. Free Shipping: Available in 67 countries. Daily Deals: New offers and discounts launched regularly. With Temu, you can redefine how you shop and save.   Explore Temu Coupon Codes by Region Temu caters to shoppers across North America, South America, and Europe with exclusive offers tailored to each region. Check out these exciting codes and their benefits:   acw472253: Temu coupon Bundle $100   off for Canada shoppers. acw472253: Temu coupon Bundle $100   off for Canada users. acw472253: Temu coupon Bundle $100   off for Canada. acw472253: Temu coupon Bundle $100   off for Japan. acw472253: Temu coupon Bundle  $100  off for Mexico. acw472253: Temu coupon Bundle  $100  for Brazil. These region-specific offers ensure that every shopper enjoys seamless discounts no matter where they are.   Why Use Temu Coupon Codes in 2025? Using Temu coupon codes like acw472253and acw472253isn’t just about saving money; it’s about enhancing your shopping experience. Here’s what you can look forward to:   Flat $100   Discount: Perfect for new and existing users. Extra  $100  Off: Stack this discount with other deals for maximum savings. £100Coupon Bundle: Combine multiple coupons for even greater discounts. Free Gifts: Enjoy special rewards as a first-time shopper. Enhanced Savings: Up to 50% extra discount on selected items. With these perks, it’s no wonder Temu is one of the fastest-growing e-commerce platforms in the world.   How to Use Temu Promo Codes Redeeming your Temu coupon codes is a breeze. Follow these simple steps to unlock incredible savings:   Sign Up: Create an account on the Temu platform. Choose Your Items: Add your favorite items to the cart. Apply Coupon Code: Enter codes like acw472253at checkout. Enjoy Discounts: Watch your total drop instantly! Whether you’re a first-time user or a returning shopper, these codes ensure you get the best deal every time.   Temu’s New Offers in 2025 Temu is always innovating to bring its users exciting new deals. This year, you can look forward to:   Temu First-Time User Coupon: A generous $100   discount for new users. Temu New User Coupon: Exclusive deals for first-time shoppers. Temu Discount Bundle for 2025: Updated promo codes to maximize your savings. Temu Promo Bundle for 2025: Special seasonal offers. Temu Coupon Bundle: Combine deals for unmatched savings. Temu Coupons for Existing Users: Rewarding loyal customers with incredible discounts. These offers are just the beginning of what Temu has in store for its shoppers in 2025.   Conclusion: Why Wait? Start Saving with Temu Today! Shopping on Temu is more than just buying products; it’s about experiencing value, quality, and satisfaction. With acw472253  and acw472253, you can unlock savings that make every purchase worthwhile. From $100   off for first-time users to incredible deals for existing customers, Temu coupon codes are your ticket to smart shopping in 2025.   So, what are you waiting for? Start exploring Temu’s vast collection, apply your favorite coupon codes, and enjoy a shopping spree like never before.     
    • Delete the forge-client.toml file in your config folder and test it again
    • Server and client mods are not matching - looks like the server is starting without any mods (vanilla server)   Check or add the server log
    • Add the full crash-report or log
  • Topics

  • Who's Online (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

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