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
I didn't encounter the assertion failure described in the issue during my tests. However, I did encounter the same error when running 'readelf,' as well as when launching 'Quake' and selecting single-player mode to enter the game, I observed the same assertion error.
Upon investigation, I discovered that this issue arises due to the incorrect assumption that the number of bytes read will always be equal to the number of bytes requested. This can occur, for example, because there are fewer bytes available at that moment (perhaps due to being close to the end-of-file) or because an error occurred during the read operation. Therefore, it is necessary to handle these scenarios.
After commit 56766c0, Doom fails to launch:
Tested on both Ubuntu Linux 20.04 (Intel Xeon E5-2650) and macOS 14.1 (Apple M1).
The text was updated successfully, but these errors were encountered: