You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing which wine version works (best) with winetricks dotnet48(vanilla wine-6.16 & wine-6.17 do, wine-6.18 has below upstream bug, and staging fails)
I found a strange bug in several wine variants/versions:
When selecting any directory in a vortex dialog, vortex opens a requester, complaining with "The selection contains an object which is no directory"(free translated)
Tested affected wine versions are:
wine-6.18 (Staging) from Proton-6.18-GE-2 - wine-6.17.r0.g5f19a815 ( TkG Staging Esync Fsync ) from proton-tkg(not reproducible → wrong test)
This probably can be broken down to a more simple example to reproduce, but I haven't found a simple "open directory" exe.
dotnet is not required to reproduce this.
select a directory in any dialog (f.e. settings/downloads, or manage game → select its installation folder)
Result:
The selected directory is rejected with "The selection contains an object which is no directory"
Expected result:
The selected directory should be accepted
WINEDEBUG=-all is required, as else Vortex hangs in an endless 02b4:fixme:taskschd:regtasks_get_Item 000000000C52A810,000000000081C140 {VT_I4: 339303},000000000081C0A0: stub loop
The text was updated successfully, but these errors were encountered:
While testing which wine version works (best) with
winetricks dotnet48
(vanillawine-6.16
&wine-6.17
do,wine-6.18
has below upstream bug, andstaging
fails)I found a strange bug in several wine variants/versions:
When selecting any directory in a vortex dialog, vortex opens a requester, complaining with
"The selection contains an object which is no directory"
(free translated)Tested affected wine versions are:
wine-6.18 (Staging)
fromProton-6.18-GE-2
-(not reproducible → wrong test)wine-6.17.r0.g5f19a815 ( TkG Staging Esync Fsync )
from proton-tkgwine-6.18
by @Kron4ek (https://github.com/Kron4ek/Wine-Builds)Working wine versions:
wine-6.16
installation (Arch Linux)wine-6.16
,wine-6.17
by @Kron4ek (https://github.com/Kron4ek/Wine-Builds)This probably can be broken down to a more simple example to reproduce, but I haven't found a simple "open directory" exe.
dotnet is not required to reproduce this.
Steps to reproduce:
mkdir /tmp/testvort
WINEDEBUG=-all WINEPREFIX=/tmp/testvort/ "/path/to/tested/wine" vortex-setup-1.4.15.exe
Result:
The selected directory is rejected with
"The selection contains an object which is no directory"
Expected result:
The selected directory should be accepted
WINEDEBUG=-all
is required, as else Vortex hangs in an endless02b4:fixme:taskschd:regtasks_get_Item 000000000C52A810,000000000081C140 {VT_I4: 339303},000000000081C0A0: stub
loopThe text was updated successfully, but these errors were encountered: