Jump to content

robin4002

Forge Modder
  • Posts

    283
  • Joined

  • Last visited

Everything posted by robin4002

  1. Cette vidéo devrait t'aider : This video should help you :
  2. hi, You have a system or user variable called "_JAVA_OPTIONS" that redefine -Xmx to 512 MB. Follow this picture to remove it :
  3. 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
  4. 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
  5. 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) ).
  6. hi, ResourceLoader is a client side mod, it can't work on a server. You should remove it.
  7. Hi, If i remember correctly this is not related to forge, this comment is added by mcp mapping.
  8. 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.
  9. 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
  10. http://www.minecraftforge.net/forum/index.php?topic=43314.0 Update, it's fixed in the last build.
  11. this screenshot can help : http://puu.sh/rVdBM/036b40aa6a.png
  12. 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.
  13. Hi, Your logs are incomplete. Also, Minecraft 1.7.10 is no longer supported on this forum.
  14. 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.
  15. 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.
  16. 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.
  17. Use the official launcher. This launcher don't work like the official launcher, so forge don't work on.
  18. 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
  19. 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.
  20. Updating your graphic driver can also fix the problem.
  21. 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.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.