<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/jdraw/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/jdraw/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 29 Jul 2008 07:53:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jdraw/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Null pointer exception in findFileResources( URL url)</title><link>https://sourceforge.net/p/jdraw/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Null pointer exception when running source from local disk.  It appears that the url resouce string needs to be decoded before calling File.listFiles.&lt;/p&gt;
&lt;p&gt;change:&lt;/p&gt;
&lt;p&gt;private void findFileResources( URL url ) {&lt;/p&gt;
&lt;p&gt;findFilesInDirectory( new File(  url.toString().substring( FILE.length()) ) );&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;to:&lt;/p&gt;
&lt;p&gt;private void findFileResources( URL url ) {&lt;/p&gt;
&lt;p&gt;findFilesInDirectory( new File( convert( url.toString().substring( FILE.length())) ) );&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 29 Jul 2008 07:53:16 -0000</pubDate><guid>https://sourceforge.netc2b90c7226d14c2f8f9bf1a38e8529fb59a5ac01</guid></item><item><title>java.lang.RuntimeException: gio: internal error. code 0x not</title><link>https://sourceforge.net/p/jdraw/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I can not save any more to GIF format.&lt;br /&gt;
I get an error "code 0x not found" in a dialog box&lt;/p&gt;
&lt;p&gt;It happen after I changed slides order.&lt;/p&gt;
&lt;p&gt;I can still save as jd format but no animated gif.&lt;/p&gt;
&lt;p&gt;Here is the java stactrace :&lt;/p&gt;
&lt;p&gt;C:\jdraw&amp;gt; java  -jar jdraw_v1.1.5.jar&lt;br /&gt;
Look&amp;amp;Feel 'com.sun.java.swing.plaf.windows.WindowsLookAndFeel' created.&lt;br /&gt;
opening jar file 'C:/jdraw/jdraw_v1.1.5.jar'&lt;br /&gt;
Happy drawing!&lt;br /&gt;
Opened.&lt;br /&gt;
[exception] gio: internal error. code 0x not found.&lt;br /&gt;
java.lang.RuntimeException: gio: internal error. code 0x not found.&lt;br /&gt;
at jdomain.util.Assert.fail(Unknown Source)&lt;br /&gt;
at jdomain.util.Assert.isTrue(Unknown Source)&lt;br /&gt;
at jdomain.jdraw.gio.GIFWriter.output(Unknown Source)&lt;br /&gt;
at jdomain.jdraw.gio.GIFWriter.compress(Unknown Source)&lt;br /&gt;
at jdomain.jdraw.gio.GIFWriter.writeImageData(Unknown Source)&lt;br /&gt;
at jdomain.jdraw.gio.GIFWriter.writeFrame(Unknown Source)&lt;br /&gt;
at jdomain.jdraw.gio.GIFWriter.writeGIF(Unknown Source)&lt;br /&gt;
at jdomain.jdraw.gio.GIFWriter.writeGIF(Unknown Source)&lt;br /&gt;
at jdomain.jdraw.gio.GIFWriter.writeGIF(Unknown Source)&lt;br /&gt;
at jdomain.jdraw.gui.JDHandler.createIconLabel(Unknown Source)&lt;br /&gt;
at jdomain.util.gui.IconViewer.addImage(Unknown Source)&lt;br /&gt;
at jdomain.util.gui.IconViewer.rebuild(Unknown Source)&lt;br /&gt;
at jdomain.util.gui.IconViewer.contentsChanged(Unknown Source)&lt;br /&gt;
at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)&lt;br /&gt;
at javax.swing.plaf.basic.BasicDirectoryModel.fireContentsChanged(Unknow&lt;br /&gt;
n Source)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Philippe</dc:creator><pubDate>Sat, 20 Jan 2007 23:39:43 -0000</pubDate><guid>https://sourceforge.net63f217d9993adef32a135f6420af39ef1cd2a114</guid></item><item><title>Bombs reading .gif file</title><link>https://sourceforge.net/p/jdraw/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I get the error &amp;amp;quot;Error: gio: prefix is null. missing code&lt;br /&gt;
#5274, 1010010011010&amp;amp;quot; reading in a .gif file. The file&lt;br /&gt;
is attached. The file was created by&lt;br /&gt;
the Poseidon UML modelling tool. The file opens in&lt;br /&gt;
PaintShop Pro and I can insert it into a MS Windows&lt;br /&gt;
doc. Please let me know if you have a workaround or&lt;br /&gt;
a fixed version of JDraw. Thanks much.&lt;/p&gt;
&lt;p&gt;Steve Buroff&lt;br /&gt;
sburoff@optonline.net&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 09 Dec 2003 14:26:55 -0000</pubDate><guid>https://sourceforge.netd5015a8e7822be9e5b08edc6807dc8e761a4dec3</guid></item></channel></rss>