shiiion / steinsgate_textractor

Steins;Gate text extractor
40 stars 6 forks source link

Steins; Gate 0: Failed to load signatures #5

Closed ThisCakeIsALie closed 4 years ago

ThisCakeIsALie commented 4 years ago

The problem

When trying to attach to Steins; Gate 0 it fails while loading the signatures. image

The context

I am using the latest Steam release version of Steins; Gate 0 on Windows 10.

A hint

After digging through the code a bit it seems like initialize_sg0_sigs doesn't find all the correct values as results[3], results[11] and results[12] all appear to be 0.

shiiion commented 4 years ago

It seems that the game was recompiled and some compiler optimizations ended up switching instructions around. The sigs have been adjusted, compile the updated version ff51443 and test it.

ThisCakeIsALie commented 4 years ago

Works like a charm. Thanks for the fast response :)