https://bugs.winehq.org/show_bug.cgi?id=37839
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|Unable to license IAR |Unable to license IAR |Embedded Workbench |Embedded Workbench |Kickstart Edition |Kickstart Edition 6.70
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
is the license code for commercial (paid) use or are there demo licenses for reproducing the problem?
Also please add a (direct) download link if possible.
Anyway, having a quick glance at your terminal output I suspect the license manager uses WMI to query for various hardware related properties (disk volume serial, network adapter mac - the usual crap) to generate some hash/unique id.
Generate a trace log as follows:
--- snip --- # make sure lingering processes are gone from current prefix $ wineserver -k
# warm up prefix $ notepad &
# 'cd' to app folder before # remove previous 'log.txt' if present # trace the app $ WINEDEBUG=+tid,+seh,+relay,+wbemprox wine ./foo.exe >>log.txt 2>&1
# when the message box appears execute: $ wineserver -k --- snip ---
For privacy you might want to grep/sed your license code in the resulting 'log.txt' file, if present.
Compress and attach the resulting log.
Regards