https://bugs.winehq.org/show_bug.cgi?id=44885
--- Comment #2 from Sergey Markov sm@venus.ru --- Hmmm... I make one more empty ".wine1" directory, and after this this installer works also fine.
But new problem - when i launch "icc430.exe" - this is command line C-compiler from installed IDE (it located in install_path/430/bin directory), it crashes:
WINEPREFIX=/home/s-m/.wine1 wine icc430.exe 000f:fixme:service:scmdatabase_autostart_services Auto-start service L"DriverX" failed to start: 3 0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0) 0017:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0) 0009:fixme:process:GetSystemFirmwareTable (1381190978 0 (nil) 0):stub 0009:fixme:process:GetSystemFirmwareTable (1381190978 0 0x1111c0 0):stub Internal error: [CoreUtil/General]: Access violation (0xc0000005) at 00A85A05 (reading from address 0x1d0001) Fatal error detected, aborting. 0009:fixme:ver:GetCurrentPackageId (0x1f8fe34 (nil)): stub
It should report problems with no license. After licensing, license manager shows no problems, but icc430 also crashes at this point. When I attempt to compile "hello world" from installed IAR IDE, also this problem persist.