Wine Error

Questions about Wine on macOS.
Locked
Kladdy
Newbie
Newbie
Posts: 2
Joined: Mon Oct 27, 2014 3:38 am

Wine Error

Post by Kladdy »

So I am currently programming a game with my friend. We are first finishing it for Windows, and then making it for Mac. I want to use wine to open this program, and I have done it before. However, when i reset my computer a couple of days ago, i got an error every time i try to start it.

I start it via the terminal with this pieces of lines:

Code: Select all

cd /Users/Sigge/Dropbox/DatGame
wine SWEditor.exe

When I input those 2 lines, it's supposed to start. However, it gives me this error:

Code: Select all

Sigges-Mac:~ Sigge$ cd /Users/Sigge/Dropbox/DatGame
Sigges-Mac:DatGame Sigge$ wine SWEditor.exe
wine: Call from 0x7b8287c3 to unimplemented function msvcr110.dll.__crtInitializeCriticalSectionEx, aborting
err:module:attach_process_dlls "MSVCP110.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\Users\\Sigge\\Dropbox\\DatGame\\SWEditor.exe" failed, status 80000100
I have the msvcr110.dll at Macintosh HD ▸ Users ▸ Sigge ▸ .wine ▸ drive_c ▸ windows ▸ system32, and I have tried to reinstall the DLL from DLL-files.com. I'm guessing there is a problem with the DLL file, but I'm not really sure.

If you want to help me over Skype, you can add me: amgawesome.
Kladdy
Newbie
Newbie
Posts: 2
Joined: Mon Oct 27, 2014 3:38 am

Re: Wine Error

Post by Kladdy »

I updated to 1.7.29, and it fixed itself.
Locked