So, I have the .iso of a Windows game that I'm trying to install via wine, and it's hanging on the following errors. I mount the .iso to a directory with "mount -o loop,exec file.iso install/" I get told "mount: /path/to/install: WARNING: source write-protected, mounted read-only." When I go into install, I use the command 'wine64 setup.exe', and get the following error:
Code: Select all
00b8:err:module:__wine_process_init L"D:\\setup.exe" not supported on this system
I also get this error:
Code: Select all
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
So what am I doing wrong? I'm using wine-staging-5.13.
Thanks for the help.
EE