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. when I use $wine winecfg at the terminal I get: Code: darrencarter@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.