超级玩家
 
- 贡献度
- 47
- 金元
- 7156
- 积分
- 904
- 精华
- 0
- 注册时间
- 2009-6-11
|
本帖最后由 zhouleiabc 于 2011-2-3 10:04 编辑
装上内核Miyagi.dll(两个版本都试了)后,黑屏后动画前自动跳出。用原文件正常(汉化文本的无显示,但能游戏)
点log。cmd后,末尾比较原版本多出的出错信息
04:03:56.453: *ERROR* > System.AccessViolationException: 尝试读取或写入受保护的内存。这通常指示其他内存已损坏。
在 Mogre.Resource.Load()
在 Miyagi.Core.TextScheme.CreateNewFont()
在 Miyagi.Core.TextScheme.CreateFont()
在 Miyagi.Core.TextScheme..ctor(String name, String font, Int32 size, Int32 resolution, ColourValue colour)
在 Miyagi.Core.GuiManager.CreateTextScheme(String name, String font, Int32 size, Int32 resolution, ColourValue colour)
在 Realmforge.Dungeons.DunGui.Constants.CreateTextSchemeAndReturnCharHeight(String fontName, String fontFamily, Int32 pointHeight, Int32 fontResolution, ColourValue color)
在 Realmforge.Dungeons.DunGui.Constants.Init()
在 Realmforge.Dungeons.DunGui.GuiHelper..ctor(MainForm mainForm, Boolean optimized)
在 Realmforge.Dungeons.DungeonsApplication.CreateModeProxy()
在 Realmforge.MogreUtil.Application.MainApplication`3.Run()
这种问题的原因是显存太小,装优化后的内核加data就可以了,原版512m显存是不够的……orz |
|