question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

OS Edgecase: MacOS Catalina (10.15.2)

See original GitHub issue

Hello! I just tried to use example from this repository and received exception after launch: Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path: [/Users/Tobishua/tests/minecraft/natives/1.12.2] at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2670) at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:806) at java.base/java.lang.System.loadLibrary(System.java:1909) at org.lwjgl.Sys$1.run(Sys.java:73) at java.base/java.security.AccessController.doPrivileged(AccessController.java:312) at org.lwjgl.Sys.doLoadLibrary(Sys.java:66) at org.lwjgl.Sys.loadLibrary(Sys.java:95) at org.lwjgl.Sys.<clinit>(Sys.java:112) at bib.I(SourceFile:2825) at net.minecraft.client.main.Main.main(SourceFile:38)

Here is my test script (I’ve leave example code from this repository): `const { Client, Authenticator } = require(‘minecraft-launcher-core’); const launcher = new Client();

let opts = { clientPackage: null, // For production launchers, I recommend not passing // the getAuth function through the authorization field and instead // handling authentication outside before you initialize // MCLC so you can handle auth based errors and validation! authorization: Authenticator.getAuth(“---------”, “---------”), root: “./minecraft”, os: “osx”, version: { number: “1.12.2”, type: “release” }, memory: { max: “4000”, min: “1000” } }

launcher.launch(opts);

launcher.on(‘debug’, (e) => console.log(e)); launcher.on(‘data’, (e) => console.log(e));`

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
Pierce01commented, Jan 28, 2020

Looks like it’s failing to add the lwjgl native to the native folder. Will need to look into, not sure how long it will take since I don’t have access to a system with Catalina. Will keep you posted.

0reactions
Pierce01commented, Jan 29, 2020

Leaving open just incase another person experiances this issue

Read more comments on GitHub >

github_iconTop Results From Across the Web

Download macOS Catalina 10.15.2 Update - Apple Support
The macOS Catalina 10.15.2 update improves the stability, reliability and performance of your Mac and is recommended for all users.
Read more >
MacOS Catalina 10.15.2 Update Released for Mac, & Security ...
2 to Mac users running the Catalina operating system. The second point release update includes bug fixes, security enhancements, and some minor ...
Read more >
macOS Catalina Known Issues | Bombich Software
Similar to the issue described above, we have discovered an edge case in which Disk Utility fails to create an APFS volume group...
Read more >
Doesn't seem to work with mac OS catalina 10.15.2 #8 - GitHub
One issue I am running into however is disconnecting from airplay devices after connecting; I'm not using bartender. I always have to manually ......
Read more >
How to Update to macOS Catalina 10.15.2 - YouTube
The macOS Catalina 10.15.2 update improves the stability, reliability and performance of your Mac and is recommended for all users.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found