Re: [Bug 621188] Re: redordMyDesktop error: Window size specification out of bounds!

2011-02-16 Thread Rafal Cieslak
Oh, sorry - got the trunk source, and there it is.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/621188

Title:
  redordMyDesktop error: Window size specification out of bounds!

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 621188] Re: redordMyDesktop error: Window size specification out of bounds!

2011-02-16 Thread Rafal Cieslak
Which version of that file did you use?
I got the source of version 0.3.8.1, and in file rmd_parseargs.c there
is no such line.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/621188

Title:
  redordMyDesktop error: Window size specification out of bounds!

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 621188] Re: redordMyDesktop error: Window size specification out of bounds!

2011-02-11 Thread Daniele E. Domenichelli
I made some investigation and I found that the problem is in the parsing
of the command line, exactly in line  301 of file rmd_parseargs.c

   while ((arg_id = poptGetNextOpt(popt_context)) > 0) {

arg_return->x is 0 just before this line and is set with some random
number right after, so the problem might be in popt library

As a very ugly hack to check that the problem is exactly in that line I
tried to reset to 0 arg_return->x in the next line and now it works!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/621188

Title:
  redordMyDesktop error: Window size specification out of bounds!

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 621188] Re: redordMyDesktop error: Window size specification out of bounds!

2011-01-27 Thread Carlos Gomes
same issue here. But mine is a little different, I really need to use
jack as input, so im sticking with the inputs, as this:

recordmydesktop -o radio -x 0 -y 0 --full-shots --fps 15 --channels 2
--freq 44100 --use-jack bridge-5336:monitor_1 bridge-5336:monitor_4
--v_quality 63 --s_quality 10 --v_bitrate 200 --delay 5 --width 1024
--height 768

with always giving me the akward error:
Window size specification out of bounds!(current resolution:1024x768)

If I dont specify the window size, it works but grabs a tiny bit of the
screen when it woks, but always with the repeated commands waiting for
the one that works, as mentioned above the 8 to 80 tries:

guerrilha@dtcrshr:~/Vídeos$ recordmydesktop -o radio --full-shots --fps 15 
--channels 2 --freq 44100 --use-jack bridge-5336:monitor_1 
bridge-5336:monitor_4 --v_quality 63 --s_quality 10 --v_bitrate 200 
Initial recording window is set to:
X:-11264   Y:0Width:12288Height:768
Adjusted recording window is set to:
X:-11264   Y:0Width:12288Height:768
Your window manager appears to be Metacity

Initializing...
Failed to obtain Shared Memory segment!
Capturing!
guerrilha@dtcrshr:~/Vídeos$ recordmydesktop -o radio --full-shots --fps 15 
--channels 2 --freq 44100 --use-jack bridge-5336:monitor_1 
bridge-5336:monitor_4 --v_quality 63 --s_quality 10 --v_bitrate 200 
Initial recording window is set to:
X:1024   Y:0Width:0Height:768
Adjusted recording window is set to:
X:1024   Y:0Width:0Height:768
Your window manager appears to be Metacity

Initializing...
Capturing!
Failed to obtain Shared Memory segment!
guerrilha@dtcrshr:~/Vídeos$ recordmydesktop -o radio --full-shots --fps 15 
--channels 2 --freq 44100 --use-jack bridge-5336:monitor_1 
bridge-5336:monitor_4 --v_quality 63 --s_quality 10 --v_bitrate 200 
Initial recording window is set to:
X:-15360   Y:0Width:16384Height:768
Adjusted recording window is set to:
X:-15360   Y:0Width:16384Height:768
Your window manager appears to be Metacity

Initializing...
Failed to obtain Shared Memory segment!
Capturing!
guerrilha@dtcrshr:~/Vídeos$ recordmydesktop -o radio --full-shots --fps 15 
--channels 2 --freq 44100 --use-jack bridge-5336:monitor_1 
bridge-5336:monitor_4 --v_quality 63 --s_quality 10 --v_bitrate 200 
Initial recording window is set to:
X:-11264   Y:0Width:12288Height:768
Adjusted recording window is set to:
X:-11264   Y:0Width:12288Height:768
Your window manager appears to be Metacity

Initializing...
Failed to obtain Shared Memory segment!
Capturing!
guerrilha@dtcrshr:~/Vídeos$ recordmydesktop -o radio --full-shots --fps 15 
--channels 2 --freq 44100 --use-jack bridge-5336:monitor_1 
bridge-5336:monitor_4 --v_quality 63 --s_quality 10 --v_bitrate 200 
Initial recording window is set to:
X:-15360   Y:0Width:16384Height:768
Adjusted recording window is set to:
X:-15360   Y:0Width:16384Height:768
Your window manager appears to be Metacity

Initializing...
Failed to obtain Shared Memory segment!
Capturing!

odd thing is that it always gets the height right, but the numbers in
the width and X orientation are randomly selected, and I cant specify
them.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/621188

Title:
  redordMyDesktop error: Window size specification out of bounds!

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 621188] Re: redordMyDesktop error: Window size specification out of bounds!

2010-11-20 Thread James
Same problem here. Would really like to see this fixed as I need this
working badly.

