Kerilk / bayonetta_tools

Bayonetta tools
BSD 2-Clause "Simplified" License
49 stars 12 forks source link

Hi so when I use the command to import my model then this happened. Can you help me with this ? #9

Closed Cereza2811 closed 2 years ago

Cereza2811 commented 2 years ago

image

Kerilk commented 2 years ago

In order to import textures the importer needs the wtb file in the same directory as the wmb file. So the importer is telling you it cannot find et0042.wtb, so you should put this file in the same directory as the et0042.wmb file

Cereza2811 commented 2 years ago

Okay but when I entered gem update --user-install then this error pop up. My friend said that they didn't have those error when they entered it. So is it because of my computer or something else ? And if so do you have a solution for it ? Cause I reinstalled Ubuntu and this still happen. Thank you so much. image Screenshot (271) Screenshot (272) Screenshot (273)

Kerilk commented 2 years ago

Seems your missing some dependencies: sudo apt install libffi-dev The redoing the gem update should work.

Cereza2811 commented 2 years ago

The fiddle one is fixed but new errors occured it seem. Can you help me fix them ? Screenshot (275) Screenshot (276) Screenshot (277) Screenshot (280)

Kerilk commented 2 years ago

Just don't update the gems, it is not really needed anyway. You can specify the gems you want to update later by specifying the name of the gem at the end of the gem update command.