err:module:attach_process_dlls "mfc90.dll" failed

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
reg13
Newbie
Newbie
Posts: 2
Joined: Mon Nov 21, 2011 5:50 am

err:module:attach_process_dlls "mfc90.dll" failed

Post by reg13 »

Im a newbie to wine,

My wine system (32it) gives me the below error when I try to execute a window application which was developed using visual studio 2008(32it).

Error:
err:module:attach_process_dlls "mfc90.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\root\\Desktop\\wine\\test.exe" failed, status c0000005


system info:
wine-1.3.32, on 64bit, suse ent. 11.4.
i have installed vcrun2008.
Other standard applications (like utorrent) runs fine.

thankx in advanced.
reg.
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

err:module:attach_process_dlls "mfc90.dll" failed

Post by jjmckenzie »

On Mon, Nov 21, 2011 at 4:02 AM, reg13 <[email protected]> wrote:
Im a newbie to wine,

My wine system (32it) gives me the below error when I try to execute a window application which was developed
using visual studio 2008(32it).

Error:
err:module:attach_process_dlls "mfc90.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\root\\Desktop\\wine\\test.exe" failed, status c0000005
Are you running Wine as the root user? Please do not do this nor
attempt to connect to root's directory or files.

Please re-install as a normal user in that user's file space.

James
reg13
Newbie
Newbie
Posts: 2
Joined: Mon Nov 21, 2011 5:50 am

Post by reg13 »

I tried installing as a normal user.
but the error is still the same.
any help is greatly appreciated.
rrrmmm
Newbie
Newbie
Posts: 1
Joined: Sun Dec 04, 2011 11:04 am

Post by rrrmmm »

your dll not found problem should be fixed if you install properly as a normal user.. if you still getting this error..you may download your missing file manually browse by Google or another PC
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: err:module:attach_process_dlls "mfc90.dll" fai

Post by vitamin »

reg13 wrote:wine-1.3.32 i have installed vcrun2008.
Upgrade. That version had some installer issues.
Make sure you DO run everything as regular user. And start from clean wineprefix (remove / rename ~/.wine directory).
lisa107b
Newbie
Newbie
Posts: 1
Joined: Mon Dec 05, 2011 2:10 pm

Re: err:module:attach_process_dlls "mfc90.dll" fai

Post by lisa107b »

vitamin wrote:
reg13 wrote:wine-1.3.32 i have installed vcrun2008.
Upgrade. That version had some installer issues.
Make sure you DO run everything as regular user. And start from clean wineprefix (remove / rename ~/.wine directory).
I'm afraid I'm having a similar problem with mscoree.dll, its loaded into the ".wine/drive_c/windows/system32" directory and in the library override tab, can anyone help?

I'm running Xubuntu 11.04 with Wine v1.3.28, its all just newly installed - I'm new to the linux os and would love to have it replace windows!

Lisa
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: err:module:attach_process_dlls "mfc90.dll" fai

Post by vitamin »

lisa107b wrote:I'm afraid I'm having a similar problem with mscoree.dll, its loaded into the ".wine/drive_c/windows/system32" directory and in the library override tab, can anyone help?
This is not the same problem. You need to install .net using winetricks.
Locked