https://bugs.winehq.org/show_bug.cgi?id=35578
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|Mentor Pads Free Viewer |Mentor Pads Free Viewer |crashes on install |crashes on install |immediately |immediately ('COMPUTERNAME' | |environment variable not | |present)
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming.
Actually it's not obvious from trace log, you have to debug it to see what's going on :)
The installer searches the process environment variables for 'COMPUTERNAME' and crashes badly due to crappy coding if this variable is not present.
On Windows %COMPUTERNAME% is probably always present/set.
Workaround:
--- snip --- $ COMPUTERNAME=$HOSTNAME wine ./PADS9.5_Viewer_mib.exe --- snip ---
Regards