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 - VisionMan53

Pages: 1
1
Ask a Question / getting to code view
« on: April 05, 2018, 05:15:57 am »
hi. use a screen reader jaws for windows. is there a external tool to extract the code text, from a game. doing and learning about stencyl for my course interactive gaming from http://www.upskilled.edu.au, cannot find the handlers buttons and the code, going aroud and around, driving me nuts. and when i try to load one of the game files in say eclipse, and the code is based on java and got the latest jre and java sdk, says keeps giving me a error. missing dlls and files. can any one help. have tried googling, come up with nothing. would like to extract the code from the files. is there a program, will export, tried eporting the game, and did not work. so a tool to export all the files. in the export dialog, no other formats to export to. frustrating. marvin.

2
Ask a Question / bug in stencyl
« on: March 26, 2018, 01:25:53 am »
hi, using the exercise files from creating a cross platform game subject on http://www.pluralsight.com, and getting these errors. any one got a fix for this or a patch. also cannot close the dialog window using alt f 4, and cannot use the mouse. and the only way to do this is to do a shutdown and restart. very annoying. very frustrating. also why won't the stencyl work with visual studio, adobe acrobat, word, and just gives jibberish. frustrated. pasting below. any help please. java.lang.NullPointerException
   at stencyl.sw.ext.ExtensionDependencyManager.load(ExtensionDependencyManager.java:43)
   at stencyl.sw.SW.initExtensions(SW.java:833)
   at stencyl.sw.SW.showWindow(SW.java:702)
   at stencyl.sw.SW.access$100(SW.java:146)
   at stencyl.sw.SW$1.run(SW.java:243)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
   at java.awt.EventQueue$3.run(EventQueue.java:703)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

3
hi richard, a blind gaming student and using jaws for windows screen reader from http://www.freedomscientific.com, got the java access bridge and latest java skd version and jre. and using windows 10 64 bit pro 1709 latest version and using jaws 2018 latest update. now i am doing this via http://www.upskilled.edu.au and doing certificate iv interactive gaming and digital media. stencyl is about 90 % accessible with a screen reader, so downloaded the exercise files, and now from http://www.pluralsight.com and when i run the exercise files get this error which i will paste below. so redownloaded the exercise files, as the video or transcript, should have the code in the exercise, so as cannot read images and text inside graphics, as screen readers cannot do that. so can you fix this. thanks. marvin from adelaide, australia. so pasting below. and my e-mail is startrekcafe@gmail.com if you want or need to contact me. thanks. java.lang.NullPointerException
   at stencyl.sw.ext.ExtensionDependencyManager.load(ExtensionDependencyManager.java:43)
   at stencyl.sw.SW.initExtensions(SW.java:833)
   at stencyl.sw.SW.showWindow(SW.java:702)
   at stencyl.sw.SW.access$100(SW.java:146)
   at stencyl.sw.SW$1.run(SW.java:243)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
   at java.awt.EventQueue$3.run(EventQueue.java:703)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

Pages: 1