https://bugs.winehq.org/show_bug.cgi?id=38526
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|QTravel crashes |QTravel, part of Qstarz PC | |Suite (Q2000) v3.x crashes | |on startup URL| |http://www.qstarz.com/downl | |oad/Qstarz_PC_Suite_V3.75_i | |nstaller_M.zip Keywords| |download CC| |focht@gmx.net
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
can't confirm, there is no crash on start.
The sub-installer 'Silicon Laboratories CP210x USB to UART Bridge' driver requires MFC42, although the main installer doesn't require it.
--- snip --- $ wine ./Qstarz_PC_Suite_V3.75_installer_M.exe ... err:module:import_dll Library MFC42.DLL (which is needed by L"C:\Program Files\Qstarz PC Suite(Q2000)\Driver_CP210x\Windows_2K_XP_S2K3_Vista\CP210xVCPInstaller.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\Qstarz PC Suite(Q2000)\Driver_CP210x\Windows_2K_XP_S2K3_Vista\CP210xVCPInstaller.exe" failed, status c0000135 ... --- snip ---
('winetricks -q mfc42')
The WDM kernel driver won't work anyway, the device has to be recognized by Linux kernel. If the device is exposed to userspace through serial port (as the name suggests), a symlink to COMx might work here.
There is a problem with the main user interface though. It's endlessly refreshing controls. But that's a different problem.
$ du -sh Qstarz_PC_Suite_V3.75_installer_M.zip 30M Qstarz_PC_Suite_V3.75_installer_M.zip
$ sha1sum Qstarz_PC_Suite_V3.75_installer_M.zip 96424eaa0c947d09bed2524c80da4267a881e79d Qstarz_PC_Suite_V3.75_installer_M.zip
$ wine --version wine-2.0-rc4
Regards