Cant create a New Kit Or game

Whenever i try to create a new game or a new kit it gives me the error log that i attached and says
"oops that should not have happened"
i tried re installing, still same error

FadedSketch

  • Posts: 19
I had this same problem. Did you delete the stencyl folder in your programs directory before you re-downloaded the latest version?
Cat? No, you need more than one. "cat" needs to be "cats."
I have resources on StencylForge! Just search up "FadedSketch".
FadedSketch on DeviantART

What bothers me is that i uninstalled stencyl and when i reinstalled it, the problem persisted....
only after i deleted all of my existing games and kits i could create another game....

but i would be fine with this, except now that i deleted all of my games and kits i tried make a game , and now i cant make a kit for it or another game....

its like stencyl decided that i can only have one game.

also, how can there be a null pointer exception?!

FadedSketch

  • Posts: 19
What bothers me is that i uninstalled stencyl and when i reinstalled it, the problem persisted....
only after i deleted all of my existing games and kits i could create another game....

but i would be fine with this, except now that i deleted all of my games and kits i tried make a game , and now i cant make a kit for it or another game....

its like stencyl decided that i can only have one game.

also, how can there be a null pointer exception?!
Hmm that is weird. I wish I could help you out, but sadly I'm pretty new to stencyl. ;n; I wish you luck!
Cat? No, you need more than one. "cat" needs to be "cats."
I have resources on StencylForge! Just search up "FadedSketch".
FadedSketch on DeviantART

Donni11

  • *
  • Posts: 2181
I looked through your logs , do you have any extension installed in Stencyl ? Here is what I found :
Code: [Select]
ERROR [pool-1-thread-1] stencyl.sw.io.write.resource.HXWriter: This platform requires OGG sounds: Stomp
ERROR [AWT-EventQueue-0] stencyl.sw.editors.game.settings.GamePropertiesDialog: C:\Users\Yonatan\AppData\Roaming\Stencyl\stencylworks\games\Maze\kit.xml (The system cannot find the path specified)
ERROR [pool-1-thread-3] stencyl.sw.util.FileHelper: File C:\Users\Yonatan\AppData\Roaming\Stencyl\stencylworks\games\Maze\game.xml is not a valid XML file. Aborting Backup.
ERROR [pool-1-thread-4] stencyl.sw.util.FileHelper: File C:\Users\Yonatan\AppData\Roaming\Stencyl\stencylworks\games\Maze\game.xml is not a valid XML file. Aborting Backup.

There is also a error in one of your game , look through all the event and delete the part of the behaivor that uses the sound stomp . I've also had this error once . I think the main error is you  might have moved around some files . If you didn't move around anything it must be a extension you installed ..
Peace

Alright, so now i can create a game after i deleted all my previous games and kits, and reinstalled the program.

I still cant create a kit, when i try to create one it prompts me for the name of the kit, and when i press the create button nothing happens. if i move the small window, i can see that stencyl is stuck on an infinite "saving" loop.

im attaching my logs.

i am using a fresh version of stencyl, i didnt add or move anything after installing the program, just opened it and tried to create a new kit.


« Last Edit: May 24, 2015, 11:05:42 am by flamebeard10339 »

captaincomic

  • *
  • Posts: 6108
This bug
Code: [Select]
java.io.FileNotFoundException: C:\Users\Yonatan\AppData\Roaming\Stencyl\stencylworks\games\asdfgg\kit.xml (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
has been fixed for the next version.
http://community.stencyl.com/index.php/topic,40152.0.html

captaincomic

  • *
  • Posts: 6108
Please try the new 3.3.1 release.