nine7nine / Wine-NSPA

Wine-NSPA: Proaudio & RT focused builds of Wine(-TKG)... WARNING: Forced Pushes && Resets..
26 stars 2 forks source link

no output from cmd.exe? #13

Open highda opened 1 month ago

highda commented 1 month ago

Hi, This is more of a support/help request than an actual bug report.

I am running on Arch, latest, x64 I have built both the Linux-NSPA kernel and Wine-NSPA from source and configured entirely according to the documentation.

After setting up a new WINEPREFIX, I'm facing an issue attempting to install some dependencies using Winetricks (to install Ableton 10).

The most curious message is the %AppData% part:

[highda@highda ~]$ winetricks gdiplus
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
------------------------------------------------------
WINEPREFIX INFO:
Drive C: celkem 28
drwxr-xr-x  7 highda highda 4096 13. říj 16.36 .
drwxr-xr-x  4 highda highda 4096 13. říj 17.05 ..
drwxr-xr-x  3 highda highda 4096 13. říj 16.35 ProgramData
drwxr-xr-x  6 highda highda 4096 13. říj 16.35 Program Files
drwxr-xr-x  6 highda highda 4096 13. říj 16.36 Program Files (x86)
drwxr-xr-x  4 highda highda 4096 13. říj 16.35 users
drwxr-xr-x 21 highda highda 4096 13. říj 17.04 windows

Registry info:
/home/highda/Winebox/system.reg:#arch=win64
/home/highda/Winebox/userdef.reg:#arch=win64
/home/highda/Winebox/user.reg:#arch=win64
------------------------------------------------------
------------------------------------------------------
warning: wine cmd.exe /c echo '%AppData%' returned empty string, error message "" 
------------------------------------------------------

When I try to run wine64 cmd.exe /c echo HI or anything like that for that matter, I get zero output except some debug messages (which I had to enable to see what's going on, alas, I wish I understood):

[highda@highda ~]$ wine64 cmd.exe /c echo HI
fsync: up and running.
002c:6264:err:seh:6ffed5cc594f:signal_x86_64.c:1871:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x6ffed5cc8d00, syscall 0x6ffed5ea91e0, not installing seccomp.
002c:6264:err:seh:6ffed5cc594f:signal_x86_64.c:1873:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'.
002c:6264:fixme:winediag:6ffffffa0f74:loader.c:4434:loader_init Wine TkG (staging) 8.19 is a testing version containing experimental patches.
002c:6264:fixme:winediag:6ffffffa0f74:loader.c:4435:loader_init Please don't report bugs about it on winehq.org and use https://github.com/Frogging-Family/wine-tkg-git/issues instead.
0048:6275:fixme:ntdll:71ba71649e4e:system.c:2841:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0058: failed to change priority to 1/77
0074:6296:fixme:ntdll:715121235e4e:system.c:2841:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0084:6304:fixme:hid:6ffffe63451f:main.c:510:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:6304:fixme:hid:6ffffe63451f:main.c:510:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:6304:fixme:hid:6ffffe63451f:main.c:510:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:6304:fixme:hid:6ffffe63451f:main.c:510:handle_IRP_MN_QUERY_ID Unhandled type 00000005
[highda@highda ~]$ 0x59c076b07d60:1: Fd unix_fd=22 user=(nil) options=00000000

I followed the instructions multiple times, arriving to the same result everytime. winecfg, wineboot or uninstaller work flawlessly, I can run notepad.exe for example, but still no output from cmd.exe.

I am even able to run some older Windows games without a problem, so I'm pretty confused about there being no output from cmd.exe

Thanks in advance ~h

highda commented 1 week ago

Coming back with an update - the CMD prompt is responsive - it receives input and correctly executes all actions, but there is no output to the console window. Weird.

highda commented 6 days ago

Issue circumvented by reading through the Winetricks script and installing the required packages manually. Still curious whether the issue is just on my side though.

Anyway, thanks for your work, apart from this minor setback, I may be up and running soon (and able to leave Windows behind altogether) ❤️