OSX: Read access denied

Questions about Wine on macOS.
Locked
TylerGuitar
Newbie
Newbie
Posts: 1
Joined: Wed Feb 12, 2020 9:29 pm

OSX: Read access denied

Post by TylerGuitar »

Hello,
I am on OSX Catalina using wine5.0.
I downloaded the source and compiled using:
./configure --enable-win64
I am trying to run GCRebuilder, which is available https://gamebanana.com/tools/download/6410
To run the program I use
./wine64 start
then navigate to the downloaded .exe and run
./gcr.exe
I then get the following error:
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
How can I got about fixing this read access denied?

As a side note, there is one other error, but I think it is unrelated:
0028:err:seh:setup_exception stack overflow 1808 bytes in thread 0028 eip 0000000000731f68 esp 0000000000120f00 stack 0x120000-0x121000-0x220000
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: OSX: Read access denied

Post by Gcenx »

You can ignore

Code: Select all

 wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
As for;

Code: Select all

 0028:err:seh:setup_exception stack overflow 1808 bytes in thread 0028 eip 0000000000731f68 esp 0000000000120f00 stack 0x120000-0x121000-0x220000
I don’t get that error on my own build, but it does required dotnet452 to be installed to run, didn’t try using wine-mono considering nothing usually works with it.
Locked