Ecran Gris Minecraft Item

28 Mai 2022
31
0
6
54
Bonjour.
Sur minecraft j'ai un bug quand je prend un item ou ouvre mon inventaire et j'ai un écran ris verre bref c'est n'importe quoi on peux m'aider?
 

ShE3py

Enbogueuse
Support
26 Septembre 2015
4 139
163
464
247
21
Mìlhüsa
Bonjour,

Tout l'écran devient vert-de-gris ou seulement la fenêtre du jeu ? L'image reste-t-elle buguée tant que tu as l'item dans ta main, même après un mouvement de souris ? Possible d'avoir un screenshot de la couleur ?

Envoie aussi les logs du jeu (« %appdata%/.minecraft/logs/latest.log ») après que l'écran soit devenu gris-vert, que tu aies retrouvé l'image normale et que tu aies arrêté le jeu ; le tout dans des balises [code][/code] :
Code:
[code]
Copie-colle le contenu du fichier ici entre ces deux balises à réécrire
[*/code]

Sans l'astérisque « * », tu peux aussi simplement envoyer le fichier en pièce jointe.

Cordialement,
ShE3py
 
28 Mai 2022
31
0
6
54
Bonjour,

Tout l'écran devient vert-de-gris ou seulement la fenêtre du jeu ? L'image reste-t-elle buguée tant que tu as l'item dans ta main, même après un mouvement de souris ? Possible d'avoir un screenshot de la couleur ?

Envoie aussi les logs du jeu (« %appdata%/.minecraft/logs/latest.log ») après que l'écran soit devenu gris-vert, que tu aies retrouvé l'image normale et que tu aies arrêté le jeu ; le tout dans des balises [code][/code] :
Code:
[code]
Copie-colle le contenu du fichier ici entre ces deux balises à réécrire
[*/code]

Sans l'astérisque « * », tu peux aussi simplement envoyer le fichier en pièce jointe.

Cordialement,
ShE3py
seulement la fenêtres les couleurs sont aléatoires je croix selon le block qu iest à coté oui que quand je l'ai dans la main
 
28 Mai 2022
31
0
6
54
Bonjour,

Tout l'écran devient vert-de-gris ou seulement la fenêtre du jeu ? L'image reste-t-elle buguée tant que tu as l'item dans ta main, même après un mouvement de souris ? Possible d'avoir un screenshot de la couleur ?

Envoie aussi les logs du jeu (« %appdata%/.minecraft/logs/latest.log ») après que l'écran soit devenu gris-vert, que tu aies retrouvé l'image normale et que tu aies arrêté le jeu ; le tout dans des balises [code][/code] :
Code:
[code]
Copie-colle le contenu du fichier ici entre ces deux balises à réécrire
[*/code]

Sans l'astérisque « * », tu peux aussi simplement envoyer le fichier en pièce jointe.

Cordialement,
ShE3py
aussi tene le code
Code:
[16:25:20] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[16:25:20] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[16:25:20] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[16:25:20] [main/INFO]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
[16:25:20] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at C:\Users\midas\AppData\Local\Packages\Microsoft.4297127D64EC6_8wekyb3d8bbwe\LocalCache\Local\runtime\jre-legacy\windows-x64\jre-legacy
[16:25:20] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:25:20] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[16:25:20] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:25:20] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[16:25:20] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:25:21] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[16:25:21] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[16:25:21] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[16:25:21] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[16:25:21] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[16:25:21] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[16:25:21] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[16:25:21] [main/INFO]: Setting user: MidasetSasukeYT
[16:25:22] [Client thread/INFO]: LWJGL Version: 2.9.1
[16:25:22] [Client thread/INFO]: Could not load splash.properties, will create a default one
[16:25:22] [Client thread/ERROR]: Could not save the splash.properties file
java.io.FileNotFoundException: C:\Users\midas\AppData\Roaming\.minecraft\versions\teste 1.7\config\splash.properties (Le chemin d’accès spécifié est introuvable)
    at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_51]
    at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_51]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_51]
    at java.io.FileOutputStream.<init>(FileOutputStream.java:162) ~[?:1.8.0_51]
    at java.io.FileWriter.<init>(FileWriter.java:90) ~[?:1.8.0_51]
    at cpw.mods.fml.client.SplashProgress.start(SplashProgress.java:151) [SplashProgress.class:?]
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:193) [FMLClientHandler.class:?]
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
    at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
    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.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[16:25:22] [Client thread/INFO]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// There are four lights!

Time: 27/08/22 16:25
Description: Loading screen debug info

This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR


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

