defold / editor2-issues

DEPRECATED
44 stars 4 forks source link

I literally just tried to run the game #2757

Open noobmaster69420 opened 5 years ago

noobmaster69420 commented 5 years ago

Expected behaviour

Actual behaviour

Steps to reproduce


Build time2019-05-07T09:45:02.194789
Defold channeleditor-alpha
Defold editor shad06eafc5a944bc139a6bfc2710993fd9dbe6ff3e
Defold engine sha11b1e7662dd68172fca551c52cba248eea16a364
Defold version1.2.152
Error30840b1637d140f4b6a4871718661370
GPUIntel HD Graphics 5000 OpenGL Engine
GPU Driver2.1 INTEL-12.10.12
Java version11.0.1+13
OS archx86_64
OS nameMac OS X
OS version10.14.6
matgis-king commented 5 years ago

Looks like you've created a reference cycle. Probably a collection or game object that ends up referencing itself. For example, you can get this if you add a collection as a child to itself somewhere.