Re: TextRenderer - my text won't show
Posted by chakie on Aug 09, 2013; 9:21am
URL: https://forum.jogamp.org/TextRenderer-my-text-won-t-show-tp4029291p4029775.html
The jogl-demos package is broken at least:
com.sun.deploy.net.FailedDownloadException: Unable to load resource: file:/Users/chakie/Downloads/jogl-demos/jnlp-files/DEMO_CODEBASE_TAG/TestTextRenderer.jnlp
at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
at com.sun.deploy.net.DownloadEngine.downloadResource(Unknown Source)
at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main.access$000(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Thread.java:724)
I'll see if there's a repository with the source, but that means getting it manually compiled on the command line. Not sure what testing the example would actually give, as the error I see is with the shader code or uniform passing that TextRenderer uses.