nanoblox / core

https://nanoblox.github.io/core/
Mozilla Public License 2.0
57 stars 18 forks source link

HD Admin Not Working - Infinite Yield Possible on ReplicatedStorage:WaitForChild("HDAdminSetup") #138

Open jauvo1 opened 2 years ago

jauvo1 commented 2 years ago

Not sure if this is the correct place to put it but I couldn't open an issue elsewhere. When I use a fresh version of HD admin inside my game, it does not show up in the top bar or function, at all. In the dev console it says this: HD Issue I don't know what to do here, as it happens with a completely unmodified version of HD admin.

Any help would be appreciated. Thank you!

1ForeverHD commented 2 years ago

Hi, are you fine sharing snapshots of your ReplicatedStorage and ServerStorage? I've seen this once before when an item in one of these locations was called a specific conflicting name.

Also, if you create an entirely new and blank place file, then add in HD Admin, does it produce the same result?

jauvo1 commented 2 years ago

Hi, sure. Attached below are images of ReplicatedStorage and ServerStorage. Thanks

Screenshot_2 Screenshot_3

When I create a new blank place file, HD admin works as intended. So, something must be conflicting; however I'm not sure what it is. Thanks.

1ForeverHD commented 2 years ago

Okay it sounds like a conflicting name is the likely cause then. Are you fine sharing or linking to an uncopylocked place of that file, where all children (such as AvatarEditor, MusicEvents, Chocolate Donuts, ClassicSword, etc) remain within their services (such as Workspace, ReplicatedStorage, ServerStorage, Lighting). Feel free to remove any important code/meshes/etc, I just need the names of the direct children.

jauvo1 commented 2 years ago

hi, sure. attached is the rbxl file of the game where HD admin is not working. Thanks.

Game rbxl

1ForeverHD commented 2 years ago

Can you send this as a link to an uncopylocked Roblox place instead of a file download.

jauvo1 commented 2 years ago

sure, apologies for late reply

https://www.roblox.com/games/8768621839/Vibe-Testing

1ForeverHD commented 2 years ago

Thanks, although playing around for 20 minutes it's hard to say what the root cause is - there's too many randomly placed scripts within your place to check individually and say for sure. There's a likely chance that some obscure bugs are popping up directly within HD Admin as a result of the new deferred events. It may also be due for example to one of your scripts destroying/modifying an important folder/instance at runtime. I can confirm however that it's not the names of items directly within ReplicatedStorage, ServerScriptService or ServerStorage that are triggering the bug (which I initially suspected).

Your best bet for now is to remove parts of your game piece by piece until you can find the culprit. Debugging and reliability have been significantly improved with Nanoblox which we're working fulltime on to have complete for a few months time.

jauvo1 commented 2 years ago

Even when everything has been removed, HD admin still doesn't work. hm. Edit: disabled all plugins; still the same.