JJTech0130 / MultiMC5

Deprecated.
https://jjtech0130.github.io/MultiMC5/
Other
18 stars 3 forks source link

Oracle Java doesn’t work #28

Closed Bombardier-C-Kram closed 4 years ago

Bombardier-C-Kram commented 4 years ago

System Information

MultiMC version: 5

Operating System: Raspberry Pi OS 64bit Beta

Summary of the issue or suggestion: Cannot run forge 1.12.2 any version but can run vanilla minecraft

What should happen: Forge will launch

Steps to reproduce the issue (Add more if needed):

  1. Add forge to a 1.12.2 profile

  2. Launch profile

  3. It crashes with an error

Suspected cause:

I removed all mods and the error still happens when launching onesix launcher.

Logs/Screenshots:

Additional Info:

https://paste.ee/p/UBHDm

Bombardier-C-Kram commented 4 years ago

Forge needed java 8, after i added java 8, i still cant launch it... https://paste.ee/p/mekko

JJTech0130 commented 4 years ago

Did you use Oracle Java 8? I ran into a similar issue with XAwt.so and it seems to be bundled with OpenJDK 8 but not Oracle JDK 8.

Bombardier-C-Kram commented 4 years ago

I did download it on oracles website, i used Linux ARM 64 Hard Float ABI. Im not really sure exactly whats causing the error...

JJTech0130 commented 4 years ago

The problem is on line 137 of your second paste. It said it cannot find libawt_xawt.so. This is because it is not bundled with Oracle Java for arm. OpenJDK, which is an open source version of the java JDK does bundle this lib so it works. Get OpenJDK from here.

JJTech0130 commented 4 years ago

Closing as it appears the issue is solved, feel free to reopen if it isn’t.