You are not logged in.
Pages: 1
I have a problem with glc. I don't know when it stopped, but for quiet some time, I cannot use glc anymore. I get an 1 MB file but that's it.
Any advice? Someone with the same problem?
Offline
I'm currently having this same problem. I don't have any prior experience with GLC, so I am afraid I'm rather short on illuminating details. What I can say is that I'm trying to record a minecraft video. I've tried both
glc-capture java -jar /usr/share/minecraft/minecraft.bin
and also just adding the glc-capture command into the exec line of the native arch file /usr/bin/minecraft,
LD_LIBRARY_PATH="/opt/java/jre/lib/i386/:/opt/java/jre/lib/amd64/" exec glc-capture java -Xmx1024M -Xms512M -cp /usr/share/minecraft/minecraft.jar net.minecraft.LauncherFrame $@
with the same result in each case. The resulting file is small (~1mb), and when given to glc-play nothing occurs.
I'm on a 64bit machine with integrated Intel HDA graphics chipset running Gnome 3/Shell and alsa. No symptoms or problems otherwise that would lead me to believe in a general misconfiguration of any sort.
Last edited by ryanklee (2011-08-30 17:36:29)
Offline
I have to ldconfig /opt/java/jre/lib/amd64 (I'm on 64-bit) before minecraft can run. I suppose the LD_LIBRARY_PATH will work as well, but I haven't gotten it to work for me.
The command I use is glc-capture -i -o minecraft%year%%month%%day%%hour%%min%%sec%.glc -s java -Xmx2048M -Xms512M -cp Minecraft.jar net.minecraft.LauncherFrame
-s makes it start recording as soon as Minecraft triggers ALSA (as opposed to via the shortcut key, which is F8 by default), -o just names my output file, -i is supposed to indicate in the upper left corner that it's recording (but it doesn't), and of course you have the standard java stuff.
HTH!
Last edited by canuckkat (2011-09-15 15:09:58)
Offline
This works for me now:
LD_LIBRARY_PATH="/opt/java/jre/lib/i386/:/opt/java/jre/lib/amd64/" exec glc-capture -i -o "/media/SAMSUNG/%year%-%month%-%day%.%app%-%capture%.glc" -b back -v 3 --hotkey=F9 -a "hw:1,44100,1" --reload=F10 -f 15 java -Xmx1024M -Xms512M -cp /usr/share/minecraft/minecraft.jar net.minecraft.LauncherFrame $@
Offline
Pages: 1