Hi there!
I’m trying to call the saveCurrentLevel method of the level editor but keep banging my head against this error:
qml: ### TRYING TO SAVE LEVEL ::: {"objectName":"","entityData":{},"editableComponentData":{},"customData":{},"levelMetaData":{"levelBaseName":"mapBase","levelName":"map1","storageLocation":"authorGenerated"}}
qml: EntityManager: found 2 entities to store
qml: EntityManager: storeEntitesAsJson: storing entity EntityBaseDraggable_QMLTYPE_139(0x7fe2934fb360, "system_1") of type system and id system_1
qml:
LevelEditor: to store entityData: {"system_1":{"entityId":"system_1","entityType":"system","variationType":"","x":320,"y":160,"rotation":0}}
qrc:///qml/VPlay/level/LevelEditorLogic.js:226: TypeError: Cannot call method 'saveAllComponentsToJSON' of null
It is tough to track down where the issue is, since I can’t reference the line that’s reporting the error. I’m able to export the level fine, but none of the entities are saved
Platform: OSX – All VPlay / QT components are up to date as of 4/26
—
Any help in pointing me in the right general direction would be much appreciated 🙂
Thank you!
-
This topic was modified 8 years, 5 months ago by
cirekoy.