- 精华
- 阅读权限
- 130
- 好友
- 相册
- 分享
- 听众
- 收听
- 注册时间
- 2008-9-22
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2016-11-22 15:54:06
|
显示全部楼层
话说启动提示如下:
(2016-11-22 14:19) [EXCEPTION]: A first chance exception was thrown
(2016-11-22 14:19) [EXCEPTION]: 无法加载 DLL“lua52”: 找不到指定的模块。 (异常来自 HRESULT:0x8007007E)。
(2016-11-22 14:19) [EXCEPTION]: System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs
(2016-11-22 14:19) [UNHANDLEDEXCEPTION]: An unhandled exception was thrown
(2016-11-22 14:19) [UNHANDLEDEXCEPTION]: 无法加载 DLL“lua52”: 找不到指定的模块。 (异常来自 HRESULT:0x8007007E)。
(2016-11-22 14:19) [UNHANDLEDEXCEPTION]: System.DllNotFoundException: 无法加载 DLL“lua52”: 找不到指定的模块。 (异常来自 HRESULT:0x8007007E)。
在 KeraLua.NativeMethods.LuaLNewState()
在 NLua.Lua..ctor()
在 LeagueSandbox.GameServer.Logic.GameObjects.Unit..ctor(String model, Stats stats, Int32 collisionRadius, Single x, Single y, Int32 visionRadius, UInt32 netId) 位置 E:\LOL\GameServer-master\GameServer\Logic\GameObjects\Unit.cs:行号 97
在 LeagueSandbox.GameServer.Logic.GameObjects.BaseTurret..ctor(String name, String model, Single x, Single y, TeamId team, UInt32 netId) 位置 E:\LOL\GameServer-master\GameServer\Logic\GameObjects\BaseTurret.cs:行号 22
在 LeagueSandbox.GameServer.Logic.GameObjects.LaneTurret..ctor(String name, Single x, Single y, TeamId team, TurretType type, Int32[] items, UInt32 netId) 位置 E:\LOL\GameServer-master\GameServer\Logic\GameObjects\LaneTurret.cs:行号 38
在 LeagueSandbox.GameServer.Logic.Maps.SummonersRift..ctor(Game game) 位置 E:\LOL\GameServer-master\GameServer\Logic\Maps\SummonersRift.cs:行号 179
在 LeagueSandbox.GameServer.Core.Logic.Game.Initialize(Address address, String baseKey) 位置 E:\LOL\GameServer-master\GameServer\Logic\Game.cs:行号 82
在 LeagueSandbox.GameServer.Server.Start() 位置 E:\LOL\GameServer-master\GameServer\Server.cs:行号 43
在 LeagueSandbox.Program.Main(String[] args) 位置 E:\LOL\GameServer-master\GameServer\Program.cs:行号 27
是不是要替换下X64位文件下的DLL啊? 本人WIN10系统。谢谢 |
|