Help...

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
t3ch
Level 1
Level 1
Posts: 5
Joined: Sun Jun 22, 2008 12:51 pm

Help...

Post by t3ch »

Hello,

First must say that wine work great on desktop computer.. there work: worms 4, cod2, xfire, gamespy... tnx to ya all for that.. :)

but

on laptop first it work.. for example: Sven DL. but now i got error if run winecfg.
so.. here is error:

Code: Select all

winecfg
err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\\windows\\system32\\services.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\services.exe" failed, status c0000135
err:wineboot:start_services_process Unexpected termination of services.exe - exit code -1073741515
err:module:import_dll Library ole32.dll (which is needed by L"C:\\windows\\system32\\winecfg.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\winecfg.exe" failed, status c0000135
im using ubuntu 8.04
Can any one help?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Help...

Post by austin987 »

On Sun, Jun 22, 2008 at 12:58 PM, t3ch <[email protected]> wrote:
Hello,

First must say that wine work great on desktop computer.. there work: worms 4, cod2, xfire, gamespy... tnx to ya all for that.. :)

but

on laptop first it work.. for example: Sven DL. but now i got error if run winecfg.
so.. here is error:


Code:

winecfg
err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\\windows\\system32\\services.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\services.exe" failed, status c0000135
err:wineboot:start_services_process Unexpected termination of services.exe - exit code -1073741515
err:module:import_dll Library ole32.dll (which is needed by L"C:\\windows\\system32\\winecfg.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\winecfg.exe" failed, status c0000135




Can any one help?





Where did you get wine? Did you compile it yourself? Try:
$ mv ~/.wine ~/.wine.bak
$ winecfg
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Help...

Post by vitamin »

austin987 wrote:On Sun, Jun 22, 2008 at 12:58 PM, t3ch <[email protected]> wrote:
Hello,

First must say that wine work great on desktop computer.. there work: worms 4, cod2, xfire, gamespy... tnx to ya all for that.. :)

but

on laptop first it work.. for example: Sven DL. but now i got error if run winecfg.
so.. here is error:


Code:

winecfg
err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\\windows\\system32\\services.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\services.exe" failed, status c0000135
err:wineboot:start_services_process Unexpected termination of services.exe - exit code -1073741515
err:module:import_dll Library ole32.dll (which is needed by L"C:\\windows\\system32\\winecfg.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\winecfg.exe" failed, status c0000135

Can any one help?
Where did you get wine? Did you compile it yourself? Try:
$ mv ~/.wine ~/.wine.bak
$ winecfg
Looks like he made some overrides without actually putting dlls there.

t3ch, run winecfg this way and remove your overrides:

Code: Select all

WINEDLLOVERRIDES=rpcrt4,ole32,oleaut32=b winecfg
t3ch
Level 1
Level 1
Posts: 5
Joined: Sun Jun 22, 2008 12:51 pm

now it work!

Post by t3ch »

Helo..

i have moved like austin987 says and it works!

$: mv ~/.wine wine.bak
$: wineprefixcreate

and now works all again.. tnx u all! Right now have installed worms 4 mayhem ! =)
Locked