vinegarhq / vinegar

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

Can't start with gpu #372

Closed maribtw closed 4 months ago

maribtw commented 4 months ago

Describe the bug

A clear and concise description of what the bug is. Whenever I put gpu to prime-discrete or remove the whole gpu line, I get an error. I thought this was a bug just because my gpu wasn't active, but then I checked and my gpu boot option was on discrete, if I run nvidia-smi it's on and I changed the xorg file on the lm to boot with the current gpu just to make sure, still, get the error

To Reproduce

Steps to reproduce the behavior. basically what i put up there

Logs

Reference log file contents, which are usually located in ~/.cache/vinegar/logs or ~/.var/app/org.vinegarhq.Vinegar/cache/vinegar/logs/ for Flatpak, of a run reproducing the bug 2024/02/19 18:55:41 INFO Fetching Binary Deployment name=WindowsPlayer channel="" 2024/02/19 18:55:42 INFO Binary is up to date! name=WindowsPlayer guid=version-85c66b72a4fe4a74 2024/02/19 18:55:42 INFO Enabling WINE DXVK DLL overrides 2024/02/19 18:55:42 INFO Connecting to Discord RPC 2024/02/19 18:55:42 ERROR Could not connect to Discord RPC error="drpc: discord is not running" 2024/02/19 18:55:42 INFO Running Binary name=WindowsPlayer cmd="/app/bin/gamemoderun /app/bin/wine64 /home/mari/.var/app/org.vinegarhq.Vinegar/data/vinegar/versions/version-85c66b72a4fe4a74/RobloxPlayerBeta.exe" gamemodeauto: gamemodeauto: gamemodeauto: esync: up and running. gamemodeauto: 002c:fixme:winediag:loader_init wine-staging 9.2 is a testing version containing experimental patches. 002c:fixme:winediag:loader_init Please mention your exact version when filing bug reports on winehq.org. gamemodeauto: 002c:err:wineboot:process_run_key Error running cmd L"C:\windows\system32\winemenubuilder.exe -a -r" (126). gamemodeauto: gamemodeauto: gamemodeauto: gamemodeauto: gamemodeauto: gamemodeauto: 00dc:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 00dc:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are unsupported. 00dc:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are unsupported. 00dc:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are unsupported. gamemodeauto: 002c:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. gamemodeauto: 0024:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. gamemodeauto: 0118:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 0118:fixme:ntdll:NtRaiseHardError c0000005 stub 0118:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 0140:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 000000000CA6FF50 0118:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0118:fixme:keyboard:LoadKeyboardLayoutW name L"00000409", flags 2, semi-stub! warn: DXGI: Found monitors not associated with any adapter, using fallback Error [GENERAL | | OpenXR-Loader] : RuntimeManifestFile::FindManifestFiles - failed to find active runtime file in registry Error [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : RuntimeInterface::LoadRuntimes - unknown error Error [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : RuntimeInterface::LoadRuntimes - failed to load a runtime Error [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : Failed to find default runtime with RuntimeInterface::LoadRuntime() Error [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : Failed querying extension properties warn: D3D11DeviceFeatures: External memory features not supported warn: DXVK: No state cache file found warn: DXGI: MakeWindowAssociation: Ignoring flags X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 149 () Minor opcode of failed request: 4 Serial number of failed request: 246 Current serial number in output stream: 260 gamemodeauto: gamemodeauto:

System information

Additional context

Add any other context about the problem here.

apprehensions commented 4 months ago

Have a look at the gpu configuration directive.

maribtw commented 4 months ago

Where

apprehensions commented 4 months ago

https://vinegarhq.org/Configuration/index.html

maribtw commented 4 months ago

Thank you so much

maribtw commented 4 months ago

Sorry for bothering you and thank you so much

apprehensions commented 4 months ago

What is the solution