atampy25 / simple-mod-framework

GNU Lesser General Public License v3.0
59 stars 40 forks source link

[Issue Report] LenKiMo: deployment error #762

Open simple-mod-framework[bot] opened 3 months ago

simple-mod-framework[bot] commented 3 months ago

Metadata

Reported by: @LenKiMo

Type of issue: Deployment error

Platform: Steam

OS version: Windows 11 Pro (22H2)

Game version: 3.190.0

SMF version: 2.33.17

Notes

I tried reordering the Mods, but whichever Mod is at the end returns the same or roughly similar error. So I'm guessing it's not Mod related, but rather an issue with SMF's third party dependency tool.

Additional information

Deploy log link: https://hastebin.com/share/bukusoceko

Suspected mod: N/A

LenKiMo commented 2 months ago

Same error still appears on 2.33.18

https://hastebin.com/share/ohohucocec

This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
Error: Command failed: "Third-Party\HMLanguageTools" convert H3 LOCR "D:\Program Files (x86)\Steam\steamapps\common\HITMAN 3\Simple Mod Framework\temp\chunk0patch3\LOCR\00985A1100E5EDDC.LOCR" "D:\Program Files (x86)\Steam\steamapps\common\HITMAN 3\Simple Mod Framework\temp\chunk0patch3\LOCR\00985A1100E5EDDC.LOCR.JSON"
    at execCommand (C:\snapshot\simple-mod-framework\compiled\deploy.js)
    at deploy (C:\snapshot\simple-mod-framework\compiled\deploy.js)
    at async doTheThing (C:\snapshot\simple-mod-framework\compiled\main.js)
AnthonyFuller commented 2 months ago

Try deleting the cache folder and redeploying.

LenKiMo commented 2 months ago

Try deleting the cache folder and redeploying.

Tried that, but still the same error. I also tried moving other Mods (but not all) to the end of the queue, but still can't deploy successfully.

LenKiMo commented 1 week ago

Found the mod caused problem. Issue can be closed.