Skip to content
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

Your computer's graphics card is not compatible with Roblox's minimum system requirements #463

Open
1 task done
efa opened this issue Dec 1, 2024 · 3 comments
Open
1 task done
Labels
bug Unexpected behavior of Vinegar

Comments

@efa
Copy link

efa commented Dec 1, 2024

Acknowledgement of preliminary instructions

  • I have read the preliminary instructions, and I am certain that my problem has not already been addressed.

What problem did you encounter?

Roblox Studio stop with error:

2024-12-01T19:03:54.553Z,2.553447,0024,6 [FLog::Warning] Warning: Mode 2 failed: "Unable to create DXGI factory"
2024-12-01T19:03:54.553Z,2.553447,0024,6 [FLog::Warning] Warning: Trying mode 4...
2024-12-01T19:03:54.553Z,2.553447,0024,6 [FLog::Warning] Warning: Mode 4 failed: "OpenGL is disabled"
2024-12-01T19:03:54.554Z,2.554456,0024,6 [FLog::Error] Error: 	 [Exception: Your computer's graphics card is not compatible with Roblox's minimum system requirements

while Roblox start and work very well with Sober

Current config is:

[studio]
gpu = "prime-discrete"
#gpu = "integrated"
dxvk = false
#dxvk_version = "2.3"
renderer = "D3D11"
#renderer = "OpenGL"
#renderer = "Vulkan"
forced_version = "version-9b68669a3b644e31"

but with "integrated" is the same

System information

Debian 12

$ flatpak run org.vinegarhq.Vinegar sysinfo
* Vinegar: v1.7.7 
* Distro: Freedesktop SDK 23.08 (Flatpak runtime)
* Processor: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz
  * Supports AVX: true
  * Supports split lock detection: false
* Kernel: 6.1.0-28-amd64
* Wine (Player): wine-9.18 (Staging)
* Wine (Studio): wine-9.18 (Staging)
* Flatpak: [x]
* Cards:
  * Card 0: radeon 0000:01:00.0 /sys/class/drm/card0
  * Card 1: i915 0000:00:02.0 /sys/class/drm/card1
@efa efa added the bug Unexpected behavior of Vinegar label Dec 1, 2024
@reflexran
Copy link

what gpu do you have?

also can you try:
[studio]
renderer = "Vulkan"
dxvk = false

@efa
Copy link
Author

efa commented Dec 2, 2024

this is the PC of the other child, so different HW configuration. Will try the settings for Vulkan

@efa
Copy link
Author

efa commented Dec 2, 2024

solved, was because I had removed some duplicated old version of some flatpak packages.
I restored the duplicated removing and reinstalling org.vinegarhq.Vinegar
and the error do not appear anymore. Solved.

$ flatpak list
Name                                 Application ID                       Version                  Branch      Origin  Installation
Freedesktop Platform                 org.freedesktop.Platform             freedesktop-sdk-23.08.25 23.08       flathub user
Mesa                                 org.freedesktop.Platform.GL.default  24.2.5                   23.08       flathub user
Mesa (Extra)                         org.freedesktop.Platform.GL.default  24.2.5                   23.08-extra flathub user
Mesa                                 org.freedesktop.Platform.GL.default  24.2.7                   24.08       flathub user
Mesa (Extra)                         org.freedesktop.Platform.GL.default  24.2.7                   24.08extra  flathub user
Intel VAAPI driver                   org.freedesktop.Platform.VAAPI.Intel                          23.08       flathub user
openh264                             org.freedesktop.Platform.openh264    2.1.0                    2.2.0       flathub user
openh264                             org.freedesktop.Platform.openh264    2.4.1                    2.4.1       flathub user
GNOME Application Platform version … org.gnome.Platform                                            47          flathub user
Breeze GTK theme                     org.gtk.Gtk3theme.Breeze             6.2.4                    3.22        flathub user
Sober                                org.vinegarhq.Sober                  0.0.0-9619e88            master      sober   user
Vinegar                              org.vinegarhq.Vinegar                1.7.7                    stable      flathub user

Indisputably flatpak waste a lot of disk space duplicating deps,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected behavior of Vinegar
Projects
None yet
Development

No branches or pull requests

2 participants