NoobieVista
(yourlastcupofsorrow)
December 5, 2022, 6:12pm
#1
Hello, all!
Starting a few days ago, every time I test my game (I always use server tests)
I have been getting this error in the clientside output:
CorePackages.Packages._Index.RoactCompat-a406e214-4230f473.RoactCompat.RoactTree:130: attempt to index nil with 'root’
I’m not sure what’s going on here, and to my knowledge I don’t use Roact, nor have anything to do with it.
Any solutions? Thanks!
2 Likes
I am not that expert but it can be because of the plugin you are using
im pretty sure it’s a roblox error.
roblox uses roact for the majority of the core UI features (menu, leaderboards, chat, etc), so if you see an error similar to that, you can always count on it being a roblox error.
2 Likes
NoobieVista
(yourlastcupofsorrow)
December 5, 2022, 6:38pm
#4
Just checked, i don’t have Roact purchased!
Thanks for reaching out!
NoobieVista
(yourlastcupofsorrow)
December 5, 2022, 6:39pm
#5
I was hoping that would be it.
Will it eventually go away?
Probably a best case scenario.
Thanks!
yeah it should go away, if it happens more than once, make a post in #bug-reports:engine-bugs
1 Like
NoobieVista
(yourlastcupofsorrow)
December 5, 2022, 6:44pm
#7
Great, thanks! I will make a post in bug reports. It’s happened multiple times.
grandisy
(Grand)
December 5, 2022, 6:53pm
#8
getting the same error over here
1 Like
This is a bug on Roblox’s side, there’s already a bug report filed for it
1 Like
This has something to do with ReplicatedFirst:RemoveDefaultLoadingScreen()
. Try calling this as quickly as possible instead of later.
2 Likes
NoobieVista
(yourlastcupofsorrow)
December 6, 2022, 6:19pm
#11
We’ll look into this! Thanks for the response!
Edit: This fixed it! Awesome, thanks!
1 Like
system
(system)
Closed
December 20, 2022, 6:20pm
#12
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.