Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GDInv_ItemDB and GDInv_ItemStack can't be fully loaded. #15

Open
GorinichSerpant opened this issue Dec 21, 2021 · 3 comments
Open

GDInv_ItemDB and GDInv_ItemStack can't be fully loaded. #15

GorinichSerpant opened this issue Dec 21, 2021 · 3 comments

Comments

@GorinichSerpant
Copy link

I'm getting an error saying The class "GDInv_ItemStack" couldn't be fully loaded (script error or cyclic dependency.) And it seems to be the cyclic dependency because DB and Stack do in fact call on each other. Is this a bug or have I set something up incorrectly?

@Laappp
Copy link

Laappp commented Mar 19, 2022

I believe that this error can be fixed by adding a .json file according to installation guide on wiki page.

@naroarnold
Copy link

Doing as @Laappp suggests reduced the number of errors, but there is still a cyclic dependency and these two files cannot be used as is.

@naroarnold
Copy link

Nevermind. Here's what to do next for anybody who runs into the same frustration I just did:

  1. Double check that Godot didn't overwrite GDInv_Plugin.gd, and redownload the file from the repository if necessary.
  2. Exit the editor and reopen the project. This causes the plugin's _enter_tree() function to be called again, which should resolve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants