logue / MabiPack

Mabinogi Package File Management Tool. Multi-language support in Chinese, English, Japanese and Korean.
https://mabiassist.logue.be/MabiPacker
MIT License
53 stars 15 forks source link

MabiPack Won't Start #4

Open maybecryptic opened 5 years ago

maybecryptic commented 5 years ago

http://mabipatchinfo.nexon.net/patch/patch.txt no longer works

logue commented 5 years ago

xCryptic, Can you send me Mabinogi.exe?

maybecryptic commented 5 years ago

sure

Mabinogi.zip

shaggyze commented 5 years ago

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

logue commented 5 years ago

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.

shaggyze commented 5 years ago

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.

logue commented 5 years ago

Thanks, For the time being, I have fixed the relevant part.

shaggyze commented 5 years ago

verifying that v.1.3.4.2 has solved the issue for me.

logue commented 5 years ago

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.