-
-
Notifications
You must be signed in to change notification settings - Fork 434
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
Java gpu problem. #86
Comments
Have you tried setting the Java path in the launcher? |
Yes, but it does not work. |
And you don't have this problem with the MC launcher? |
No, this is the problem. |
I do not know what java uses. In Java path must be: C:\Program Files\Java\jre1.8.0_51 without \bin ? If yes, not work and i have tried to add \bin but nothing. |
How you can see in this screen http://prntscr.com/83hb2g, in game uses java 1.8 64Bit (see the graphic card) but in NVIDIA control panel there aren't events of java... |
The launcher adds/removes When you add java, do you add it from the list or with "Browse" (or whatever it is in Italian)? And did you add "javaw.exe" or "java.exe"? |
With "Browse", but if i start a game that use java, it appears in the list. I added "javaw.exe" |
Do you already have a theory? |
Do you have the launcher's source code? If yes, try replacing the contents of src/main/java/com/skcraft/launcher/launch/JavaProcessBuilder.java with this: Recompile and see if it works. I changed it to run jawaw.exe instead of java.exe. |
Its perfect. Thank you (: |
The problem with this launcher is if you dont set the dedicated GPU as default for all programs, he use the integrated graphic card in every case.
Can you solve this problem?
ps: in NVIDIA control panel i have defined java (32-64bit) default with my dedicated card.
pps: no, i cant set nvidia gpu as default for all programs.
The text was updated successfully, but these errors were encountered: