Page 1 of 1

[RESOLVED] Client.Initalize FAILED

Posted: Sat Dec 17, 2022 6:13 pm
by makobyte
The game is failing to load after being newly installed.
Excerpt from the log file:
Client.Initalize

12/17/2022 9:31:26 AM -- B1147.52 -- Could not load file or assembly 'NLua, Version=1.4.1.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Exception: Could not load file or assembly 'NLua, Version=1.4.1.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Stack Trace: at Command_Core.Lua.LuaSandBox.InitializeStats()
at Command_Core.Lua.LuaSandBox..ctor()
at Command.Client.()
at Command.Client.()
Call Stack & Error details:
Error at 200576, Could not load file or assembly 'NLua, Version=1.4.1.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Client.Initalize FAILED

Wait for terrain to load.

Successfully loaded Sim Configuration.

Discovering DPI

DPI_scale = 0

DPI registry setting, HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\FontDPI\LogPixels:96.

Showing splash screen.

Loading splash image

Splash image loaded

Client.Initalize FAILED
Any assistance would be greatly appreciated.

Re: Client.Initalize FAILED

Posted: Sat Dec 17, 2022 6:26 pm
by Nikel
For some reason your setup is missing the file Nlua.dll

It was uploaded in the forum by KnightHawk75 in another thread.

Note that there are 2 dll files zipped. Extract the one you are missing in the root folder of the game, where the file Command.exe is.

https://www.matrixgames.com/forums/down ... id=1104750

Re: Client.Initalize FAILED

Posted: Mon Dec 19, 2022 2:28 am
by makobyte
Thank you, that fixed my problem.