http://bugs.winehq.org/show_bug.cgi?id=11027
--- Comment #3 from Austin English austinenglish@gmail.com 2008-01-04 18:36:26 --- (In reply to comment #2)
Hi. I ran the app from terminal by cd'ing to /media/STARCRAFT. I then execute 'wine setup.exe' The CD spins up and I am immediately returned to the prompt. Nothing is logged to the current terminal screen, and the three processes I reported above are "running" with the same CPU utilizations I mentioned in the call. It is as if the install program is "running" but without sound or video. Even running it using the syntax wine explorer /desktop=starcraft,640x480 setup does not work. I get a blue "desktop" window, but otherwise nothing is different.
Try running it with: $ WINEDEBUG=+relay,+seh,+tid wine setup.exe &> /tmp/log.txt
And attach /tmp/log.txt here. If it's too big: $ bzip2 -9 /tmp/log.txt And attach log.txt.bz2 here.