-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
KCEF restart required when not running app as an administrator #4
Comments
Yes read, write and execute permission is needed, so you have to use an install directory capable of these for the user. You could use my tooling library, which takes care of it for each platform, take a look at #2 |
@DatL4g I'm using your Tooling library. The only difference I see with the example on the ticket are the jvmArgs in the build.gradle file. I was using this:
instead of this:
Could that be the cause of the issue on Windows? |
It's possible, can't tell for sure as this are jcef requirements and I don't have a deep insight |
@DatL4g ok I will test and let you know. I'm actually using your implementation. I'm just confused about one thing, in the ticket you linked in a previous comment you said we should use this:
But later on the ticket you mentioned a full example of the burningseries project and when looking at the code I'm seeing you are using:
and inside that class you are not using Thanks |
The burning series project is just a bit older and the tooling library didn't exist back then. However the implementation is the same. |
@DatL4g got it, thanks. I will test again with the changes on jvmArgs and let you know |
@DatL4g I'm still getting "restart required" callback when not running app as an administrator. If I run as an administrator everything worked perfect. I will copy my code here in case you see something that might be causing the issues: KCEF initialization
build.gradle.kts
Any ideas? |
I have the same issue with the same settings |
Some Windows users are getting the restart required message every time they open the app and the KCEF download doesn't start
After some debug sessions we found that it works perfect when running app as an administrator, so I guess the issue is related with write permissions. Any idea on how to fix this?
Thanks in advance
The text was updated successfully, but these errors were encountered: