You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I do this:
vibes::beginDrawing ();
vibes::newFigure("bla");
It works fine.
But if I try to do this instead:
vibes::beginDrawing ("bla");
I have a seg fault.
I guess the second variant is not correct but...
Gilles
The text was updated successfully, but these errors were encountered:
This command starts the VIBes client in file output mode, telling it to write all its commands to a file named "bla" (instead of communicating with the viewer). If you don't have write permission to the working directory, it may crash.
I keep it as a bug, since in this case the client should not crash, but gracefully discard all vibes commands.
I can install the last release and try again, if you want... but remind me how to compile VIBES from the sources (I'm still desperatly looking for the doc !)
Gilles
Hello surfers of the vibes,
When I do this:
vibes::beginDrawing ();
vibes::newFigure("bla");
It works fine.
But if I try to do this instead:
vibes::beginDrawing ("bla");
I have a seg fault.
I guess the second variant is not correct but...
Gilles
The text was updated successfully, but these errors were encountered: