-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Only black screen now #13
Comments
Honestly, I don't know. It looks like jcef/cef bug on Linux. Could you try to launch cefpython? I'm asking, because: firstly, we don't know that it is a cef, older cef or jcef problem, and secondly, maybe it's time to focus on CefStream. |
Did you made a change to write a log file? When I strace the invocation, I get:
Main issue seems to be "--log-file=/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/debug.log" and thats hard to workaround. This is still the issues, that chrome sees to switch the cwd to the one from java :/ (see problems in #11 (comment)) It seems that the setting can be changed in: |
Original source: CefSettings usage (this should be moved to PandomiumSettings): Is it still not working if you launch application with |
it will probably work if I run with sudo, I'll later just termporarily change ownership of that directory to test. |
I think there are more problems, will start asking on some cef related forum. I have temporarily chowned myself the jre dir (would be nice to find a fix for this still) and run it. strace reports a bunch of
Also sudo does not help. |
Args. When you download some of the file, this one was not executable. I'll check the code where it needs to be made executable. chmod a+x /home/ensonic/projects/lego/gsoc/pandomium-example/native/jcef_helper |
The helper path is resolved here: |
Feel free to contribute. I don't have macOS, so I'm not even able to build natives for this system. |
If not we only get a black screen and a "LaunchProcess: failed to execvp:". Fixes dzikoysk#13
I am now just getting a black window on linux, I am not sure where the messages come from, they are not in the pandomium sources. Any idea?
The text was updated successfully, but these errors were encountered: