Jump to content

Ugdhar

Moderators
  • Posts

    2725
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Ugdhar

  1. 1.7.10 is also no longer supported here FYI
  2. - 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/
  3. 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)
  4. It is setupDecompWorkspace
  5. The client does not exist within the server, I think your code is reaching across sides.
  6. Post your fml-server-latest.log after your friend tries to connect.
  7. Have you tried deleting and re-creating the profile so it redownloads minecraft? If not I'd give that a try
  8. 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".)
  9. 1.7.10 is no longer supported, you'll have to update to get help. (also, your pastebin links are broken)
  10. 1.7.10 is no longer supported here, you'll have to updated to get help.
  11. In the launcher, after choosing the profile to launch, go to Launch Options at the top, and the Game Directory shown should contain a logs folder, which will have the fml-client-latest.log in it. There's even a little arrow next to Game Directory that lets you open right to the folder that should have the logs folder. *edit: I tried to paste a screenshot, but evidently I must need to upload it somewhere, but I think you should be ok to find it.
  12. You need to use Java 8, 9 isn't supported
  13. Yeah, but I think it's the size of the minecraft code that requires 64 bit/more memory. @diesieben07 confirm?
  14. Make sure you are using 64 bit java would be my guess
  15. Post logs and specifics
  16. Just to throw this out there, the first log you posted shows minecraft 1.10.2, and this last one you posted shows 1.11.2, so you could very well have some mixup on versions going on.
  17. I guess make sure you have the proper version of animania for the version of forge you're using and/or redownload it and try again. I'm still unsure why the log you posted doesn't have the crash, double check and make sure you're pulling logs/fml-client-latest.log from the proper profile directory (as shown in the launcher)
  18. Weird, I don't even see any errors in there besides missing sounds. I'd still try removing the animania mod and trying it.
  19. You're still not posting your logs/fml-client-latest.log file. But given the error you're posting, Animania is broken, try removing it. Without the log for more information, it's the best advice I've got.
  20. But you probably need to give minecraft more memory in the profile options in the launcher.
  21. Looks like digimobs is broken, try removing it and see what happens
  22. Open a command prompt in the folder where your build.gradle is and type gradlew build *edit: The jar will be in the build/libs/ folder that is in that same folder. This jar file is the one you copy to the mods folder.
  23. I would imagine you could have both versions installed, I don't know how easy it would be swapping back and forth though, you'd either have to change things like the PATH and JAVA_HOME environment variables, or specify full path names to the java(c) executables. This is just a guess, as I haven't bothered with java 9 since I pretty much only use it for tinkering with minecraft.
  24. Your JRE is not in the program files\java\jre1.8.0_45 folder. Maybe it used to be, but that's some old stuff still kicking around or something. - There's no bin folder, which there should be as it contains the java executable. - When you do java -version it's showing 151, not 45. I'm not sure how or why things are like this, but there's definitely something messed up. If it were me, I would probably uninstall, then manually comb my system for java stuff, delete it, then reinstall fresh.
  25. You wouldn't select the exe when adding to the path, just the bin folder. If you didn't select the bin folder, I don't think java will be in your path. What does java -version show from the commandline? Your statement about the fresh download ended with "i believe", that's why I'd like you to check running the command.
×
×
  • Create New...

Important Information

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