http://bugs.winehq.org/show_bug.cgi?id=4633
------- Additional Comments From wine.dev@web.de 2007-26-02 17:25 -------
From the log:
fixme:setupapi:SetupDiEnumDeviceInfo 0x7fdf0670 0 0x7fa4d408 The app tried to collect informations about the available Hardware from the System, but that is not implemented in wine.
fixme:setupapi:SetupDiGetClassDevsW ({2c9c45c2-8e7d-4c08-a12d-816bbae722c0}) : stub The app is searching the Garmin USB Driver (search for 2c9c45c2-8e7d-4c08-a12d-816bbae722c0 in http://www.garmin.com/support/pdf/iop_spec.pdf) USB is not supported in wine and running a Windows-Driver for USB-Hardware will not work
err:comm:GetCommState tcgetattr error 'Be/kimeneti hiba' The app tried to read the Serial Status. (This is most times for DTR/RTS, to see, if a Device is ready)
Serial support was updated since the bug was created. Please retry with a current wine version and a clean ~/.wine: (you can rename the old "~/.wine" to backup your current installation)
Install the software and attach a log (~2000 lines around the failure):
WINEDEBUG="+comm,+tid,+pid,+file,+reg,+seh,+relay" wine app.exe 2>log.txt