From: James on 26 Jan 2010 08:41 Hi, I am having trouble running a Matlab code on Windows Vista. I recieve the following error message when I try to run: 'Invalid MEX-file ... The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail.' At home I use XP Pro SP2 and the program works fine. Both versions of Matlab are 2009a so it is not that. I have read over the internet that Vista seems to be the problem with this, however I am unsure how to go about fixing. Has anyone else had the same issue as me? If so, is there a fix?!? Further, I cannot install anything due to my account at University not being of moderator status. Therefore, I would need to ask a techie if the fix involves installing a patch or something. Any help would be great. Thanks in advance, Chris.
From: Steven Lord on 26 Jan 2010 09:11 "James " <teddy(a)bear.co.uk> wrote in message news:hjmrde$8qn$1(a)fred.mathworks.com... > Hi, > I am having trouble running a Matlab code on Windows Vista. I recieve the > following error message when I try to run: > > 'Invalid MEX-file ... The application has failed to start because its > side-by-side configuration is incorrect. Please see the application event > log for more detail.' > > At home I use XP Pro SP2 and the program works fine. Both versions of > Matlab are 2009a so it is not that. I have read over the internet that > Vista seems to be the problem with this, however I am unsure how to go > about fixing. Has anyone else had the same issue as me? If so, is there a > fix?!? Are both your home XP machine and the Windows Vista machine 32-bit or both 64-bit? If one is 32-bit and the other is 64-bit, recompile the MEX-file on the Vista machine (or if this is a MEX-file you downloaded precompiled, make sure that the one with the extension returned by the MEXEXT function on the Vista machine is present.) If that's not the case, check the following document on the support website: http://www.mathworks.com/support/solutions/en/data/1-5YIV48/?solution=1-5YIV48 -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
From: James on 26 Jan 2010 09:43 "Steven Lord" <slord(a)mathworks.com> wrote in message <hjmt6t$5u9$1(a)fred.mathworks.com>... > > "James " <teddy(a)bear.co.uk> wrote in message > news:hjmrde$8qn$1(a)fred.mathworks.com... > > Hi, > > I am having trouble running a Matlab code on Windows Vista. I recieve the > > following error message when I try to run: > > > > 'Invalid MEX-file ... The application has failed to start because its > > side-by-side configuration is incorrect. Please see the application event > > log for more detail.' > > > > At home I use XP Pro SP2 and the program works fine. Both versions of > > Matlab are 2009a so it is not that. I have read over the internet that > > Vista seems to be the problem with this, however I am unsure how to go > > about fixing. Has anyone else had the same issue as me? If so, is there a > > fix?!? > > Are both your home XP machine and the Windows Vista machine 32-bit or both > 64-bit? If one is 32-bit and the other is 64-bit, recompile the MEX-file on > the Vista machine (or if this is a MEX-file you downloaded precompiled, make > sure that the one with the extension returned by the MEXEXT function on the > Vista machine is present.) > > If that's not the case, check the following document on the support website: > > http://www.mathworks.com/support/solutions/en/data/1-5YIV48/?solution=1-5YIV48 > > -- > Steve Lord > slord(a)mathworks.com > comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ > Hi Steve, Many thanks for the reply. I keep recieving the extension mexw32 as part of the filename in the error code. I am unsure of the machine that this program was initially compiled on, however I know that the current machine that I am working on is 32-bit Vista. Am I recieving mexw32 as part of the error code because the original machine was 64 bit??
|
Pages: 1 Prev: Colored colorbar in coregistered image Next: SimPowerSystem Wind Turbine Model |