Microsoft Visual C++ 2005 Express doesn't start

Questions about Wine on Linux
Locked
MegaBrutal
Level 1
Level 1
Posts: 6
Joined: Wed Dec 05, 2012 7:19 am

Microsoft Visual C++ 2005 Express doesn't start

Post by MegaBrutal »

Microsoft Visual C++ 2005 crashes when I start it. The splash screen appears then it crashes and offers me to send an error report.

Code: Select all

$ wine VCExpress.exe
fixme:mscoree:LockClrVersion (0x40fc1d 0x418378 0x41837c): stub
fixme:ole:CoInitializeSecurity (0x32f8c0,-1,(nil),(nil),0,0,(nil),8,(nil)) - stub!
fixme:mscoree:corruntimehost_Start stub 0x194eb8
fixme:imm:ImmDisableIME (-1): stub
fixme:thread:NtQueryInformationThread Cannot get kerneltime or usertime of other threads
fixme:thread:NtQueryInformationThread info class 9 not supported yet
fixme:thread:NtQueryInformationThread info class 9 not supported yet
fixme:thread:NtQueryInformationThread info class 9 not supported yet
fixme:thread:NtQueryInformationThread info class 9 not supported yet
fixme:advapi:RegisterEventSourceW ((null),L"Microsoft VC Express Edition"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x000003e8,(nil),0x0008,0x000000f2,0x3009a1b4,0x62c5d0): stub
err:eventlog:ReportEventW L"vcexpress.exe"
err:eventlog:ReportEventW L"8.0.50727.42"
err:eventlog:ReportEventW L"4333d0ba"
err:eventlog:ReportEventW L"msenv.dll"
err:eventlog:ReportEventW L"8.0.50727.42"
err:eventlog:ReportEventW L"4333e919"
err:eventlog:ReportEventW L"0"
err:eventlog:ReportEventW L"000bbd87"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
err:ole:CoUninitialize Mismatched CoUninitialize
err:ole:CoUninitialize Mismatched CoUninitialize
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: Microsoft Visual C++ 2005 Express doesn't start

Post by dimesio »

It doesn't work with wine-mono; you need real .NET. Reinstall to a clean wineprefix following the instructions in the AppDB. http://appdb.winehq.org/objectManager.p ... &iId=14208
Locked