Page 1 of 1

Win32 -> Depends

Posted: Wed May 24, 2006 8:56 pm
by frozen
I compiled Unreal3.2.4 with zlib with Visual C++ 7.1 and it runs fine on my computer but I can't get it to run on my router computer.

In the Unreal folder is

Code: Select all

cloak.dll
commands.dll
msvcr70.dll
msvcr71.dll
tre.dll
unreal.exe
wircd.exe
zlibwapi.dll
What am I missing?

Posted: Wed May 24, 2006 10:12 pm
by Grunt
If the computer is on a router, you need to use port forwarding. Check your router's documentation.

Posted: Wed May 24, 2006 10:29 pm
by frozen
Has nothing to do with port forwarding, the ircd does not boot. No service.log is made, and there is no wircd.exe in process list.

Posted: Wed May 24, 2006 11:28 pm
by Stealth
You need the mscv71.dll file on the other computer

Posted: Wed May 24, 2006 11:44 pm
by frozen
... It is.

Posted: Fri May 26, 2006 5:03 am
by nate
Did you compile it on the other Router box, or did you just compile it on the one system and copy it over? o.O

Posted: Sun May 28, 2006 9:46 am
by frozen
I compiled it on this computer and copied it on to the router's hdd.

Posted: Sun May 28, 2006 11:51 am
by Syzop
As probably mentioned a few times here somewhere on the forums. Whenever services mode does not work, try in GUI mode. In GUI mode you usually see the errors better (eg: if a DLL is missing, you'll see the error, but not in services mode, it might be true for other things as well).