Jump to content
  • 0

[help ]L2OFF Windows server 2008


Mrako

Question

Hello,

did someone run L2server+extender under Windwos server 2008 R2 ? I have a little problem when i tun server, there was error message "Cannot find import; DLL maybe missing;corrupt, or wrong version File: WININET.DLL  Error: 998 ". (So I run to check Windows\system32 for WININET.dll, i found WININET.DLL version 8.00.7600.16625 (win7_gdr.100629-1617). ) Server stop running after this error..

 

 

L2Server_1221_0208_dll.exe / 8.91 MB (9340416 bytes)

l2serverx64-dll.dll / 1.75 MB (1835008 bytes) / licenced..

 

I also made DLL with fix mentioned on PP, but there is another error :

The Application was unable to start correctly (0xc000007b)..

 

Can someone help me solve this problem ?

Thanks..

 

Link to comment
Share on other sites

Recommended Posts

  • 0

Open PP had a fix inserted into it's SVN long ago, by... i forgot was it kation or kuroi or... fyyre?

Someone.

 

Seems to be a problem after fishing data with some different instructions opcodes machine wise vs new windows 2008 architecture.

When it's calling some waitthread que function, that screws it all up.

 

 

//OpenPP / Normal NA/EU c4 Exe.

Code:

 

// Vista 64 / Windows 2008 Server (Incompatibility) [Fixes the Crash During the Loadage of L2Server]

WriteInstruction(0x6432F6, 0x643307, 0, 0xE9); // Forced Jump

 

 

Since it's giveaway your using dVamp - and it's more or less identical, it's just switching hook/jump adress to it's corresponding proper memory adress.

 

Code:

 

// Vista 64 / Windows 2008 Server (Incompatibility) [Fixes the Crash During the Loadage of L2Server] // dVampire

WriteInstruction(0x643AA6, 0x643AB7, 0, 0xE9); // Forced Jump

 

 

 

Could try that, but if it crashes straight on startup obviously something is more is wrong, that would require research.

 

all from http://www.mmocom.ru....

like mation said need nops 2 bytes at 0x643AA6 to 0x643AB7

hope it could help with u...GL

 

Oki i will investigate stuck point. Maybe i will try to change just by IDA, not by external DLL. It could help maybe...

Link to comment
Share on other sites

  • 0

Dumbass marko.

 

 

Your using none DVAMP adresses.

I didn't really notice til i read your code again by mistake since sandeagle posted what i told someone earlier in the forum.

 

 

You've commented out the dVampire adresses for the win2008 fix, and instead let the normal open pp/c4 adresses be hooked.

Which obviously won't work on dVamp exe.

 

 

Switch adresses... bah.

 

 

 

Link to comment
Share on other sites

  • 0

Dumbass marko.

 

 

Your using none DVAMP adresses.

I didn't really notice til i read your code again by mistake since sandeagle posted what i told someone earlier in the forum.

 

 

You've commented out the dVampire adresses for the win2008 fix, and instead let the normal open pp/c4 adresses be hooked.

Which obviously won't work on dVamp exe.

 

 

Switch adresses... bah.

 

 

 

 

Yes i tried change addresses before, i even tried VistaFix.DLL from some guy on http://www.mmocom.ru , nothing helps.

Link to comment
Share on other sites

  • 0

Yes i tried change addresses before, i even tried VistaFix.DLL from some guy on http://www.mmocom.ru , nothing helps.

 

Don't use weird dlls from .ru forums.

100% gonna have a backdoor - secondly the post is from me here in MXC in an earlier 2008 thread.

 

Why switch adresses?

Use dvamp adresses, use fixed base memory adress.

something like "800 mill" or 1,2 billion adress.

 

If it doesn't work, i can't see how it can't be that R2 of windows 2008 changed more.

Unless you screwed up somehow, and have more dlls and so on.

(Which i kind of still think a bit)

 

Link to comment
Share on other sites

  • 0

Yes i tried change addresses before, i even tried VistaFix.DLL from some guy on http://www.mmocom.ru , nothing helps.

 

Don't use weird dlls from .ru forums.

100% gonna have a backdoor - secondly the post is from me here in MXC in an earlier 2008 thread.

 

Why switch adresses?

Use dvamp adresses, use fixed base memory adress.

something like "800 mill" or 1,2 billion adress.

 

If it doesn't work, i can't see how it can't be that R2 of windows 2008 changed more.

Unless you screwed up somehow, and have more dlls and so on.

(Which i kind of still think a bit)

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...