Zbrush and uTorrent can't run at the same time

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
apt-get
Newbie
Newbie
Posts: 2
Joined: Tue Sep 30, 2008 1:41 am

Zbrush and uTorrent can't run at the same time

Post by apt-get »

ubuntu 8.0.4
wine 1.1.5

Zbrush 3.1 and uTorrent 1.8 can't run at the same time

When you run ZBrush then uTorrent it comes up with:

Code: Select all

err:module:attach_process_dlls "rpcrt4.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\services.exe" failed, status c0000005
err:wineboot:start_services_process Unexpected termination of services.exe - exit code -1073741819
fixme:msvcrt:__lconv_init  stub
fixme:heap:HeapSetInformation 0x110000 0 0x458b00 4
fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpScanMemory
fixme:dbghelp:dump_system_info fill in CPU vendorID and feature set
when you do it the other way around it comes up with:

Code: Select all

err:module:attach_process_dlls "rpcrt4.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\services.exe" failed, status c0000005
err:wineboot:start_services_process Unexpected termination of services.exe - exit code -1073741819
wine: could not load L"C:\\windows\\system32\\ZBrush3.exe": Module not found
I'm going to assume that it has something to do with "rpcrt4.dll"
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

How are you starting the apps? Do you have any overrides set for one and not the other?

If the answer to the second question is yes, try separate wineprefixes.
apt-get
Newbie
Newbie
Posts: 2
Joined: Tue Sep 30, 2008 1:41 am

FIXED

Post by apt-get »

when i installed dcom98, to get the zbrush activation working, it added services.exe, wineboot.exe, winedevice.exe to the application settings and set their windows version to "use global settings". It also set DLL overrides for ole32, oleaut32, and rpcrt4 to builtin per exe.

to get both zbrush and utorrent running at the same time just remove those settings AFTER you activate zbrush. dcom98 doesn't seem to work without those settings.


@dimesio - if that's what you meant by overrides, i guess that's what the problem was. thanks for you help
Locked