bbepis / XUnity.AutoTranslator

MIT License
2.01k stars 293 forks source link

"エクリプスの魔女" SDF fonts error can't be loaded because it was not built with the right version or build target. #388

Closed XHXJ closed 1 year ago

XHXJ commented 1 year ago

I prompt after running: because it was serialized with a newer version of Unity. (Has a higher SerializedFile version)

There were a lot of garbled characters "口口口" when the game was running, I tried to fix it using arialuni_sdf_u2019 default sdf fonts, but an error was reported after running

Use environment: MelonLoader XUnity.AutoTranslator-MelonMod-5.2.0

logs:

[INFO][XUnity.AutoTranslator]:  Attempting to load TextMesh Pro font from asset bundle.
Failed to load 'archive:/CAB-6e726750de95dd8d3343103b8e46243c/CAB-6e726750de95dd8d3343103b8e46243c' because it was serialized with a newer version of Unity. (Has a higher SerializedFile version)

(Filename:  Line: 214)

The AssetBundle 'G:\BaiduNetdiskDownload\RJ01059576\arialuni_sdf_u2019' can't be loaded because it was not built with the right version or build target.

(Filename:  Line: 445)

[WARN][XUnity.AutoTranslator]:  Could not load asset bundle while loading font: G:\BaiduNetdiskDownload\RJ01059576\arialuni_sdf_u2019
[WARN][XUnity.AutoTranslator]:  Could not load fallback font for TextMesh Pro: arialuni_sdf_u2019
[DEBUG][XUnity.AutoTranslator]:  Loaded resize command text files.
[DEBUG][XUnity.AutoTranslator]:  --- Loading Global Translations ---
[DEBUG][XUnity.AutoTranslator]:  Loaded translation text files (took 0 seconds)
[DEBUG][XUnity.AutoTranslator]:  Created variation translations (took 0 seconds)
[DEBUG][XUnity.AutoTranslator]:  Created token translations (took 0 seconds)
[INFO][XUnity.AutoTranslator]:  Loaded XUnity.AutoTranslator into Unity [2018.3.14f1] game.
Fallback handler could not load library G:/BaiduNetdiskDownload/RJ01059576/EclipseWitch_Data/Mono/data-000001D6B99FBB10.dll
Fallback handler could not load library G:/BaiduNetdiskDownload/RJ01059576/EclipseWitch_Data/Mono/data-000001D6B99FC720.dll
Fallback handler could not load library G:/BaiduNetdiskDownload/RJ01059576/EclipseWitch_Data/Mono/data-000001D6B99FD330.dll
Fallback handler could not load library G:/BaiduNetdiskDownload/RJ01059576/EclipseWitch_Data/Mono/data-000001D6B99FDF40.dll
Fallback handler could not load library G:/BaiduNetdiskDownload/RJ01059576/EclipseWitch_Data/Mono/data-000001D6BA45E080.dll
Fallback handler could not load library G:/BaiduNetdiskDownload/RJ01059576/EclipseWitch_Data/Mono/data-000001D6BA461CD0.dll
Fallback handler could not load library G:/BaiduNetdiskDownload/RJ01059576/EclipseWitch_Data/Mono/data-000001D6BA4604B0.dll
Fallback handler could not load library G:/BaiduNetdiskDownload/RJ01059576/EclipseWitch_Data/Mono/data-000001D6BA4634F0.dll
Setting up 8 worker threads for Enlighten.
  Thread -> id: 6924 -> priority: 1 
  Thread -> id: 3f4c -> priority: 1 
  Thread -> id: 95b4 -> priority: 1 
  Thread -> id: 9e44 -> priority: 1 
  Thread -> id: 9414 -> priority: 1 
  Thread -> id: 5e08 -> priority: 1 
  Thread -> id: 6b98 -> priority: 1 
  Thread -> id: 97e4 -> priority: 1 

--------------------

Failed to load 'archive:/CAB-6e726750de95dd8d3343103b8e46243c/CAB-6e726750de95dd8d3343103b8e46243c' because it was serialized with a newer version of Unity. (Has a higher SerializedFile version)

The AssetBundle 'G:\BaiduNetdiskDownload\RJ01059576\arialuni_sdf_u2019' can't be loaded because it was not built with the right version or build target.

I have an error while reading the default arialuni_sdf_u2019 file, I think I need a new SDF fonts, is anyone willing to help me?

bbsuuo commented 1 year ago

你自己打个对应版本的tmp资产 然后替换重定向呗