-
Notifications
You must be signed in to change notification settings - Fork 52
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
Launching and crashing soon after #109
Comments
Wayland support is probably not great as I don't really tro to support it. |
Can you try running master instead? I upgraded to winit 0.29 recently which could help. |
Tried that, and it didn't even launch and threw the error
even thought the texture at "assets/sprites/blue_noise_512.png" exists. |
You probably didn't pull the LFS files, check the readme |
I did run |
What does |
Hmmmm, can you run again ? I don't see why the image format would not be recognized |
Oh.. Is that a Terminal Command? |
It is :) very useful |
I deleted the file and reran
I'm guessing that is the same error as before? |
I have never seen this error before. Are you running any "surprising" setup? Maybe an old computer, a networked disk, maybe you don't have a gpu?... |
Nope... I don't think so... |
Maybe it's the nvidia gpu messing stuff up... wouldn't be the first time |
I'm just wondering what pipe could be broken. Super weird. |
I reran it yet again and got the error:
|
I'm thinking it might be related to the logging. Can you run sed -i 's/release_max_level_info/release_max_level_off/g' native_app/Cargo.toml then |
But I'm mostly thinking it's wayland (which is networked) that's broken. In which case I can't investigate right now since I'd need to setup a wayland desktop. |
That crashed with |
Windows should definitely work. I run Ubuntu on X11 most days but I have a windows gaming pc where I try it occasionally and I haven't had any issues. |
Yeah Windows can be more easily developed for because there isn't multiple display servers or something messing it up all the time |
I just remembered I can just switch to xorg by just logging out setting it to xorg and logging back in... Now it works fine :D |
Nice! So it was a Wayland issue. I'll try to reproduce it as it's slowly becoming the default. |
As last time... Wayland+vulkan is buggy as hell with NVIDIA drivers. (Egregoria only supports vulkan on Linux as a graphics backend, I don't have time to make wgpu's opengl backend work) When using the latest drivers I hit: gfx-rs/wgpu#4775 🙃 Let's hope it gets better when the game is ready to be released! In the meantime, I can't test much. |
Goods news. I'm pretty sure this is fixed by gfx-rs/wgpu@e5c62fb which should come in the next wgpu release :) |
Didn't made it in time for wgpu 0.19. It should be there in wgpu 0.20 though! (in a few months). |
I think it's finally good! Can you try again? |
Now I dont get a window at all and the logs don't tell me there's an issue, but when I run it from the terminal, I get |
When I try to run the newest release on Fedora 39, it crashes after starting. When I run it using
./native_app
in the Terminal I get the errorError trying to flush the wayland display: Broken pipe (os error 32)
once it crashes. The Client opens, but I can't interact with it, click anything in the game or move the Camera.The text was updated successfully, but these errors were encountered: