zacharycarter / zengine

2D | 3D Game development library
157 stars 13 forks source link

Sometimes zengine crashes on startup #30

Open define-private-public opened 6 years ago

define-private-public commented 6 years ago

Sometimes when I try to run it just plain crashes with this trace log:

terminate called after throwing an instance of '__gnu_cxx::recursive_init_error'
  what():  std::exception
Traceback (most recent call last)
main.nim(14)             main
core.nim(45)             init
SIGABRT: Abnormal termination.

Any idea what's going on? It happens randomly.

zacharycarter commented 6 years ago

Weird... I don't. If you come across any repeatable steps to reproduce, please let me know. I've never seen this error before.