I had a problem with wine trying to run OrCAD Pspice. I thought perhaps uninstalling and reinstalling wine might help using Ubuntu SW center, now wine is completely inop. I seem to have all the files in place, meaning I can navigate to ./wine. I also tried uninstalling wine thru the terminal, but make uninstall gave me a no target error. not sure what to do and Wiki and forum search are coming up empty.
HEre is what I get when I try to run config from terminal
peter@peter-Studio-XPS-1645:~$ winecfg
fixme:ntoskrnl:HalGetBusData (4 0 8 0x53e56c 4) stub!
wine: Call from 0x7b839cf2 to unimplemented function hal.dll.HalGetInterruptVector, aborting
wine: Unimplemented function hal.dll.HalGetInterruptVector called at address 0x7b839cf2 (thread 0032), starting debugger...
err:dbghelp:pe_load_msc_debug_info -Debug info stripped, but no .DBG file in module L"vichw11.sys"
err:module:import_dll Library comdlg32.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
peter@peter-Studio-XPS-1645:~$
peter@peter-Studio-XPS-1645:~$
can't load winecfg
Re: can't load winecfg
Try creating a new prefix. To do that, just rename your ~/.wine folder and run winecfg
Re: can't load winecfg
ok, delete ./wine and winecfg came back up. i guess its working now.