Found problem.. system error, cannot run eqlaunch?
off to search for a solution if one exists.
Code:
C:\EQEmu>eqlaunch
The system cannot execute the specified program.
C:\EQEmu>eqlaunch.exe
The system cannot execute the specified program.
C:\EQEmu>EQServer.bat
Starting MiniLogin Server
waiting a bit for world to finish loading...
starting zone
The system cannot execute the specified program.
C:\EQEmu>
EQServer.bat
Code:
@echo off
Echo Starting MiniLogin Server
c:
cd c:\minilogin
start minilogin.exe
echo.
echo.
cd C:\eqemu
start world.exe
echo waiting a bit for world to finish loading...
echo.
echo.
ping 127.0.0.1 > nul
echo starting zone
start eqlaunch zone
Comparing known working version...
Code:
File: eqlaunch.exe
CRC-32: 0ca636c1
MD4: f85c21d62166de3e9fbb383fc6663ec1
MD5: 23aa7919118ef48268e244f69da96f6a
SHA-1: cbc6e42565095a5eff3ffb6bfcb2d28f6178cfd4
..to the one I'm using...
Code:
File: eqlaunch.exe
CRC-32: 0ca636c1
MD4: f85c21d62166de3e9fbb383fc6663ec1
MD5: 23aa7919118ef48268e244f69da96f6a
SHA-1: cbc6e42565095a5eff3ffb6bfcb2d28f6178cfd4
and it's a match, so .. my next assumption is that I'm missing needed .NET Framework, since this is fresh OS install.
-This post is a WIP (Work In Progress), I'm commenting my steps as I go along here.