pombreda / gource

Automatically exported from code.google.com/p/gource
0 stars 0 forks source link

Gource no longer generating logical output #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. running gource

What is the expected output? What do you see instead?
Gource was working fine and generated a webm format view. Trying to run gource 
again (with git or any other type) I get a blank (black) output.

Running 'gource -o -', I just get infinite running of:
# Generated by Gource
0 0
255
P6
# Generated by Gource
0 0
255
P6
# Generated by Gource
0 0
255
P6

What version of the product are you using? On what operating system?
Newest version on github. Linux - Kubuntu 11.04

Please provide any additional information below.
First trial worked fine... now blank output is seen in any directory I try. Is 
there a way to get at what's happening in a more verbose output mode or 
something?

Original issue reported on code.google.com by Matthew....@gmail.com on 25 May 2011 at 9:24

GoogleCodeExporter commented 9 years ago
Interesting. From the look of that it thinks the resolution is 0x0.

So does it work when you're not trying to record a video?

What video card do you have?

You could add:

fprintf(stderr, "width=%d height=%d\n", display.width, display.height);

at the end of src/main.cpp right before 'return 0' so when you close Gource it 
will print what display mode it thinks it was using to STDERR.

Cheers

Andrew

Original comment by acaudw...@gmail.com on 26 May 2011 at 12:40

GoogleCodeExporter commented 9 years ago

Original comment by acaudw...@gmail.com on 21 Apr 2012 at 8:39