Im on the 7.7.0-rc1
Trying out the rojo syncback feature, but it crashes every time im trying to use it.
Im honestly not sure how to even use it properly.
But right now im trying to call the
rojo syncback --input <path.to.project>.rbxl .\default.project.json
the crashlog is
[ERROR rojo] Details: Refs in DOM should point to valid Instances
[ERROR rojo] in file src\syncback\ref_properties.rs on line 63
And this is how project looks
default.project.json
{
"name": "project",
"tree": {
"$className": "DataModel",
"ReplicatedFirst": {
"$className": "ReplicatedFirst",
"$ignoreUnknownInstances": true,
"$path": "src/ReplicatedFirst"
},
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"$ignoreUnknownInstances": true,
"$path": "src/ReplicatedStorage"
},
"ServerScriptService": {
"$className": "ServerScriptService",
"$ignoreUnknownInstances": true,
"$path": "src/ServerScriptService"
},
"ServerStorage": {
"$className": "ServerStorage",
"$ignoreUnknownInstances": true,
"$path": "src/ServerStorage"
},
"StarterGui": {
"$className": "StarterGui",
"$ignoreUnknownInstances": true,
"$path": "src/StarterGui"
},
"StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"$ignoreUnknownInstances": true,
"$path": "src/StarterPlayer/StarterPlayerScripts"
},
"$ignoreUnknownInstances": true
},
"TestService": {
"$className": "TestService",
"$ignoreUnknownInstances": true,
"$path": "src/TestService"
}
}
}
Im on the 7.7.0-rc1
Trying out the
rojo syncbackfeature, but it crashes every time im trying to use it.Im honestly not sure how to even use it properly.
But right now im trying to call the
rojo syncback --input <path.to.project>.rbxl .\default.project.jsonthe crashlog is
And this is how project looks
default.project.json
{ "name": "project", "tree": { "$className": "DataModel", "ReplicatedFirst": { "$className": "ReplicatedFirst", "$ignoreUnknownInstances": true, "$path": "src/ReplicatedFirst" }, "ReplicatedStorage": { "$className": "ReplicatedStorage", "$ignoreUnknownInstances": true, "$path": "src/ReplicatedStorage" }, "ServerScriptService": { "$className": "ServerScriptService", "$ignoreUnknownInstances": true, "$path": "src/ServerScriptService" }, "ServerStorage": { "$className": "ServerStorage", "$ignoreUnknownInstances": true, "$path": "src/ServerStorage" }, "StarterGui": { "$className": "StarterGui", "$ignoreUnknownInstances": true, "$path": "src/StarterGui" }, "StarterPlayer": { "$className": "StarterPlayer", "StarterPlayerScripts": { "$className": "StarterPlayerScripts", "$ignoreUnknownInstances": true, "$path": "src/StarterPlayer/StarterPlayerScripts" }, "$ignoreUnknownInstances": true }, "TestService": { "$className": "TestService", "$ignoreUnknownInstances": true, "$path": "src/TestService" } } }