valentinegb / bonelab-mod-manager

Keeps your installed Bonelab mods synced with your subscribed mod.io mods.
MIT License
0 stars 0 forks source link

os error 267 (windows 11) #35

Closed hortenhonuke closed 10 months ago

hortenhonuke commented 10 months ago

I'm on windows 11 and I know a couple of people have had the same issue and where told to setup an environment variable. I tried to follow the guide that was linked and in the process of setting it up I just got a errors, not form the manager but trying to setup the environment variable, which could be due to my own stupidity and not knowing how this stuff works. I have tried looking for a step by step video on how to do this but couldn't find one.

valentinegb commented 10 months ago

If you can't get the environment variable working you can also download a debug build and it'll have the debug info by default. You can get that from here: https://github.com/valentinegb/bonelab_mod_manager/actions/runs/7316307515

hortenhonuke commented 10 months ago

opened the debug and i got this.

Screenshot 2023-12-27 204232

valentinegb commented 10 months ago

This is the installed mod that's causing issues: https://mod.io/g/bonelab/m/terminator-resistances-t-800 It's causing issues because the author of the mod is distributing the changelog in a TXT file, which is not standard practice and isn't handled by the mod manager. You must find the files that originate from this mod in your Mods folder and remove them manually.

hortenhonuke commented 10 months ago

The files took a bit to find but removing the mod fixed the problem and now runs perfectly fine now, thanks for the help.