Skip to content

Instantly share code, notes, and snippets.

@linminhtoo
Created January 3, 2018 08:26
Show Gist options
  • Save linminhtoo/b26069ea86438cdc6fbb8bb67c15dac1 to your computer and use it in GitHub Desktop.
Save linminhtoo/b26069ea86438cdc6fbb8bb67c15dac1 to your computer and use it in GitHub Desktop.
Null Object Reference Error 4
SystemData
{
OS : Windows 10 (Pre-release)
RAM: 12469292 KB (11.89 GB)
CPU: Intel(R) Core(TM) i7-4720HQ CPU @ 2.60GHz
GPU: NVIDIA GeForce GTX 950MIntel(R) HD Graphics 4600, driver v. 22.21.13.847620.19.15.4549
}
--------------------------------------
game id: DQ1
filename: DefendersQuest
package: com.leveluplabs.defq1
version: 2.2.1
tdrpg v: 2.1.6
session ID: DQ1_2018-01-03_15'29'11
started: 2018-01-03 15:29:11
--------------------------------------
crashed: 2018-01-03 16:23:19
duration: 00:54:08
error: UNCAUGHT ERROR : Null Object Reference
stack:
com.leveluplabs.tdrpg.CreatureSprite.removeStatusEffect (com/leveluplabs/tdrpg/CreatureSprite.hx line 663)
com.leveluplabs.tdrpg.CreatureSprite.updateStatus (com/leveluplabs/tdrpg/CreatureSprite.hx line 643)
com.leveluplabs.tdrpg.CreatureSprite.updateFromModel (com/leveluplabs/tdrpg/CreatureSprite.hx line 1893)
com.leveluplabs.tdrpg.EnemySprite.updateFromModel (com/leveluplabs/tdrpg/EnemySprite.hx line 541)
com.leveluplabs.tdrpg.BattleModel.updateEnemies (com/leveluplabs/tdrpg/BattleModel.hx line 3570)
com.leveluplabs.tdrpg.BattleModel.doUpdate (com/leveluplabs/tdrpg/BattleModel.hx line 2023)
com.leveluplabs.tdrpg.BattleModel.update (com/leveluplabs/tdrpg/BattleModel.hx line 1597)
com.leveluplabs.tdrpg.State_Battle.battleUpdate (com/leveluplabs/tdrpg/State_Battle.hx line 1849)
com.leveluplabs.tdrpg.State_Battle.update (com/leveluplabs/tdrpg/State_Battle.hx line 1614)
flixel.FlxState.tryUpdate (flixel/FlxState.hx line 168)
flixel.FlxGame.update (flixel/FlxGame.hx line 750)
com.leveluplabs.tdrpg.Main.update (com/leveluplabs/tdrpg/Main.hx line 2387)
flixel.FlxGame.step (flixel/FlxGame.hx line 674)
flixel.FlxGame.onEnterFrame (flixel/FlxGame.hx line 541)
openfl.events.EventDispatcher.__dispatchEvent (openfl/events/EventDispatcher.hx line 237)
openfl.display.DisplayObject.__broadcast (openfl/display/DisplayObject.hx line 255)
openfl.display.DisplayObjectContainer.__broadcast (openfl/display/DisplayObjectContainer.hx line 358)
openfl.display.Stage.render (openfl/display/Stage.hx line 761)
openfl.display.Stage.addRenderer (openfl/display/Stage.hx line 200)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment