超级玩家
 
- 贡献度
- 10
- 金元
- 7558
- 积分
- 796
- 精华
- 0
- 注册时间
- 2011-4-26

|
本帖最后由 11571222 于 2011-11-24 00:13 编辑
解决方法看下面!!!
正常安装了Nexus Mod Manager 1.2.7,运行时在选择了 天际 时出现一个错误窗口,大意是程序崩溃了,让看报告 ,,看了半天也没看明白是什么意思
报告内容:
Trace file has been created: TraceLog20111122190705.txt
Mod Manager Version: 0.12.7.0
OS version: Microsoft Windows NT 6.1.7601 Service Pack 1
Tracing is forced: False
Discovering Game Mode Factories...
Looking in: C:\Program Files\Nexus Mod Manager\GameModes
Checking: Fallout3.CSharpScript.dll
Cannot load C:\Program Files\Nexus Mod Manager\GameModes\Fallout3.CSharpScript.dll: cannot find dependency CSharpScript, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null
Checking: Fallout3.dll
Initializing: Nexus.Client.Games.Fallout3.Fallout3GameModeFactory
Checking: Fallout3.XmlScript.dll
Cannot load C:\Program Files\Nexus Mod Manager\GameModes\Fallout3.XmlScript.dll: cannot find dependency XmlScript, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null
Checking: FalloutNV.CSharpScript.dll
Cannot load C:\Program Files\Nexus Mod Manager\GameModes\FalloutNV.CSharpScript.dll: cannot find dependency CSharpScript, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null
Checking: FalloutNV.dll
Initializing: Nexus.Client.Games.FalloutNV.FalloutNVGameModeFactory
Checking: FalloutNV.XmlScript.dll
Cannot load C:\Program Files\Nexus Mod Manager\GameModes\FalloutNV.XmlScript.dll: cannot find dependency XmlScript, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null
Checking: GamebryoBase.dll
Checking: Oblivion.dll
Initializing: Nexus.Client.Games.Oblivion.OblivionGameModeFactory
Checking: Oblivion.ModScript.dll
Cannot load C:\Program Files\Nexus Mod Manager\GameModes\Oblivion.ModScript.dll: cannot find dependency ModScript, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null
Checking: Skyrim.CSharpScript.dll
Cannot load C:\Program Files\Nexus Mod Manager\GameModes\Skyrim.CSharpScript.dll: cannot find dependency CSharpScript, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null
Checking: Skyrim.dll
Initializing: Nexus.Client.Games.Skyrim.SkyrimGameModeFactory
Checking: Skyrim.XmlScript.dll
Cannot load C:\Program Files\Nexus Mod Manager\GameModes\Skyrim.XmlScript.dll: cannot find dependency XmlScript, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null
Determining Game Mode: (From Selection Form) Skyrim
Game Mode Factory Selected: Skyrim (Skyrim)
Creating Game Mode mutex.
Looking for Skyrim.
Cannot find in F:\涓婂彜鍗疯酱5.澶╅檯\.
Crashdumping an Exception:
Exception:
Message:
鏈兘鎵惧埌璺緞鈥淔:\涓婂彜鍗疯酱5.澶╅檯鈥濈殑涓€閮ㄥ垎銆?
Full Trace:
System.IO.DirectoryNotFoundException: 鏈兘鎵惧埌璺緞鈥淔:\涓婂彜鍗疯酱5.澶╅檯鈥濈殑涓€閮ㄥ垎銆?
鍦?System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
鍦?System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
鍦?System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)
鍦?System.IO.Directory.GetFiles(String path)
鍦?Nexus.Client.InstallationPathInitializer.InitializeInstallationPath(IGameModeFactory p_gmfGameModeFactory)
鍦?Nexus.Client.ApplicationInitializer.DoApplicationInitialize(IGameModeFactory p_gmfGameModeFactory, SynchronizationContext p_scxUIContext, ViewMessage& p_vwmErrorMessage)
鍦?Nexus.Client.ApplicationInitializer.DoWork(Object[] p_objArgs)
鍦?Nexus.Client.ThreadedBackgroundTask.RunThreadedWork(Object p_objArgs)
鍦?Nexus.Client.ThreadedBackgroundTask.RunThread(Object p_objArgs)
鍦?Nexus.Client.Util.Threading.TrackedThread.RunParameterizedThread(Object p_objParam)
鍦?System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
鍦?System.Threading.ThreadHelper.ThreadStart(Object obj)
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
自己摸索了两天,终于找到了原因,是由于安装的是解压版的,需要对游戏进行注册表的注册,
只要建立一个文本文件,复制以下内容(根据自己的电脑系统选择一个)
64位系统:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Bethesda Softworks\Skyrim]
"Installed Path"="E:\\Skyrim\\"
32位系统
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Bethesda Softworks\Skyrim]
"Installed Path"="E:\\Skyrim\\"
请将E:\\Skyrim\\改为你游戏所在的文件夹
然后将其扩展名改为 .reg
双击即可!! |
|