-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
tbloader not working #37
Comments
Duplicate of #36 |
Actually it's not. On linux the addon loads and works well (except issues with some maps crashing sometimes). On his windows 10 PC it refuses to load at all, and looks to be a gdextenstion dll bug. The file is definitely there and spelled correctly, so the We both use godot 4 beta 4, but this is definitely a platform-specific bug |
This error usually always means that a dependency module could not be loaded (in this case, the debug libraries, since you typically only have these with C++ development tools installed, such as Visual Studio). You could verify this by attaching a debugger or looking at something like procmon to see what file is actually not being found. |
Ok, we're gonna try that tomorrow, but at least to me it seems pretty obvious that the error is referring to That might be an unclear error message, I am mostly just talking out my ass here. I think it's more likely you're right. |
This should be fixed in 0.4.1: https://github.com/codecat/godot-tbloader/releases/tag/v0.4.1 |
The text was updated successfully, but these errors were encountered: