You are not logged in.

#1 2010-07-21 16:09:03

ChemBro
Member
Registered: 2008-10-22
Posts: 704

glc doesn't record anymore

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

#2 2011-08-30 17:26:43

ryanklee
Member
Registered: 2011-06-09
Posts: 33

Re: glc doesn't record anymore

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

#3 2011-09-15 15:08:58

canuckkat
Member
Registered: 2009-08-28
Posts: 44

Re: glc doesn't record anymore

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

#4 2011-09-15 20:29:48

ryanklee
Member
Registered: 2011-06-09
Posts: 33

Re: glc doesn't record anymore

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

Board footer

Powered by FluxBB