[Bug] RegisterConsoleListener Fatal Error #16
Closed
1A3Dev
started this conversation in
[BUG] FiveM for GTAV Enhanced
Replies: 2 comments 1 reply
|
Same thing happen in JS, but seems to happen only when doing I/O. Here is a repro code |
0 replies
|
A fix for this bug has been implemented and will be available in an upcoming hotfix patch that will go live within the next two hours. Please try again once the patch is live and let us know if the issue persists. Thanks for your help! |
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.
Summary
Using
RegisterConsoleListenerin a server-side lua script results in fatal assertion failure each time the console tries to show a new log lineIssue 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
Windows 11 25H2
CPU
AMD Ryzen 5 5600X
RAM
32 GB DDR4
Using txAdmin?
No
Hosting provider
Self-hosted
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
RegisterConsoleListener(function() end)Expected Behavior
It should register the console listener like normal and shouldn't error when a log happens.
Actual Behavior
It errors each time the console tries to log with an an assertion failure.
Evidence
Additional Context
No response
All reactions