You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran rbx_reflector today on a different PC than normal, and it did not generate a database properly. After some debugging, this was because notify was only returning a Remove and a Modify(Name) for the default place file, not a Create event as expected. This is likely a simple bug (and in fact I was able to resolve it by just listening for Modify events alongside Create) but we should look into what's causing it just to be sure.
For posterity: I'm running Windows 10 Home 22H2 with a Core i7-12700F in the PC that it didn't work on.
The text was updated successfully, but these errors were encountered:
I ran rbx_reflector today on a different PC than normal, and it did not generate a database properly. After some debugging, this was because
notify
was only returning aRemove
and aModify(Name)
for the default place file, not aCreate
event as expected. This is likely a simple bug (and in fact I was able to resolve it by just listening forModify
events alongsideCreate
) but we should look into what's causing it just to be sure.For posterity: I'm running Windows 10 Home 22H2 with a Core i7-12700F in the PC that it didn't work on.
The text was updated successfully, but these errors were encountered: