These are old archives. They are kept for historic purposes only.
frozen
Posts: 53 Joined: Sat Jun 12, 2004 7:39 am
Post
by frozen » Wed May 24, 2006 8:56 pm
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 » Wed May 24, 2006 10:12 pm
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 » Wed May 24, 2006 10:29 pm
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 » Wed May 24, 2006 11:28 pm
You need the mscv71.dll file on the other computer
frozen
Posts: 53 Joined: Sat Jun 12, 2004 7:39 am
Post
by frozen » Wed May 24, 2006 11:44 pm
... It is.
nate
Posts: 148 Joined: Fri Jul 29, 2005 10:12 am
Location: Johnstown, Pa
Contact:
Post
by nate » Fri May 26, 2006 5:03 am
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 » Sun May 28, 2006 9:46 am
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 » Sun May 28, 2006 11:51 am
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).