Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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