Giter Site home page Giter Site logo

Startup problem about godot-dragonbones HOT 5 CLOSED

vyshliy avatar vyshliy commented on July 24, 2024
Startup problem

from godot-dragonbones.

Comments (5)

Daylily-Zeleen avatar Daylily-Zeleen commented on July 24, 2024 2

Already fix by this commit.

Please download the latest from release page.

This is ci issue, so I have not update version code.

from godot-dragonbones.

Daylily-Zeleen avatar Daylily-Zeleen commented on July 24, 2024 1

@vyshliy It seems that godot find the shared library outside project.
But we can't reproduce this problem.

Please try to modify the "gddragonbones.gdextension" file, change relative path to absolute path:
From:

linux.x86_64.debug = "bin/libgddragonbones.linux.template_debug.x86_64.so"
linux.x86_64.release = "bin/libgddragonbones.linux.template_release.x86_64.so"
linux.x86_32.debug = "bin/libgddragonbones.linux.template_debug.x86_32.so"
linux.x86_32.release = "bin/libgddragonbones.linux.template_release.x86_32.so"

To:

linux.x86_64.debug = "res://addons/gddragonbones/bin/libgddragonbones.linux.template_debug.x86_64.so"
linux.x86_64.release = "res://addons/gddragonbones/bin/libgddragonbones.linux.template_release.x86_64.so"
linux.x86_32.debug = "res://addons/gddragonbones/bin/libgddragonbones.linux.template_debug.x86_32.so"
linux.x86_32.release = "res://addons/gddragonbones/bin/libgddragonbones.linux.template_release.x86_32.so"

And plaese report me that this change can fix your problem or not.

from godot-dragonbones.

vyshliy avatar vyshliy commented on July 24, 2024 1

It was my mistake - the bin folder was missing the debug version, so relative paths are fine. I think there will be no confusion when the entire extension can be downloaded from the asset library.
Now everything works perfectly fine and the issue is no longer relevant.

Thank you very much for the work you have done.

from godot-dragonbones.

Daylily-Zeleen avatar Daylily-Zeleen commented on July 24, 2024

@vyshliy Please cloes this issue if your comfirm it is solved

from godot-dragonbones.

vyshliy avatar vyshliy commented on July 24, 2024

It looks like the behavior has changed, but the plugin still won't launch. I haven’t worked with GDextensions before, so I want to clarify that in order to run compiled version from Github I need to download the corresponding release (in my case it’s Godot-DragonBones-linux-template_release-x86_64-v0.1.1) and just put the gddragonbones folder in the addons folder in my project?

Now the error looks like this. The correct path to the project is marked in blue, and the path where the extension was downloaded is marked in red. The red path has nothing to do with the Godot project at all, but nevertheless it is indicated in the log.

Screenshot_2024-04-12_11-48-48

from godot-dragonbones.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.