Win32 -> Depends

These are old archives. They are kept for historic purposes only.
Post Reply
frozen
Posts: 53
Joined: Sat Jun 12, 2004 7:39 am

Win32 -> Depends

Post 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?
Grunt
Posts: 159
Joined: Mon Jan 09, 2006 7:31 pm
Contact:

Post by Grunt »

If the computer is on a router, you need to use port forwarding. Check your router's documentation.
Computers are machines that cause trouble you wouldn't normally have if you wouldn't have a computer.
frozen
Posts: 53
Joined: Sat Jun 12, 2004 7:39 am

Post 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.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

You need the mscv71.dll file on the other computer
frozen
Posts: 53
Joined: Sat Jun 12, 2004 7:39 am

Post by frozen »

... It is.
nate
Posts: 148
Joined: Fri Jul 29, 2005 10:12 am
Location: Johnstown, Pa
Contact:

Post 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
frozen
Posts: 53
Joined: Sat Jun 12, 2004 7:39 am

Post by frozen »

I compiled it on this computer and copied it on to the router's hdd.
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post 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).
Post Reply