Google Sketchup 7 Pro works reasonable fine. Stylebuilder and Layout 2 not although Mono 2.2 was installed via winetricks konsole: env WINEPREFIX="/home/peter/.wine" wine "C:\Programma Bestanden\Google\Google SketchUp 7\Style Builder\Style Builder.exe" konsoel answer: fixme:mscoree:_CorDllMain (0x7c4c0000, 1, 0x1): stub fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.MFCLOC" err:module:import_dll Library xerces-c_2_6.dll (which is needed by L"C: \\Programma Bestanden\\Google\\Google SketchUp 7\\Style Builder\\Style Builder.exe") not found err:module:import_dll Library xerces-c_2_6.dll (which is needed by L"C: \\Programma Bestanden\\Google\\Google SketchUp 7\\Style Builder\\Style Builder.exe") not found err:module:import_dll Library xerces-c_2_6.dll (which is needed by L"C: \\Programma Bestanden\\Google\\Google SketchUp 7\\Style Builder\\Style Builder.exe") not found Cannot open assembly 'C:\Programma Bestanden\Google\Google SketchUp 7\Style Builder\Style Builder.exe': No such file or directory. fixme:mscoree:_CorDllMain (0x7c4c0000, 0, 0x1): stub Any suggestions? -- Peter Registered Linux user # 458207
On Tue, Apr 7, 2009 at 2:13 PM, Peter Klaassen <peterklaassen at quicknet.nl> wrote:> Google Sketchup 7 Pro ?works reasonable fine. > > Stylebuilder and Layout 2 not although Mono 2.2 was installed via winetricks > > konsole: env WINEPREFIX="/home/peter/.wine" wine "C:\Programma > Bestanden\Google\Google SketchUp 7\Style Builder\Style Builder.exe" > > konsoel answer: > fixme:mscoree:_CorDllMain (0x7c4c0000, 1, 0x1): stub > fixme:actctx:parse_depend_manifests Could not find dependent assembly > L"Microsoft.VC80.MFCLOC" > err:module:import_dll Library xerces-c_2_6.dll (which is needed by L"C: > \\Programma Bestanden\\Google\\Google SketchUp 7\\Style Builder\\Style > Builder.exe") not found > err:module:import_dll Library xerces-c_2_6.dll (which is needed by L"C: > \\Programma Bestanden\\Google\\Google SketchUp 7\\Style Builder\\Style > Builder.exe") not found > err:module:import_dll Library xerces-c_2_6.dll (which is needed by L"C: > \\Programma Bestanden\\Google\\Google SketchUp 7\\Style Builder\\Style > Builder.exe") not found > Cannot open assembly 'C:\Programma Bestanden\Google\Google SketchUp 7\Style > Builder\Style Builder.exe': No such file or directory. > fixme:mscoree:_CorDllMain (0x7c4c0000, 0, 0x1): stub > > > Any suggestions? > > -- > Peter > Registered Linux user # 458207 > >$ wget kegel.com/wine/winetricks $ sh winetricks vcrun2005 -- -Austin
Peter Klaassen wrote:> peter at schagen:~$ env WINEPREFIX="/home/peter/.wine" wine "C:\Programma Bestanden\Google\Google SketchUp 7\Style Builder\Style Builder.exe"This is wrong. See http://wiki.winehq.org/FAQ#run_from_terminal
Op Sunday 12 April 2009 19:45:42 schreef vitamin:> Peter Klaassen wrote: > > peter at schagen:~$ env WINEPREFIX="/home/peter/.wine" wine "C:\Programma > > Bestanden\Google\Google SketchUp 7\Style Builder\Style Builder.exe" > > This is wrong. See http://wiki.winehq.org/FAQ#run_from_terminalVitamin, Using the correct path and command in konsole gives: peter at schagen:~/.wine/drive_c/Programma Bestanden/Google/Google SketchUp 7/LayOut$ wine start LayOut.exe fixme:exec:SHELL_execute flags ignored: 0x00000100 peter at schagen:~/.wine/drive_c/Programma Bestanden/Google/Google SketchUp 7/LayOut$ fixme:mscoree:_CorDllMain (0x7c4c0000, 1, 0x1): stub -- Peter Registered Linux user # 458207
Peter Klaassen wrote:> Using the correct path and command in konsole gives: > > peter at schagen:~/.wine/drive_c/Programma Bestanden/Google/Google SketchUp > 7/LayOut$ wine start LayOut.exe > fixme:exec:SHELL_execute flags ignored: 0x00000100 > peter at schagen:~/.wine/drive_c/Programma Bestanden/Google/Google SketchUp > 7/LayOut$ fixme:mscoree:_CorDllMain (0x7c4c0000, 1, 0x1): stubAnd? Does it work? If it doesn't try: Code: cd ~ wine start LayOut.exe
Peter Klaassen wrote:> peter at schagen:~$ cd /home/peter/.wine/drive_c/"Programma Bestanden"/Google/"Google SketchUp 7"/LayOutRead above what I said. I literally meant: Code: cd ~ That _IS THE COMMAND_ you have to use _exactly_ as it's typed.