Skip to content

Instantly share code, notes, and snippets.

@kirillp
Created October 26, 2016 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirillp/c4feb2b4a6c41e2f98222f07379c5a5b to your computer and use it in GitHub Desktop.
Save kirillp/c4feb2b4a6c41e2f98222f07379c5a5b to your computer and use it in GitHub Desktop.
java.lang.Throwable: java.lang.Throwable: com.google.gwt.core.client.JavaScriptException: (TypeError) : Cannot read property 'De' of undefined
at delightex.client.script.ClientScriptProcessor.$stop(ClientScriptProcessor.java:75)
at delightex.script.ScriptProcessor$Helper$6.handle(ScriptProcessor.java:55)
at delightex.view.EventBus.$fire(EventBus.java:45)
at delightex.client.constellation.game.controls.GameUiMapper.$fireStopScript(GameUiMapper.java:1317)
at delightex.client.constellation.game.controls.GameUiMapper$35.$handle(GameUiMapper.java:696)
at delightex.client.constellation.game.controls.GameUiMapper$35.handle(GameUiMapper.java:696)
at delightex.view.EventBus.$fire(EventBus.java:45)
at delightex.client.constellation.game.controls.GameUi$7.onClick(GameUi.java:349)
at delightex.ui.gui.GView.onClicked(GView.java:241)
at delightex.ui.gui.GStateView.$processReleaseInside(GStateView.java:109)
at delightex.ui.gui.GStateView.processReleaseInside(GStateView.java:109)
at delightex.ui.gui.GRootView$1.onMousePress(GRootView.java:217)
at delightex.input.ElementEventWrapper.$sendMousePress(ElementEventWrapper.java:360)
at delightex.input.ElementEventWrapper.$onMouseUp(ElementEventWrapper.java:373)
at delightex.input.ElementEventWrapper$10.handleEvent(ElementEventWrapper.java:89)
at Unknown.d(delightex.CoSpaces-0.js)
at delightex.tools.JsUtil$3.handleEvent(JsUtil.java:70)
at Unknown.d(delightex.CoSpaces-0.js)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment