ChiliEater
ChiliEater
Sorry for the late reply. The fixes from the branch have been working fine for me. Thank you!
I can reproduce this on Linux using commit [5991ffa](https://github.com/xypwn/filediver/commit/5991ffaaa95a3241f0a81e256441cbce81acd406): ``` INFO Game directory: "/mnt/fast/chili/Games/Steam/steamapps/common/Helldivers 2" INFO Output directory: "helldivers2" INFO Reading metadata... INFO Known hashes: names 24.75%, types 95.45% INFO...
I believe I'm running into a similar issue with Godot. ```cs [Signal] public delegate void EnemySpawnedEventHandler(Enemy enemy); protected void OnEnemySpawned(object sender, EnemyEventArgs e) { EmitSignal(SignalName.EnemySpawned, e.Enemy); } ``` This causes...
I removed the checks on my end as a workaround: [Patch](https://codeberg.org/ChiliEater/stow-absolute-links/src/branch/main/0001-remove-absolute-link-restriction.patch) So far it's working fine.