bartoz wrote: > Hi everybody, > I'm tying to make this design program run through wine on a ubuntu hardy 8.04. > After some struggling and getting dlls I got the installation end properly (at least it seems so), but when I try to launch the program from the programs menu I get a tiny window saying: > > "gstart > Run-time error 380 Invalid Property value" > > If I run the program from a terminal I get: > > > Code: > giuseppe@studio:~/.wine$ wine drive_c/Programmi/SmartSketch/Program/gstart.exe > > > > > Any help will be greatly appreciated.. > Thanks Run the program from its directory. cd drive_c/Programmi/SmartSketch/Program/ wine gstart.exe