Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.0.21 crashes upon opening save files #79

Open
CocaineJane opened this issue Aug 20, 2024 · 2 comments
Open

Version 0.0.21 crashes upon opening save files #79

CocaineJane opened this issue Aug 20, 2024 · 2 comments

Comments

@CocaineJane
Copy link

As the title says, every time I go to open a SL2 file with the program, it auto closes with no crash log or error message.

https://youtu.be/KGdR4wxQGso

@kmm
Copy link

kmm commented Aug 20, 2024

I think I'm seeing the same issue, seems to be a loader check that's failing.

thread 'main' panicked at src/save/common/user_data_11.rs:28:9:
assertion `left == right` failed
  left: 135
 right: 0

And the relevant code with the assertion that's failing:

user_data_11.rest.copy_from_slice(br.read_bytes(0x56050)?);
assert_eq!(user_data_11.rest[0], 0);

So it looks like the loader is reading a block and expecting the first byte to be a zero, but it's finding 135.
That's about all I can really add, I'm a Rust noobie at best and I don't know anything about FromSoft's save file formats.

@MechMK1
Copy link

MechMK1 commented Sep 29, 2024

Happens to me as well. It seems this project is currently abandoned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants