Skip to content
New issue

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

Rockstar Editor infinite loading (IP address hard-coded error) #2767

Open
taoletsgo opened this issue Sep 2, 2024 · 3 comments
Open

Rockstar Editor infinite loading (IP address hard-coded error) #2767

taoletsgo opened this issue Sep 2, 2024 · 3 comments
Labels
bug crash triage Needs a preliminary assessment to determine the urgency and required action

Comments

@taoletsgo
Copy link

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
1
2

Expected result

The correct server IP address can be resolved in Rockstar Editor

Reproduction steps

  1. Start the server, then record the clip on the client side, we can load the clip
  2. Stop the server and change the server IP address
  3. Start the server, then open the rockstar editor on the client side, it will be stuck in infinite loading clips

Importancy

Crash

Area(s)

FiveM, FXServer

Specific version(s)

fx: b9572 client:2699

Additional information

No response

@taoletsgo taoletsgo added bug triage Needs a preliminary assessment to determine the urgency and required action labels Sep 2, 2024
@github-actions github-actions bot added the crash label Sep 2, 2024
@taoletsgo taoletsgo changed the title Rockstar Editor infinite loading Rockstar Editor infinite loading (IP address hard-coded error) Sep 11, 2024
@Ivek21
Copy link

Ivek21 commented Sep 11, 2024

++

@AvarianKnight
Copy link
Contributor

This doesn't seem like a bug?

@taoletsgo
Copy link
Author

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.

https://github.com/citizenfx/fivem/blob/master/code/components/citizen-resources-client/src/ResourceCacheDeviceV2.cpp#L594

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug crash triage Needs a preliminary assessment to determine the urgency and required action
Projects
None yet
Development

No branches or pull requests

3 participants