|
发表于 2024-4-23 16:47:57
|
显示全部楼层
github上有人说这个问题 I don't know if this will be helpful to you, but for me it ended up being an issue with a new mod I installed which conflicted with an existing mod. The conflict was due to the new mod reusing some animation resources from an existing mod I already had installed. So to my (limited) understanding it tried deploying the same resources twice creating a conflict. I ended up manually editing the new mod's deployment file and editing out the reference to the conflicting resources. Sorry I can't be more specific, as I don't remember the exact steps (it was a while ago). Also the reason I was able to find the conflict was thanks to FNIS which also threw an error but was more specific and actually named the conflicting files. I contacted the new mod's author and they said they will create a fix so this doesn't happen again.我不知道这对你是否有帮助,但对我来说,它最终是我安装的新模组的问题,它与现有的模组冲突。冲突是由于新模组重用了我已经安装的现有模组中的一些动画资源。因此,根据我(有限的)理解,它尝试两次部署相同的资源,从而造成冲突。我最终手动编辑了新 mod 的部署文件并编辑了对冲突资源的引用。对不起,我不能更具体,因为我不记得确切的步骤(那是一段时间前)。此外,我能够找到冲突的原因要归功于 FNIS,它也抛出了一个错误,但更具体,实际上命名了冲突文件。我联系了新模组的作者,他们说他们会创建一个修复程序,这样就不会再发生这种情况了。 |
|