problem running MBT Desktop Pro

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
wkaszycki
Newbie
Newbie
Posts: 2
Joined: Sun Jun 06, 2010 7:51 am

problem running MBT Desktop Pro

Post by wkaszycki »

Hello All,

I am using wine 1.2-rc2 on Ubuntu 10.04 64-bit, I have problem with starting MBT Desktop Pro https://www.mbtrading.com/mbtDesktopPro.aspx):

wojciech@netiqrette:~/.wine/drive_c/Program Files/MBTrading/MBT Navigator$ wine MbtNavPro.exe
err:module:attach_process_dlls "rpcrt4.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\explorer.exe" failed, status c0000005
wine: Unhandled page fault on read access to 0x0000000c at address 0x6001a4d2 (thread 001e), starting debugger...
err:module:attach_process_dlls "rpcrt4.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\winedbg.exe" failed, status c0000005
err:ntdll:RtlpWaitForCriticalSection section 0x7bca47e4 "loader.c: loader_section" wait timed out in thread 0009, blocked by 001e, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x651301b4 "?" wait timed out in thread 001a, blocked by 001e, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bca47e4 "loader.c: loader_section" wait timed out in thread 0009, blocked by 001e, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x651301b4 "?" wait timed out in thread 001a, blocked by 001e, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x651301b4 "?" wait timed out in thread 001a, blocked by 001e, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x651301b4 "?" wait timed out in thread 001a, blocked by 001e, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x651301b4 "?" wait timed out in thread 001a, blocked by 001e, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x651301b4 "?" wait timed out in thread 001a, blocked by 001e, retrying (60 sec)

Could someone help me? I would like to switch to Linux, but I DO need some application to run, unfortunatelly That is the one as well.

Thanks in advance,
Wojciech
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: problem running MBT Desktop Pro

Post by dimesio »

wkaszycki wrote:Hello All,

I am using wine 1.2-rc2 on Ubuntu 10.04 64-bit, I have problem with starting MBT Desktop Pro https://www.mbtrading.com/mbtDesktopPro.aspx):

wojciech@netiqrette:~/.wine/drive_c/Program Files/MBTrading/MBT Navigator$ wine MbtNavPro.exe
err:module:attach_process_dlls "rpcrt4.dll" failed to initialize, aborting
Remove the override for rpcrt4.dll.
wkaszycki
Newbie
Newbie
Posts: 2
Joined: Sun Jun 06, 2010 7:51 am

Re: problem running MBT Desktop Pro

Post by wkaszycki »

dimesio wrote: Remove the override for rpcrt4.dll.
Thanks a lot for a hint, but doesn't work...

1. with internal (wine) version of the library:

wojciech@netiqrette:~/.wine/drive_c/Program Files/MBTrading/MBT Navigator$ wine MbtNavPro.exe
fixme:rpc:alloc_serverprotoseq protseq "mswmsg" not supported
wine: Unhandled page fault on read access to 0x0000000c at address 0x6001a4d2 (thread 0023), starting debugger...
Unhandled exception: page fault on read access to 0x0000000c in 32-bit code (0x6001a4d2).
err:seh:setup_exception_record stack overflow 1720 bytes in thread 0025 eip 7bc3f33e esp 00240c78 stack 0x240000-0x241000-0x340000

2. with external (Windows) version of the library:

wojciech@netiqrette:~/.wine/drive_c/Program Files/MBTrading/MBT Navigator$ wine MbtNavPro.exe
err:module:attach_process_dlls "rpcrt4.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\explorer.exe" failed, status c0000005
wine: Unhandled page fault on read access to 0x0000000c at address 0x6001a4d2 (thread 0023), starting debugger...
err:module:attach_process_dlls "rpcrt4.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\winedbg.exe" failed, status c0000005
err:ntdll:RtlpWaitForCriticalSection section 0x7bca47e4 "loader.c: loader_section" wait timed out in thread 0023, blocked by 001c, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7803a130 "?" wait timed out in thread 001c, blocked by 0023, retrying (60 sec)
^Cfixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c000013a

any help will be highly appreciated,
W.
Locked