MabiPack
MabiPack copied to clipboard
MabiPack Won't Start
http://mabipatchinfo.nexon.net/patch/patch.txt no longer works
xCryptic, Can you send me Mabinogi.exe?
mabinogi.exe is outdated and is no longer used, they changed their patching system and now it uses nexon or steam launcher and passes a token to launch client.exe https://github.com/Hyddwn/HyddwnLauncher/blob/dev/HyddwnLauncher/Network/NexonApi.cs#L88
In this program, I use it for the reason of getting server version to the last. At this time, patch.txt of the patch server is loaded. Currently, only the NA client and the Taiwan client can not get the patch version and it is an error.
As it is unlikely that patch server specifications will change depending on the country, it probably don't need to api to get patch.txt.
In any case, it is not a function that is particularly necessary for the purpose of this tool, so I'm thinking about removing it.
i agree, i mainly use the command-line features of mabipacker which is unaffected by this error, but for a simple solution for everyone else it affects, it would be easier just to remove it.
Thanks, For the time being, I have fixed the relevant part.
verifying that v.1.3.4.2 has solved the issue for me.
The source code is dirty, so I am recreating it using MahApps.Metro on the WPF branch. I implemented the command line for a while, but I still have bugs.