Bug: Sage Client: Mplayer updates to work on OSX
- Dominant language
- Java
- Stars
- 287
- Forks
- 172
- PR merge metrics
- No merged PRs in 30d
Description
Mplayer on OSX does not display correctly with the new sage client.
I downloaded the new sage client. I replaced the version of Mplayer with the old mplayer from v6. While all the video plays, it plays in a new window. The error displayed is...
---
Error loading QuartzGFXCMD class, reverting to default rendering:java.lang.ClassNotFoundException: sage.miniclient.QuartzGFXCMD
java.lang.ClassNotFoundException: sage.miniclient.QuartzGFXCMD
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:171)
at sage.miniclient.MiniClientConnection.GFXThread(MiniClientConnection.java:609)
at sage.miniclient.MiniClientConnection.access$200(MiniClientConnection.java:18)
at sage.miniclient.MiniClientConnection$4.run(MiniClientConnection.java:378)
---
Exception getting video server params: java.lang.NoSuchMethodException: sage.miniclient.GFXCMD2.getServerVideoOutParams()
MPlayer was launched successfully
...
Ignoring resize command because it exceeds video dimensions rect=java.awt.Rectangle[x=0,y=0,width=720,height=480] videoDim=java.awt.Dimension[width=0,height=0]
Contributor guide
Assessment
This issue has not been assessed yet.