problem running a .exe with wine

Asked by 13moutons

hi!

i have a problem running a .exe file. it's an online poker game. i've been working on this for 3 days and i need help :)
the program also uses IE. i got ie6 with winetricks and it's working fine as a browser.

when i run the setup.exe file everything is ok, in the end i get an installation confirmation and then it crashes.
in the terminal i get:

err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\windows\\temp\\00F0P4O3\\pPokerSetup\\presetup\\IconInIE.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\temp\\00F0P4O3\\pPokerSetup\\presetup\\IconInIE.exe" failed, status c0000135
fixme:menubuilder:SaveIconResAsXPM Unsupported color depth 32-bit
fixme:menubuilder:SaveIconResAsXPM Unsupported color depth 32-bit
fixme:menubuilder:SaveIconResAsXPM Unsupported color depth 32-bit
fixme:menubuilder:SaveIconResAsXPM Unsupported color depth 32-bit
err:ntdll:RtlpWaitForCriticalSection section 0x7bc92b94 "loader.c: loader_section" wait timed out in thread 000d, blocked by 0032, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bc92b94 "loader.c: loader_section" wait timed out in thread 0035, blocked by 0028, retrying (60 sec)
err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr 0x7bc26fb9
err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr 0x7bc26fb9

afterwards, when i try to run the app itself, it doesn't start and i get:

err:ntdll:RtlpWaitForCriticalSection section 0x7bc92b94 "loader.c: loader_section" wait timed out in thread 0033, blocked by 003b, retrying (60 sec)
cderr:seh:raise_exception Unhandled exception code c0000194 flags 0 addr 0x7bc26fb9

and then nothing happens.

i read that i have to download MFC42.DLL and move it to system 32 and i did that. i still get the error above though..

could someone help me?
thanks!

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu wine Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
13moutons (ceaprazarie) said :
#1

i forgot to mention that the game was tested and normally it should work.
the details are here:
http://appdb.winehq.org/objectManager.php?bShowAll=true&bIsQueue=false&bIsRejected=false&sClass=version&sTitle=&sReturnTo=&iId=2133

Revision history for this message
Kyle Hotchkiss (kylehotchkiss) said :
#2

Are you sure that you are using the same Wine versions and packages as the testcase did? That could be the issue. Unfortunately, wine isn't and won't ever be Windows, wish you luck!

Can you help with this problem?

Provide an answer of your own, or ask 13moutons for more information if necessary.

To post a message you must log in.