Skip to content

can't parse #109

Answered by bezelbee
dukeman74 asked this question in Q&A
Mar 24, 2024 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

I had the same problem. I found out that in inventory_system.gdextension the files are listed as follows:

linux.debug.x86_64 = "linux64/inventory_system.linux.template_debug.x86_64.so"
linux.debug.x86_32 = "linux32/inventory_system.linux.template_debug.x86_32.so"
linux.release.x86_64 = "linux64/inventory_system.linux.template_release.x86_64.so"
linux.release.x86_32 = "linux32/inventory_system.linux.template_release.x86_32.so"

the file tree in my folder is different though, and it's as follows:

├── inventory_system.gdextension
├── linux
│   ├── libinventory_system.linux.template_debug.x86_64.so
│   └── libinventory_system.linux.template_release.x86_64.so

I solved by changing the gdextens…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@scriptsengineer
Comment options

Answer selected by scriptsengineer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants