Timecraft / retro-games

A to-be elementary OS app for running libretro cores
GNU General Public License v3.0
3 stars 1 forks source link

Many warnings and criticals in output #14

Open alice-mkh opened 4 years ago

alice-mkh commented 4 years ago

Self-descriptive really. This should not happen. ;)

Timecraft commented 4 years ago

I did notice a lot of criticals and warnings when setting up a keyboard. I’ve been focused on getting the controller setup working first

Timecraft commented 4 years ago

I’ve even had some segfaults during keyboard setup

alice-mkh commented 4 years ago

Right, if you close the window at some point iirc.

Generally, in Vala it's very rare that you do anything in destructor. Even if you wanted to do it when closing the window, should have connected to the close signal.