http://bugs.winehq.org/show_bug.cgi?id=19132
--- Comment #2 from Jake Smith jsmith@argotecinc.com 2009-06-30 08:57:20 --- Patched against current git and the patch fixed the problem with anchors.
Still having problem with query. Different error message now. This is the command I'm trying to run:
$ wine winebrowser file://c:/users/jsmith/Desktop/Server/fpweb/index.htm?dirname=CPA&pagename=add.htm
This is the message that is gives now (before it was location not supported):
Error showing url: Error stating file '/home/jsmith/.wine/dosdevices/c:/users/jsmith/Desktop/Server/fpweb/index.htm?dirname=CPA&pagename=add.htm': No such file or directory
If I run using firefox it works: $ firefox file://z:/home/jsmith/Desktop/Server/fpweb/index.htm?dirname=CPA&pagename=add.htm
These works after patch: $ wine winebrowser file://c:/users/jsmith/Desktop/Server/fpweb/index.htm#top $ wine winebrowser file://c:/users/jsmith/Desktop/test/introduction.html#AEN11
If you need any more info please let me know.
Thanks for the quick response!