Mod Résolu Xray mod crash report

Dollita

Aventurier
1 Mai 2023
4
0
1
21
Salut !

Quand j'essaie de lancer mon jeu Minecaft avec le mod Xray, j'ai ce crash report :
Des idées de quoi faire ?

Merci !


Code:
---- Minecraft Crash Report ----

WARNING: coremods are present:
  NoCubesLoadingPlugin (NoCubes-1.12.2-0.4.0-pre-2dca66a0.jar)
  MixinBooter (!mixinbooter-7.1.jar)
  SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
  SoManyEnchantments ASM (SoManyEnchantments-0.5.5.jar)
  ForgelinPlugin (Forgelin-1.8.4.jar)
  CreativePatchingLoader (CreativeCore_v1.10.70_mc1.12.2.jar)
  FutureMC (future-mc-0.2.11.jar)
  ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
  iceandfire (iceandfire-1.9.1-1.12.2.jar)
  CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  LevelUpCore (levelup2-1.5.8.jar)
  SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.5.3.jar)
  IvToolkit (IvToolkit-1.3.3-1.12.jar)
  LootrCore (lootr-1.12.2-0.6.1.jar)
Contact their authors BEFORE contacting forge

// Who set us up the TNT?

Time: 5/1/23 3:56 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from XRay (xray)
Caused by: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 6 column 19 path $[0].color
    at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:224)
    at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:129)
    at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:220)
    at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:41)
    at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:82)
    at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:61)
    at com.google.gson.Gson.fromJson(Gson.java:887)
    at com.google.gson.Gson.fromJson(Gson.java:852)
    at com.xray.store.JsonStore.read(JsonStore.java:72)
    at com.xray.XRay.preInit(XRay.java:77)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
    at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 6 column 19 path $[0].color
    at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:385)
    at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:213)
    ... 49 more


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

