Skip to content

Instantly share code, notes, and snippets.

@linminhtoo
Created January 2, 2018 17:23
Show Gist options
  • Save linminhtoo/cec49ee0f5b2d6a62be5d8c2d1b527b8 to your computer and use it in GitHub Desktop.
Save linminhtoo/cec49ee0f5b2d6a62be5d8c2d1b527b8 to your computer and use it in GitHub Desktop.
Null Object Reference Error 3 Latest Update
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.1.7
tdrpg v: 2.1.6
session ID: DQ1_2018-01-03_01'12'25
started: 2018-01-03 01:12:25
--------------------------------------
crashed: 2018-01-03 01:17:32
duration: 00:05:06
error: UNCAUGHT ERROR : Null Object Reference
stack:
flixel.FlxObject.update (flixel/FlxObject.hx line 625)
flixel.FlxSprite.update (flixel/FlxSprite.hx line 596)
com.leveluplabs.tdrpg.TDRPGEntitySprite.update (com/leveluplabs/tdrpg/TDRPGEntitySprite.hx line 100)
com.leveluplabs.tdrpg.CreatureSprite.updateEffectGroup (com/leveluplabs/tdrpg/CreatureSprite.hx line 1872)
com.leveluplabs.tdrpg.CreatureSprite.updateEffects (com/leveluplabs/tdrpg/CreatureSprite.hx line 1837)
com.leveluplabs.tdrpg.EnemySprite.updateEffects (com/leveluplabs/tdrpg/EnemySprite.hx line 2165)
com.leveluplabs.tdrpg.CreatureSprite.updateFromModelEvenIfDying (com/leveluplabs/tdrpg/CreatureSprite.hx line 1896)
com.leveluplabs.tdrpg.BattleModel.updateEnemies (com/leveluplabs/tdrpg/BattleModel.hx line 3458)
com.leveluplabs.tdrpg.BattleModel.doUpdate (com/leveluplabs/tdrpg/BattleModel.hx line 1911)
com.leveluplabs.tdrpg.BattleModel.update (com/leveluplabs/tdrpg/BattleModel.hx line 1504)
com.leveluplabs.tdrpg.State_Battle.battleUpdate (com/leveluplabs/tdrpg/State_Battle.hx line 1813)
com.leveluplabs.tdrpg.State_Battle.update (com/leveluplabs/tdrpg/State_Battle.hx line 1584)
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 2268)
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