[Bug] .NET: FromSourceAttribute issues #68
matthias18771
started this conversation in
[BUG] FiveM for GTAV Enhanced
Replies: 4 comments 1 reply
1 reply
|
Thanks, we're looking into that |
0 replies
|
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! |
0 replies
|
Can confirm the issue is still present. #280 shows the same issue on |
0 replies
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
When using [FromSource] on the playerConnecting event, it cannot resolve to a player object. This is because the PlayerPool only registers a player on the playerJoining event, which happens after playerConnecting has successfully passed.
This is the error:
Issue type
Server
Repro rate
Always
Server build version
FXServer-early-access b92 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
None
OS version / distribution
Windows 11 25H2
CPU
Ryzen 9 9950X3D
RAM
48GB DDR5
Using txAdmin?
Yes
Hosting provider
Self-hosted
Machine type
Dedicated
/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
I expect to have a player object
Actual Behavior
This error:
Evidence
No response
Additional Context
No response
All reactions