Search found 13 matches

by STING
Thu Jul 08, 2004 6:22 am
Forum: Unreal 3.2 Support
Topic: [3.2.1] wircd.exe freezes on Windows NT 4.0
Replies: 9
Views: 3082

Is there any chance you could come to irc://irc.unrealircd.com so that we could try and debug this? I believe I see the cause. I wish I could, but the Windows NT 4.0 PC in question is on a corporate network and has no access to port 6667. At home I have Windows XP. Is there any other way I can help...
by STING
Wed Jul 07, 2004 3:42 pm
Forum: Unreal 3.2 Support
Topic: [3.2.1] wircd.exe freezes on Windows NT 4.0
Replies: 9
Views: 3082

codemastr wrote:I'll look at this more closely later, but, how did you find that info?
I found a debugging tool for NT:
http://www.bindview.com/Support/RAZOR/U ... readme.cfm
by STING
Wed Jul 07, 2004 6:46 am
Forum: Unreal 3.2 Support
Topic: [3.2.1] wircd.exe freezes on Windows NT 4.0
Replies: 9
Views: 3082

Under Windows NT 4.0 there is no "Interfaces" tree, under Tcpip\Parameters. Now I created a new and empty key with that name... and it loads! :D I don't suspect that everything is now in order, but it seems that was the cause of the freeze. I hope I have contributed something with this :wi...
by STING
Wed Jul 07, 2004 6:28 am
Forum: Unreal 3.2 Support
Topic: [3.2.1] wircd.exe freezes on Windows NT 4.0
Replies: 9
Views: 3082

Now installed the Non-SSL version. The last calls are: 2061 291 371 NtAllocateVirtualMemory (-1, 15540224, 0, 8192, 4096, 4, ... 15540224, 8192, ) == 0x0 2062 291 371 NtAllocateVirtualMemory (-1, 15556608, 0, 4096, 4096, 4, ... 15556608, 4096, ) == 0x0 2063 291 371 NtAllocateVirtualMemory (-1, 15560...
by STING
Wed Jul 07, 2004 6:17 am
Forum: Unreal 3.2 Support
Topic: [3.2.1] wircd.exe freezes on Windows NT 4.0
Replies: 9
Views: 3082

In the entire debug text file, I located the following error messages. Maybe they are related? 1 342 430 NtOpenKey (0x80000000, {24, 0, 0x40, 0, 0, "\Registry\Machine\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\wircd.exe"}, ... ) == STATUS_OBJECT_NAME_NOT_FOUN...
by STING
Wed Jul 07, 2004 6:09 am
Forum: Unreal 3.2 Support
Topic: [3.2.1] wircd.exe freezes on Windows NT 4.0
Replies: 9
Views: 3082

[3.2.1] wircd.exe freezes on Windows NT 4.0

Already mentioned in another topic, but that was about a different problem: Now Unreal does not give any error messages.. but now wircd.exe goes 99% CPU again :( Using 3.21 SSL.. but also had this with 3.2 non-SSL. Windows NT4.0 SP6 I don't run it as a service. I did run it as a service, but that ma...
by STING
Wed Jul 07, 2004 5:51 am
Forum: Unreal 3.2 Support
Topic: [3.2.1] Problem with new win32 module feature?
Replies: 15
Views: 4639

Syzop wrote:People have reported that before on NT.
On *NIX I would just tell people to install strace and ltrace and trace the process, but... ;)
So there isn't anyway I can help you help me? :wink:
by STING
Tue Jul 06, 2004 7:04 am
Forum: Unreal 3.2 Support
Topic: [3.2.1] Problem with new win32 module feature?
Replies: 15
Views: 4639

Now Unreal does not give any error messages.. but now wircd.exe goes 99% CPU again :( Using 3.21 SSL.. but also had this with 3.2 non-SSL. Windows NT4.0 SP6 I don't run it as a service. I did run it as a service, but that made things worse. The service couldn't be de-activated or wircd.exe could not...
by STING
Tue Jul 06, 2004 6:25 am
Forum: Unreal 3.2 Support
Topic: [3.2.1] Problem with new win32 module feature?
Replies: 15
Views: 4639

Furthermore, when you see a problem, REPORT IT. I never saw anyone report a bug about quotes not working. I am confident that quotes work fine, however, when you experience a problem, REPORT IT. I get people saying, "Have you fixed bug XYZ yet?" all the time, to which I respond, "Thi...
by STING
Mon Jul 05, 2004 12:46 pm
Forum: General chat
Topic: Connection refused and the forum memberlist
Replies: 9
Views: 6398

Related to the website being down,
Anyone know where to find the correct DBGHELP.DLL version, somewhere on the net? The ones from Microsoft, let UnrealIRCD freeze at startup.

Thanks in advance.
by STING
Mon Jul 05, 2004 11:27 am
Forum: Unreal 3.2 Support
Topic: [3.2.1] Problem with new win32 module feature?
Replies: 15
Views: 4639

Dukat wrote:
STING wrote:I already changed the "so" filetype to"dll", but to no avail.
There are no ".so"-Files in the Windows Version... :shock:
In the initial example.conf there are ;)
by STING
Mon Jul 05, 2004 8:29 am
Forum: Unreal 3.2 Support
Topic: [3.2.1] Problem with new win32 module feature?
Replies: 15
Views: 4639

Re: [3.2.1] Problem with new win32 module feature?

Hi! unrealircd.conf: loadmodule "src/modules/commands.dll"; loadmodule "src/modules/cloak.dll"; I already changed the "so" filetype to"dll", but to no avail. System: Windows NT 4.0 SP6a Your path info is wrong. The line should look something like that: loadmo...
by STING
Mon Jul 05, 2004 6:24 am
Forum: Unreal 3.2 Support
Topic: [3.2.1] Problem with new win32 module feature?
Replies: 15
Views: 4639

[3.2.1] Problem with new win32 module feature?

UnrealIRCD will not intialize, because of the following problem: * Loading IRCd configuration .. * unrealircd.conf:32: loadmodule 4ù: failed to load: The specified module could not be found. [error] IRCd configuration failed to load unrealircd.conf: loadmodule "src/modules/commands.dll"; ...