Jump to content

Ugdhar

Moderators
  • Posts

    2792
  • Joined

  • Last visited

  • Days Won

    44

Everything posted by Ugdhar

  1. That's the version of forge you are using; are you using the official minecraft launcher (version 2.0.1003 is the latest as far as I can tell, shows at bottom left corner of launcher screen), or a 3rd party launcher
  2. Please post the logs/fml-client-latest.log file, inside spoiler tags (the eyeball button above where you type your post)
  3. Have you tried running the jar installer instead of the windows .exe installer?
  4. If your filename is really uppercase, I think it needs to be lowercase.
  5. Both registry name is the name of the thing, it will append the modid for you. then you can setUnlocalizedName(getRegistryName.toString()) The registry name will be the name of the textures/models
  6. Yup, depending on what it's running on, it can take a couple minutes. Good luck!
  7. Well the best I have is to contact the modpack author, as if other stuff runs fine, and that one doesn't, it would make me think there's an issue with the modpack. Maybe someone else will come along and see this and know more about it. Here's hoping!
  8. Make sure you're using java 1.8 java -version from the same place you're running the server should tell you what version it's using by default
  9. I honestly have no idea what is causing that crash. To me, it looks like your minecraft installation is broken Maybe try deleting/reinstalling the modpack? If you make a new profile, and don't choose any mods, just a basic forge setup, does it launch?
  10. On the screen that shows the modpacks you have installed, right-click on the modpack, and choose Open Folder. That'll bring you into the folder that contains the logs folder, which should contain the fml-client-latest.log
  11. Good deal. Also, when you're going to post it, before you paste it, click the eyeball button to post it in spoiler tags. Makes the page much easier to follow.
  12. Depends where you are launching minecraft from. I saw a mention of curse in there, so if you're using the twitch client, there should be a button in the profile options to open the containing folder, and within there should be a logs folder containing that file.
  13. Please post the logs/fml-client-latest.log file
  14. Yeah it looks like you're attempting to use gui/client stuff on the server. You should post your code to a github repo and link it here for people to take a look. Posting snippets or individual classes usually doesn't provide enough information to pinpoint the issue.
  15. Sorry, Minecraft 1.7.10 is no longer supported here. It is advised to use the latest version for mod development.
  16. This is a fresh install right? You didn't copy it it over your old 2.5 install? Also, which version of java are you using?
  17. Windows explorer (file browser) is not the same as Edge (web browser). Press the windows key + E to open windows explorer.
  18. 1.7.10 is also no longer supported here FYI
  19. - Are you running your server from a batch (.BAT) file? If so, check that for the 256M setting. - Open a command window, and type SET and you will get a list of your environment variables. Look through them and see if there are any Java options in there with the 256M setting. If there are, you will need to go into your system settings to remove them. https://winaero.com/blog/how-to-edit-environment-variables-quickly-in-windows-8-1-and-windows-8/
  20. Also just noticed, this is 32-bit java, you're likely to run into memory issues. I'd remove it and install the 64 bit (it will say 64 bit on the HotSpot Client line when you have it)
  21. It is setupDecompWorkspace
  22. The client does not exist within the server, I think your code is reaching across sides.
  23. Post your fml-server-latest.log after your friend tries to connect.
  24. Have you tried deleting and re-creating the profile so it redownloads minecraft? If not I'd give that a try
  25. Try disabling the loading screen as described in the EAQ, I've seen that suggested for this error before. (I just used the forums search box at the top of the page and typed in "pixel format not accelerated".)
×
×
  • Create New...

Important Information

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