• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Obsidian.dll not loading DLL

Newbie Spellweaver
Joined
Apr 3, 2014
Messages
25
Reaction score
2
Hello Rz community!
I have recently started my own kal server! But i have reached a big problem.
I am trying to use Obsidian.dll to load my dll's addons for the server. Like LevelExtension.dll.
But when i start my server, the dll's do not load but everything else does like normal. The dll's are in the server files.

Please can you help me, this is a big problem

Thanks in advanced

Unique
--------------------

Screenshots:



My Obsidian.ini:
Code:
[Initialization]


# ***DLL LOADING***
# If you want to also use KOSP,
# fill that in here.  Otherwise,
# make sure you load ADVAPI32.dll.


# The number of DLL's you want to load
NumDLL=2


# Your list of the DLL's.
1="ADVAPI32.dll"
2="LunaLevelExtension.dll"






[Licensing]


#Ignore this.
Licensed=0

Please help guys, the server needs to be open after a maximum of a week! :(

EDIT: Fixed xD

What i did:

Instead of loading ADVAPI32.dll i loaded Obsidian.dll and put the .dll addon in the server directory (Not addons folder).

Like this:

Code:
[Initialization]


# ***DLL LOADING***
# If you want to also use KOSP,
# fill that in here.  Otherwise,
# make sure you load ADVAPI32.dll.


# The number of DLL's you want to load
NumDLL=2


# Your list of the DLL's.
1="Obsidian.dll"
2="LunaLevelExtension.dll"






[Licensing]


#Ignore this.
Licensed=0
 
Last edited:
Newbie Spellweaver
Joined
Apr 3, 2014
Messages
25
Reaction score
2
try Loader.dll
Hex Obsidian.dll to Loader.dll
put ur dlls in DLLLoader folder

- Dllloader

Thanks, but what do i hex? The main server and change it to loader.dll?

EDIT: I hexed the Obsidian Server from Obsidian.dll to Loader.dll but when i start the server, it says it cannot open? Any fixes? Thanks
 
Last edited:
Upvote 0
Joined
Jun 23, 2010
Messages
785
Reaction score
228
Thanks, but what do i hex? The main server and change it to loader.dll?

EDIT: I hexed the Obsidian Server from Obsidian.dll to Loader.dll but when i start the server, it says it cannot open? Any fixes? Thanks

yes you should just hex Obsidian to Loader ..
maybe u didnt hex it correctly

Code:
GetTextMetricsA.skill.dll.#.GetUserNameA..Obsidian.dll..AntiCpSvr.dll.=.CopyFileA

Code:
GetTextMetricsA.skill.dll.#.GetUserNameA..Loader.dll....AntiCpSvr.dll.=.CopyFileA
 
Upvote 0
Junior Spellweaver
Joined
Jun 9, 2006
Messages
131
Reaction score
16
I have no idea what system you are using, but I know I failed trying to make this work on a Windows Server 2012 system. It started to work when I transfered my files to my Windows 7 machine without making any changes.
 
Upvote 0
Back
Top