Having trouble with 0.4.4, hoping someone here can help me. As a rule, it works fine, the only exception is when I try to run a guide that uses video. When I do that, the app freezes and has to be closed out before it will work again. Upon killing the process, it throws an error about java not working (even though some of the guides that work fine use javascript in the xml file). Should also note, using vlc-3.0.16-win64.
It seems to me that the problem is with getting VLC running, but I haven't been able to find a fix for it. Any suggestions on how to fix this?
For reference, I created a test guide so that the logs would only show from starting the app until it crashed:
From guideme.log
2021-07-29T20:39:41,689 ERROR MainShell - VLC intialisation error java.lang.Integer cannot be cast to java.lang.Long
java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Long
at org.guideme.guideme.ui.CompositeVideoSurface.getCompositeHandle(CompositeVideoSurface.java:45)
at org.guideme.guideme.ui.CompositeVideoSurface.<init>(CompositeVideoSurface.java:26)
at org.guideme.guideme.ui.MainShell.createShell(MainShell.java:478)
at org.guideme.guideme.App.main(App.java:113)
2021-07-29T20:39:41,714 TRACE MainShell - Video Exit
This is the entire jscript.log:
2021-07-29T20:39:42,537 DEBUG Jscript - Page: start
2021-07-29T20:39:42,538 DEBUG Jscript - javaFunction: pageLoad
2021-07-29T20:39:42,538 DEBUG Jscript - pageloading: true
2021-07-29T20:39:42,539 TRACE Jscript - javaScriptText: function pageLoad() { overRide.setLeftHtml("<!DOCTYPE HTML> <html> <head> <meta http-equiv='Content-type' content='text/html;charset=UTF-8' /> <title>Guideme - Explore Yourself</title> <style type='text/css'> html { overflow-y: auto; } body { color: #474a66; background-color: black; font-family: Tahoma; font-size:16px; overflow:hidden } html, body, #wrapper { height:100%; width: 100%; margin: 0; padding: 0; border: 0; } #wrapper { vertical-align: middle; text-align: center; }</style> </head> <body> <div id='wrapper' > <img src='I:\\Tease-Guide\\GuideMe-v0.4.4/userSettings/GuidemeBeta.jpg' /> <div>To get started, click File/Load and select a guide.</div> </div> </body> </script> </html>");}
2021-07-29T20:39:42,540 TRACE Jscript - globalJavaScriptText:
2021-07-29T20:39:42,615 DEBUG Jscript - Starting ScriptVariables: {}
2021-07-29T20:39:42,616 DEBUG Jscript - Starting Flags {}
2021-07-29T20:39:42,626 DEBUG Jscript - Ending ScriptVariables: {}
2021-07-29T20:39:42,626 DEBUG Jscript - Ending Flags {}
vlc.log is too long, so I attached it here.
- vlc.docx
- (13.98 KiB) Downloaded 95 times