https://bugs.winehq.org/show_bug.cgi?id=46176
Bug ID: 46176 Summary: Altium Designer 13.2.5 (10.1810.28368) hangs on startup Product: Wine Version: 3.20 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: lvd.mhm@gmail.com Distribution: ---
Created attachment 62837 --> https://bugs.winehq.org/attachment.cgi?id=62837 Short (default) log output
After the software starts, it shows splashscreen with some activity indicated inside it. After that activity ceases and splashscreen disappears, the main window does not appear and the software seems to hang (no CPU usage).
I've compiled wine 3.20 (git rev-parse HEAD : 488432317206bc816432af0dd740e18979e37e58) within pure 32-bit install of ubuntu 14.04 server edition on KVM virtual machine. I've used "./configure --disable-win16 --prefix=/home/lvd/wine". After a (successfull) compile, I've copied wine directory to my real machine (64bit install of the same ubuntu 14.04) and after preparations ( cd /home/lvd, export $WINEPREFIX=/home/lvd/.wine32, export $WINEARCH=win32, wine/bin/winecfg ) run install:
wine/bin/wine start 'H:\AltiumInstaller.exe' where H: was automatically configured by winecfg to /mnt/cdrom where .iso was mounted.
then run the software:
wine/bin/wine start 'C:\Program Files\Altium\AD13\DXP.EXE'
and after splashscreen and loading activity the hang happens.
short (default) log, the log made with "WINEDEBUG=+relay,+seh,+tid wine/bin/wine start 'C:\Program Files\Altium\AD13\DXP.EXE'
/tmp/wine_longlog.txt 2>&1" and backtrace made with "winedbg \ bt all" after
the hang are attached.
https://bugs.winehq.org/show_bug.cgi?id=46176
--- Comment #1 from lvd.mhm@gmail.com --- Created attachment 62838 --> https://bugs.winehq.org/attachment.cgi?id=62838 Long log made with WINEDEBUG=+relay,+seh,+tid
https://bugs.winehq.org/show_bug.cgi?id=46176
--- Comment #2 from lvd.mhm@gmail.com --- Created attachment 62839 --> https://bugs.winehq.org/attachment.cgi?id=62839 backtrace made with "bt all" after the hang
https://bugs.winehq.org/show_bug.cgi?id=46176
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- Is there a free trial to work with? I only got the 17.1.9 trial.
https://bugs.winehq.org/show_bug.cgi?id=46176
--- Comment #4 from lvd.mhm@gmail.com --- I'm not sure it is allowed here to post magnet links. I've sent an email to Fabian with the link.
https://bugs.winehq.org/show_bug.cgi?id=46176
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #5 from joaopa jeremielapuree@yahoo.fr --- Does the bug still occur with wine-7.0-rc5?