aerys / minko

3D framework for web, desktop and mobile devices.
http://minko.io
Other
905 stars 210 forks source link

Clone example does not work #181

Closed martonperei closed 9 years ago

martonperei commented 10 years ago

Throws the following error:

terminate called after throwing an instance of 'std::logic_error'
  what():  A label called 'run_start' already exists.

Happens on linux and windows. For some reason it works correctly when launched with the visual studio local debugger.

warrenseine commented 10 years ago

This has been logged internally as issue #3997 and will be fixed soon.

JMLX42 commented 9 years ago

Did you try with the beta2 we just pushed on master?

martonperei commented 9 years ago

Unfortunately I don't have access to linux atm, but it does work on windows now. Thanks!