-
Notifications
You must be signed in to change notification settings - Fork 44
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
blank screen running Linux build 0.2.0 #11
Comments
Thanks for the feedback. I had uploaded a new release a few hours ago so it could probably be some changes I had made that's causing this. Test the linux versions from the previous versions and let me know if it runs fine or not: Also, I did a quick google search of the error and the results allude to a bug caused by chrome. You may have to downgrade glibc or update it if it's not the latest (maybe they fixed the bug in a recent release) |
1st thanks for the quick response! Yes, I also came across that searching. It appears to be an issue with chromium-based browsers and programs using them when ran in sandbox mode. In searching, I also noticed those programs using chrome have worked out code patches around it. Something like this affected Steam in WINE under Linux a few times in the recent past in a similar way. I used the same workaround for your program that I used for Steam back then disabling sandboxing and thankfully it works with Texturelab as well. For anyone on Linux experiencing this issue when launching Texturelab they can work around it by disabling sandboxing with the command: In my case using version 0.2.0 from your website extracted into a folder I'm launching via the terminal with: Here is the documentation on chromium sandboxing here: https://chromium.googlesource.com/chromium/src.git/+/master/docs/linux/sandboxing.md The little bit of experience I've had so far with Texturelab all seems fine so far launching it this way. Now I also have git cloned and built Texturelab but I am not yet certain how to disable sandboxing when using npm or yarn to launch. |
Thanks. This really helped me understand the situation. I added a branch with potential fix. I appended the flag on startup using the electron api as suggested here ( using Checkout this branch and tell me if it works for you: If it doesnt work try switching |
That's great, glad the info helped. |
It's good to know where you made the neccasary change, but I didn't need to alter background.ts of the master branch because pulling and building from the seccomp branch worked for me. I can successfully launch the program with yarm or npm as described in Building. Thank you much! |
Great. I merged that branch in to master. |
When loading the Linux builds provided from https://njbrown.itch.io/texturelab via zip or appimage and loading builds from current github texturelab source nothing but a dark gray window briefly that turns to white appears and that's it. Launching from the terminal reveals its crashing with
seccomp-bpf failure in syscall 0230
3 times in a row and then just sits there.Here is a screenshot of texturelab window and my terminal under it.
I give it a few minutes and nothing happens, forcing me to kill the process to unload it.
This is on Manjaro Linux 64bit KDE with an AMD Ryzen 7 2700X, Nvidia GTX 1660 running current Nvidia proprietary driver. If you need any other info related to this issue I would be happy to share.
I thought it was one of the dependencies on my system and not texturelab, but the required dependencies seem to be installed.
The text was updated successfully, but these errors were encountered: