Guest User

Untitled

a guest
Nov 1st, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.27 KB | None | 0 0
  1. Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: Unknown time of day: NIGHT
  2. at nightgames.gui.GUI.refresh(GUI.java:1254)
  3. at nightgames.gui.GUI.lambda$7(GUI.java:894)
  4. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  5. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  6. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  7. at javax.swing.JToggleButton$ToggleButtonModel.setPressed(Unknown Source)
  8. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  9. at java.awt.Component.processMouseEvent(Unknown Source)
  10. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  11. at java.awt.Component.processEvent(Unknown Source)
  12. at java.awt.Container.processEvent(Unknown Source)
  13. at java.awt.Component.dispatchEventImpl(Unknown Source)
  14. at java.awt.Container.dispatchEventImpl(Unknown Source)
  15. at java.awt.Component.dispatchEvent(Unknown Source)
  16. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  17. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  18. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  19. at java.awt.Container.dispatchEventImpl(Unknown Source)
  20. at java.awt.Component.dispatchEvent(Unknown Source)
  21. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  22. at java.awt.EventQueue.access$500(Unknown Source)
  23. at java.awt.EventQueue$3.run(Unknown Source)
  24. at java.awt.EventQueue$3.run(Unknown Source)
  25. at java.security.AccessController.doPrivileged(Native Method)
  26. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  27. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  28. at java.awt.EventQueue$4.run(Unknown Source)
  29. at java.awt.EventQueue$4.run(Unknown Source)
  30. at java.security.AccessController.doPrivileged(Native Method)
  31. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  32. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  33. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  34. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  35. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  36. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  37. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  38. at java.awt.EventDispatchThread.run(Unknown Source)
  39. Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
  40. at nightgames.combat.CombatantData.getMoveModifier(CombatantData.java:142)
  41. at nightgames.characters.body.Body.pleasure(Body.java:601)
  42. at nightgames.characters.body.Body.pleasure(Body.java:489)
  43. at nightgames.characters.body.TentaclePart.pleasureWithTentacles(TentaclePart.java:23)
  44. at nightgames.skills.TentaclePorn.resolve(TentaclePorn.java:52)
  45. at nightgames.characters.NPC.lambda$1(NPC.java:861)
  46. at nightgames.characters.NPC.rateAction(NPC.java:843)
  47. at nightgames.characters.NPC.rateMove(NPC.java:859)
  48. at nightgames.characters.NPC.prioritizeNew(NPC.java:894)
  49. at nightgames.characters.BasePersonality.act(BasePersonality.java:107)
  50. at nightgames.characters.NPC.actFast(NPC.java:348)
  51. at nightgames.combat.Combat.automate(Combat.java:534)
  52. at nightgames.combat.Combat.go(Combat.java:140)
  53. at nightgames.combat.Encounter.battle(Encounter.java:483)
  54. at nightgames.characters.NPC.move(NPC.java:445)
  55. at nightgames.global.Match.round(Match.java:108)
  56. at nightgames.global.Match.resume(Match.java:129)
  57. at nightgames.gui.ActionButton.lambda$0(ActionButton.java:28)
  58. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  59. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  60. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  61. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  62. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  63. at java.awt.Component.processMouseEvent(Unknown Source)
  64. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  65. at java.awt.Component.processEvent(Unknown Source)
  66. at java.awt.Container.processEvent(Unknown Source)
  67. at java.awt.Component.dispatchEventImpl(Unknown Source)
  68. at java.awt.Container.dispatchEventImpl(Unknown Source)
  69. at java.awt.Component.dispatchEvent(Unknown Source)
  70. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  71. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  72. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  73. at java.awt.Container.dispatchEventImpl(Unknown Source)
  74. at java.awt.Window.dispatchEventImpl(Unknown Source)
  75. at java.awt.Component.dispatchEvent(Unknown Source)
  76. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  77. at java.awt.EventQueue.access$500(Unknown Source)
  78. at java.awt.EventQueue$3.run(Unknown Source)
  79. at java.awt.EventQueue$3.run(Unknown Source)
  80. at java.security.AccessController.doPrivileged(Native Method)
  81. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  82. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  83. at java.awt.EventQueue$4.run(Unknown Source)
  84. at java.awt.EventQueue$4.run(Unknown Source)
  85. at java.security.AccessController.doPrivileged(Native Method)
  86. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  87. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  88. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  89. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  90. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  91. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  92. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  93. at java.awt.EventDispatchThread.run(Unknown Source)
  94. Loaded samantha.json
  95. Loaded rosea.json
  96. Loaded summer.json
  97. Loaded samantha.json
  98. Loaded rosea.json
  99. Loaded summer.json
  100. Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
  101. at nightgames.combat.CombatantData.getMoveModifier(CombatantData.java:142)
  102. at nightgames.characters.body.Body.pleasure(Body.java:601)
  103. at nightgames.characters.body.Body.pleasure(Body.java:489)
  104. at nightgames.characters.body.TentaclePart.pleasureWithTentacles(TentaclePart.java:23)
  105. at nightgames.skills.TentaclePorn.resolve(TentaclePorn.java:60)
  106. at nightgames.characters.NPC.lambda$1(NPC.java:861)
  107. at nightgames.characters.NPC.rateAction(NPC.java:843)
  108. at nightgames.characters.NPC.rateMove(NPC.java:859)
  109. at nightgames.characters.NPC.prioritizeNew(NPC.java:894)
  110. at nightgames.characters.BasePersonality.act(BasePersonality.java:107)
  111. at nightgames.characters.NPC.act(NPC.java:303)
  112. at nightgames.combat.Combat.turn(Combat.java:322)
  113. at nightgames.gui.GUI$NextButton.lambda$0(GUI.java:1399)
  114. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  115. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  116. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  117. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  118. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  119. at java.awt.Component.processMouseEvent(Unknown Source)
  120. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  121. at java.awt.Component.processEvent(Unknown Source)
  122. at java.awt.Container.processEvent(Unknown Source)
  123. at java.awt.Component.dispatchEventImpl(Unknown Source)
  124. at java.awt.Container.dispatchEventImpl(Unknown Source)
  125. at java.awt.Component.dispatchEvent(Unknown Source)
  126. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  127. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  128. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  129. at java.awt.Container.dispatchEventImpl(Unknown Source)
  130. at java.awt.Window.dispatchEventImpl(Unknown Source)
  131. at java.awt.Component.dispatchEvent(Unknown Source)
  132. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  133. at java.awt.EventQueue.access$500(Unknown Source)
  134. at java.awt.EventQueue$3.run(Unknown Source)
  135. at java.awt.EventQueue$3.run(Unknown Source)
  136. at java.security.AccessController.doPrivileged(Native Method)
  137. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  138. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  139. at java.awt.EventQueue$4.run(Unknown Source)
  140. at java.awt.EventQueue$4.run(Unknown Source)
  141. at java.security.AccessController.doPrivileged(Native Method)
  142. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  143. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  144. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  145. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  146. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  147. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  148. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  149. at java.awt.EventDispatchThread.run(Unknown Source)
  150. =============================================
  151. Night games
  152. 2016-11-01 01:28:43.897
  153. Loaded samantha.json
  154. Loaded rosea.json
  155. Loaded summer.json
  156. Loaded samantha.json
  157. Loaded rosea.json
  158. Loaded summer.json
  159. No default AI modifications for Yui!
  160. Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
  161. at nightgames.combat.CombatantData.getMoveModifier(CombatantData.java:142)
  162. at nightgames.characters.body.Body.pleasure(Body.java:601)
  163. at nightgames.characters.body.Body.pleasure(Body.java:489)
  164. at nightgames.pet.Slime.act(Slime.java:91)
  165. at nightgames.combat.Combat.automate(Combat.java:545)
  166. at nightgames.combat.Combat.go(Combat.java:140)
  167. at nightgames.combat.Encounter.battle(Encounter.java:483)
  168. at nightgames.characters.NPC.move(NPC.java:445)
  169. at nightgames.global.Match.round(Match.java:108)
  170. at nightgames.global.Match.resume(Match.java:129)
  171. at nightgames.gui.EncounterButton.lambda$0(EncounterButton.java:32)
  172. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  173. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  174. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  175. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  176. at javax.swing.AbstractButton.doClick(Unknown Source)
  177. at javax.swing.AbstractButton.doClick(Unknown Source)
  178. at nightgames.gui.GUI$2.keyTyped(GUI.java:613)
  179. at java.awt.Component.processKeyEvent(Unknown Source)
  180. at javax.swing.JComponent.processKeyEvent(Unknown Source)
  181. at java.awt.Component.processEvent(Unknown Source)
  182. at java.awt.Container.processEvent(Unknown Source)
  183. at java.awt.Component.dispatchEventImpl(Unknown Source)
  184. at java.awt.Container.dispatchEventImpl(Unknown Source)
  185. at java.awt.Component.dispatchEvent(Unknown Source)
  186. at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
  187. at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
  188. at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
  189. at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
  190. at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
  191. at java.awt.Component.dispatchEventImpl(Unknown Source)
  192. at java.awt.Container.dispatchEventImpl(Unknown Source)
  193. at java.awt.Window.dispatchEventImpl(Unknown Source)
  194. at java.awt.Component.dispatchEvent(Unknown Source)
  195. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  196. at java.awt.EventQueue.access$500(Unknown Source)
  197. at java.awt.EventQueue$3.run(Unknown Source)
  198. at java.awt.EventQueue$3.run(Unknown Source)
  199. at java.security.AccessController.doPrivileged(Native Method)
  200. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  201. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  202. at java.awt.EventQueue$4.run(Unknown Source)
  203. at java.awt.EventQueue$4.run(Unknown Source)
  204. at java.security.AccessController.doPrivileged(Native Method)
  205. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  206. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  207. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  208. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  209. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  210. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  211. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  212. at java.awt.EventDispatchThread.run(Unknown Source)
  213. Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
  214. at nightgames.combat.CombatantData.getMoveModifier(CombatantData.java:142)
  215. at nightgames.characters.body.Body.pleasure(Body.java:601)
  216. at nightgames.characters.body.Body.pleasure(Body.java:489)
  217. at nightgames.pet.Slime.act(Slime.java:91)
  218. at nightgames.combat.Combat.automate(Combat.java:545)
  219. at nightgames.combat.Combat.go(Combat.java:140)
  220. at nightgames.combat.Encounter.battle(Encounter.java:483)
  221. at nightgames.characters.NPC.move(NPC.java:445)
  222. at nightgames.global.Match.round(Match.java:108)
  223. at nightgames.global.Match.resume(Match.java:129)
  224. at nightgames.gui.EncounterButton.lambda$0(EncounterButton.java:32)
  225. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  226. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  227. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  228. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  229. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  230. at java.awt.Component.processMouseEvent(Unknown Source)
  231. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  232. at java.awt.Component.processEvent(Unknown Source)
  233. at java.awt.Container.processEvent(Unknown Source)
  234. at java.awt.Component.dispatchEventImpl(Unknown Source)
  235. at java.awt.Container.dispatchEventImpl(Unknown Source)
  236. at java.awt.Component.dispatchEvent(Unknown Source)
  237. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  238. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  239. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  240. at java.awt.Container.dispatchEventImpl(Unknown Source)
  241. at java.awt.Window.dispatchEventImpl(Unknown Source)
  242. at java.awt.Component.dispatchEvent(Unknown Source)
  243. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  244. at java.awt.EventQueue.access$500(Unknown Source)
  245. at java.awt.EventQueue$3.run(Unknown Source)
  246. at java.awt.EventQueue$3.run(Unknown Source)
  247. at java.security.AccessController.doPrivileged(Native Method)
  248. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  249. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  250. at java.awt.EventQueue$4.run(Unknown Source)
  251. at java.awt.EventQueue$4.run(Unknown Source)
  252. at java.security.AccessController.doPrivileged(Native Method)
  253. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  254. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  255. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  256. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  257. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  258. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  259. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  260. at java.awt.EventDispatchThread.run(Unknown Source)
  261. Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
  262. at nightgames.combat.CombatantData.getMoveModifier(CombatantData.java:142)
  263. at nightgames.characters.body.Body.pleasure(Body.java:601)
  264. at nightgames.characters.body.Body.pleasure(Body.java:489)
  265. at nightgames.pet.Slime.act(Slime.java:91)
  266. at nightgames.combat.Combat.automate(Combat.java:545)
  267. at nightgames.combat.Combat.go(Combat.java:140)
  268. at nightgames.combat.Encounter.battle(Encounter.java:483)
  269. at nightgames.characters.NPC.move(NPC.java:445)
  270. at nightgames.global.Match.round(Match.java:108)
  271. at nightgames.global.Match.resume(Match.java:129)
  272. at nightgames.gui.EncounterButton.lambda$0(EncounterButton.java:32)
  273. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  274. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  275. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  276. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  277. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  278. at java.awt.Component.processMouseEvent(Unknown Source)
  279. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  280. at java.awt.Component.processEvent(Unknown Source)
  281. at java.awt.Container.processEvent(Unknown Source)
  282. at java.awt.Component.dispatchEventImpl(Unknown Source)
  283. at java.awt.Container.dispatchEventImpl(Unknown Source)
  284. at java.awt.Component.dispatchEvent(Unknown Source)
  285. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  286. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  287. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  288. at java.awt.Container.dispatchEventImpl(Unknown Source)
  289. at java.awt.Window.dispatchEventImpl(Unknown Source)
  290. at java.awt.Component.dispatchEvent(Unknown Source)
  291. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  292. at java.awt.EventQueue.access$500(Unknown Source)
  293. at java.awt.EventQueue$3.run(Unknown Source)
  294. at java.awt.EventQueue$3.run(Unknown Source)
  295. at java.security.AccessController.doPrivileged(Native Method)
  296. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  297. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  298. at java.awt.EventQueue$4.run(Unknown Source)
  299. at java.awt.EventQueue$4.run(Unknown Source)
  300. at java.security.AccessController.doPrivileged(Native Method)
  301. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  302. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  303. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  304. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  305. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  306. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  307. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  308. at java.awt.EventDispatchThread.run(Unknown Source)
  309. Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
  310. at nightgames.combat.CombatantData.getMoveModifier(CombatantData.java:142)
  311. at nightgames.characters.body.Body.pleasure(Body.java:601)
  312. at nightgames.characters.body.Body.pleasure(Body.java:489)
  313. at nightgames.pet.Slime.act(Slime.java:91)
  314. at nightgames.combat.Combat.automate(Combat.java:545)
  315. at nightgames.combat.Combat.go(Combat.java:140)
  316. at nightgames.combat.Encounter.battle(Encounter.java:483)
  317. at nightgames.characters.NPC.move(NPC.java:445)
  318. at nightgames.global.Match.round(Match.java:108)
  319. at nightgames.global.Match.resume(Match.java:129)
  320. at nightgames.gui.EncounterButton.lambda$0(EncounterButton.java:32)
  321. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  322. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  323. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  324. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  325. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  326. at java.awt.Component.processMouseEvent(Unknown Source)
  327. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  328. at java.awt.Component.processEvent(Unknown Source)
  329. at java.awt.Container.processEvent(Unknown Source)
  330. at java.awt.Component.dispatchEventImpl(Unknown Source)
  331. at java.awt.Container.dispatchEventImpl(Unknown Source)
  332. at java.awt.Component.dispatchEvent(Unknown Source)
  333. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  334. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  335. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  336. at java.awt.Container.dispatchEventImpl(Unknown Source)
  337. at java.awt.Window.dispatchEventImpl(Unknown Source)
  338. at java.awt.Component.dispatchEvent(Unknown Source)
  339. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  340. at java.awt.EventQueue.access$500(Unknown Source)
  341. at java.awt.EventQueue$3.run(Unknown Source)
  342. at java.awt.EventQueue$3.run(Unknown Source)
  343. at java.security.AccessController.doPrivileged(Native Method)
  344. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  345. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  346. at java.awt.EventQueue$4.run(Unknown Source)
  347. at java.awt.EventQueue$4.run(Unknown Source)
  348. at java.security.AccessController.doPrivileged(Native Method)
  349. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  350. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  351. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  352. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  353. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  354. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  355. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  356. at java.awt.EventDispatchThread.run(Unknown Source)
  357. Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
  358. at nightgames.characters.NPC.move(NPC.java:445)
  359. at nightgames.global.Match.round(Match.java:108)
  360. at nightgames.global.Match.resume(Match.java:129)
  361. at nightgames.gui.EncounterButton.lambda$0(EncounterButton.java:32)
  362. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  363. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  364. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  365. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  366. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  367. at java.awt.Component.processMouseEvent(Unknown Source)
  368. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  369. at java.awt.Component.processEvent(Unknown Source)
  370. at java.awt.Container.processEvent(Unknown Source)
  371. at java.awt.Component.dispatchEventImpl(Unknown Source)
  372. at java.awt.Container.dispatchEventImpl(Unknown Source)
  373. at java.awt.Component.dispatchEvent(Unknown Source)
  374. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  375. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  376. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  377. at java.awt.Container.dispatchEventImpl(Unknown Source)
  378. at java.awt.Window.dispatchEventImpl(Unknown Source)
  379. at java.awt.Component.dispatchEvent(Unknown Source)
  380. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  381. at java.awt.EventQueue.access$500(Unknown Source)
  382. at java.awt.EventQueue$3.run(Unknown Source)
  383. at java.awt.EventQueue$3.run(Unknown Source)
  384. at java.security.AccessController.doPrivileged(Native Method)
  385. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  386. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  387. at java.awt.EventQueue$4.run(Unknown Source)
  388. at java.awt.EventQueue$4.run(Unknown Source)
  389. at java.security.AccessController.doPrivileged(Native Method)
  390. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  391. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  392. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  393. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  394. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  395. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  396. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  397. at java.awt.EventDispatchThread.run(Unknown Source)
  398. Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
  399. at nightgames.characters.NPC.move(NPC.java:445)
  400. at nightgames.global.Match.round(Match.java:108)
  401. at nightgames.global.Match.resume(Match.java:129)
  402. at nightgames.gui.EncounterButton.lambda$0(EncounterButton.java:32)
  403. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  404. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  405. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  406. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  407. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  408. at java.awt.Component.processMouseEvent(Unknown Source)
  409. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  410. at java.awt.Component.processEvent(Unknown Source)
  411. at java.awt.Container.processEvent(Unknown Source)
  412. at java.awt.Component.dispatchEventImpl(Unknown Source)
  413. at java.awt.Container.dispatchEventImpl(Unknown Source)
  414. at java.awt.Component.dispatchEvent(Unknown Source)
  415. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  416. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  417. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  418. at java.awt.Container.dispatchEventImpl(Unknown Source)
  419. at java.awt.Window.dispatchEventImpl(Unknown Source)
  420. at java.awt.Component.dispatchEvent(Unknown Source)
  421. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  422. at java.awt.EventQueue.access$500(Unknown Source)
  423. at java.awt.EventQueue$3.run(Unknown Source)
  424. at java.awt.EventQueue$3.run(Unknown Source)
  425. at java.security.AccessController.doPrivileged(Native Method)
  426. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  427. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  428. at java.awt.EventQueue$4.run(Unknown Source)
  429. at java.awt.EventQueue$4.run(Unknown Source)
  430. at java.security.AccessController.doPrivileged(Native Method)
  431. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  432. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  433. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  434. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  435. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  436. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  437. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  438. at java.awt.EventDispatchThread.run(Unknown Source)
Add Comment
Please, Sign In to add comment