-- 
redordMyDesktop error: Window size specification out of bounds!
https://bugs.launchpad.net/bugs/621188
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 621188] Re: redordMyDesktop error: Window size specification out of bounds!

2010-09-28 Thread Rafal Cieslak
Well, in fact it gives me tons of different errors when I try to use
JACK, and none when I do not use it.

-- 
redordMyDesktop error: Window size specification out of bounds!
https://bugs.launchpad.net/bugs/621188
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 621188] Re: redordMyDesktop error: Window size specification out of bounds!

2010-09-09 Thread rafal cieslak
Affects me on ubuntu maverick. I had to repeat it about 80 times to make
it work, but I hung when I stopped playback. If I do not use jack, it
captures everything without any trouble.

** Changed in: recordmydesktop (Ubuntu)
   Status: New => Confirmed

-- 
redordMyDesktop error: Window size specification out of bounds!
https://bugs.launchpad.net/bugs/621188
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 621188] Re: redordMyDesktop error: Window size specification out of bounds!

2010-08-28 Thread Orm Finnendahl
Same issue here: Ubuntu Lucid on amd64. Disabling Jack works, with
enabled jack it never works, not even after repeated efforts as reported
above.

-- 
redordMyDesktop error: Window size specification out of bounds!
https://bugs.launchpad.net/bugs/621188
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 621188] Re: redordMyDesktop error: Window size specification out of bounds!

2010-08-20 Thread AutoStatic
If I repeat the recordMydeskTop command several times after one another
it finally starts capturing after about 8 times:

usern...@pc:~/Desktop$ recordmydesktop -o /home/username/out.ogv --fps 15 -x 
151 -y 163 --width 863 --height 562 --channels 2 --freq 48000 --v_quality 63 
--s_quality 10 --workdir /tmp --use-jack system:capture_1 system:capture_2
Window size specification out of bounds!(current resolution:2560x1024)
usern...@pc:~/Desktop$ recordmydesktop -o /home/username/out.ogv --fps 15 -x 
151 -y 163 --width 863 --height 562 --channels 2 --freq 48000 --v_quality 63 
--s_quality 10 --workdir /tmp --use-jack system:capture_1 system:capture_2
Window size specification out of bounds!(current resolution:2560x1024)
usern...@pc:~/Desktop$ recordmydesktop -o /home/username/out.ogv --fps 15 -x 
151 -y 163 --width 863 --height 562 --channels 2 --freq 48000 --v_quality 63 
--s_quality 10 --workdir /tmp --use-jack system:capture_1 system:capture_2
Window size specification out of bounds!(current resolution:2560x1024)
usern...@pc:~/Desktop$ recordmydesktop -o /home/username/out.ogv --fps 15 -x 
151 -y 163 --width 863 --height 562 --channels 2 --freq 48000 --v_quality 63 
--s_quality 10 --workdir /tmp --use-jack system:capture_1 system:capture_2
Window size specification out of bounds!(current resolution:2560x1024)
usern...@pc:~/Desktop$ recordmydesktop -o /home/username/out.ogv --fps 15 -x 
151 -y 163 --width 863 --height 562 --channels 2 --freq 48000 --v_quality 63 
--s_quality 10 --workdir /tmp --use-jack system:capture_1 system:capture_2
Window size specification out of bounds!(current resolution:2560x1024)
usern...@pc:~/Desktop$ recordmydesktop -o /home/username/out.ogv --fps 15 -x 
151 -y 163 --width 863 --height 562 --channels 2 --freq 48000 --v_quality 63 
--s_quality 10 --workdir /tmp --use-jack system:capture_1 system:capture_2
Window size specification out of bounds!(current resolution:2560x1024)
usern...@pc:~/Desktop$ recordmydesktop -o /home/username/out.ogv --fps 15 -x 
151 -y 163 --width 863 --height 562 --channels 2 --freq 48000 --v_quality 63 
--s_quality 10 --workdir /tmp --use-jack system:capture_1 system:capture_2
Window size specification out of bounds!(current resolution:2560x1024)
usern...@pc:~/Desktop$ recordmydesktop -o /home/username/out.ogv --fps 15 -x 
151 -y 163 --width 863 --height 562 --channels 2 --freq 48000 --v_quality 63 
--s_quality 10 --workdir /tmp --use-jack system:capture_1 system:capture_2
Initial recording window is set to:
X:1376   Y:163Width:863Height:562
Adjusted recording window is set to:
X:1376   Y:156Width:864Height:576
Your window manager appears to be compiz


Detected compositing window manager.
Reverting to full screen capture at every frame.
To disable this check run with --no-wm-check
(though that is not advised, since it will probably produce faulty results).

Initializing...
Capturing!



And yes, in this case I'm running Compiz and JACK at once, but I have
the same issue with Metacity.

-- 
redordMyDesktop error: Window size specification out of bounds!
https://bugs.launchpad.net/bugs/621188
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 621188] Re: redordMyDesktop error: Window size specification out of bounds!

2010-08-20 Thread AutoStatic

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/621188/+attachment/1504223/+files/Dependencies.txt

-- 
redordMyDesktop error: Window size specification out of bounds!
https://bugs.launchpad.net/bugs/621188
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs