Hi. I got Multimedia Fusion 2 Dev and am trying to export an app to a Java standalone application. Ive made sure all extensions are compatible, and the build seems to go fine. However when I run it I run into some problems:
- When I start the app, It starts off the screen and I have to maximize it to see it
- The app doesn't seem to respond to the mouse clicks (click to continue etc)
I ran my app from a terminal and this was the output
Any help would be appreciated.Code:Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at Application.CPanel.paintComponent(Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintChildren(Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintChildren(Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JLayeredPane.paint(Unknown Source) at javax.swing.JComponent.paintChildren(Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at javax.swing.JComponent.paintToOffscreen(Unknown Source) at javax.swing.BufferStrategyPaintManager.paint(Unknown Source) at javax.swing.RepaintManager.paint(Unknown Source) at javax.swing.JComponent._paintImmediately(Unknown Source) at javax.swing.JComponent.paintImmediately(Unknown Source) at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source) at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source) at javax.swing.RepaintManager.seqPaintDirtyRegions(Unknown Source) at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Exception in thread "main" java.lang.NullPointerException at RunLoop.CRun.f_RemoveObjects(Unknown Source) at RunLoop.CRun.doRunLoop(Unknown Source) at Application.CRunApp.loopFrame(Unknown Source) at Application.CRunApp.startTheFrame(Unknown Source) at Application.CRunApp.playApplication(Unknown Source) at CRuntime.run(Unknown Source) at CRuntime.main(Unknown Source)



Reply With Quote








