This site requires JavaScript, please enable it in your browser!
Greenfoot back
Duta
Duta wrote ...

2012/4/8

Greenfoot 2.2 beta bug?

Duta Duta

2012/4/8

#
Is it just me or is exporting to a .jar file broken in 2.2? I mean, it exports and everything, but if you try to open the file nothing happens
Razzo Razzo

2012/4/8

#
Happens to me too!
davmac davmac

2012/4/9

#
It was already reported in the Greenfoot 2.2.0 beta thread (which is, incidentally, where you should post if you are using the beta and have problems - though not for this issue, because, as I said, it's already been reported; it will be fixed for the Greenfoot 2.2.0 release). Remember, it's a beta. You should only use it if you are willing to help test it, report issues, and expect problems!
SPower SPower

2012/4/9

#
The same happened to me. I think it's because you use the PlayerData class. I'm not sure, but it could be true.
nccb nccb

2012/4/9

#
There is indeed a fault in the beta caused by PlayerData, though it's already fixed ready for the release.
Duta Duta

2012/4/9

#
When is the next release coming? Also its strange that its to do with PlayerData because in the jar files I exported I wasn't actually using PlayerData (I haven't used it at all yet).. I guess just the import alone is enough? Actually now I think of it, would a temporary fix be to change the import greenfoot.*; to an import for all necessary classes in the greenfoot package (just not PlayerData)?
davmac davmac

2012/4/9

#
The next release is coming "when it's good and ready" :) Hopefully in the next couple of weeks, but longer if we find more bugs. No, changing import statements won't have any effect. No scenarios can successfully be exported to jar from the 2.2.0-beta, whether they use PlayerData or not.
Duta Duta

2012/4/10

#
That's a shame. I guess I'll just downgrade to the previous version until the fix is released
You need to login to post a reply.