svn4550 Load Crash

I just installed and tried out svn4550 and Vassal crashes on loading my module.

I loaded the module I’ve been working on via Edit Module, saved it under the new release then tried to open it.

I get the Vassal controls with the chat window and a window frame for the main map but that’s as far as it gets. At this point, Vassal is completely locked up. The only way to shut it down is to reboot the computer.

Error log attached.

Thus spake “Dr_Nostromo”:

Where can I get this module?


J.


Messages mailing list
Messages@forums.vassalengine.org
forums.vassalengine.org/mailman/ … engine.org

Post generated using Mail2Forum (mail2forum.com)

I’m still working on it but a buddy and I are going to be play testing it today so I have a running copy …at least it runs in svn4525

I’ll send you a link in PM as soon as I’ve uploaded it.

PM sent.

I don’t know if this makes a difference but I have the Preference setting

Use Combined Application Window

NOT checked. I tend to like using separate windows.

Thus spake “Dr_Nostromo”:

I know what the problem is. I’ll fix it on Friday.


J.


Messages mailing list
Messages@forums.vassalengine.org
forums.vassalengine.org/mailman/ … engine.org

Post generated using Mail2Forum (mail2forum.com)

Thus spake Joel Uckelman:

This is fixed in svn4558. The problem was the that the workaround I wrote
so that we don’t load RGB PNGs with transparent colors with ImageIO exposed
a bug in IOUtils.getBytes(), namely that getBytes() was expecting never to
read fewer bytes from a stream than it asked for. This corner case never
occurred before the ImageIO workaround code was there.

Also, we now do somewhat less array copying when we read a stream into a
byte array, so some such reads will be faster than before (though it’s
unlikely that anyone will notice this).


J.


Messages mailing list
Messages@forums.vassalengine.org
forums.vassalengine.org/mailman/ … engine.org

Post generated using Mail2Forum (mail2forum.com)