<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://robowiki.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Oldtopman</id>
	<title>Robowiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://robowiki.net/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Oldtopman"/>
	<link rel="alternate" type="text/html" href="http://robowiki.net/wiki/Special:Contributions/Oldtopman"/>
	<updated>2026-05-03T06:58:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>http://robowiki.net/w/index.php?title=Talk:Robocode/Graphical_Debugging&amp;diff=14688</id>
		<title>Talk:Robocode/Graphical Debugging</title>
		<link rel="alternate" type="text/html" href="http://robowiki.net/w/index.php?title=Talk:Robocode/Graphical_Debugging&amp;diff=14688"/>
		<updated>2010-01-28T00:06:44Z</updated>

		<summary type="html">&lt;p&gt;Oldtopman: /* Complete Code */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Anybody else running into these two issues?&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/?func=detail&amp;amp;aid=2791007&amp;amp;group_id=37202&amp;amp;atid=419486 FontMetrics StackOverflowError]&lt;br /&gt;
* [http://sourceforge.net/tracker/?func=detail&amp;amp;aid=2791010&amp;amp;group_id=37202&amp;amp;atid=419486 Graphics2D.setFont() has no effect]&lt;br /&gt;
&lt;br /&gt;
[[User:RobertWalker|RobertWalker]] 04:01, 13 May 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
No, but I'm running into a different one. I just haven't taken the time to troubleshoot it and file a report yet.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
java.nio.BufferOverflowException&lt;br /&gt;
	at java.nio.Buffer.nextPutIndex(Buffer.java:501)&lt;br /&gt;
	at java.nio.HeapByteBuffer.putInt(HeapByteBuffer.java:347)&lt;br /&gt;
	at net.sf.robocode.robotpaint.Graphics2DSerialized.put(Graphics2DSerialized.java:1760)&lt;br /&gt;
	at net.sf.robocode.robotpaint.Graphics2DSerialized.setColor(Graphics2DSerialized.java:204)&lt;br /&gt;
	at voidious.utils.RoboGraphic$Dot.render(RoboGraphic.java:45)&lt;br /&gt;
	at voidious.move.&amp;lt;CENSORED&amp;gt;.onPaint(&amp;lt;CENSORED&amp;gt;.java:390)&lt;br /&gt;
	at voidious.&amp;lt;CENSORED&amp;gt;.onPaint(&amp;lt;CENSORED&amp;gt;.java:103)&lt;br /&gt;
	at robocode.PaintEvent.dispatch(PaintEvent.java:61)&lt;br /&gt;
	at robocode.Event$HiddenEventHelper.dispatch(Event.java:249)&lt;br /&gt;
	at net.sf.robocode.security.HiddenAccess.dispatch(HiddenAccess.java:195)&lt;br /&gt;
	at net.sf.robocode.host.events.EventManager.dispatch(EventManager.java:486)&lt;br /&gt;
	at net.sf.robocode.host.events.EventManager.processEvents(EventManager.java:459)&lt;br /&gt;
	at net.sf.robocode.host.proxies.BasicRobotProxy.executeImpl(BasicRobotProxy.java:403)&lt;br /&gt;
	at net.sf.robocode.host.proxies.BasicRobotProxy.execute(BasicRobotProxy.java:119)&lt;br /&gt;
	at robocode.AdvancedRobot.execute(AdvancedRobot.java:565)&lt;br /&gt;
	at voidious.&amp;lt;CENSORED&amp;gt;.run(&amp;lt;CENSORED&amp;gt;.java:48)&lt;br /&gt;
	at net.sf.robocode.host.proxies.HostingRobotProxy.run(HostingRobotProxy.java:250)&lt;br /&gt;
	at java.lang.Thread.run(Thread.java:619)&lt;br /&gt;
SYSTEM: Exception occurred on robocode.PaintEvent&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
I get this when I enable paint, but then if I restart the match, everything works and paints fine.&lt;br /&gt;
--[[User:Voidious|Voidious]] 05:17, 13 May 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I bet this is your new robot, isn't it? Or you need not to &amp;lt;CENSORED&amp;gt; =D I myself sometimes get BufferOverflowException, but I got it when DrawingBot overflow its renderables ArrayList. &amp;amp;raquo; &amp;lt;span style=&amp;quot;font-size:0.9em;color:darkgreen;&amp;quot;&amp;gt;[[User:Nat|Nat]] | [[User_talk:Nat|Talk]]&amp;lt;/span&amp;gt; &amp;amp;raquo; 05:41, 13 May 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Actually I just like to use a lot of swear words in my development version class names. =) Just kidding. --[[User:Voidious|Voidious]] 14:22, 13 May 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: Then you will need to either use java obfuscater or rename them, along with its reference, to hide the swear words =D Come on, why it is so secret? &amp;amp;raquo; &amp;lt;span style=&amp;quot;font-size:0.9em;color:darkgreen;&amp;quot;&amp;gt;[[User:Nat|Nat]] | [[User_talk:Nat|Talk]]&amp;lt;/span&amp;gt; &amp;amp;raquo; 14:32, 13 May 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Wow, the two bugs I reported have already been fixed! I guess I'll see the fixes in the next version of Robocode. [[User:RobertWalker|RobertWalker]] 16:05, 14 May 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
Not so surprised. If it isn't hard, Flemming will get it in one night actually. Even if it is hard, having stack trace reported along will make his life a lot easier (even the hard one I've reported fixed in 3 days, but by Pavel Savara) &amp;amp;raquo; &amp;lt;span style=&amp;quot;font-size:0.9em;color:darkgreen;&amp;quot;&amp;gt;[[User:Nat|Nat]] | [[User_talk:Nat|Talk]]&amp;lt;/span&amp;gt; &amp;amp;raquo; 16:22, 14 May 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Complete Code ==&lt;br /&gt;
&lt;br /&gt;
I think that we should have the completed robot code posted because for the life of me i can't figure it out. And there are newbies who won't either.&lt;/div&gt;</summary>
		<author><name>Oldtopman</name></author>
		
	</entry>
</feed>