http://bugs.winehq.org/show_bug.cgi?id=12792
Carlos Salvador Pérez Salgado carlosalvatore@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |carlosalvatore@gmail.com
--- Comment #18 from Carlos Salvador Pérez Salgado carlosalvatore@gmail.com 2013-06-10 01:38:13 CDT --- Hi, I was doing some experiments with Warcraft III in order to get videos played. I'm using wine-1.5.31 emerged from gentoo's last ebuild with USE flags "X alsa cups fontconfig gecko gstreamer jpeg lcms ldap mono mp3 ncurses nls odbc openal opencl opengl perl png prelink samba scanner ssl threads truetype udisks xcomposite xinerama xml". I run a custom script to start the game in a different X session using the -opengl switch, no dynamic libraries are overridden. The game works pretty well except by the movies, first I've renamed the movies folder and there were skipped, so no problem was found. However, I wanted to try Pali's workaround. I provide three attachments, the first one, called error.log is form the game without any workaround, with the window manager disabled. The second one, error.log.0 describe the output op Pali's workarround. Finally, in the third one I edited start.c code at line 75, removing the window switch: -- sprintf(command, "war3.exe %s%c", classic, 0); ++ sprintf(command, "war3.exe -window%s%c", classic, 0);
I hope it helps.