Jump to content

Fenikkusu

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Fenikkusu

  1. This the crash report: ---- Minecraft Crash Report ---- // Don't be sad, have a hug! ❤️ Time: 13/07/23 18:11 Description: Mod loading error has occurred java.lang.Exception: Mod Loading has failed at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:71) [?:?] {re:classloading} at net.minecraftforge.fml.client.ClientModLoader.completeModLoading(ClientModLoader.java:174) [?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.lambda$null$1(Minecraft.java:508) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft$$Lambda$8432/1108589630.run(Unknown Source) [?:?] {} at net.minecraft.util.Util.func_215077_a(Util.java:320) [?:?] {re:classloading,re:mixin} at net.minecraft.client.Minecraft.lambda$new$2(Minecraft.java:504) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft$$Lambda$8212/1699449247.accept(Unknown Source) [?:?] {} at net.minecraft.client.gui.ResourceLoadProgressGui.func_230430_a_(ResourceLoadProgressGui.java:113) [?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:481) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:977) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A} 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.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:37) [forge-1.16.5-36.2.39.jar:36.2] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$511/81907268.call(Unknown Source) [forge-1.16.5-36.2.39.jar:36.2] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:913) ~[gson-2.8.0.jar:?] {} -- MOD betternether -- Details: Mod File: BetterNether_Reforged-1.1.1.jar Failure message: Better Nether Reforged (betternether) has failed to load correctly com.google.gson.JsonSyntaxException: Expected a com.google.gson.JsonObject but was com.google.gson.JsonPrimitive Mod Version: 1.1 Mod Issue URL: NOT PROVIDED Exception message: com.google.gson.JsonSyntaxException: Expected a com.google.gson.JsonObject but was com.google.gson.JsonPrimitive Stacktrace: at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:913) ~[gson-2.8.0.jar:?] {} at com.google.gson.Gson.fromJson(Gson.java:887) ~[gson-2.8.0.jar:?] {} at com.google.gson.Gson.fromJson(Gson.java:825) ~[gson-2.8.0.jar:?] {} at someoneelse.betternetherreforged.config.Config.load(Config.java:44) ~[?:1.1] {re:classloading} at someoneelse.betternetherreforged.config.Config.getBoolean(Config.java:98) ~[?:1.1] {re:classloading} at someoneelse.betternetherreforged.BetterNether.initOptions(BetterNether.java:143) ~[?:1.1] {re:classloading} at someoneelse.betternetherreforged.BetterNether.<init>(BetterNether.java:80) ~[?:1.1] {re:classloading} at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51] {} at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51] {} at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51] {} at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51] {} at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_51] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:67) ~[?:36.2] {re:classloading} at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$3129/1214498988.run(Unknown Source) ~[?:?] {} at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:106) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModContainer$$Lambda$3262/1877964230.run(Unknown Source) ~[?:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) ~[?:1.8.0_51] {} at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_51] {} at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_51] {} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) ~[?:1.8.0_51] {} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_51] {} -- System Details -- Details: Minecraft Version: 1.16.5 Minecraft Version ID: 1.16.5 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: 743196864 bytes (708 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB) CPUs: 16 JVM Flags: 10 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -XX:+IgnoreUnrecognizedVMOptions -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec ModLauncher launch target: fmlclient ModLauncher naming: srg ModLauncher services: /mixin-0.8.4.jar mixin PLUGINSERVICE /eventbus-4.0.0.jar eventbus PLUGINSERVICE /forge-1.16.5-36.2.39.jar object_holder_definalize PLUGINSERVICE /forge-1.16.5-36.2.39.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE /forge-1.16.5-36.2.39.jar capability_inject_definalize PLUGINSERVICE /forge-1.16.5-36.2.39.jar runtimedistcleaner PLUGINSERVICE /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE /forge-1.16.5-36.2.39.jar fml TRANSFORMATIONSERVICE FML: 36.2 Forge: net.minecraftforge:36.2.39 FML Language Providers: javafml@36.2 minecraft@1 Mod List: forge-1.16.5-36.2.39-client.jar |Minecraft |minecraft |1.16.5 |CREATE_REG|Manifest: NOSIGNATURE voicechat-forge-1.16.5-2.3.8.jar |Simple Voice Chat |voicechat |1.16.5-2.3.8 |CREATE_REG|Manifest: NOSIGNATURE mowziesmobs-1.5.25.jar |Mowzie's Mobs |mowziesmobs |1.5.25 |CREATE_REG|Manifest: NOSIGNATURE pandoras_creatures-1.16.3-2.0.1.jar |Pandoras Creatures |pandoras_creatures |1.16.3-2.0.1 |CREATE_REG|Manifest: NOSIGNATURE infernal-expansion-1.16.5-2.5.0.jar |Infernal Expansion |infernalexp |2.5.0 |CREATE_REG|Manifest: NOSIGNATURE endrem-5.0.3-R-1.16.5.jar |End Remastered |endrem |5.0.3-R-1.16.5 |CREATE_REG|Manifest: NOSIGNATURE DungeonsArtifactsV.0.1.3.jar |Dungeons & Artifacts |dungeonsartifacts |0.1.3 |CREATE_REG|Manifest: NOSIGNATURE CreativeCore_v2.2.1_mc1.16.5.jar |CreativeCore |creativecore |2.0.0 |CREATE_REG|Manifest: NOSIGNATURE Chunky-1.2.123.jar |Chunky |chunky |1.2.123 |CREATE_REG|Manifest: NOSIGNATURE locks-1.16.5-3.0.3.jar |Locks |locks |3.0.3 |CREATE_REG|Manifest: NOSIGNATURE jei-1.16.5-7.7.1.152.jar |Just Enough Items |jei |7.7.1.152 |CREATE_REG|Manifest: NOSIGNATURE abnormals_core-1.16.5-3.3.1.jar |Abnormals Core |abnormals_core |3.3.1 |CREATE_REG|Manifest: NOSIGNATURE spark-1.9.1-forge.jar |spark |spark |1.9.1 |CREATE_REG|Manifest: NOSIGNATURE BetterNether_Reforged-1.1.1.jar |Better Nether Reforged |betternether |1.1 |ERROR |Manifest: NOSIGNATURE stalwart-dungeons-1.16.5-1.1.7.jar |Stalwart Dungeons |stalwart_dungeons |1.1.7 |CREATE_REG|Manifest: NOSIGNATURE curios-forge-1.16.5-4.0.8.2.jar |Curios API |curios |1.16.5-4.0.8.2 |CREATE_REG|Manifest: NOSIGNATURE Waystones_1.16.5-7.6.4.jar |Waystones |waystones |7.6.4 |CREATE_REG|Manifest: NOSIGNATURE Clumps-6.0.0.28.jar |Clumps |clumps |6.0.0.28 |CREATE_REG|Manifest: NOSIGNATURE journeymap-1.16.5-5.8.5p5.jar |Journeymap |journeymap |5.8.5p5 |CREATE_REG|Manifest: NOSIGNATURE CTM-MC1.16.1-1.1.2.6.jar |ConnectedTexturesMod |ctm |MC1.16.1-1.1.2.6 |CREATE_REG|Manifest: NOSIGNATURE citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |CREATE_REG|Manifest: NOSIGNATURE untamedwilds-1.16.5-1.5.8.jar |Untamed Wilds |untamedwilds |1.5.8 |CREATE_REG|Manifest: NOSIGNATURE elevatorid-1.16.5-1.7.13.jar |Elevator Mod |elevatorid |1.16.5-1.7.13 |CREATE_REG|Manifest: NOSIGNATURE tombstone-6.7.9-1.16.5.jar |Corail Tombstone |tombstone |6.7.9 |CREATE_REG|Manifest: NOSIGNATURE CustomNPCs-1.16.5.20220515.jar |Custom NPCs |customnpcs |1.16.5.20220515 |CREATE_REG|Manifest: NOSIGNATURE sophisticatedbackpacks-1.16.5-3.15.16.669.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.16.5-3.15.16.669 |CREATE_REG|Manifest: NOSIGNATURE u_team_core-1.16.5-3.2.1.215.jar |U Team Core |uteamcore |3.2.1.215 |CREATE_REG|Manifest: 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 TheAbyss2+2.2.3-4+1.16.5.jar |TheAbyss |theabyss |2.2.3-4 |CREATE_REG|Manifest: NOSIGNATURE architectury-1.32.66.jar |Architectury |architectury |1.32.66 |CREATE_REG|Manifest: NOSIGNATURE Morpheus-1.16.5-4.2.70.jar |Morpheus |morpheus |4.2.70 |CREATE_REG|Manifest: NOSIGNATURE AI-Improvements-1.16.5-0.4.0.jar |AI-Improvements |aiimprovements |0.4.0 |CREATE_REG|Manifest: NOSIGNATURE forestcraft-1.87.jar |Astemir's Forest Craft |forestcraft |1.87 |CREATE_REG|Manifest: NOSIGNATURE Hwyla-forge-1.10.11-B78_1.16.2.jar |Waila |waila |1.10.11-B78_1.16.2 |CREATE_REG|Manifest: NOSIGNATURE JustEnoughResources-1.16.5-0.12.1.128.jar |Just Enough Resources |jeresources |0.12.1.128 |CREATE_REG|Manifest: NOSIGNATURE forge-1.16.5-36.2.39-universal.jar |Forge |forge |36.2.39 |CREATE_REG|Manifest: 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 Atum-1.16.5-2.2.11.jar |Atum 2 |atum |1.16.5-2.2.11 |CREATE_REG|Manifest: NOSIGNATURE endergetic-1.16.5-3.0.2.jar |The Endergetic Expansion |endergetic |3.0.2 |CREATE_REG|Manifest: NOSIGNATURE Quick+Harvest-1.16.5-1.5.1.jar |Quick Harvest |quickharvest |1.5.1 |CREATE_REG|Manifest: NOSIGNATURE netherite-plus-mod-1.4.5-1.16.5-forge.jar |Netherite Plus |netherite_plus |1.4.5-1.16.5 |CREATE_REG|Manifest: NOSIGNATURE CosmeticArmorReworked-1.16.5-v5.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v5 |CREATE_REG|Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53 twilightforest-1.16.5-4.0.546-universal.jar |The Twilight Forest |twilightforest |NONE |CREATE_REG|Manifest: NOSIGNATURE PlayerRevive_v2.0.0-pre04_mc1.16.5.jar |PlayerRevive |playerrevive |2.0.0 |CREATE_REG|Manifest: NOSIGNATURE geckolib-forge-1.16.5-3.0.90.jar |GeckoLib |geckolib3 |3.0.90 |CREATE_REG|Manifest: NOSIGNATURE betterendforge-1.16.5-2.5.jar |BetterEnd Forge |betterendforge |1.16.5-2.5 |CREATE_REG|Manifest: NOSIGNATURE structure_gel-1.16.5-1.7.7.jar |Structure Gel API |structure_gel |1.7.7 |CREATE_REG|Manifest: NOSIGNATURE Crash Report UUID: b8f193d6-7e95-4359-bbce-2bedb66218ba
  2. Hi! Today starting the game I got this error: com.google.gson.JsonSyntaxException: Expected a com.google.gson.JsonObject but was com.google.gson.JsonPrimitive. It says it's because of the nether reforged mod, but I don't want to delete it because it's on a server with my friends. Is there any other solution? (sorry for my way of speaking english)
  3. Hi! Is there a way to fix the error without removing the mod?
×
×
  • Create New...

Important Information

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