Hi, I've recently installed the latest version of WINE (from LinuxFormat Mag), and I can run some app's (sol.exe, notepad etc). However, when I try to run 'larger' apps I run into problems. Specifically I'm trying to run MSMONEY 2001. I cd to c:/program files/microsoft money/system then run wine --winver win98 msmoney.exe and I get the following: fixme:shell:SHRegGetUSValueW (0x702a2398), stub! err:seh:UnhandledExceptionFilter no standard debugger defined in registry => no debugging session...blah What am I doing wrong? Tnx in advance. Dave in Macclesfield UK.
On 18 Sep 2001 05:47:46 -0700, d.harbottle@btinternet.com (dave) wrote: <snip>>fixme:shell:SHRegGetUSValueW (0x702a2398), stub! >err:seh:UnhandledExceptionFilter no standard debugger defined in >registry => no debugging session...blahhttp://www.winehq.com/Trouble/ Gerard
Hi Gerard,>There are several ways - the one I use is to export >the app registry keys under Windows using regedit, >then import the file under Wine with regapi (tools/regapi)How do you do it?>If in doubt you can try to export the *whole* win >registry, but I never tried this - I wonder about the >required loading time under Wine. >[...]>GerardRaul Dias
>On Thu, 20 Sep 2001 08:55:52 -0300, Raul Dias <chaos@swi.com.br> >wrote: > >>Hi Gerard, >> >>>There are several ways - the one I use is to export >>>the app registry keys under Windows using regedit, >>>then import the file under Wine with regapi (tools/regapi) >> >>How do you do it? > >IIRC select the key you want to export in regedit, >then File/Export, select a file name, click ok. > >under Wine > >first build it : > >cd programs/regapi >make > >then : >programs/regapi/regapi setValue <yourfile.reg >and how do you know which registry keys the app want?>GerardRaul Dias
On Thu, 20 Sep 2001 08:55:52 -0300, Raul Dias <chaos@swi.com.br> wrote:>Hi Gerard, > >>There are several ways - the one I use is to export >>the app registry keys under Windows using regedit, >>then import the file under Wine with regapi (tools/regapi) > >How do you do it?IIRC select the key you want to export in regedit, then File/Export, select a file name, click ok. under Wine first build it : cd programs/regapi make then : programs/regapi/regapi setValue <yourfile.reg Gerard
On Thu, 20 Sep 2001 09:42:13 -0300, Raul Dias <chaos@swi.com.br> wrote: <snip>>and how do you know which registry keys the app want?At least the registry keys under the app entry in HKey Local Machine/Software. There can be other with software using ActiveX but there is no easy way to get at them. This is very kludgey of course, the best option is to install with Wine. Gerard