As evidenced by this published project, my greenfoot project won't work properly when exporting it to any format. The same sort of gray screen appears if you export it into a jar. Is this a known, fixable bug or something weird happening?
It doesn't run for me at all. Anyone know what's up?
EDIT: It works perfectly in Greenfoot, but it shows up blank when exported for both me and my friend.
Okay, so I resolved this problem by getting rid of all lines of code that utilized the UserInfo class. I was previously using the getScore and setScore methods to make a highscore system, but after I commented out all of these lines it suddenly began to work. Are there any known reasons why these lines of code would cause the Greenfoot project to not work?