Same command produces different results

Questions about Wine on Linux
Locked
shag00
Level 3
Level 3
Posts: 50
Joined: Mon Sep 11, 2017 11:04 pm

Same command produces different results

Post by shag00 »

I have a quick launcher which I have been using reliably for about 10 years now and have just upgraded to Kubuntu 24.04 (clean install) and I am in the process of reinstalling all my apps. I ran into a problem with a couple of CLI based programs where sequential invocation produces different results.

The exec is:

Code: Select all

konsole --separate --hold --workdir ~/.winecli32/drive_c/"Program Files"/eac3to -e bash -c "WINEPREFIX=~/.winecli32 wine cmd"


In some instances it works as expected though in other instances it produces the following error:

Code: Select all

007c:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
007c:fixme:wineusb:query_id Unhandled ID query type 0x5.
Microsoft Windows 10.0.2600

C:\Program Files\eac3to>0084:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are unsupported.
0084:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are unsupported.
0084:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are unsupported.
0084:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are unsupported.
0034:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
Wine version = 9.10
Nvidia version = 535
Locked