Describe the bug
Any downloaded files that are opened crash the client when the resource is stopped.
To Reproduce
crun File("client.lua")
Expected behavior
It should not crash the client.
Additional context
Crash at CResourceManager::OnResourceRemoveFile (third line down that method), at the dassert.
See line 219 of mtasa-blue\MTA10\mods\deathmatch\logic\CResourceManager.cpp
It does not matter if the file is the current script (any client file will work).
It does not matter if the file is a script (any downloaded file opened will call a crash)
It does not matter if you close the file.
This only occurs clientside.
What's the mantis report for this?
@qaisjp It is https://bugs.mtasa.com/view.php?id=9162 and it was your report ;)
I am not able to reproduce this in Multi Theft Auto v1.5.6-release-16191. I am wondering if this has been fixed along the way?
I can't reproduce this even on 1.4.1. Perhaps the issue was fixed here: https://github.com/multitheftauto/mtasa-blue/commit/ffc7130b341e198f0a05a70122aea1732324cd30
Closing this issue due to inactivity. If this issue persists, please feel free to reopen or create new issue.