Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Project MMO has failed to load correctly (Server startup) #58

Closed
6 tasks done
UnknownBlader opened this issue Nov 20, 2022 · 4 comments
Closed
6 tasks done
Labels
documentation Improvements or additions to documentation

Comments

@UnknownBlader
Copy link

General Info

  • I didn't added any mods
  • I can reproduce this issue consistently in single-player
  • I can reproduce this issue consistently in multi-player
  • I have searched for this issue previously and it was either (1) not previously reported, or (2) previously fixed and I am having the same problem.
  • I am crashing and can provide my crash report(s)
  • I am using the latest version of the modpack

Your launcher

Curseforge

Modpack version

0.8

Describe your issue

Project MMO has failed to load correctly

Steps to reproduce the issue

Run LaunchServer.bat and in cmd it shows Project MMO (pmmo) has failed to load correctly

Additional Information

crash-2022-11-20_19.17.39-fml.txt
latest.log

@UnknownBlader UnknownBlader added the bug Something isn't working label Nov 20, 2022
@DoctorMage
Copy link
Collaborator

Java Version: 11.0.12, Oracle Corporation

You need to be using java 8

@DoctorMage DoctorMage added documentation Improvements or additions to documentation bug Something isn't working and removed bug Something isn't working labels Nov 27, 2022
@DoctorMage
Copy link
Collaborator

DoctorMage commented Nov 27, 2022

Looks like you have Java 9 - x (theres like 21 different versions i'm not going to update this every other week a new one comes out) installed.
You need to specify Java 8 path in .bat file.

  1. Download Java 8 here https://www.java.com/en/download/manual.jsp (Offline 64 bit)
    image

  2. Go to C:\Program Files\Java and see what Java version you have. You need the one starting with 1.8.0...

image

  1. Right here I have jre1.8.0_291 That's the one we need! Probably for you it will be different.
  2. Now you need to specify the exact path in .bat:
  3. Open LaunchServer.bat with notepad
  4. Instead of Java specify your full path to Java
  5. For me the whole file would look like this:
    "C:\Program Files\Java\jre1.8.0_291\bin\java.exe" -Xmx4G -jar forge-1.16.5-36.2.33.jar nogui pause

image

@DoctorMage DoctorMage pinned this issue Nov 27, 2022
@DoctorMage DoctorMage removed the bug Something isn't working label Nov 27, 2022
@UnknownBlader
Copy link
Author

thanks tested and working :>

@UnknownBlader
Copy link
Author

UnknownBlader commented Oct 8, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants
@UnknownBlader @DoctorMage and others