Re: Error on startup
Thank you for keeping the program backwards compatible.
High Quality Resources for Collectible Card Games and Home of the CCGHQ Team
https://www.slightlymagic.net/forum/
https://www.slightlymagic.net/forum/viewtopic.php?f=26&t=1598
Ok, I have had a chance to check it out at work and almost everything seems to work. The only thing I can not do is download the card pics. That is not a problem at the moment because I can download them with the earlier version and transfer them to the current version, but I thought you should know about it when yo go to compile the next version.DennisBergkamp wrote:Ah, yes indeed. The only errors I'm getting when I switch back to 1.5 is each "@Override" statement.
Nelyn, try replacing your forge with the jar contained within the attached RAR. It's a recompiled version of the August 28 release (1.5 instead of 1.6 this time).
Forge needs to find a folder named "pics" or it will fail to download any pictures and will give you this error message.nelyn wrote:Ok, I have had a chance to check it out at work and almost everything seems to work. The only thing I can not do is download the card pics.
java -version"C:\Program Files\Java\jre6\bin\java" -versionjava -jar run-forge.jarException in thread "AWT-EventQueue-0" java.lang.RuntimeException
at pictures.Test$MyAction.actionPerformed(Test.java:100)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
...