Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ken Sowyer

Pages: 1 2
16
I followed this tutorial to change my username account that had the special character:
http://www.sevenforums.com/tutorials/147545-user-profile-folder-change-user-account-folder-name.html

Now it's working again, problem solved!

And thanks guys for your time  :)


17
The scenes problem is solved.. Seems that Stencyl is having some trouble with the workspace directory, maybe because of special caracter (á)? I just change to "C:\Stencyl\workspace" and the games loads fine now.

But nothing change about StencylForge downloads...

This error:
Quote
Level:     ERROR
When:      2014-12-14 21:34:50
From:      stencyl.sw.app.App

Unknown action: menu.gameedit

follow by this:
Quote
Level:     ERROR
When:      2014-12-14 21:34:52
From:      stencyl.sw.app.forge.ForgeDownloader

unknown protocol: c

Throwable: java.net.MalformedURLException: unknown protocol: c
   at java.net.URL.<init>(Unknown Source)
   at java.net.URL.<init>(Unknown Source)
   at java.net.URL.<init>(Unknown Source)
   at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
   at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
   at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
   at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
   at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
   at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
   at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
   at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
   at stencyl.sw.util.FileHelper.readXMLFromFile(FileHelper.java:513)
   at stencyl.core.lib.io.IOHelper.readXMLFromFile(IOHelper.java:151)
   at stencyl.sw.app.forge.ForgeDownloader.initDownloadedResource(ForgeDownloader.java:1326)
   at stencyl.sw.app.forge.ForgeDownloader.processDownload(ForgeDownloader.java:997)
   at stencyl.sw.app.forge.ForgeDownloader$3.doInBackground(ForgeDownloader.java:392)
   at stencyl.sw.app.forge.ForgeDownloader$3.doInBackground(ForgeDownloader.java:280)
   at javax.swing.SwingWorker$1.call(Unknown Source)
   at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
   at java.util.concurrent.FutureTask.run(Unknown Source)
   at javax.swing.SwingWorker.run(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

There's a way to change the StencylForge temp directory?

Full log attached.

18
Downloading behaviors from StencylForge is not working since I installed the latest version.
Also, all my backup games or any games that I import are all loading without the scenes.
I just uninstalled the previous one (3.1) and downloaded and installed version 3.2 b7972.

Here are the logs from opening a game and downloading from StencylForge respectively:

Level:     ERROR
When:      2014-12-13 17:06:08
From:      stencyl.core.lib.Game

unknown protocol: c

Throwable: java.net.MalformedURLException: unknown protocol: c
   at java.net.URL.<init>(Unknown Source)
   at java.net.URL.<init>(Unknown Source)
   at java.net.URL.<init>(Unknown Source)
   at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
   at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
   at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
   at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
   at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
   at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
   at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
   at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
   at stencyl.sw.util.FileHelper.readXMLFromFile(FileHelper.java:513)
   at stencyl.core.lib.io.IOHelper.readXMLFromFile(IOHelper.java:151)
   at stencyl.core.lib.Game.readSceneList(Game.java:1298)
   at stencyl.core.lib.Game.create(Game.java:781)
   at stencyl.sw.app.tasks.OpenGameTask.doInBackground(OpenGameTask.java:97)
   at stencyl.sw.app.tasks.OpenGameTask.doInBackground(OpenGameTask.java:36)
   at javax.swing.SwingWorker$1.call(Unknown Source)
   at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
   at java.util.concurrent.FutureTask.run(Unknown Source)
   at javax.swing.SwingWorker.run(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

Level:     ERROR
When:      2014-12-13 17:15:59
From:      stencyl.sw.app.forge.ForgeDownloader

unknown protocol: c

Throwable: java.net.MalformedURLException: unknown protocol: c
   at java.net.URL.<init>(Unknown Source)
   at java.net.URL.<init>(Unknown Source)
   at java.net.URL.<init>(Unknown Source)
   at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
   at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
   at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
   at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
   at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
   at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
   at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
   at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
   at stencyl.sw.util.FileHelper.readXMLFromFile(FileHelper.java:513)
   at stencyl.core.lib.io.IOHelper.readXMLFromFile(IOHelper.java:151)
   at stencyl.sw.app.forge.ForgeDownloader.initDownloadedResource(ForgeDownloader.java:1326)
   at stencyl.sw.app.forge.ForgeDownloader.processDownload(ForgeDownloader.java:997)
   at stencyl.sw.app.forge.ForgeDownloader$3.doInBackground(ForgeDownloader.java:392)
   at stencyl.sw.app.forge.ForgeDownloader$3.doInBackground(ForgeDownloader.java:280)
   at javax.swing.SwingWorker$1.call(Unknown Source)
   at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
   at java.util.concurrent.FutureTask.run(Unknown Source)
   at javax.swing.SwingWorker.run(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

I'm using Windos 7 64. Any ideas how to fix it?

Thanks...

19
News / Re: Stencyl 3.2 - Shaders, Gamepad, Maps, Yosemite / iOS 8, and more
« on: December 13, 2014, 11:07:21 am »
Right.. Sorry.

20
News / Re: Stencyl 3.2 - Shaders, Gamepad, Maps, Yosemite / iOS 8, and more
« on: December 13, 2014, 10:47:49 am »
Downloading behaviors from StencylForge is not working since I installed the latest version.
Also, all my backup games or any games that I import are all loading without the scenes!
I just uninstalled the previous one (3.1) and downloaded and installed version 3.2 b7972.

I am doing something wrong?

21
Dialog Extension / Re: Dialog Extension
« on: December 12, 2014, 05:09:34 am »
Hooray!
It seems to be working fine now, at least in Flash.

I see now why this doesn't making any sense before hahaha!

Thanks!! :D

22
Dialog Extension / Re: Dialog Extension
« on: December 12, 2014, 03:28:30 am »
Please, can someone upload a screenshot of the Good Scene "Keyboard" Event  of the sample? Just to be sure nothing is missing....
Thanks again!

23
Dialog Extension / Re: Dialog Extension
« on: December 11, 2014, 11:58:54 am »
I downloaded Stencyl 3.2 and the last dialog extension, follow the instructions, etc... And when I open the sample, everything works fine. But when I open the "Good Scene" and test the game, it doesn't work anymore. The screen opens, but the Enter button had no more effect. So I think something is messing up just for open/edit the main scene.
Also I don´t find any "show..." blocks, so I just lost...
I will test again home, but if anyone have this issue and can help... Thanks!
(Sorry for my english =|)

Pages: 1 2