cckec / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

patch: new verb for Quake III Arena demo #71

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The installer for this spawns several Wine File processes. The notion of 
killing them was Dan Kegel's idea. So was the choice of this game.

Original issue reported on code.google.com by t...@hush.ai on 14 May 2011 at 6:49

Attachments:

GoogleCodeExporter commented 8 years ago
You can't just use quotes like that in a w_ahk_do script, since the whole
script is a single quoted argument to w_ahk_do.

Also, winetricks verbs have to work on cygwin, so you can't pass
paths with /'s to $WINE.

And the naming convention is to omit _'s around digits except before _demo.

Fixing and testing now...

Original comment by daniel.r...@gmail.com on 16 May 2011 at 2:49

GoogleCodeExporter commented 8 years ago
wow, the kill caused wineserver to crash!  Guess I'll file a wine bug.

Original comment by daniel.r...@gmail.com on 16 May 2011 at 3:01

GoogleCodeExporter commented 8 years ago
The wineserver problem went away in wine-1.3.20, but in exchange, the
mouse got hard to control... filed http://bugs.winehq.org/show_bug.cgi?id=27179

Here's an updated and corrected verb.  Just need to add a workaround (at least
a warning one) for bug 27179, which means figuring out the most recent
wine version that didn't have that bug.

Original comment by daniel.r...@gmail.com on 16 May 2011 at 4:43

Attachments:

GoogleCodeExporter commented 8 years ago
http://bugs.winehq.org/show_bug.cgi?id=27156 is the right bug, and it 1.3.20 is 
the release that broke it.

Original comment by daniel.r...@gmail.com on 16 May 2011 at 2:46