1
Graphics / Re: JSFML - NullPointerException for RenderWindow
« on: January 30, 2020, 04:55:47 pm »
Thanks for the reply!
Just going by the stack trace after trying to create the object
Its very odd considering it works perfectly on Windows/Linux.
What do you mean with "tries to read the MD5File"?
JSFML isn't maintained anymore so it might be hard to find someone who stills uses it.
Just going by the stack trace after trying to create the object
Code: [Select]
Exception in thread "main" java.lang.NullPointerException
at org.jsfml.internal.SFMLNative.readMD5File(Unknown Source)
at org.jsfml.internal.SFMLNative.loadNativeLibraries(Unknown Source)
at org.jsfml.internal.SFMLNativeObject.<init>(Unknown Source)
at org.jsfml.window.Window.<init>(Unknown Source)
at org.jsfml.graphics.RenderWindow.<init>(Unknown Source)
Its very odd considering it works perfectly on Windows/Linux.