NiceneNerd / Hyrule-Builder

A mod building tool for The Legend of Zelda: Breath of the Wild
GNU General Public License v3.0
16 stars 6 forks source link

Building Mod Abrupts Early #14

Open CEObrainz opened 2 years ago

CEObrainz commented 2 years ago

Using v0.9.0

I'm running the following command .\hyrule-builder.exe build Second-Wind

This results in the following occuring:

Scanning project files
Loading actor info
Checking actor packs
Building 2933 actor packs
PS D:\User\Desktop\BOTW Editing\projects\~Second Wind\~Main>

The built project only contains a few actors:

image

NiceneNerd commented 2 years ago

I have a sneaking suspicion that this and #13 are probably related. Here is my diagnostic proposal: I know it's an annoying ask, and I should have done this to begin with, but you've build from source before, right? If so, try building (in release mode) with the panic = "abort" line removed from Cargo.toml, which may help trace the error.

If you have any trouble or lack of time, just let me know and I'll make the build myself and upload it.

CEObrainz commented 2 years ago

Build from source and tested both the build and init commands. Unlike last time I don't get any errors that appear however the build command stops at Building 2933 actor packs whereas the init command stops at Unbuilding processed files...

As you'd expect both failed to fully complete the task.

Update: It seems like the build I created didn't use the release settings, upon doing that and re-testing the build command got to the stage where it threw the following warning before stopping:

←[33mHavok file Second-Wind/content/Physics/RigidBody/TwnObj_Anvil/TwnObj_Anvil.hkrb not found for actor TwnObj_Anvil.
Ignore if intentionally using a file not in the actor pack.←[0m

The init command creates a few empty folders and stops at the same place as before.

image