-- System Details --
Details:
    Minecraft Version: 1.12.2
    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: 862212752 bytes (822 MB) / 2147483648 bytes (2048 MB) up to 17179869184 bytes (16384 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx16G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2860 Optifine OptiFine_1.12.2_HD_U_G5 71 mods loaded, 71 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID                   | Version                   | Source                                          | Signature                                |
    |:----- |:-------------------- |:------------------------- |:----------------------------------------------- |:---------------------------------------- |
    | LCH   | minecraft            | 1.12.2                    | minecraft.jar                                   | None                                     |
    | LCH   | mcp                  | 9.42                      | minecraft.jar                                   | None                                     |
    | LCH   | FML                  | 8.0.99.99                 | forge-1.12.2-14.23.5.2860.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCH   | forge                | 14.23.5.2860              | forge-1.12.2-14.23.5.2860.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCH   | creativecoredummy    | 1.0.0                     | minecraft.jar                                   | None                                     |
    | LCH   | ivtoolkit            | 1.3.3-1.12                | minecraft.jar                                   | None                                     |
    | LCH   | mixinbooter          | 7.1                       | minecraft.jar                                   | None                                     |
    | LCH   | aether_legacy        | 1.5.3.2                   | aether-1.12.2-v1.5.3.2.jar                      | None                                     |
    | LCH   | creativecore         | 1.10.0                    | CreativeCore_v1.10.70_mc1.12.2.jar              | None                                     |
    | LCH   | ambientsounds        | 3.0                       | AmbientSounds_v3.1.7_mc1.12.2.jar               | None                                     |
    | LCH   | placebo              | 1.6.0                     | Placebo-1.12.2-1.6.0.jar                        | None                                     |
    | LCH   | apotheosis           | 1.12.4                    | Apotheosis-1.12.2-1.12.5.jar                    | None                                     |
    | LCH   | aquaculture          | 1.6.8                     | Aquaculture-1.12.2-1.6.8.jar                    | None                                     |
    | LCH   | baubles              | 1.5.2                     | Baubles-1.12-1.5.2.jar                          | None                                     |
    | LCH   | bettercaves          | 1.12.2                    | bettercaves-1.12.2-2.0.4.jar                    | None                                     |
    | LCH   | byg                  | 1.7.1                     | BiomesYouGo1.7.1.jar                            | None                                     |
    | LCH   | blue_skies           | 1.1.3                     | blue_skies-1.12.2-v1.1.3.jar                    | None                                     |
    | LCH   | buildinggadgets      | 2.8.4                     | BuildingGadgets-2.8.4.jar                       | None                                     |
    | LCH   | carryon              | 1.12.3                    | carryon-1.12.2-1.12.3.15.jar                    | fd21553434f4905f2f73ea7838147ac4ea07bd88 |
    | LCH   | collective           | 3.0                       | collective-1.12.2-3.0.jar                       | None                                     |
    | LCH   | ctm                  | MC1.12.2-1.0.2.31         | CTM-MC1.12.2-1.0.2.31.jar                       | None                                     |
    | LCH   | cucumber             | 1.1.3                     | Cucumber-1.12.2-1.1.3.jar                       | None                                     |
    | LCH   | enchdesc             | 1.1.20                    | EnchantmentDescriptions-1.12.2-1.1.20.jar       | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCH   | forgelin             | 1.8.4                     | Forgelin-1.8.4.jar                              | None                                     |
    | LCH   | jei                  | 4.16.1.1001               | jei_1.12.2-4.16.1.1001.jar                      | None                                     |
    | LCH   | ftblib               | 5.4.7.2                   | FTBLib-5.4.7.2.jar                              | None                                     |
    | LCH   | itemfilters          | 1.0.4.2                   | ItemFilters-1.0.4.2.jar                         | None                                     |
    | LCH   | ftbquests            | 1202.9.0.15               | FTBQuests-1202.9.0.15.jar                       | None                                     |
    | LCH   | cfm                  | 6.3.0                     | furniture-6.3.2-1.12.2.jar                      | None                                     |
    | LCH   | futuremc             | 0.2.6                     | future-mc-0.2.11.jar                            | None                                     |
    | LCH   | llibrary             | 1.7.20                    | llibrary-1.7.20-1.12.2.jar                      | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
    | LCH   | iceandfire           | 1.9.1                     | iceandfire-1.9.1-1.12.2.jar                     | None                                     |
    | LCH   | ichunutil            | 7.2.2                     | iChunUtil-1.12.2-7.2.2.jar                      | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
    | LCH   | inventoryhud         | 3.4.4                     | InventoryHUD-1.12.2.forge-3.4.4.jar             | None                                     |
    | LCH   | ironchest            | 1.12.2-7.0.67.844         | ironchest-1.12.2-7.0.72.847.jar                 | None                                     |
    | LCH   | ironfurnaces         | 1.3.5                     | ironfurnaces-1.3.5.jar                          | None                                     |
    | LCH   | journeymap           | 1.12.2-5.7.1              | journeymap-1.12.2-5.7.1.jar                     | None                                     |
    | LCH   | legendarytooltips    | 1.1.9                     | LegendaryTooltips-1.12.2-1.1.10.jar             | None                                     |
    | LCH   | levelup2             | ${version}                | levelup2-1.5.8.jar                              | None                                     |
    | LCH   | lootr                | 0.6.1                     | lootr-1.12.2-0.6.1.jar                          | None                                     |
    | LCH   | mcwbridges           | 1.0.6                     | mcw-bridges-1.0.6b-mc1.12.2.jar                 | None                                     |
    | LCH   | medivalmusic         | 1.12.2-1.1                | medivalmusic-1.1.jar                            | None                                     |
    | LCH   | millenaire           | Millénaire 8.1.2          | millenaire-8.1.2.jar                            | None                                     |
    | LCH   | mowziesmobs          | 1.5.8                     | mowziesmobs-1.5.8.jar                           | None                                     |
    | LCH   | mysticalagriculture  | 1.7.5                     | MysticalAgriculture-1.12.2-1.7.5.jar            | None                                     |
    | LCH   | mysticalworld        | 1.12.2-1.11.0             | mysticalworld-1.12.2-1.11.0.jar                 | None                                     |
    | LCH   | nocubes              | 1.12.2-0.4.0-pre-2dca66a0 | NoCubes-1.12.2-0.4.0-pre-2dca66a0.jar           | None                                     |
    | LCH   | patchouli            | 1.0-23.6                  | Patchouli-1.0-23.6.jar                          | None                                     |
    | LCH   | pmmo                 | 1.12.2                    | Project_MMO-1.12-3.44.3.jar                     | None                                     |
    | LCH   | reccomplex           | 1.4.8.4                   | RecurrentComplex-1.4.8.4.jar                    | None                                     |
    | LCH   | xreliquary           | 1.12.2-1.3.4.796          | Reliquary-1.12.2-1.3.4.796.jar                  | None                                     |
    | LCH   | additionalstructures | 2.5.0                     | Rex_s-AdditionalStructures-1.12.x(v.2.5.0).jar  | None                                     |
    | LCH   | scp                  | 2.4.2                     | SCP+Lockdown-1.12.2-2.4.2-release.jar           | None                                     |
    | LCH   | scootys_scp_mod      | 1.5                       | SCPLockdownHeavyExpansion1.5.1.jar              | None                                     |
    | LCH   | sereneseasons        | 1.2.18                    | SereneSeasons-1.12.2-1.2.18-universal.jar       | None                                     |
    | LCH   | somanyenchantments   | 0.5.5                     | SoManyEnchantments-0.5.5.jar                    | None                                     |
    | LCH   | xat                  | 0.32                      | Trinkets and Baubles-32.4.jar                   | None                                     |
    | LCH   | spartanweaponry      | 1.5.3                     | SpartanWeaponry-1.12.2-1.5.3.jar                | None                                     |
    | LCH   | spartanfire          | 0.08                      | spartanfire-0.08.jar                            | None                                     |
    | LCH   | spartanshields       | 1.5.5                     | SpartanShields-1.12.2-1.5.5.jar                 | None                                     |
    | LCH   | twilightforest       | 3.11.1021                 | twilightforest-1.12.2-3.11.1021-universal.jar   | None                                     |
    | LCH   | spartantwilight      | 1.2.0                     | spartantwilight-1.12.2-1.2.0.jar                | None                                     |
    | LCH   | starterkit           | 2.4                       | starterkit_1.12.2-2.4.jar                       | None                                     |
    | LCH   | targeting_api        | 0.15                      | targeting_api-0.15.jar                          | None                                     |
    | LCH   | torchoptimizer       | 1.12.2-2.4.8              | torchoptimizer-1.12.2-2.4.8.jar                 | None                                     |
    | LCH   | vc                   | 5.10-final                | vc-1.12.2-5.10-final.jar                        | None                                     |
    | LCE   | xray                 | 2.0.0                     | xray-1.12.2-1.6.0.jar                           | None                                     |
    | LC    | structurize          | 1.12.2-0.10.277-RELEASE   | structurize-1.12.2-0.10.277-RELEASE.jar         | None                                     |
    | LC    | minecolonies         | 1.12.2-0.11.841-ALPHA     | minecolonies-1.12.2-0.11.841-BETA-universal.jar | None                                     |
    | LC    | orelib               | 3.6.0.1                   | OreLib-1.12.2-3.6.0.1.jar                       | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
    | LC    | mysticallib          | 1.12.2-1.13.0             | mysticallib-1.12.2-1.13.0.jar                   | None                                     |

    Loaded coremods (and transformers):
NoCubesLoadingPlugin (NoCubes-1.12.2-0.4.0-pre-2dca66a0.jar)
  io.github.cadiboo.nocubes.tempcore.NoCubesClassTransformer
MixinBooter (!mixinbooter-7.1.jar)
 
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
  sereneseasons.asm.transformer.EntityRendererTransformer
  sereneseasons.asm.transformer.WorldTransformer
SoManyEnchantments ASM (SoManyEnchantments-0.5.5.jar)
  com.Shultrea.Rin.Transformer.SMEASM
ForgelinPlugin (Forgelin-1.8.4.jar)
 
CreativePatchingLoader (CreativeCore_v1.10.70_mc1.12.2.jar)
 
FutureMC (future-mc-0.2.11.jar)
  thedarkcolour.futuremc.asm.CoreTransformer
ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
  shadows.ApotheosisTransformer
iceandfire (iceandfire-1.9.1-1.12.2.jar)
  com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  team.chisel.ctm.client.asm.CTMTransformer
llibrary (llibrary-core-1.0.11-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
LevelUpCore (levelup2-1.5.8.jar)
 
SpartanWeaponry-MixinLoader (SpartanWeaponry-1.12.2-1.5.3.jar)
 
IvToolkit (IvToolkit-1.3.3-1.12.jar)
 
LootrCore (lootr-1.12.2-0.6.1.jar)
 
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 531.68' Renderer: 'NVIDIA GeForce RTX 3070/PCIe/SSE2'
    Patchouli open book context: n/a
    OptiFine Version: OptiFine_1.12.2_HD_U_G5
    OptiFine Build: 20210124-142939
    Render Distance Chunks: 12
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.0 NVIDIA 531.68
    OpenGlRenderer: NVIDIA GeForce RTX 3070/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 16
 

robin4002

Expert en informatique et systèmes d'information
Staff
Responsable technique
Responsable forum
12 Novembre 2012
20 876
157
3 002
347
26
Alsace
www.minecraftforgefrance.fr
Bonsoir,
Le mod dispose d'un fichier de configuration block_store.json se trouvant dans le dossier .minecraft/config. Ce fichier de config contient visiblement des valeurs invalides, ce qui fait cracher le mod. Supprime-le pour forcer un retour aux valeurs par défaut.
 

Dollita

Aventurier
1 Mai 2023
4
0
1
21
Bonsoir,
Le mod dispose d'un fichier de configuration block_store.json se trouvant dans le dossier .minecraft/config. Ce fichier de config contient visiblement des valeurs invalides, ce qui fait cracher le mod. Supprime-le pour forcer un retour aux valeurs par défaut.
C'est bon ça marche mercii !