1. Le forum de Minecraft-France va définitivement fermer ses portes. Celui-ci restera en lecture seule mais vous ne pourrez plus y apporter de nouveaux topics. Nous vous invitons à nous rejoindre sur le Discord de Minecraft-France qui permet de présenter vos projets, discuter avec la communauté etc.. Merci à tous d'avoir fait vivre ce forum de nombreuses années. Pour nous rejoindre sur Discord, Cliquez ici

Résolu Crash 1.8 avec Inventory Tweaks

Discussion dans 'Autres' créé par MonsieurLePanda, 29 Avr 2016.

  1. MonsieurLePanda

    MonsieurLePanda Nouveau

    Inscrit:
    6 Fev 2016
    Messages:
    14
    Points:
    2
    Sexe:
    Homme
    Bonjour,
    Je m'adresse a vous car un problème est parvenu :
    J'ai installé forge en 1.8 et Inventory Tweak. Je l'avais installé pour pouvoir rangé où je voulais mes items dans mon inventaire en changeant des choses dans la config du mod ( j'ai vu que l'on pouvais le faire sur le site du mod). Et maintenant quand je veux rejoindre un serveur ou une partie en solo, mon minecraft crash...
    Merci de votre aide.
    Cordialement
    MonsieurLePanda

    PS: je sais pas si sa peut vous aidez mes j'ai rajouté si joint le crash report.

    Code (cpp):
    ---- Minecraft Crash Report ----

    WARNING: coremods are present:
      FMLPlugin (InventoryTweaks-1.59-176.jar)
    Contact their authors BEFORE contacting forge

    // On the bright side, I bought you a teddy bear!

    Time: 29/04/16 16:46
    Description: Unexpected error

    java.lang.IndexOutOfBoundsException: 316
       at java.nio.DirectByteBuffer.get(DirectByteBuffer.java:253)
       at org.lwjgl.input.Keyboard.isKeyDown(Keyboard.java:407)
       at invtweaks.InvTweaks.isSortingShortcutDown(InvTweaks.java:959)
       at invtweaks.InvTweaks.onTick(InvTweaks.java:491)
       at invtweaks.InvTweaks.onTickInGUI(InvTweaks.java:184)
       at invtweaks.forge.ForgeClientTick.onTick(ForgeClientTick.java:22)
       at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_10_ForgeClientTick_onTick_ClientTickEvent.invoke(.dynamic)
       at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55)
       at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
       at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:366)
       at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1617)
       at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1028)
       at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:345)
       at net.minecraft.client.main.Main.main(SourceFile:120)
       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:483)
       at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
       at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

    -- Head --
    Stacktrace:
       at java.nio.DirectByteBuffer.get(DirectByteBuffer.java:253)
       at org.lwjgl.input.Keyboard.isKeyDown(Keyboard.java:407)
       at invtweaks.InvTweaks.isSortingShortcutDown(InvTweaks.java:959)
       at invtweaks.InvTweaks.onTick(InvTweaks.java:491)
       at invtweaks.InvTweaks.onTickInGUI(InvTweaks.java:184)
       at invtweaks.forge.ForgeClientTick.onTick(ForgeClientTick.java:22)
       at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_10_ForgeClientTick_onTick_ClientTickEvent.invoke(.dynamic)
       at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55)
       at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
       at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:366)

    -- Affected level --
    Details:
       Level name: MpServer
       All players: 1 total; [EntityPlayerSP['MonsieurLePanda'/219883, l='MpServer', x=8,50, y=65,00, z=8,50]]
       Chunk stats: MultiplayerChunkCache: 0, 0
       Level seed: 0
       Level generator: ID 01 - flat, ver 0. Features enabled: false
       Level generator options:
       Level spawn location: -2563,00,55,00,744,00 - World: (-2563,55,744), Chunk: (at 13,3,8 in -161,46; contains blocks -2576,0,736 to -2561,255,751), Region: (-6,1; contains chunks -192,32 to -161,63, blocks -3072,0,512 to -2561,255,1023)
       Level time: 0 game time, 0 day time
       Level dimension: 0
       Level storage version: 0x00000 - Unknown?
       Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
       Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
       Forced entities: 1 total; [EntityPlayerSP['MonsieurLePanda'/219883, l='MpServer', x=8,50, y=65,00, z=8,50]]
       Retry entities: 0 total; []
       Server brand: BungeeCord (Hypixel) <- vanilla
       Server type: Non-integrated multiplayer server
    Stacktrace:
       at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:407)
       at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2502)
       at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:374)
       at net.minecraft.client.main.Main.main(SourceFile:120)
       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:483)
       at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
       at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    -- System Details --
    Details:
       Minecraft Version: 1.8
       Operating System: Windows 10 (amd64) version 10.0
       Java Version: 1.8.0_25, Oracle Corporation
       Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
       Memory: 273582368 bytes (260 MB) / 444305408 bytes (423 MB) up to 1060372480 bytes (1011 MB)
       JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
       IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
       FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.4.1563 Optifine OptiFine_1.8_HD_U_H5 4 mods loaded, 4 mods active
       States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
       UCHIJA   mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
       UCHIJA   FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.4.1563.jar)
       UCHIJA   Forge{11.14.4.1563} [Minecraft Forge] (forge-1.8-11.14.4.1563.jar)
       UCHIJA   inventorytweaks{1.59-176-9318a76-dirty} [Inventory Tweaks] (InventoryTweaks-1.59-176.jar)
       Loaded coremods (and transformers):
    FMLPlugin (InventoryTweaks-1.59-176.jar)
      invtweaks.forge.asm.ContainerTransformer
       GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13397 Compatibility Profile Context 15.200.1055.0' Renderer: 'AMD Radeon HD 7520G + HD 7670M Dual Graphics'
       Launched Version: 1.8-forge1.8-11.14.4.1563
       LWJGL: 2.9.1
       OpenGL: AMD Radeon HD 7520G + HD 7670M Dual Graphics GL version 4.5.13397 Compatibility Profile Context 15.200.1055.0, ATI Technologies Inc.
       GL Caps: Using GL 1.3 multitexturing.
    Using GL 1.3 texture combiners.
    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
    Shaders are available because OpenGL 2.1 is supported.
    VBOs are available because OpenGL 1.5 is supported.

       Using VBOs: No
       Is Modded: Definitely; Client brand changed to '
    fml,forge'
       Type: Client (map_client.txt)
       Resource Packs: [pack Nems changé x.zip]
       Current Language: English (US)
       Profiler Position: N/A (disabled)
       OptiFine Version: OptiFine_1.8_HD_U_H5
       Render Distance Chunks: 8
       Mipmaps: 4
       Anisotropic Filtering: 1
       Antialiasing: 0
       Multitexture: false
       Shaders: null
       OpenGlVersion: 4.5.13397 Compatibility Profile Context 15.200.1055.0
       OpenGlRenderer: AMD Radeon HD 7520G + HD 7670M Dual Graphics
       OpenGlVendor: ATI Technologies Inc.
       CpuCount: 2
     
    #1 MonsieurLePanda, 29 Avr 2016
    Dernière édition par un modérateur: 29 Avr 2016
  2. AugiteSoul

    AugiteSoul Mineur de Fer

    Inscrit:
    1 Fev 2016
    Messages:
    780
    Points:
    130
    Fais voir la config du mod.
     
  3. Yodi

    Yodi Mineur de Fer

    Inscrit:
    19 Jan 2016
    Messages:
    543
    Points:
    126
    Sexe:
    Homme
    Presque toujours là avant moi celui ci :p j'en ai marre x)
     
  4. AugiteSoul

    AugiteSoul Mineur de Fer

    Inscrit:
    1 Fev 2016
    Messages:
    780
    Points:
    130
    Faut aller plus vite ^^
     
  5. robin4002

    robin4002 Support Technique
    Staff

    Inscrit:
    17 Août 2012
    Messages:
    5 478
    Points:
    229
    Sexe:
    Homme
    Salut,
    Il y a un conflit entre les touches du mod et ton clavier.
    Attribues une autre touche au mod, lwjgl n’apprécie pas ta touche actuelle (ça arrive souvent avec les claviers ou souris ayant des touches/boutons en plus).
     
    • Utile Utile x 1
  6. MonsieurLePanda

    MonsieurLePanda Nouveau

    Inscrit:
    6 Fev 2016
    Messages:
    14
    Points:
    2
    Sexe:
    Homme
    Voila la config que j'ai changé ( a partir de Mining ):
    |=================================================================|
    | INVENTORY TWEAKS Mod - https://inventory-tweaks.readthedocs.org |
    | Sorting rules and general configuration |
    |=================================================================|

    ====== [ SETTINGS ] ======

    D LOCKED

    ======== [ GETTING STARTED ] ========

    # SORTING RULES
    # Each line you type is a new constraint you add for sorting your inventory.
    # After any change, just press the sorting key to reload the settings. Some examples:
    # * "D1 sword" puts any sword in row D, column 1 (see grid below)
    # * "A edibleFood" fills the A row with food
    # * "1 ironPickaxe" fills the 1 column with an iron pickaxe
    # * "A1-C4 blocks" fills the rectangle with any blocks
    # * "D LOCKED" avoids items from the hotbar to move out of it when sorting

    # INVENTORY GRID
    # 1 2 3 4 5 6 7 8 9
    # A [A1][A2][A3][A4][A5][A6][A7][A8][A9]
    # B [B1][B2][B3][B4][B5][B6][B7][B8][B9]
    # C [C1][C2][C3][C4][C5][C6][C7][C8][C9]
    #
    # D [D1][D2][D3][D4][D5][D6][D7][D8][D9]

    # AVAILABLE KEYWORDS
    # Open the 'InvTweaksTree.txt' file for a list of available keywords. If an item
    # is missing from the item tree (for example mod items), you can either add it
    # or create a rule by ID. Examples: "D5 203", "D9 12345-13"
    Mining:

    D1 sword
    D2 pickaxe
    D3 water bucket
    D4 torch
    D5 edibleFood
    D6 blocks
    D9 golden apple

    Fighting:

    D1 sword
    D2 fishing rod
    D3 water bucket
    D4 bow
    D5 edibleFood
    D6 blocks
    D7 regeneration potion
    D8 swiftness potion
    D9 golden apple


    Robin: c'est a dire il faut que je change la touche du clavier qui permet de ranger mon inventaire?
     
  7. robin4002

    robin4002 Support Technique
    Staff

    Inscrit:
    17 Août 2012
    Messages:
    5 478
    Points:
    229
    Sexe:
    Homme
    Oui, une fois ton jeu lancé, option -> touche et tu règle ce que tu veux.
     
  8. MonsieurLePanda

    MonsieurLePanda Nouveau

    Inscrit:
    6 Fev 2016
    Messages:
    14
    Points:
    2
    Sexe:
    Homme
    Merci Robin sinon par rapport a la config je l'ai bien fait ?
     
  9. robin4002

    robin4002 Support Technique
    Staff

    Inscrit:
    17 Août 2012
    Messages:
    5 478
    Points:
    229
    Sexe:
    Homme
    Ça me semble bon oui.
     
  10. MonsieurLePanda

    MonsieurLePanda Nouveau

    Inscrit:
    6 Fev 2016
    Messages:
    14
    Points:
    2
    Sexe:
    Homme
    Merci beaucoup Robin, encore un problème répare grave à toi !!!
    Bonne continuation
    MonsieurLePanda
     
  11. Calambiel

    Calambiel Résident de l'End

    Inscrit:
    5 Août 2014
    Messages:
    6 595
    Points:
    229

Partager cette page