We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My code
public ScnFile ReadScnFile(string path) { RszFileOption option = new(GameName.re2); FileHandler fileHandler = new FileHandler(path); ScnFile scnFile = new(option, fileHandler); scnFile.Read(); return scnFile; } Will crash at scnFile.Read();
gimmick.scn.zip
Malformed SCN file ?
The text was updated successfully, but these errors were encountered:
For the context
Same file in the GUI is working, so i'm confused
Sorry, something went wrong.
@Namsku I can not recurrence the issue with your gimmick.scn.zip. I see path in the first image is st317_0, the second is st4_313_0.
My bad, I will retry tonight, maybe it's on my side. If it's a mistake that i have done, i'll close the ticket. I'll keep you in touch
it was definitely an error on my side
No branches or pull requests
My code
gimmick.scn.zip
Malformed SCN file ?
The text was updated successfully, but these errors were encountered: