vinegarhq / vinegar

An open-source, minimal, configurable, fast bootstrapper for running Roblox on Linux.
https://vinegarhq.org
GNU General Public License v3.0
407 stars 34 forks source link

Vinegar Flatpak SIGSEGV: Segmentation Violation #233

Open ExistingExpert opened 11 months ago

ExistingExpert commented 11 months ago

Installed Vinegar from flatpak, running flatpak run io.github.vinegarhq.Vinegar player gives this in the terminal: https://pastebin.com/Nkhhg8aH After this, it exits.

Here is the log file player-2023-10-23T11:05:49+05:30.log

apprehensions commented 11 months ago

For the time being, disable the GUI, read the docs.

apprehensions commented 11 months ago

This issue is being tracked in upstream Gio as https://todo.sr.ht/~eliasnaur/gio/546

ExistingExpert commented 11 months ago

Disabling the splash fixed this error! For others who want to know how to do so:

flatpak run io.github.vinegarhq.Vinegar edit [splash] enabled=false

lunarlattice0 commented 11 months ago

So far, it seems that systems that are NVIDIA + Wayland are affected by this bug. The workaround is to simply disable the GUI.

32bitx64bit commented 10 months ago

Simple solution, use x11 on Nvidia. :)

Or purchase a better option for Linux, AMD.

Cristiandis commented 10 months ago

Simple solution, use x11 on Nvidia. :)

Or purchase a better option for Linux, AMD.

Or just disable the splash?

32bitx64bit commented 10 months ago

Simple solution, use x11 on Nvidia. :) Or purchase a better option for Linux, AMD.

Or just disable the splash?

Wayland is broken on nvidia anyways, gamescope doesn't work. Which is pretty much needed.

Cristiandis commented 10 months ago

Simple solution, use x11 on Nvidia. :) Or purchase a better option for Linux, AMD.

Or just disable the splash?

Wayland is broken on nvidia anyways, gamescope doesn't work. Which is pretty much needed.

I wouldn't say nvidia is broken on Wayland, surely is more buggy but calling it broken is too much.

32bitx64bit commented 10 months ago

Simple solution, use x11 on Nvidia. :) Or purchase a better option for Linux, AMD.

Or just disable the splash?

Wayland is broken on nvidia anyways, gamescope doesn't work. Which is pretty much needed.

I wouldn't say nvidia is broken on Wayland, surely is more buggy but calling it broken is too much.

as someone who has tried using it, its pretty unusable. Its laggy, buggy, and just unstable. Which is pretty broken

apprehensions commented 10 months ago

@32bitx64bit don't bring something unrelated to the topic. many users have proved time and time again that Nvidia on Wayland is functional.

The issue here is Gio has an issue with nvidia's egl-wayland.

apprehensions commented 8 months ago

Is this related to the SIGSEGV error?

Heus-Sueh commented 8 months ago

Disabling the splash fixed this error! For others who want to know how to do so:

flatpak run io.github.vinegarhq.Vinegar edit [splash] enabled=false

I can confirm that it resolved it for me