Open Esteban82 opened 9 months ago
How are you passing in stroke and fill transparency for the text? With extra columns and -t[+f][+s] ?
prevents.c has -V. How can that fail to parse? I guess I need to debug. Very very odd.
Oh, you pass # -Ve so perhaps it reads the # as a file and then get -Ve?
Oh, you pass # -Ve so perhaps it reads the # as a file and then get -Ve?
I put that for the second issue. If I remove that, I got the same output.
How are you passing in stroke and fill transparency for the text? With extra columns and -t[+f][+s] ?
I think I don't. Is that needed? If so, why the messagges didn't appear for the rest of the frames?
The -Ve errors: Clearly events supports -V but I think what happens is that events passes -V down to modules it calls so it becomes too many -V and clearly that check is not working well as it says -V is not "recognised" when it probably means it is already set. Will have to debug during the daytime with plenty of coffee inside.
I am getting these warning messagges when I do an animation with text (via
gmt events
).The messagges only appears related to the frame 16. I think that is when the text appears in the animation. In the other frames, the messagge don't appear (add
-Fpng
to see it). I can't see anything wrong in the frame but I'm not sure.Full messagge:
Full script
Another issue
If I add
-Ve
ingmt events
, the warning messagges dissapear but I getevents [ERROR]: Unrecognized option -V
Full messagge: