Error 22 when trying to install Matlab

Questions about Wine on macOS.
Locked
stanfieldaa
Newbie
Newbie
Posts: 1
Joined: Sun Sep 08, 2013 5:43 pm

Error 22 when trying to install Matlab

Post by stanfieldaa »

When I try to use Wine to install Matlab 2013a, I run the setup.exe and a window pops up asking for the Matlab folder, where C:\Program Files\Matlab\R2013a is the default setting. When I click the setup button on the window, it stops the program and a window that says "exec error 22 attempting to run z:\users\stanfielda\desktop\matlab801\bin\win32\setup.exe". I saw a troubleshooting page on this website earlier and it said it might be a DLL problem. I'm not quite sure what that means, so who knows.

Here is the code terminal spat out after getting the error:


fixme:shell:BrsFolder_OnCreate flags BIF_NEWDIALOGSTYLE partially implemented
fixme:shell:BrsFolder_OnCreate flags 10 not implemented
Adam-Stanfields-MacBook-Pro:matlab801 stanfielda$ fixme:heap:HeapSetInformation 0x0 1 0x0 0

Thanks
adammw
Level 1
Level 1
Posts: 8
Joined: Wed Dec 01, 2010 1:51 am

Re: Error 22 when trying to install Matlab

Post by adammw »

What version of Wine are you using?

I just got R2013a installed with wine-1.7.1 - although the installer crashes at 99%, the application is still installed and can be ran from:

Code: Select all

C:\Program Files\MATLAB\R2013a\bin\matlab.exe
Locked