https://bugs.winehq.org/show_bug.cgi?id=44885
Bug ID: 44885 Summary: IAR Embedded Workbench 7.11 (7.10 also) for MSP430 - installer crash. Product: Wine Version: 3.5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: sm@venus.ru Distribution: ---
Created attachment 60954 --> https://bugs.winehq.org/attachment.cgi?id=60954 backtrace from wine
IAR Embedded Workbench 7.11 (7.10 also) - installer crashes after decompressing of some temporary files.
Wine version 3.5 on Linux (CentOS 7) with on new ".wine" directory. Wine's backtace attached.
Link to this installer: http://netstorage.iar.com/SuppDB/Protected/PRODUPD/012890/EW430-7113-Autorun...
Log from console: #wine EW430-7113-Autorun.exe 001b:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub 001b:fixme:process:SetProcessDEPPolicy (1): stub 001b:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub 0009:fixme:exec:SHELL_execute flags ignored: 0x00000180 0073:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x33f8fc, 0x33f90c 0x33f900 0073:fixme:nls:get_dummy_preferred_ui_language (0x38 0x33f8fc 0x33f90c 0x33f900) returning a dummy value (current locale) 0073:fixme:shell:InitNetworkAddressControl stub 0073:fixme:ieframe:PersistStreamInit_InitNew (0x15c3c0) 0073:fixme:ieframe:navigate_url Unsupported args (Flags 0x33f0ec {VT_I4: 0}; TargetFrameName 0x33f0dc {VT_BSTR: (null)}) 0073:err:ole:start_rpcss failed to open RpcSs service 0073:fixme:ieframe:handle_navigation_error Navigate to error page 0073:fixme:ieframe:bind_to_object BindToObject failed: 80070715 0073:fixme:ieframe:navigate_url Unsupported args (Flags 0x33f144 {VT_I4: 2}; TargetFrameName 0x33f134 {VT_BSTR: (null)}) 0073:err:ole:start_rpcss failed to open RpcSs service 0073:fixme:seh:_abnormal_termination (void)stub 0073:fixme:seh:_abnormal_termination (void)stub 0073:fixme:seh:_abnormal_termination (void)stub 0073:fixme:seh:_abnormal_termination (void)stub 0073:fixme:seh:_abnormal_termination (void)stub 0073:fixme:seh:_abnormal_termination (void)stub 0073:fixme:seh:_abnormal_termination (void)stub 0073:fixme:seh:_abnormal_termination (void)stub 0073:fixme:seh:_abnormal_termination (void)stub 0073:fixme:seh:_abnormal_termination (void)stub 0073:fixme:seh:_abnormal_termination (void)stub wine: Unhandled page fault on write access to 0x00000000 at address 0x6a5c2d04 (thread 0073), starting debugger... 0089:err:dbghelp:pe_load_msc_debug_info -Debug info stripped, but no .DBG file in module L"xul"
https://bugs.winehq.org/show_bug.cgi?id=44885
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer CC| |dark.shadow4@web.de URL| |http://netstorage.iar.com/S | |uppDB/Protected/PRODUPD/012 | |890/EW430-7113-Autorun.exe Severity|critical |normal
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Not critical. Works fine for me here.
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.
https://bugs.winehq.org/show_bug.cgi?id=44885
--- Comment #3 from Sergey Markov sm@venus.ru --- Some exploration: icc430 calls GetSystemFirmwareTable to get raw SMBIOS tables (for generation of computer ID for licensing), but not expects (and not checks) if zero length of these tables are returned. It assumes that these tables always have non-zero length. Thus, for this software, valid functionality of GetSystemFirmwareTable with "RSMB" request is needed!
https://bugs.winehq.org/show_bug.cgi?id=44885
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexhenrie24@gmail.com
--- Comment #4 from Alex Henrie alexhenrie24@gmail.com --- GetSystemFirmwareTable was implemented in https://source.winehq.org/git/wine.git/commitdiff/93711aee1fdfdce79b82907b91...
Please try again with Wine 3.13 or later.
https://bugs.winehq.org/show_bug.cgi?id=44885
--- Comment #5 from Fabian Maurer dark.shadow4@web.de --- Any news?
https://bugs.winehq.org/show_bug.cgi?id=44885
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #60954|0 |1 is obsolete| |
--- Comment #6 from Alex Henrie alexhenrie24@gmail.com --- Created attachment 73516 --> https://bugs.winehq.org/attachment.cgi?id=73516 Console output
I registered and got a code-size-limited evaluation license, but the compiler still doesn't work. Console output is attached.