Client OpenGL/DirectX modes? #927
Answered
by
GregHib
Espionage724
asked this question in
Q&A
|
I clicked both and Software but in-game says Are the other options supposed to work? I tried from JDK 8 and 25. Initial client start has: Clicking Software has: |
Answered by
GregHib
Mar 29, 2026
Replies: 1 comment 11 replies
|
This depends on how it's run, if you're running from command line or IDE OpenGL/DirectX won't work due to how path resolving and reflection to the dll files work. (This is true of most rsps clients). OpenGL/DirectX normally only works when running as a Jar file. If this is the case and it's still not working then it's likely due to some reflection to the dll files breaking (you have to be careful what to refactor) or the library package not being bundled into the jar. |
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh okay x64 then, it seems like the reason is definitely running as 64 bit then.
The work-around options seem to be:
-d32The client uses 32 bit .dlls for rendering and there's not much I can do about that I don't think. I would have to create my own 64-bit supported dlls.