You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The crash comes from symbols_impl.rs, where the generate_symbol_map function throws an error. Updating the START_RVA value to be 0x782c12 resolves this. With this, the symbol map is generated, but the game force closes a few seconds later. My best guess is that it's an anticheat update.
Hachimi crashes on the recent DMM update.
The crash comes from symbols_impl.rs, where the generate_symbol_map function throws an error. Updating the
START_RVAvalue to be0x782c12resolves this. With this, the symbol map is generated, but the game force closes a few seconds later. My best guess is that it's an anticheat update.