Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

End() fails after a finish() and a init(). I'm trying to go back and forth from and to the raw terminal #75

Open
a-colmenarez opened this issue Feb 28, 2021 · 0 comments

Comments

@a-colmenarez
Copy link

a-colmenarez commented Feb 28, 2021

So far, the examples and the library works great.

The idea is to be able to re-initialize and finish the full-screen image, but I cannot locate the problem...This is all I get on the console, on the End() of a simple sequence of circles and text, but after a second init() that followed the first finish()

libshape.c: End: Asertion 'vgGetError() == VG_NO_ERROR' failed.

Somehow finish() does not clean all up, for a new init() to work.

I am getting started on a RPi zero, haven't figure out how to debug step-by-step yet on it.

I see on the init(): bcm_host_init() and olginit()
I don't see the corresponding ending of those on the finish()
Maybe is something like that?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant