[Bug] start and ensure are mixed up #164
Replies: 3 comments 1 reply
|
After further testing it looks like
(doEnsure returns false when the resource can't be found — https://github.com/citizenfx/fivem/blob/25c937b1451be564e66afabab09b47a30d095385/code/components/citizen-server-impl/src/ServerResources.cpp#L785-L793) |
|
Thanks, we are looking into this. |
|
A fix for this bug has been implemented and is available in the latest patch b96/97. Please try again and let us know if the issue persists. Thanks for your help! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Summary
If any ressource fails inside of a category getting started, none of the ressource in that category start.
Issue type
Both / Unsure
Repro rate
Always
Server build version
fx: b94-ea/Win
OS
No response
CPU
No response
GPU
No response
RAM
No response
Storage type
None
Connection type
None
ISP and bandwidth
No response
DxDiag
No response
Network graph
No response
Platform
None
OS version / distribution
No response
CPU
No response
RAM
No response
Using txAdmin?
None
Hosting provider
None
Machine type
None
/perf endpoint output
No response
DDoS protection
No response
ulimit -n value (Linux only)
No response
Docker Compose file (Docker only)
No response
Steps to Reproduce
Expected Behavior
The category should start each ressource like it does here (loop through all ressources in that category and start them in alphabetical order)
https://github.com/citizenfx/fivem/blob/25c937b1451be564e66afabab09b47a30d095385/code/components/citizen-server-impl/src/ServerResources.cpp#L673-L707
https://github.com/citizenfx/fivem/blob/25c937b1451be564e66afabab09b47a30d095385/code/components/citizen-server-impl/src/ServerResourceList.cpp#L333-L345
Actual Behavior
Nothing happens, no ressource is started, it seems like the operation is aborted.
Evidence
No response
Additional Context
No response
All reactions