Page 2 of 2

Re: Import problem with ROE

PostPosted: 25 Apr 2010, 16:59
by kristijanH
Same problem. I don't get any errors. It's just that the program doesn't start. I used a fresh install rc6 and the test file.

Re: Import problem with ROE

PostPosted: 25 Apr 2010, 17:15
by Snacko
Ah the problem is 6.3 is an update to 6.2, and this is an update to 6.3. However 6.2 version was deleted, because I thought 6.3 was a full package.

I'll be packaging 6.3 soon, when I filter out other languages.

Re: Import problem with ROE

PostPosted: 26 Apr 2010, 12:32
by Burnf
Sweet! Clearing that config file fixed it.
Thanks Snacko!

I'm going to give it a try, but just thought I'd post the question. Is it safe to copy this new deck builder data files over to the cardgen to get the cardgen working with ROE?

Re: Import problem with ROE

PostPosted: 26 Apr 2010, 17:52
by Snacko
Yes, it should work. Maybe cards that got a/b might not be working correctly as they would need images renaming like Card name (a).jpg.

Re: Import problem with ROE

PostPosted: 28 Apr 2010, 18:46
by Burnf
I noticed that my version of deckbuilder doesn't seem to have basic lands anymore. Not sure if anything else is missing.

Re: Import problem with ROE

PostPosted: 29 Apr 2010, 18:01
by Snacko
There were basic lands, but they were filtered out when option 'only unique' was checked.
Try this and see if there are any more bugs:
http://www.mediafire.com/file/m3mhmqzzn ... gv3-ROE.7z

If it works then I'll probably have the full package with all the languages around weekend.

Re: Import problem with ROE

PostPosted: 30 Apr 2010, 10:28
by Burnf
I have basic lands!
Thanks Snacko!

Re: Import problem with ROE

PostPosted: 07 May 2010, 18:26
by Bog Wraith
Not sure if this was covered elsewhere but I am getting a weird bug that refers to the english.lang which prevents Arcane from loading:


arcane.ArcaneException: File not found: "data/english.lang".
at arcane.ArcaneTranslation.<init>(ArcaneTranslation.java:20)
at arcane.Arcane$DataLoader.load(Arcane.java:427)
at arcane.util.Loader.run(Loader.java:95)
at java.lang.Thread.run(Thread.java:613)
Caused by: java.io.FileNotFoundException: data/english.lang (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at arcane.ArcaneTranslation.<init>(ArcaneTranslation.java:16)
... 3 more

arcane.ArcaneException: File not found: "data/english.lang".
at arcane.ArcaneTranslation.<init>(ArcaneTranslation.java:20)
at arcane.Arcane$DataLoader.load(Arcane.java:427)
at arcane.util.Loader.run(Loader.java:95)
at java.lang.Thread.run(Thread.java:613)
Caused by: java.io.FileNotFoundException: data/english.lang (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at arcane.ArcaneTranslation.<init>(ArcaneTranslation.java:16)
... 3 more
arcane.ArcaneException: Arcane initialization aborted.
at arcane.Arcane.setup(Arcane.java:109)
at arcane.deckbuilder.ui.DeckBuilder.main(DeckBuilder.java:2705)

Everything was running perfectly until this ROE update on both my Mac's.

Re: Import problem with ROE

PostPosted: 07 May 2010, 20:32
by Snacko
Swap the arcane.jar in lib folder with this.

The file could be used to translate the whole UI of the deckbuilder and rulesviewer into any language, but so far only the Menu has been covered as I didn't spend any time to finish this feature.

I'll have a full ROE package really soon I hope!

Re: Import problem with ROE

PostPosted: 07 May 2010, 22:29
by Bog Wraith
Still no joy! After applying this and the ROE update I get this bug report:


arcane.ArcaneException: Invalid picture number "Right" for card: B.F.M.
at arcane.Card.<init>(Card.java:137)
at arcane.CardDataStore.populate(CardDataStore.java:152)
at arcane.Arcane$DataLoader.loadCardData(Arcane.java:509)
at arcane.Arcane$DataLoader.load(Arcane.java:455)
at arcane.util.Loader.run(Loader.java:95)
at java.lang.Thread.run(Thread.java:613)

arcane.ArcaneException: Invalid picture number "Right" for card: B.F.M.
at arcane.Card.<init>(Card.java:137)
at arcane.CardDataStore.populate(CardDataStore.java:152)
at arcane.Arcane$DataLoader.loadCardData(Arcane.java:509)
at arcane.Arcane$DataLoader.load(Arcane.java:455)
at arcane.util.Loader.run(Loader.java:95)
at java.lang.Thread.run(Thread.java:613)
arcane.ArcaneException: Arcane initialization aborted.
at arcane.Arcane.setup(Arcane.java:111)
at arcane.deckbuilder.ui.DeckBuilder.main(DeckBuilder.java:2711)

Think I will wait for the full ROE package when it's ready. Thanks for your quick response! :)