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

Crash shaders 1.8 / Lite / conection au serveur

Discussion dans 'Autres' créé par Blixow64, 22 Déc 2015.

  1. Blixow64

    Blixow64 Nouveau

    Inscrit:
    22 Déc 2015
    Messages:
    8
    Points:
    0
    Sexe:
    Homme
    au lancement d'un monde minecraft,je crash et j'ai un crash report comme ci dessous.
    Meme en n'ayant aucun shaders activé.
    Je suis sur "none" et sa crashe comme-même :/


    VOICI LE CRASH REPORT :




    ---- Minecraft Crash Report ----

    WARNING: coremods are present:
    Contact their authors BEFORE contacting forge

    // I let you down. Sorry :(

    Time: 22/12/15 09:02
    Description: Tesselating block model

    java.lang.IndexOutOfBoundsException: Index: 2, Size: 1
    at java.util.ArrayList.rangeCheck(Unknown Source)
    at java.util.ArrayList.get(Unknown Source)
    at net.minecraft.client.renderer.vertex.VertexFormat.func_177348_c(SourceFile:126)
    at net.minecraftforge.client.model.pipeline.VertexLighterFlat.processQuad(VertexLighterFlat.java:163)
    at net.minecraftforge.client.model.pipeline.QuadGatheringTransformer.put(QuadGatheringTransformer.java:38)
    at net.minecraftforge.client.model.pipeline.LightUtil.putBakedQuad(LightUtil.java:104)
    at net.minecraft.client.renderer.block.model.BakedQuad.pipe(BakedQuad.java:10)
    at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.render(ForgeBlockModelRenderer.java:109)
    at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_178265_a(ForgeBlockModelRenderer.java:74)
    at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:44)
    at net.minecraft.client.renderer.BlockModelRenderer.func_178259_a(BlockModelRenderer.java:34)
    at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:95)
    at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:178)
    at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:78)
    at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.func_178505_b(SourceFile:120)
    at net.minecraft.client.renderer.RenderGlobal.func_174970_a(RenderGlobal.java:882)
    at shadersmod.client.ShadersRender.setupTerrain(ShadersRender.java:57)
    at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1267)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1210)
    at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1035)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055)
    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(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    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.util.ArrayList.rangeCheck(Unknown Source)
    at java.util.ArrayList.get(Unknown Source)
    at net.minecraft.client.renderer.vertex.VertexFormat.func_177348_c(SourceFile:126)
    at net.minecraftforge.client.model.pipeline.VertexLighterFlat.processQuad(VertexLighterFlat.java:163)
    at net.minecraftforge.client.model.pipeline.QuadGatheringTransformer.put(QuadGatheringTransformer.java:38)
    at net.minecraftforge.client.model.pipeline.LightUtil.putBakedQuad(LightUtil.java:104)
    at net.minecraft.client.renderer.block.model.BakedQuad.pipe(BakedQuad.java:10)
    at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.render(ForgeBlockModelRenderer.java:109)
    at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_178265_a(ForgeBlockModelRenderer.java:74)

    -- Block model being tesselated --
    Details:
    Block: minecraft:iron_block
    Block location: World: (0,151,-16), Chunk: (at 0,9,0 in 0,-1; contains blocks 0,0,-16 to 15,255,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Using AO: true
    Stacktrace:
    at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:44)
    at net.minecraft.client.renderer.BlockModelRenderer.func_178259_a(BlockModelRenderer.java:34)

    -- Block being tesselated --
    Details:
    Block type: ID #42 (tile.blockIron // net.minecraft.block.BlockCompressed)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (0,151,-16), Chunk: (at 0,9,0 in 0,-1; contains blocks 0,0,-16 to 15,255,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Stacktrace:
    at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:95)
    at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:178)
    at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(SourceFile:78)
    at net.minecraft.client.renderer.chunk.ChunkRenderDispatcher.func_178505_b(SourceFile:120)
    at net.minecraft.client.renderer.RenderGlobal.func_174970_a(RenderGlobal.java:882)
    at shadersmod.client.ShadersRender.setupTerrain(ShadersRender.java:57)
    at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1267)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1210)

    -- Affected level --
    Details:
    Level name: MpServer
    All players: 2 total; [EntityPlayerSP['Blixow64'/1876, l='MpServer', x=1,50, y=168,00, z=-11,50], EntityOtherPlayerMP['Isidore974'/626, l='MpServer', x=1,44, y=168,00, z=-12,59]]
    Chunk stats: MultiplayerChunkCache: 20, 20
    Level seed: 0
    Level generator: ID 01 - flat, ver 0. Features enabled: false
    Level generator options:
    Level spawn location: 1,00,168,00,-12,00 - World: (1,168,-12), Chunk: (at 1,10,4 in 0,-1; contains blocks 0,0,-16 to 15,255,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Level time: 59973339 game time, 1272000 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: 81 total; [EntityArmorStand['§fLes familiers s'achètent sur la boutique !'/128, l='MpServer', x=1,41, y=167,25, z=-17,63], EntityArmorStand['§e§m-------------------'/129, l='MpServer', x=1,41, y=161,19, z=-21,72], EntityArmorStand['§fPour voir les modes de jeux disponibles'/130, l='MpServer', x=1,41, y=160,94, z=-21,72], EntityArmorStand['§f\/ Marche sur la plaque ci-dessous \/'/131, l='MpServer', x=1,41, y=160,69, z=-21,72], EntityArmorStand['§e(Clique sur un des icônes pour joindre le mode)'/132, l='MpServer', x=1,41, y=160,44, z=-21,72], EntityArmorStand['§e§m-------------------'/133, l='MpServer', x=1,41, y=160,19, z=-21,72], EntityPlayerSP['Blixow64'/1876, l='MpServer', x=1,50, y=168,00, z=-11,50], EntityOtherPlayerMP['Isidore974'/626, l='MpServer', x=1,44, y=168,00, z=-12,59], EntityArmorStand['§e§m-------------------'/18, l='MpServer', x=27,28, y=167,72, z=-28,31], EntityArmorStand[' §f§lPvP Factions (2)'/19, l='MpServer', x=27,28, y=167,47, z=-28,31], EntityArmorStand['§e§m-------------------'/20, l='MpServer', x=27,28, y=167,22, z=-28,31], EntityItem['item.item.swordDiamond'/21, l='MpServer', x=27,28, y=167,75, z=-28,31], EntityArmorStand['Porte-armure'/22, l='MpServer', x=27,28, y=166,25, z=-28,31], EntityArmorStand['§e§m-------------------'/23, l='MpServer', x=27,28, y=166,25, z=-28,31], EntityArmorStand['§aPvP Vanilla'/24, l='MpServer', x=27,28, y=166,00, z=-28,31], EntityArmorStand['§aGrande Warzone'/25, l='MpServer', x=27,28, y=165,75, z=-28,31], EntityArmorStand['§e§m-------------------'/26, l='MpServer', x=27,28, y=165,50, z=-28,31], EntityArmorStand['§cCréez un clan'/27, l='MpServer', x=27,28, y=165,25, z=-28,31], EntityArmorStand['§eConstruisez une base'/28, l='MpServer', x=27,28, y=165,00, z=-28,31], EntityArmorStand['§bAffaiblissez les autres'/29, l='MpServer', x=27,28, y=164,75, z=-28,31], EntityArmorStand['§dPillez et volez leurs ressources'/30, l='MpServer', x=27,28, y=164,50, z=-28,31], EntityArmorStand['§e§m-------------------'/31, l='MpServer', x=28,06, y=165,78, z=5,13], EntityArmorStand[' §f§lSkyblock (1)'/32, l='MpServer', x=28,06, y=165,53, z=5,13], EntityArmorStand['§e§m-------------------'/33, l='MpServer', x=28,06, y=165,28, z=5,13], EntityItem['item.tile.grass'/34, l='MpServer', x=28,06, y=165,81, z=5,13], EntityArmorStand['Porte-armure'/35, l='MpServer', x=28,06, y=164,34, z=5,13], EntityArmorStand['§aRejoignez une île'/36, l='MpServer', x=28,06, y=164,31, z=5,13], EntityArmorStand['§cFaites là évoluer'/37, l='MpServer', x=28,06, y=164,06, z=5,13], EntityArmorStand['§dInvitez vos amis'/38, l='MpServer', x=28,06, y=163,81, z=5,13], EntityArmorStand['§eAccomplissez les challenges !'/39, l='MpServer', x=28,06, y=163,56, z=5,13], EntityArmorStand['§e§m-------------------'/40, l='MpServer', x=28,22, y=165,78, z=13,28], EntityArmorStand[' §f§lSkyblock (2)'/41, l='MpServer', x=28,22, y=165,53, z=13,28], EntityArmorStand['§e§m-------------------'/42, l='MpServer', x=28,22, y=165,28, z=13,28], EntityItem['item.tile.grass'/43, l='MpServer', x=28,22, y=165,81, z=13,28], EntityArmorStand['Porte-armure'/44, l='MpServer', x=28,22, y=164,34, z=13,28], EntityArmorStand['§aRejoignez une île'/45, l='MpServer', x=28,22, y=164,31, z=13,28], EntityArmorStand['§cFaites la évoluer'/46, l='MpServer', x=28,22, y=164,06, z=13,28], EntityArmorStand['§dInvitez vos amis'/47, l='MpServer', x=28,22, y=163,81, z=13,28], EntityArmorStand['§eAccomplissez les challenges !'/48, l='MpServer', x=28,22, y=163,56, z=13,28], EntityArmorStand['§e§m-------------------'/49, l='MpServer', x=27,34, y=165,09, z=22,44], EntityArmorStand[' §f§lSkyblock (3)'/50, l='MpServer', x=27,34, y=164,84, z=22,44], EntityArmorStand['§e§m-------------------'/51, l='MpServer', x=27,34, y=164,59, z=22,44], EntityArmorStand['Porte-armure'/53, l='MpServer', x=27,34, y=163,63, z=22,44], EntityArmorStand['§aRejoignez une île'/54, l='MpServer', x=27,34, y=163,63, z=22,44], EntityArmorStand['§cFaites la évoluer'/55, l='MpServer', x=27,34, y=163,38, z=22,44], EntityArmorStand['§dInvitez vos amis'/56, l='MpServer', x=27,34, y=163,13, z=22,44], EntityArmorStand['§eAccomplissez les challenges !'/57, l='MpServer', x=27,34, y=162,88, z=22,44], EntityArmorStand['§e§m-------------------'/58, l='MpServer', x=25,09, y=165,88, z=-1,56], EntityArmorStand[' §f§lSkyblock (4)'/59, l='MpServer', x=25,09, y=165,63, z=-1,56], EntityWither['§7B'/-1091613740, l='MpServer', x=0,00, y=168,06, z=-1,34], EntityArmorStand['§e§m-------------------'/60, l='MpServer', x=25,09, y=165,38, z=-1,56], EntityItem['item.tile.grass'/61, l='MpServer', x=25,09, y=165,91, z=-1,56], EntityArmorStand['Porte-armure'/62, l='MpServer', x=25,09, y=164,41, z=-1,56], EntityArmorStand['§aRejoignez une île'/63, l='MpServer', x=25,09, y=164,41, z=-1,56], EntityArmorStand['§cFaites la évoluer'/64, l='MpServer', x=25,09, y=164,16, z=-1,56], EntityArmorStand['§dInvitez vos amis'/65, l='MpServer', x=25,09, y=163,91, z=-1,56], EntityArmorStand['§eAccomplissez les challenges !'/66, l='MpServer', x=25,09, y=163,66, z=-1,56], EntityArmorStand['§e§m-------------------'/98, l='MpServer', x=-25,34, y=166,25, z=13,44], EntityArmorStand['§f§lCréatif (1)'/99, l='MpServer', x=-25,34, y=166,00, z=13,44], EntityArmorStand['§e§m-------------------'/100, l='MpServer', x=-25,34, y=165,75, z=13,44], EntityItem['item.tile.workbench'/101, l='MpServer', x=-25,34, y=166,28, z=13,44], EntityArmorStand['Porte-armure'/102, l='MpServer', x=-25,34, y=164,78, z=13,44], EntityArmorStand['§cObtenez votre parcelle ! §b/plot auto'/103, l='MpServer', x=-25,34, y=164,78, z=13,44], EntityArmorStand['§eVotre parcelle est §e§lGEANTE ! §e256*256'/104, l='MpServer', x=-25,34, y=164,53, z=13,44], EntityArmorStand['§aTous les blocs sont §a§lGRATUITS'/105, l='MpServer', x=-25,34, y=164,28, z=13,44], EntityArmorStand['§e§m-------------------'/106, l='MpServer', x=-25,38, y=166,25, z=5,38], EntityOtherPlayerMP['Isidore974'/626, l='MpServer', x=1,44, y=168,00, z=-12,59], EntityArmorStand['§e§m-------------------'/114, l='MpServer', x=1,41, y=170,75, z=-17,63], EntityArmorStand['§fMettez un skin / cape'/115, l='MpServer', x=1,41, y=170,50, z=-17,63], EntityArmorStand['§fGratuitement sur notre'/116, l='MpServer', x=1,41, y=170,25, z=-17,63], EntityArmorStand['§fsite, avec notre launcher'/117, l='MpServer', x=1,41, y=170,00, z=-17,63], EntityArmorStand['§e§m-------------------'/118, l='MpServer', x=1,41, y=169,75, z=-17,63], EntityArmorStand['§e§m-------------------'/119, l='MpServer', x=1,41, y=169,50, z=-17,63], EntityArmorStand['§f§l>> Life§4§lcraft §f§l<<'/120, l='MpServer', x=1,41, y=169,25, z=-17,63], EntityArmorStand['§e§m-------------------'/121, l='MpServer', x=1,41, y=169,00, z=-17,63], EntityArmorStand['§eVisualisez tous les modes'/122, l='MpServer', x=1,41, y=168,75, z=-17,63], EntityArmorStand['§ede jeu en faisant clique-droit'/123, l='MpServer', x=1,41, y=168,50, z=-17,63], EntityArmorStand['§eavec la boussole en main'/124, l='MpServer', x=1,41, y=168,25, z=-17,63], EntityArmorStand['§e§m-------------------'/125, l='MpServer', x=1,41, y=168,00, z=-17,63], EntityArmorStand['§fSite / Boutique / Forum'/126, l='MpServer', x=1,41, y=167,75, z=-17,63], EntityArmorStand['§fSur §ewww.lifecraft.fr'/127, l='MpServer', x=1,41, y=167,50, z=-17,63]]
    Retry entities: 0 total; []
    Server brand: BungeeCord (git:BungeeCord-Bootstrap:1.8-SNAPSHOT:"342b6be":7) <- Spigot
    Server type: Non-integrated multiplayer server
    Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:351)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2502)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:367)
    at net.minecraft.client.main.Main.main(SourceFile:120)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    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 (x86) version 10.0
    Java Version: 1.8.0_66, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    Memory: 136636704 bytes (130 MB) / 523501568 bytes (499 MB) up to 523501568 bytes (499 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -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.1577 3 mods loaded, 3 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.1577.jar)
    UCHIJA Forge{11.14.4.1577} [Minecraft Forge] (forge-1.8-11.14.4.1577.jar)
    Loaded coremods (and transformers):
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '3.3.0' Renderer: 'GeForce 210/PCIe/SSE2'
    Launched Version: 1.8-forge1.8-11.14.4.1577
    LWJGL: 2.9.1
    OpenGL: GeForce 210/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
    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: [!_Coke Head Pack_!.zip]
    Current Language: Français (France)
    Profiler Position: N/A (disabled)
     
  2. robin4002

    robin4002 Support Technique
    Staff

    Inscrit:
    17 Août 2012
    Messages:
    5 478
    Points:
    229
    Sexe:
    Homme
    Salut,
    Shader mod n'est pas compatible avec les versions récentes de Forge.
    Shader mod est maintenant intégré à optifine, il suffit de placer le fichier OptiFine 1.8.0 HD U G7 dans le dossier mods pour le faire fonctionner avec Forge. (http://optifine.net/downloads).

    Par contre je doute que ta petite GT210 ferra tourner les shaders de façon optimal.
     
    • Informatif Informatif x 1
  3. Blixow64

    Blixow64 Nouveau

    Inscrit:
    22 Déc 2015
    Messages:
    8
    Points:
    0
    Sexe:
    Homme
    Ok j'ai même pas le temps de lancer mon mc que :
    ---- Minecraft Crash Report ----

    WARNING: coremods are present:
    Contact their authors BEFORE contacting forge

    // Ooh. Shiny.

    Time: 22/12/15 17:05
    Description: Registering texture

    java.lang.NoSuchMethodError: shadersmod.client.ShadersTex.deleteTextures(Lnet/minecraft/client/renderer/texture/AbstractTexture;)V
    at net.minecraft.client.renderer.texture.AbstractTexture.func_147631_c(AbstractTexture.java)
    at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SimpleTexture.java:29)
    at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:82)
    at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:51)
    at net.minecraft.client.gui.FontRenderer.bindTexture(FontRenderer.java:1085)
    at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:129)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:422)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
    at net.minecraft.client.main.Main.main(SourceFile:120)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    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 net.minecraft.client.renderer.texture.AbstractTexture.func_147631_c(AbstractTexture.java)
    at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SimpleTexture.java:29)

    -- Resource location being registered --
    Details:
    Resource location: minecraft:textures/font/ascii.png
    Texture object class: net.minecraft.client.renderer.texture.SimpleTexture
    Stacktrace:
    at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:82)
    at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:51)
    at net.minecraft.client.gui.FontRenderer.bindTexture(FontRenderer.java:1085)
    at net.minecraft.client.gui.FontRenderer.<init>(FontRenderer.java:129)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:422)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
    at net.minecraft.client.main.Main.main(SourceFile:120)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    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 (x86) version 10.0
    Java Version: 1.8.0_66, Oracle Corporation
    Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
    Memory: 73651816 bytes (70 MB) / 273076224 bytes (260 MB) up to 523501568 bytes (499 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -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.1577 Optifine OptiFine_1.8_HD_U_G7 3 mods loaded, 3 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
    UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.4.1577.jar)
    UCH Forge{11.14.4.1577} [Minecraft Forge] (forge-1.8-11.14.4.1577.jar)
    Loaded coremods (and transformers):
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '3.3.0' Renderer: 'GeForce 210/PCIe/SSE2'
    Launched Version: 1.8-forge1.8-11.14.4.1577
    LWJGL: 2.9.1
    OpenGL: GeForce 210/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
    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: [!_Coke Head Pack_!.zip]
    Current Language: Français (France)
    Profiler Position: N/A (disabled)
     
  4. robin4002

    robin4002 Support Technique
    Staff

    Inscrit:
    17 Août 2012
    Messages:
    5 478
    Points:
    229
    Sexe:
    Homme
    Tu as bien retiré shader mod ?
     
  5. Blixow64

    Blixow64 Nouveau

    Inscrit:
    22 Déc 2015
    Messages:
    8
    Points:
    0
    Sexe:
    Homme
    Oui et j'ai même plus accés à la partie "shaders" dans option alors que le dossir shaderpacks existe encore :/
     
  6. robin4002

    robin4002 Support Technique
    Staff

    Inscrit:
    17 Août 2012
    Messages:
    5 478
    Points:
    229
    Sexe:
    Homme
    Il faut aller dans option graphique -> shaders
    Essaies avec Forge 1563
     
  7. Blixow64

    Blixow64 Nouveau

    Inscrit:
    22 Déc 2015
    Messages:
    8
    Points:
    0
    Sexe:
    Homme
    Et comment je téléch forge 1563 ?
     
  8. Blixow64

    Blixow64 Nouveau

    Inscrit:
    22 Déc 2015
    Messages:
    8
    Points:
    0
    Sexe:
    Homme
    Ca me dit : Please set performance : Fast render to OFF.
     
  9. *Démon*

    *Démon* Modérateur
    Staff

    Inscrit:
    28 Jan 2015
    Messages:
    2 562
    Points:
    195
    Sexe:
    Homme
    Attention aux multi-posts, utilise plutôt la fonction éditer.
     
  10. robin4002

    robin4002 Support Technique
    Staff

    Inscrit:
    17 Août 2012
    Messages:
    5 478
    Points:
    229
    Sexe:
    Homme
  11. Blixow64

    Blixow64 Nouveau

    Inscrit:
    22 Déc 2015
    Messages:
    8
    Points:
    0
    Sexe:
    Homme
    Existe-t-il une façon de moins ramer car je tourne en 5 fps avec le lite :/
    En baissant encore la version 30 fps mais des petits freeze :/
     
  12. robin4002

    robin4002 Support Technique
    Staff

    Inscrit:
    17 Août 2012
    Messages:
    5 478
    Points:
    229
    Sexe:
    Homme
    Je t'avais prévenu :
    Les shaders c'est lourd. En plus de dater de 2009 ta carte est le modèle le plus bas de gamme de cette génération. Faut pas s'attendre à des miracles.
    Si tu veux plus de fps faut changer de carte graphique (et surement d'alimentation).
     
    • J'approuve J'approuve x 1
  13. Blixow64

    Blixow64 Nouveau

    Inscrit:
    22 Déc 2015
    Messages:
    8
    Points:
    0
    Sexe:
    Homme
    Ok une gtx 560 suffirait ? Ou bien une 760 ?
    AU niveau de l'alim je vais me débrouiller mais je pense que mon proc est pas très mal ...
    Mais merci du conseil ;)
     
  14. robin4002

    robin4002 Support Technique
    Staff

    Inscrit:
    17 Août 2012
    Messages:
    5 478
    Points:
    229
    Sexe:
    Homme
    La GTX560 est suffisante. Après si tu veux prendre une carte en occasion plutôt qu'une neuf on peut aussi trouver de très bonne HD 7xxx a un prit correcte.
    Si tu veux une neuf tu peux peux prendre une GTX750 (en plus elle consomme très peut donc pas besoin de nouvelle alim) ou une R7 360.

    Tu as quoi comme processeur ?
     
  15. Blixow64

    Blixow64 Nouveau

    Inscrit:
    22 Déc 2015
    Messages:
    8
    Points:
    0
    Sexe:
    Homme
    Voilà tout ^^
     

    Fichiers attachés:

Partager cette page