-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Crash with UTF8error #9
Comments
That's super weird. I'm wondering whether it's the regex library. |
It's possible, I took a look through my library and couldn't find anything obvious, but I have a few visual novels, so I wouldn't rule it out. |
Hmm. I tried replicating failure in unit tests, but couldn't. Do you have cargo? Can you check out that branch and run |
Alright, I git cloned the repo and switched to the unicode bug branch, ran the cargo run 2> err and the result is attached. Hope it helps! |
Thanks! Did it crash this time, or was it alright? |
Nope, loaded just fine this time. No issues. |
Yeah, I think it was this: "Maxis�" who is the developer of 'Spore'. Anyway, unit-test catches it now. It'll update the crate at least, but I still need to get an aur workflow setup. Cheers |
Whilst building the library once logging in, it gets to about 50 something percent and then errors with this error:
Problem("Utf8Error { valid_up_to: 4502, error_len: Some(1) }")
Any ideas?
This is on arch linux, installed from the AUR with yay. I tried the steam-tui, and the steam-tui-bin just in case.
The text was updated successfully, but these errors were encountered: