Skip to content

Syncback crashing #1186

@codebykoi

Description

@codebykoi

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

Image

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"
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions