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

Could not find lwjgl-3.3.4-${lwjgl.natives}.jar (org.lwjgl:lwjgl:3.3.4) #74

Open
KamilSafinDevloper opened this issue Oct 30, 2024 · 2 comments

Comments

@KamilSafinDevloper
Copy link

This occurs when I'm trying to use library in version 0.2.1
In version 0.1.8 everything works fine

project.ext.lwjglVersion = "3.3.4"
project.ext.lwjglAwtVersion = "0.2.1"

implementation "org.lwjglx:lwjgl3-awt:${lwjglAwtVersion}"

implementation "org.lwjgl:lwjgl:${lwjglVersion}"

implementation "org.lwjgl:lwjgl:${lwjglVersion}:natives-windows-x86"
implementation "org.lwjgl:lwjgl:${lwjglVersion}:natives-linux"
implementation "org.lwjgl:lwjgl:${lwjglVersion}:natives-macos"

implementation "org.lwjgl:lwjgl-jawt:${lwjglVersion}"
@SWinxy
Copy link
Collaborator

SWinxy commented Nov 17, 2024

@KamilSafinDevloper I've rolled back the LWJGL dependency to 3.3.3 because MoltenVK was crashing on macOS. Does 0.2.2 of this library regain functionality?

@NachtRaben
Copy link

Currently no, I had to exclude the lwjgl modules and manually add jawt from bom in order for this to run and compile properly.

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

No branches or pull requests

3 participants