stencyl creating a cross platform game stencyl errors

VisionMan53

  • Posts: 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)