Joseph Posted March 9, 2015 Share Posted March 9, 2015 (edited) This could be another widget issue: i believe when caching equipment tab items. Before update it use to open tab and cache its item. But now it doesnt open the equipment tab and returns methods like contains(item) return false. i manually open the tab and the methods starts to work Edit 1: is this me or osb? [ERROR][03/08 09:52:15 PM]: Uncaught exception! java.lang.InternalError: Unable to Stroke shape (null) at sun.java2d.pipe.LoopPipe.getStrokeSpans(Unknown Source) at sun.java2d.pipe.SpanShapeRenderer.draw(Unknown Source) at sun.java2d.pipe.ValidatePipe.draw(Unknown Source) at sun.java2d.SunGraphics2D.draw(Unknown Source) at areaMaker.Core.drawTile(Core.java:92) at areaMaker.Core.onPaint(Core.java:80) at org.osbot.rs07.canvas.WrappedCanvas.drawScreen(dp:191) at org.osbot.rs07.canvas.WrappedCanvas.getGraphics(dp:231) at client.m(client.java:1640) at eq.pt(eq.java:213) at eq.run(eq.java:170) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.NullPointerException at sun.dc.DuctusRenderingEngine.strokeTo(Unknown Source) ... 12 more Edited March 9, 2015 by josedpay Link to comment
Developer Zach Posted March 9, 2015 Developer Share Posted March 9, 2015 This could be another widget issue: i believe when caching equipment tab items. Before update it use to open tab and cache its item. But now it doesnt open the equipment tab and returns methods like contains(item) return false. i manually open the tab and the methods starts to work Edit 1: is this me or osb? [ERROR][03/08 09:52:15 PM]: Uncaught exception! java.lang.InternalError: Unable to Stroke shape (null) at sun.java2d.pipe.LoopPipe.getStrokeSpans(Unknown Source) at sun.java2d.pipe.SpanShapeRenderer.draw(Unknown Source) at sun.java2d.pipe.ValidatePipe.draw(Unknown Source) at sun.java2d.SunGraphics2D.draw(Unknown Source) at areaMaker.Core.drawTile(Core.java:92) at areaMaker.Core.onPaint(Core.java:80) at org.osbot.rs07.canvas.WrappedCanvas.drawScreen(dp:191) at org.osbot.rs07.canvas.WrappedCanvas.getGraphics(dp:231) at client.m(client.java:1640) at eq.pt(eq.java:213) at eq.run(eq.java:170) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.NullPointerException at sun.dc.DuctusRenderingEngine.strokeTo(Unknown Source) ... 12 more Looks to be you. Link to comment
Developer Maxi Posted March 9, 2015 Developer Share Posted March 9, 2015 [ERROR][03/08 09:52:15 PM]: Uncaught exception! java.lang.InternalError: at areaMaker.Core.drawTile(Core.java:92) Caused by: java.lang.NullPointerException NullPointerException in your drawTile method in Core at line 92. 1 Link to comment
Joseph Posted March 9, 2015 Share Posted March 9, 2015 dialogues.isPendingContinuation() return false on this dialogue http://prntscr.com/6eiqpo 2 Link to comment
Developer Maxi Posted March 9, 2015 Developer Share Posted March 9, 2015 dialogues.isPendingContinuation() return false on this dialogue http://prntscr.com/6eiqpo Thanks for adding in the screenshot. Link to comment
Joseph Posted March 9, 2015 Share Posted March 9, 2015 dialogues.isPendingContinuation() return false on this dialogue http://prntscr.com/6eiqpo a little late there @ProjectPact 1 Link to comment
ProjectPact Posted March 9, 2015 Share Posted March 9, 2015 Beat me to it! hahaha @josedpay! Link to comment
VladBots Posted March 9, 2015 Share Posted March 9, 2015 dialogues.isPendingContinuation() return false on this dialogue http://prntscr.com/6eiqpo It does the same for me. :3 Link to comment
Joseph Posted March 10, 2015 Share Posted March 10, 2015 It does the same for me. :3 they are aware Link to comment