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

Game crash when set weather to XMAS (snow) #3123

Open
Seekiii opened this issue Feb 3, 2025 · 3 comments
Open

Game crash when set weather to XMAS (snow) #3123

Seekiii opened this issue Feb 3, 2025 · 3 comments
Labels
bug crash triage Needs a preliminary assessment to determine the urgency and required action

Comments

@Seekiii
Copy link

Seekiii commented Feb 3, 2025

What happened?

I'm working on a weather script and change the time to winter, specifically XMAS, where snow appears on the road. After that, I can walk for 2 seconds and get the error: "grey-july-uranus".

Expected result

Nothing, just show snow.

Reproduction steps

Citizen.CreateThread(function()
    ClearWeatherTypePersist()
    SetWeatherTypePersist("XMAS")
    SetWeatherTypeNow("XMAS")
    SetWeatherTypeNowPersist("XMAS")
    SetForceVehicleTrails(true)
    SetForcePedFootstepsTracks(true)
end)

Importancy

Crash

Area(s)

FiveM

Specific version(s)

Ver.12729/canary

Additional information

Image

@Seekiii Seekiii added bug triage Needs a preliminary assessment to determine the urgency and required action labels Feb 3, 2025
@github-actions github-actions bot added the crash label Feb 3, 2025
@iridium-cfx
Copy link
Contributor

Should be fixed by #3089

@DaniGP17
Copy link
Contributor

DaniGP17 commented Feb 6, 2025

I think this can be closed.

@ook3D
Copy link
Contributor

ook3D commented Feb 6, 2025

I think this can be closed.

yes, it was fixed here, 2ce389a

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

4 participants