https://bugs.winehq.org/show_bug.cgi?id=44471
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://dl.filehorse.com//wi | |n/drivers/hisuite/HiSuite_5 | |.0.2.300_OVE.exe CC| |focht@gmx.net Summary|I don't install huawei |64-bit HuaweiHiSuiteService |HiSuite_5.0.1.300_OVE.exe |(part of HiSuite | |5.0.1.300_OVE) crashes on | |startup Keywords| |download
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello Donieck,
it seems a red stop-sign (Bugzilla: don't paste backtraces) doesn't mean anything to you .. hopefully you don't drive like that.
Again: Please don't paste backtraces, attach them instead!
The HuaweiHiSuiteService64 doesn't crash here. It works fine with Wine 3.1.
'HuaweiHiSuiteService64.exe' is an auto-run service:
--- snip --- $ pwd /home/focht/Downloads/wine64/drive_c/Program Files (x86)/HiSuite/HandSetService
$ file *.exe HSService.exe: PE32 executable (GUI) Intel 80386, for MS Windows HuaweiHiSuiteService64.exe: PE32+ executable (GUI) x86-64, for MS Windows HuaweiHiSuiteService.exe: PE32 executable (GUI) Intel 80386, for MS Windows --- snip ---
--- snip --- [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HuaweiHiSuiteService64.exe] "DependOnService"=hex(7):52,00,50,00,43,00,53,00,53,00,00,00,00,00 "Description"="Service for runing HiSuite applications autorun." "DisplayName"="HuaweiHiSuiteService64.exe" "ErrorControl"=dword:00000001 "ImagePath"=""C:\Program Files (x86)\HiSuite\HandSetService\HuaweiHiSuiteService64.exe" -/service" "ObjectName"="LocalSystem" "PreshutdownTimeout"=dword:0002bf20 "Start"=dword:00000002 "Type"=dword:00000020 --- snip ---
The service also puts some diagnostic information into log files, located at:
--- snip --- $ pwd /home/focht/Downloads/wine64/drive_c/Program Files (x86)/HiSuite/HandSetService/log
$ ls DCRunService_focht.log DCSHost_focht.log --- snip ---
(xxx_<username>.log)
---
I guess you want to communicate with your Smartphone over USB (Android Composite ADB Interface/fastboot)? Well, even with Wine updated to most recent version this won't work.
Wine doesn't have the support to run/interface with the vendor provided proprietary USB device drivers (not this device class).
Instead of the vendor crap, some like this should be made to work in the long run:
https://github.com/koush/UniversalAdbDriver
The service uses 'setupapi' device enumeration to look for '{3F966BD9-FA04-4ec5-991C-D326973B5128}' -> 'AndroidUsbDeviceClass'.
Regards