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
the missing line is "StrCopy(fileInfo->fileName, filePath);" at LoadFile() in Reader.cpp
The text was updated successfully, but these errors were encountered:
Can you please make a pull request or tell me what line it's supposed to be in?
Sorry, something went wrong.
line 156 in Reader.cpp
Missing line of code appears to mitigate the issue, but eventually crashes anyway, as far as I'm aware.
Fixed in 0b89c10.
the crash happens due to a different issue, as it happens with the RSDK too, and the log doesn't say that it failed to load something
No branches or pull requests
the missing line is "StrCopy(fileInfo->fileName, filePath);" at LoadFile() in Reader.cpp
The text was updated successfully, but these errors were encountered: