For some reason, whenever i try to load any third party module, i always get this message when starting the UnrealIRCd Service: "Error 1067: The process terminated unexpectedly."
So I go and check service.log, and i see this:
* unrealircd.conf:3: loadmodule modules/netadmins.dll: failed to load: The specified module could not be found.
[error] IRCd configureation failed to load
Now, i've checked the directory, and sure enough, the correct file is in the correct spot. And it isn't just netadmins.dll, it's any third-party module.
I've put UnrealIRCd on three different operating systems: Windows 2000, Windows XP, and Windows XP on an HP machine. Third-party modules do not load on the Windows 2000 machine and the Windows XP machine, but they load fine on the HP machine.
Is there some component that I'm missing on the Windows 2000 and XP machines?
Modules will not load on Windows
-
Killerfurbies
- Posts: 13
- Joined: Sun Jul 16, 2006 2:17 am
- Contact:
-
Killerfurbies
- Posts: 13
- Joined: Sun Jul 16, 2006 2:17 am
- Contact:
-
Killerfurbies
- Posts: 13
- Joined: Sun Jul 16, 2006 2:17 am
- Contact:
-
Killerfurbies
- Posts: 13
- Joined: Sun Jul 16, 2006 2:17 am
- Contact:
I installed .Net Framework 1.1 before i installed .Net framework 2.0.Jobe1986 wrote:Try installing .Net framework 1.1 as well then because if im not mistaken MS Visual Studio 2003 compiles for 1.1 not 2.0
I think i'll go look around for ways to compile a .c file other than the use of MS visual studio, because i think if it'll work on my computer if i compile it there.
-
Stealth
- Head of Support
- Posts: 2085
- Joined: Tue Jun 15, 2004 8:50 pm
- Location: Chino Hills, CA, US
- Contact:
Please see: http://forums.unrealircd.com/viewtopic.php?t=1945
The module requires the MSVCR7.1 DLL, which is available here: http://www.dll-files.com/dllindex/dll-f ... ml?msvcr71 Download that and put it in the Unreal folder (with wircd.exe), all should be OK
The module requires the MSVCR7.1 DLL, which is available here: http://www.dll-files.com/dllindex/dll-f ... ml?msvcr71 Download that and put it in the Unreal folder (with wircd.exe), all should be OK
-
Killerfurbies
- Posts: 13
- Joined: Sun Jul 16, 2006 2:17 am
- Contact:
Thank you, it worked perfectly.Stealth wrote:Please see: http://forums.unrealircd.com/viewtopic.php?t=1945
The module requires the MSVCR7.1 DLL, which is available here: http://www.dll-files.com/dllindex/dll-f ... ml?msvcr71 Download that and put it in the Unreal folder (with wircd.exe), all should be OK