Pop2121 / quake2-gwt-port

Automatically exported from code.google.com/p/quake2-gwt-port
GNU General Public License v2.0
0 stars 0 forks source link

Error pop-up dialog with Firefox 10.0a1 #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Running today's revision in Firefox 10.0a1 I get a pop-up saying:

ERROR: Possible problem with your *.gwt.xml module file.
The compile time user.agent value (safari) does not match the runtime 
user.agent value (gecko1_8). Expect more errors.

Other than that, it runs fine.

Original issue reported on code.google.com by jacob.be...@gmail.com on 11 Oct 2011 at 6:58

GoogleCodeExporter commented 8 years ago
I have commented out the UA restriction in GwtQuake.gwt.xml
This gets rid of the warning, but unfortunately also slows down the compile

Original comment by stefan.haustein on 12 Oct 2011 at 8:36