jesse wilson wrote: > On Mon, Feb 15, 2010 at 10:18 AM, James McKenzie > <jjmckenzie51@xxxxxxxxxxxxx> wrote: > >> jesse wilson wrote: >> >>> On Mon, Feb 15, 2010 at 9:47 AM, James McKenzie >>> <jjmckenzie51@xxxxxxxxxxxxx> wrote: >>> >>> >>>> jesse wilson wrote: >>>> >>>> >>>>> Following the instructions from the appdb (except I used the wine >>>>> configuration tool instead of editing the file directly), I attempted >>>>> to get SmartGo working by setting SmartGo to use a native mlang.dll, >>>>> which I installed to the ~/.wine/drive_c/windows/system32 folder. The >>>>> program is still not starting up correctly, and running it from the >>>>> terminal produces this: >>>>> >>>>> rogue@BetaCentauri:~$ wine .wine/drive_c/ >>>>> Program Files/ windows/ >>>>> rogue@BetaCentauri:~$ wine .wine/drive_c/Program\ Files/SmartGo2/SmartGo.exe >>>>> err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"mlang.dll" >>>>> err:ole:create_server class {275c23e2-3747-11d0-9fea-00aa003f8646} not >>>>> registered >>>>> err:ole:CoGetClassObject no class object >>>>> {275c23e2-3747-11d0-9fea-00aa003f8646} could be created for context >>>>> 0x7 >>>>> >>>>> I don't really understand what went wrong. Can someone please help me >>>>> to figure this out and get this program working? Thanks all >>>>> >>>>> >>>>> >>>>> >>>>> >>>> Put the dll in the same directory as the program and try it again. >>>> >>>> James McKenzie >>>> >>>> >>>> >>>> >>> That didn't work. I even set the rw permissions bits for all users on >>> the file. Then I tried removing the dll from the system32 folder. >>> Still no dice. Is there anything else we can try? >>> >>> >>> >> Start Wine's Configuration program (winecfg in a terminal session.) >> >> On the overrides page add mlang.dll and make it native only. >> >> Then try running your program again. >> >> James McKenzie >> >> >> >> > > I already had it set as native, as per the instructions on appdb. And, > it is set on a per application basis. > > This usually works and the file will be found in the directory where the program resides. Are you starting the program from a terminal session or via the Menu? James McKenzie