Open highda opened 1 month 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.
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) ❤️
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:
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):I followed the instructions multiple times, arriving to the same result everytime.
winecfg
,wineboot
oruninstaller
work flawlessly, I can runnotepad.exe
for example, but still no output fromcmd.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