[Bug/Regression] Change of behaviour with GetResourceState #35
ChatDisabled
started this conversation in
[BUG] FiveM for GTAV Enhanced
Replies: 1 comment 1 reply
|
Thanks for the report. Issue confirmed, will fix it asap. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
GetResourceStateused to return "stopped" when a resource failed loading or never got loaded in the first place. On FiveM for enhanced however it now returns "loaded" even though this is not a valid option (according to the yet to be updated documentation). If it fails loading however it returns "uninitialized". This regression is especially apparent when trying to control your resources through txAdmin since it still expects the previous values.Issue type
Server
Repro rate
Always
Server build version
FXServer-early-access b90 win32
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
Windows
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
GetResourceStateor check inside of txAdmin with that resource nameGetResourceStateor check inside of txAdmin with that resource nameExpected Behavior
Return "stopped" since the resource never got loaded and to match behavior with legacy
Actual Behavior
Returns "loaded" if outright not starting it or "uninitialized" if it fails to load
Evidence
No response
Additional Context
No response
All reactions