Dolphin, the GameCube and Wii emulator - Forums

Full Version: Record with Yukon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

tabz47

Hi, I want to record my games on Dolphin on Linux (Ubuntu 10.04) and I found the software Yukon: it's like Fraps, but for Linux and it records OpenGl apps. When I start Dolphin with Yukon with the command "yukon dolphin-emu", I get to the Dolphin screen. But the problem is that when I launch a game, Dolphin quits and I can't play. If it can help, this is the error I get in the terminal:

The program 'dolphin-emu' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadLength (poly request too large or internal Xlib length erro'.
(Details: serial 17 error_code 16 request_code 128 minor_code 17)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)

Can anyone help me please?

Smashy

(11-24-2010, 11:28 AM)tabz47 Wrote: [ -> ]Hi, I want to record my games on Dolphin on Linux (Ubuntu 10.04) and I found the software Yukon: it's like Fraps, but for Linux and it records OpenGl apps. When I start Dolphin with Yukon with the command "yukon dolphin-emu", I get to the Dolphin screen. But the problem is that when I launch a game, Dolphin quits and I can't play. If it can help, this is the error I get in the terminal:

The program 'dolphin-emu' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadLength (poly request too large or internal Xlib length erro'.
(Details: serial 17 error_code 16 request_code 128 minor_code 17)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)

Can anyone help me please?

Yukon is realy bad for that ... so the best way use glc

but glc record only the game , if you want show more (like desktop ect ) maybe use just ffmpeg .Some thing like
ffmpeg -f x11grab -s 1920x1080 -r 10 -i :0.0 -sameq -r 25 new.mpg

tabz47

Thank you for your fast answer, I will try it!