Re: NXPatcher - Create your own pre-patcher & list of Maple FTPs
Quote:
Originally Posted by
Fiel
Looks like you're telling NXPatcher to look at the wrong file? What file was it that you downloaded?
http://download3.nexon.net/maplestor...atcherv112.exe
Re: NXPatcher - Create your own pre-patcher & list of Maple FTPs
I can replicate your problems on my machine. Lemme have a closer look to see what's going on.
Re: NXPatcher - Create your own pre-patcher & list of Maple FTPs
Hello there, this is the first time I'm using the pre-patcher, I downloaded the lite version and followed the steps and everything went fine until I got to "applying maplestory.exe" it stuck there for about half an hour and I had to finish the process to try it again, I re installed and tried again but the problem persisted. What should I do?
Re: NXPatcher - Create your own pre-patcher & list of Maple FTPs
Quote:
Originally Posted by
sweetpapaya
Hello there, this is the first time I'm using the pre-patcher, I downloaded the lite version and followed the steps and everything went fine until I got to "applying maplestory.exe" it stuck there for about half an hour and I had to finish the process to try it again, I re installed and tried again but the problem persisted. What should I do?
Open the task manager and kill the Maplestory.exe process that's running. Then try again.
Re: NXPatcher - Create your own pre-patcher & list of Maple FTPs
thanks, I'll try it right now
Re: NXPatcher - Create your own pre-patcher & list of Maple FTPs
NXPatcher crashes when patching 00122to00123, after trying to allocate roughly 1GB of memory (the patch file itself is almost 500mb) in safe_realloc called from UnpackZlibBlock (FileIO.c). Seeing as patch files are getting larger with every version, it would probably be a good idea to read from the zlib stream incrementally instead of trying to unpack the whole patch file into memory.
Re: NXPatcher - Create your own pre-patcher & list of Maple FTPs
Quote:
Originally Posted by
Kortestanov
NXPatcher crashes when patching 00122to00123, after trying to allocate roughly 1GB of memory (the patch file itself is almost 500mb) in safe_realloc called from UnpackZlibBlock (FileIO.c). Seeing as patch files are getting larger with every version, it would probably be a good idea to read from the zlib stream incrementally instead of trying to unpack the whole patch file into memory.
I have the same issue as well. I hit the "Out of memory reallocation!" message after the unpack.
Re: NXPatcher - Create your own pre-patcher & list of Maple FTPs
yeah, that's how my algorithm works.
Just write a prepatcher and use that. I know it sucks. That's what I did though.
Writing a stream reader for a zlib block is difficult to do. That's why I just unpack everything at once.
Re: NXPatcher - Create your own pre-patcher & list of Maple FTPs
It's been like this for 1 hour, what shuld I do? QQ
Re: NXPatcher - Create your own pre-patcher & list of Maple FTPs
Open Task Manager and kill the Maplestory.exe process that is running. Then re-run the prepatcher.
Re: NXPatcher - Create your own pre-patcher & list of Maple FTPs
you mean the prepatcher? I don't have any maplestory.exe process running atm. Sorry if I post that much, this is really confusing and frustrating
Re: NXPatcher - Create your own pre-patcher & list of Maple FTPs
Quote:
Originally Posted by
sweetpapaya
you mean the prepatcher? I don't have any maplestory.exe process running atm. Sorry if I post that much, this is really confusing and frustrating
It's fine, you should post when you have a problem.
Usually the "Applying MapleStory.exe" gets stuck if there is a MapleStory.exe still running (even if its window is closed, it can still be running).
If you're sure it's not, I don't really know what else it could be. Perhaps not enough disk space?
Re: NXPatcher - Create your own pre-patcher & list of Maple FTPs
That could also happen due to permissions set on the maplestory directory. The patcher can't write to the directory because it lacks permissions. So it's hanging on the error.
Re: NXPatcher - Create your own pre-patcher & list of Maple FTPs
Quote:
Originally Posted by
Fiel
That could also happen due to permissions set on the maplestory directory. The patcher can't write to the directory because it lacks permissions. So it's hanging on the error.
how do I manage those permisions?
Re: NXPatcher - Create your own pre-patcher & list of Maple FTPs
Quote:
Originally Posted by
sweetpapaya
how do I manage those permisions?
If you are using Windows 7, right-click on the prepatcher and select "Run as admin".
Re: NXPatcher - Create your own pre-patcher & list of Maple FTPs
thank you very much, I'll try it ASAP :D
Re: NXPatcher - Create your own pre-patcher & list of Maple FTPs
thanks man. this is perfect for kms merchants like me who dont have a computer good enough to patch fast enough !
(kmsers redownload and install the whole game 10~20mins before a patch ends, so they can get ingame fast and set up shops...while i just use this)
Re: NXPatcher - Create your own pre-patcher & list of Maple FTPs
Quote:
Originally Posted by
TheKevin
thanks man. this is perfect for kms merchants like me who dont have a computer good enough to patch fast enough !
(kmsers redownload and install the whole game 10~20mins before a patch ends, so they can get ingame fast and set up shops...while i just use this)
Are you serious.
What the hell.
I guess it's more economical to do that when download speeds are insane in Korea and bandwidth is cheap.
Re: NXPatcher - Create your own pre-patcher & list of Maple FTPs
Quote:
Originally Posted by
Fiel
Are you serious.
What the hell.
I guess it's more economical to do that when download speeds are insane in Korea and bandwidth is cheap.
The future.
Re: NXPatcher - Create your own pre-patcher & list of Maple FTPs
Never mind, I'm just really impatient D: