|
0072ED05: 你是否通过某种方法修改了主菜单的屏幕分辨率?程序在判定不是 640x480 分辨率后尝试加载另一个主菜单图像资源文件时崩溃 或许你可以尝试更改到这个分辨率(也就是崩溃前所执行的那一步的另一种结果)来检验,如果也造成了崩溃,那你可能两个分辨率的资源文件都存在问题
以及请不要使用 XCC MIX Editor 来打包 MIX 文件,或者打包后先进行检查。已知它常常会损坏 MIX 文件
此外你那4个打包了原始资源文件的mix为什么会出现改动,根据EA的Mod制作协议我们不应对其进行修改,XCC Mixer也不给予用户对其中两个mix文件的写入权限
0072ED05:Did you change an unsuitable main menu screen resolution by some method? program crashed when it tried to load another main menu resource file after determining that the resolution is not 640x480.Perhaps you could try changing to this resolution (which is another outcome of the step executed before the crash) to test. If it also crash, then you might have issues with the resource files for both resolutions.
Also, please do not use XCC MIX Editor to package MIX files, or check them after packaging. It is known to often corrupt MIX files.
Furthermore, why were there changes in your four mix files that packaged the original resource files? According to the EA C&C modding guidelines, we should not modify them. XCC Mixer also does not grant users write permissions for two of these mix files |