[Wine] I broke wine

Austin English austinenglish at gmail.com
Tue Apr 14 13:56:40 CDT 2009


On Tue, Apr 14, 2009 at 1:52 PM, dgcarter <wineforum-user at winehq.org> wrote:
> Ok, I was following a guide to install Office 2007 on Ubuntu 8.04 with Wine. I added exceptions (rpcrt4.dll and msxml.dll) as Native (Windows). After doing so wine broke, I can't even open winecfg to remove these exceptions. I've tried removing wine completely with Synaptic are reinstalling but nothing is helping, I currently have v 1.1.19 installed, it's still not working.

You don't need those overrides anymore. Check the AppDB for current information.

> when I use $wine winecfg at the terminal I get:
>
> Code:
> darrencarter at darrencarter-laptop:~$ wine 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 rpcrt4.dll (which is needed by L"C:\\windows\\system32\\ole32.dll") not found
> 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
>
>
>
>
> So is there any way to fix this? Thanks in advance.

$ WINEDLLOVERRIDES="rpcrt4=b" wine winecfg

then remove all the ole/rpc stuff from the overrides list.

-- 
-Austin



More information about the wine-users mailing list