-- System Details --
Details:
    Minecraft Version: 1.7.10
    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: 133879056 bytes (127 MB) / 268435456 bytes (256 MB) up to 8589934592 bytes (8192 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML:
    GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 30.0.101.1631' Renderer: 'Intel(R) UHD Graphics'
[16:25:23] [Client thread/INFO]: Attempting early MinecraftForge initialization
[16:25:23] [Client thread/INFO]: MinecraftForge v10.13.4.1614 Initialized
[16:25:23] [Client thread/INFO]: Replaced 183 ore recipies
[16:25:23] [Client thread/INFO]: Completed early MinecraftForge initialization
[16:25:23] [Client thread/INFO]: Config directory created successfully
[16:25:23] [Client thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[16:25:23] [Client thread/INFO]: Searching C:\Users\midas\AppData\Roaming\.minecraft\versions\teste 1.7\mods for mods
[16:25:26] [Client thread/INFO]: Forge Mod Loader has identified 3 mods to load
[16:25:26] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge] at CLIENT
[16:25:26] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge] at SERVER
[16:25:26] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge
[16:25:26] [Client thread/INFO]: Processing ObjectHolder annotations
[16:25:26] [Client thread/INFO]: Found 341 ObjectHolder annotations
[16:25:26] [Client thread/INFO]: Identifying ItemStackHolder annotations
[16:25:26] [Client thread/INFO]: Found 0 ItemStackHolder annotations
[16:25:26] [Client thread/INFO]: Configured a dormant chunk cache size of 0
[16:25:26] [Client thread/INFO]: Applying holder lookups
[16:25:26] [Client thread/INFO]: Holder lookups applied
[16:25:26] [Client thread/INFO]: Injecting itemstacks
[16:25:26] [Client thread/INFO]: Itemstack injection complete
[16:25:26] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:
[16:25:26] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[16:25:26] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[16:25:26] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at com.google.gson.Gson.fromJson(Gson.java:815)
[16:25:26] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at com.google.gson.Gson.fromJson(Gson.java:768)
[16:25:26] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at com.google.gson.Gson.fromJson(Gson.java:717)
[16:25:26] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at com.google.gson.Gson.fromJson(Gson.java:689)
[16:25:26] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at net.minecraftforge.common.ForgeVersion$1.run(ForgeVersion.java:94)
[16:25:26] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
[16:25:26] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
[16:25:26] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183)
[16:25:26] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145)
[16:25:26] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     at com.google.gson.Gson.fromJson(Gson.java:803)
[16:25:26] [Forge Version Check/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]:     ... 4 more
[16:25:26] [Thread-7/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[16:25:26] [Thread-7/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see [URL]http://www.lwjgl.org[/URL])
[16:25:27] [Thread-7/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[16:25:27] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:
[16:25:27] [Sound Library Loader/INFO]: Sound engine started
[16:25:27] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
[16:25:27] [Client thread/INFO]: Created: 16x16 textures/items-atlas
[16:25:27] [Client thread/INFO]: Injecting itemstacks
[16:25:27] [Client thread/INFO]: Itemstack injection complete
[16:25:27] [Client thread/INFO]: Forge Mod Loader has successfully loaded 3 mods
[16:25:27] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge
[16:25:27] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[16:25:27] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[16:25:27] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:
[16:25:27] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[16:25:28] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     Author: Paul Lamb, [URL='http://www.paulscode.com']www.paulscode.com[/URL]
[16:25:28] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:
[16:25:28] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:
[16:25:28] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[16:25:28] [Thread-9/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[16:25:28] [Thread-9/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see [URL]http://www.lwjgl.org[/URL])
[16:25:28] [Thread-9/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[16:25:28] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:
[16:25:28] [Sound Library Loader/INFO]: Sound engine started
[16:26:46] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[16:26:46] [Server thread/INFO]: Generating keypair
[16:26:46] [Server thread/INFO]: Converting map!
[16:26:46] [Server thread/INFO]: Scanning folders...
[16:26:46] [Server thread/INFO]: Total conversion count is 0
[16:26:46] [Server thread/INFO]: Injecting existing block and item data into this server instance
[16:26:46] [Server thread/INFO]: Applying holder lookups
[16:26:46] [Server thread/INFO]: Holder lookups applied
[16:26:46] [Server thread/INFO]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@489124a2)
[16:26:46] [Server thread/INFO]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@489124a2)
[16:26:46] [Server thread/INFO]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@489124a2)
[16:26:46] [Server thread/INFO]: Preparing start region for level 0
[16:26:47] [Server thread/INFO]: Preparing spawn area: 19%
[16:26:48] [Server thread/INFO]: Preparing spawn area: 47%
[16:26:49] [Server thread/INFO]: Preparing spawn area: 76%
[16:26:50] [Server thread/INFO]: Changing view distance to 12, from 10
[16:26:50] [Netty Client IO #0/INFO]: Server protocol version 2
[16:26:50] [Netty IO #1/INFO]: Client protocol version 2
[16:26:50] [Netty IO #1/INFO]: Client attempting to join with 3 mods : [EMAIL][email protected][/EMAIL],[EMAIL][email protected][/EMAIL],[EMAIL][email protected][/EMAIL]
[16:26:50] [Netty IO #1/INFO]: Attempting connection with missing mods [] at CLIENT
[16:26:50] [Netty Client IO #0/INFO]: Attempting connection with missing mods [] at SERVER
[16:26:50] [Client thread/INFO]: [Client thread] Client side modded connection established
[16:26:50] [Server thread/INFO]: [Server thread] Server side modded connection established
[16:26:50] [Server thread/INFO]: MidasetSasukeYT[local:E:6e344bbb] logged in with entity id 307 at (-126.5, 70.0, 235.5)
[16:26:50] [Server thread/INFO]: MidasetSasukeYT joined the game
[16:26:51] [Server thread/INFO]: Saving and pausing game...
[16:26:51] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[16:26:53] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[16:26:53] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[16:26:53] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2849ms behind, skipping 56 tick(s)
[16:28:05] [Server thread/INFO]: MidasetSasukeYT has just earned the achievement [Taking Inventory]
[16:28:05] [Client thread/INFO]: [CHAT] MidasetSasukeYT has just earned the achievement [Taking Inventory]
[16:28:26] [Server thread/INFO]: Saving and pausing game...
[16:28:26] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[16:28:26] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[16:28:26] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[16:28:26] [Server thread/INFO]: Stopping server
[16:28:26] [Server thread/INFO]: Saving players
[16:28:26] [Server thread/INFO]: Saving worlds
[16:28:26] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[16:28:26] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[16:28:26] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[16:28:27] [Server thread/INFO]: Unloading dimension 0
[16:28:27] [Server thread/INFO]: Unloading dimension -1
[16:28:27] [Server thread/INFO]: Unloading dimension 1
[16:28:27] [Server thread/INFO]: Applying holder lookups
[16:28:27] [Server thread/INFO]: Holder lookups applied
[16:28:29] [Client thread/INFO]: Stopping!
[16:28:29] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:
[16:28:29] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[16:28:29] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     Author: Paul Lamb, [URL='http://www.paulscode.com']www.paulscode.com[/URL]
[16:28:29] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:
 
Dernière édition par un modérateur:

ShE3py

Enbogueuse
Support
26 Septembre 2015
4 139
163
464
247
21
Mìlhüsa
My bad, j'avais vu ta réponse lundi mais j'attendais que tu m'envoies les logs car je pensais que tu voulais les envoyer dans un second message, et j'ai oublié de redemander des nouvelles mardi.

Code:
[16:25:22] [Client thread/INFO]: Could not load splash.properties, will create a default one
[16:25:22] [Client thread/ERROR]: Could not save the splash.properties file
java.io.FileNotFoundException: C:\Users\midas\AppData\Roaming\.minecraft\versions\teste 1.7\config\splash.properties (Le chemin d’accès spécifié est introuvable)
   at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_51]
Créer le dossier « %appdata%\.minecaft\versions\test 1.7\config\ » s'il n'existe pas.

Sinon tu n'as aucune erreur de rendu dans les logs, peux-tu me dire si tu as deux cartes graphiques ? Il faut ouvrir le Gestionnaire de périphériques et dérouler l'arborescence.
identifier-carte-graphique.png

Si tu as une autre carte graphique qu'Intel(R) UHD Graphics, il faudrait que tu me dises son nom complet.
 
28 Mai 2022
31
0
6
54
My bad, j'avais vu ta réponse lundi mais j'attendais que tu m'envoies les logs car je pensais que tu voulais les envoyer dans un second message, et j'ai oublié de redemander des nouvelles mardi.

Code:
[16:25:22] [Client thread/INFO]: Could not load splash.properties, will create a default one
[16:25:22] [Client thread/ERROR]: Could not save the splash.properties file
java.io.FileNotFoundException: C:\Users\midas\AppData\Roaming\.minecraft\versions\teste 1.7\config\splash.properties (Le chemin d’accès spécifié est introuvable)
   at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_51]
Créer le dossier « %appdata%\.minecaft\versions\test 1.7\config\ » s'il n'existe pas.

Sinon tu n'as aucune erreur de rendu dans les logs, peux-tu me dire si tu as deux cartes graphiques ? Il faut ouvrir le Gestionnaire de périphériques et dérouler l'arborescence.
identifier-carte-graphique.png

Si tu as une autre carte graphique qu'Intel(R) UHD Graphics, il faudrait que tu me dises son nom complet.
les voici
1661681576626.png
 

ShE3py

Enbogueuse
Support
26 Septembre 2015
4 139
163
464
247
21
Mìlhüsa
Essaye de mettre à jour son pilote ;
https://www.nvidia.com/Download/index.aspx?lang=fr
Type de produit: GeForce
Série de produits: GeForce RTX 30 Series (Notebooks)
Gamme de produits: GeForce RTX 3050 Laptop GPU
Type de téléchargement: peu importe, clique sur le « ? » pour la différence

Puis « Rechercher », télécharge et lance le fichier.
Ensuite redémarre l'ordinateur si l'installateur ne l'a pas fait, puis suis ce tutoriel :
https://minecraft.fr/forum/threads/solutions-aux-problèmes-techniques-fréquents.182970/post-1637782

Cela forcera le jeu à utiliser la carte Nvidia au lieu de la carte graphique Intel qui n'est pas vraiment faite pour les jeux vidéos.