multitheftauto / mtasa-blue

Multi Theft Auto is a game engine that incorporates an extendable network play element into a proprietary commercial single-player game.
https://multitheftauto.com
GNU General Public License v3.0
1.38k stars 424 forks source link

Add link to help in CD48 disconnect popup #3217

Open CrosRoad95 opened 11 months ago

CrosRoad95 commented 11 months ago

Is your feature request related to a problem? Please describe.

most people don't know how to fix it, it says file can't be open, but why? even i'm not sure what went wrong. People suggest to remove resources folder and it sometimes help image

Describe the solution you'd like

add link to help, maybe try to fix this this issue, maybe file can be opened with read only access what prevent from failing when file is opened in other program

Describe alternatives you've considered

/

Additional context

/

Security Policy

Pirulax commented 10 months ago

Probably related to #1340 Presumably the http downloader in netc doesn't close some handles properly. Solution could be to move the downloader out of netc, and use a better-suited library instead of a simple curl. Issue is that large files are re-downloaded even for small changes (like .img achieves).