https://bugs.winehq.org/show_bug.cgi?id=37236 --- Comment #9 from Anastasius Focht <focht(a)gmx.net> --- Hello, --- quote --- That too also gets the installer running. The log is 2.2GB and wine bugzilla has a 1000kb limit. Even the compressed file is too big. --- quote --- Try to reduce the log channels as follows until you find a minimal set of trace channels where it crashes. Also make sure you *delete* the log file every time you run the installer. '>>' means append mode which is needed to avoid interleaving log message text due to multithreading. Thanks (-rpc) --- snip --- $ WINEDEBUG=+tid,+seh,+loaddll,+process,+ole,+variant wine ./3DMark06_v121_installer.exe >>log.txt 2>&1 --- snip --- (-variant) --- snip --- $ WINEDEBUG=+tid,+seh,+loaddll,+process,+ole wine ./3DMark06_v121_installer.exe
log.txt 2>&1 --- snip ---
(-ole) --- snip --- $ WINEDEBUG=+tid,+seh,+loaddll,+process wine ./3DMark06_v121_installer.exe
log.txt 2>&1 --- snip ---
@hanska/jarkko --- quote --- Remove the duplicate lines from the file. --- quote --- Please don't interfere here if you have no clue what you are talking about (that goes to most of your comments). Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.