Skip to content

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

@a-colmenarez

Description

@a-colmenarez

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions