http://bugs.winehq.org/show_bug.cgi?id=17589
--- Comment #9 from Austin English austinenglish@gmail.com 2009-09-06 11:40:55 --- (In reply to comment #6)
This is a regression in wine-gecko, as discovered in http://bugs.winehq.org/show_bug.cgi?id=17883
The gist is that the launcher contains this line:
<form method="get"> the new wine-gecko only works if you edit that to: <form method="get" action="index.html">
Does that work on windows? If so, still a valid bug..