rvitorper / 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

GWT Error at startup #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build the app (gwt.compile set to "detailed")
2. Run the app
3. Open it in browser

What is the expected output? What do you see instead?

In 

What version of the product are you using? On what operating system?
Ubuntu 9.10
Chromium 5.0.368.0 (43430) Ubuntu

In Javascript console:
====== Quake2 Initialized ======
E4A314B8BA06EEAA82C4674721FC534E.cache.html:731
E4A314B8BA06EEAA82C4674721FC534E.cache.html:611947: static buffer created; 
id: 0 remaining: 8
E4A314B8BA06EEAA82C4674721FC534E.cache.html:740com.google.gwt.core.client.J
avaScriptException: (TypeError): undefined is not a function
 stack: TypeError: undefined is not a function
    at CALL_NON_FUNCTION_AS_CONSTRUCTOR (native)
    at 
jake2_gwt_client_WebALAdapter$BufferData_$WebALAdapter$BufferData__Ljake2_g
wt_client_WebALAdapter$BufferData_2Ljava_lang_String_2Ljake2_gwt_client_Web
ALAdapter$BufferData_2 
(http://localhost:8080/gwtquake/E4A314B8BA06EEAA82C4674721FC534E.cache.html
:60685:199)
    at 
jake2_gwt_client_WebALAdapter_$alBufferData__Ljake2_gwt_client_WebALAdapter
_2ILjava_lang_String_2V 
(http://localhost:8080/gwtquake/E4A314B8BA06EEAA82C4674721FC534E.cache.html
:60567:233)
    at 
jake2_gwt_client_GwtSound_$initBuffer__Ljake2_gwt_client_GwtSound_2Ljava_la
ng_String_2_3BIIV 
(http://localhost:8080/gwtquake/E4A314B8BA06EEAA82C4674721FC534E.cache.html
:60018:176)
    at 
jake2_gwt_client_GwtSound_$LoadSound__Ljake2_gwt_client_GwtSound_2Ljake2_so
und_sfx_1t_2Ljake2_sound_sfxcache_1t_2 
(http://localhost:8080/gwtquake/E4A314B8BA06EEAA82C4674721FC534E.cache.html
:59857:5)
    at 
jake2_gwt_client_GwtSound_$RegisterSound__Ljake2_gwt_client_GwtSound_2Ljava
_lang_String_2Ljake2_sound_sfx_1t_2 
(http://localhost:8080/gwtquake/E4A314B8BA06EEAA82C4674721FC534E.cache.html
:59903:60)
    at 
jake2_gwt_client_GwtSound_$StartLocalSound__Ljake2_gwt_client_GwtSound_2Lja
va_lang_String_2V 
(http://localhost:8080/gwtquake/E4A314B8BA06EEAA82C4674721FC534E.cache.html
:59958:9)
    at jake2_client_Menu_Draw__V 
(http://localhost:8080/gwtquake/E4A314B8BA06EEAA82C4674721FC534E.cache.html
:11157:5)
    at jake2_client_SCR_UpdateScreen2__V 
(http://localhost:8080/gwtquake/E4A314B8BA06EEAA82C4674721FC534E.cache.html
:14646:7)
    at 
Object.jake2_render_gl_GLBase_updateScreen__Ljake2_qcommon_xcommand_1t_2V 
[as updateScreen__Ljake2_qcommon_xcommand_1t_2V] 
(http://localhost:8080/gwtquake/E4A314B8BA06EEAA82C4674721FC534E.cache.html
:54807:3)
 type: called_non_callable
 arguments: undefined
E4A314B8BA06EEAA82C4674721FC534E.cache.html:740 at 
Unknown.CALL_NON_FUNCTION_AS_CONSTRUCTOR(Unknown source:0)
E4A314B8BA06EEAA82C4674721FC534E.cache.html:740 at 
Unknown.jake2_gwt_client_WebALAdapter$BufferData_$WebALAdapter$BufferData__
Ljake2_gwt_client_WebALAdapter$BufferData_2Ljava_lang_String_2Ljake2_gwt_cl
ient_WebALAdapter$BufferData_2(Unknown source:0)
E4A314B8BA06EEAA82C4674721FC534E.cache.html:740 at 
Unknown.jake2_gwt_client_WebALAdapter_$alBufferData__Ljake2_gwt_client_WebA
LAdapter_2ILjava_lang_String_2V(Unknown source:0)
E4A314B8BA06EEAA82C4674721FC534E.cache.html:740 at 
Unknown.jake2_gwt_client_GwtSound_$initBuffer__Ljake2_gwt_client_GwtSound_2
Ljava_lang_String_2_3BIIV(Unknown source:0)
E4A314B8BA06EEAA82C4674721FC534E.cache.html:740 at 
Unknown.jake2_gwt_client_GwtSound_$LoadSound__Ljake2_gwt_client_GwtSound_2L
jake2_sound_sfx_1t_2Ljake2_sound_sfxcache_1t_2(Unknown source:0)
E4A314B8BA06EEAA82C4674721FC534E.cache.html:740 at 
Unknown.jake2_gwt_client_GwtSound_$RegisterSound__Ljake2_gwt_client_GwtSoun
d_2Ljava_lang_String_2Ljake2_sound_sfx_1t_2(Unknown source:0)
E4A314B8BA06EEAA82C4674721FC534E.cache.html:740 at 
Unknown.jake2_gwt_client_GwtSound_$StartLocalSound__Ljake2_gwt_client_GwtSo
und_2Ljava_lang_String_2V(Unknown source:0)
E4A314B8BA06EEAA82C4674721FC534E.cache.html:740 at 
Unknown.jake2_client_Menu_Draw__V(Unknown source:0)
E4A314B8BA06EEAA82C4674721FC534E.cache.html:740 at 
Unknown.jake2_client_SCR_UpdateScreen2__V(Unknown source:0)
E4A314B8BA06EEAA82C4674721FC534E.cache.html:740 at 
Unknown.jake2_render_gl_GLBase_updateScreen__Ljake2_qcommon_xcommand_1t_2V(
Unknown source:0)

Please provide any additional information below.

Original issue reported on code.google.com by rustydra...@gmail.com on 5 Apr 2010 at 10:43

GoogleCodeExporter commented 9 years ago
closing: cant repro on newer system

Original comment by stefan.haustein on 11 Oct 2011 at 6:29