djhackersdev / segatools

Loaders and hardware emulators for SEGA games that run on the Nu and ALLS platforms
The Unlicense
60 stars 7 forks source link

Aime Server check failed in older versions of Chunithm #12

Closed icex2 closed 1 year ago

icex2 commented 4 years ago

In GitLab by @cadyzzzxxx on Sep 21, 2020, 16:52

Not sure if it's segatools or server emulator's fault, but I'll write anyway.

Tested using the followings:

aqua_0.0.15
minime_v012
segatools_v004

Chunithm Air Plus (failed)
Chunithm Star Plus (failed)
Chunithm Amazon (pass)

weirdly it only fails the Aime server check but other checks do pass (see pic). Screenshot__1_

And when in game it displays this connection icon and can not login with aime. Capt2ure

my config files: segatools.ini

icex2 commented 4 years ago

In GitLab by @NeumPhis on Sep 27, 2020, 16:53

https://dev.s-ul.eu/djhackers/segatools/-/merge_requests/13

This is the issue of the release.

Using a hex editor to modify the aimeReaderHost.exe

Search for string aime.anbzvarg.wc and change it to either aime.naominet.jp or nvzr.anbzvarg.wc.

If you don't want to edit the file, then apply the patch in the MR#13 and compile segatools.

icex2 commented 4 years ago

In GitLab by @cadyzzzxxx on Sep 28, 2020, 15:44

I've hex edited aimeReaderHost.exe and now it works as intended, thanks.

I've also made Air Plus and Star Plus patchers based on BemaniPatcher which includes said hex edit for aimeReaderHost.exe (and some other offset changes for hex edits from Amazon, for chuniApp.exe) to make things easier. I'll leave the files here if someone could do me a favor and upstream them to https://github.com/mon/BemaniPatcher.

chuniairplus.html chunistarplus.html

icex2 commented 3 years ago

In GitLab by @cadyzzzxxx on Oct 7, 2020, 17:00

mentioned in issue NeumPhis/aqua#5