robin4002
Forge Modder-
Posts
283 -
Joined
-
Last visited
Everything posted by robin4002
-
Cette vidéo devrait t'aider : This video should help you :
-
Hi, Please post the log.
-
hi, You have a system or user variable called "_JAVA_OPTIONS" that redefine -Xmx to 512 MB. Follow this picture to remove it :
-
Game ended with bad state (exit code -1073740791)
robin4002 replied to woodyjm's topic in Support & Bug Reports
Hi, Please put your log inside a code block for better readability (the <> button in the editor) Have you an Nvidia graphic card with the driver 378.49 WHQL ? If yes, install this hotfix : https://nvidia.custhelp.com/app/answers/detail/a_id/4378 -
Hi, Try without Optifine.
-
Hi, You need at least Forge 2222. So update forge to the version 13.20.0.2222 or higher : http://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.11.2.html
-
Hi, Adfoc.us work like expected for me. You can use direct link when adfoc.us doesn't work (click on "Show all downloads", chose a version of forge and then, instead of clicking "Installer" you should click on the (i) ).
-
hi, ResourceLoader is a client side mod, it can't work on a server. You should remove it.
-
Wrong info on forge-1.11-13.19.0.2162 in ITEM file
robin4002 replied to Dao_Za's topic in Support & Bug Reports
Hi, If i remember correctly this is not related to forge, this comment is added by mcp mapping. -
Hi, You should update to the last version of forge (currently 13.19.0.2162) : http://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.11.html Forge 1.11 is still under development, so always try with the last version before reporting bug.
-
hi, This is not a 1.11 bug but a feature that exist from long time. http://www.minecraftforge.net/forum/index.php?topic=35885.msg188844
-
MC 1.11 Release is out so when forge 1.11 will be :D?
robin4002 replied to lukas2005's topic in General Discussion
http://www.minecraftforge.net/forum/index.php?topic=43314.0 Update, it's fixed in the last build. -
[1.10.2] Forge with Mods crash with any mod.
robin4002 replied to Tynset123's topic in Support & Bug Reports
this screenshot can help : http://puu.sh/rVdBM/036b40aa6a.png -
Forge 1.7.10 mod compatability issue???
robin4002 replied to Blackout555's topic in Support & Bug Reports
Hi, You just need to read this line to find out where is the problem : (you currently have forge 10.13.4.1558, Forge@[10.13.4.1566,) means 10.13.4.1566 or higher). Also I recommend you to update your game, 1.7.10 is very old and no longer supported by the forge team. -
Hi, Your logs are incomplete. Also, Minecraft 1.7.10 is no longer supported on this forum.
-
Can you write "java -version" on a cmd ? If there is "Picked up _JAVA_OPTIONS: -Xmx512M" in the result like in the first screenshot, go in your environment variable (right click on the Windows button -> System -> Advanced system settings on the left-> open the tab with the same name -> environment variable...), and then removes _JAVA_OPTIONS. AFAIK global systems variables are applied everywhere in the system.
-
1.10.2-forge1.10.2-12.18.1.2011 crashes on startup.
robin4002 replied to djdrwright's topic in Support & Bug Reports
hi, You have a 1.7.10 mod (or older) in your mods folder. Removes it. Only 1.10.2 mods work with Minecraft 1.10.2. -
On the line "server-ip" you should put your local ip. To get it, open the cmd and enter "ipconfig". it's the line IPv4 adress. anybody connected to your router should use this ip to connect to your server. Others should use your public ip (the ip in http://www.wieistmeineip.de/). You also need to open the port 25565 (TCP) in the setting of your router/modem.
-
Does Forge work with the latest version of Java?
robin4002 replied to juan 2's topic in Support & Bug Reports
Use the official launcher. This launcher don't work like the official launcher, so forge don't work on. -
Games constantly crash when opening a world
robin4002 replied to Aquasys's topic in Support & Bug Reports
If disabling the loading screen don't fix the problem, enable VBOs and V-Sync in graphics options. https://bugs.mojang.com/browse/MC-32606 -
-
I think he is using Windows 64 bits but he has Java 32 bits. If you have Java 32 bits the Minecraft crash report indicates that Windows is 32-bit even if you have Windows 64 bits. http://stackoverflow.com/questions/1856565/how-do-you-determine-32-or-64-bit-architecture-of-windows-using-java Luisggh : Go here : http://www.java.com/en/download/manual.jsp to download Java 64 bits.
-
Updating your graphic driver can also fix the problem.
-
hi, The graphics driver doesn't support the loading screen. Update Forge to the recommended version : http://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.8.html. The loading screen is disabled by default on OS X in this version.