rojo-rbx / rojo

Rojo enables Roblox developers to use professional-grade software engineering tools

Home Page:https://rojo.space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rojo error when renaming script with child script

MohamedBannona opened this issue · comments

The script was renamed and nothing happened to the script or the child, but it added another script "init.Server". It didn't seem to have actually disconnected and I disconnected and reconnected again it create the same "init.Server" without any errors, I changed "Server" to "server" and its working fine now. This is the error:

[Rojo-Warn] Disconnected from an error: cloud_6415005344.Rojo.Plugin.Reconciler.applyPatch:55: Rojo detected an invariant violation within itself:
[Rojo-Warn] Cannot add an instance from a patch that has no parent.
[Rojo-Warn] Instance 9f8d7a196653f76b9c8062817853db54 with parent 9354be3dec748e05b1836c8501dabb08.
[Rojo-Warn] State: InstanceMap {
[Rojo-Warn] }
[Rojo-Warn]
[Rojo-Warn] This is a bug in Rojo. Please file an issue:
[Rojo-Warn] https://github.com/rojo-rbx/rojo/issues

Was this a change in your project file or did you have a file named init.Server that you renamed to init.server?