http://bugs.winehq.org/show_bug.cgi?id=35066
Bug #: 35066 Summary: Battle.net desktop app installer instantly crashes Product: Wine Version: unspecified Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: mbnonce@gmail.com Classification: Unclassified
Created attachment 46769 --> http://bugs.winehq.org/attachment.cgi?id=46769 logs from WINEDEBUG=+all
This seems to be unrelated to http://bugs.winehq.org/show_bug.cgi?id=33947.
When building wine from source (e.g. commit 608b1e141457dc9653d4783419aa6492ea705d99, but I also saw it from the .tar.bz file on sourceforge), I'm experiencing an instant crash when trying to load the battle.net app installer (downloaded from http://us.battle.net/en/app/).
I'm on Debian Wheezy, x64.
Repro instructions:
git clone git://source.winehq.org/git/wine.git ~/wine-git cd ~/wine-git ./configure --enable-win64 make -j10 depend make -j10 ./wine64 ~/Downloads/Battle.net-Beta-Setup-enUS.exe
Expected: starts launcher, downloads BNET client Actual: Instant crashes, no logging output to STDOUT
I ran with WINEDEBUG=all, results are attached.