Open taoletsgo opened 2 months ago
++
This doesn't seem like a bug?
This doesn't seem like a bug?
Yeah, it doesn't seem to be a bug or a DNS cache, because each connection to the resource cache in the editor will wait more than 4 times before throwing an error and verifying the next resource cache.
If the server has a large number of script resources, it will cause a very long loading time. My server has 40 scripts, and usually after waiting for 10 minutes, it will trigger an early exit trap and exit. But if the server IP has not changed, the resource cache can be verified quickly and the clip can be loaded.
What happened?
When the server IP address is changed, opening the clip in Rockstar Editor will cause an infinite loading. The log shows that the old IP address is being requested, and the Windows Resource Monitor also shows that the connection is to the old IP address. When not in Rockstar Editor, the connection is to the new IP address. Clearing the DNS cache does not work, because it seems that the old IP address is written to the clip file
Expected result
The correct server IP address can be resolved in Rockstar Editor
Reproduction steps
Importancy
Crash
Area(s)
FiveM, FXServer
Specific version(s)
fx: b9572 client:2699
Additional information
No response