Strange crash after start

Hi all.
After some minutes from start NR crash showing this exception
This is all logs from the begin. I run nodered from a user shell

[mauro@artixvm ~]$ node-red
4 Jul 06:52:26 - [info] 

Welcome to Node-RED
===================

4 Jul 06:52:26 - [info] Node-RED version: v4.0.9
4 Jul 06:52:26 - [info] Node.js  version: v24.3.0
4 Jul 06:52:26 - [info] Linux 6.15.2-artix1-1 x64 LE
(node:2230) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
(Use `node --trace-deprecation ...` to show where the warning was created)
4 Jul 06:52:26 - [info] Loading palette nodes
[sudo] password for mauro: 4 Jul 06:52:30 - [info] Dashboard version 3.6.5 started at /ui
4 Jul 06:52:31 - [info] Settings file  : /home/mauro/.node-red/settings.js
4 Jul 06:52:31 - [info] Context store  : 'default' [module=memory]
4 Jul 06:52:31 - [info] User directory : /home/mauro/.node-red
4 Jul 06:52:31 - [warn] Projects disabled : editorTheme.projects.enabled=false
4 Jul 06:52:31 - [info] Flows file     : /home/mauro/.node-red/flows.json
4 Jul 06:52:31 - [warn] 

---------------------------------------------------------------------
Your flow credentials file is encrypted using a system-generated key.

If the system-generated key is lost for any reason, your credentials
file will not be recoverable, you will have to delete it and re-enter
your credentials.

You should set your own key using the 'credentialSecret' option in
your settings file. Node-RED will then re-encrypt your credentials
file using your chosen key the next time you deploy a change.
---------------------------------------------------------------------

4 Jul 06:52:31 - [warn] Encrypted credentials not found
4 Jul 06:52:31 - [info] Server now running at http://127.0.0.1:1880/
4 Jul 06:52:31 - [info] Starting flows
4 Jul 06:52:31 - [info] Started flows
/usr/lib/node_modules/node-red/red.js:526
        util.log('[red] Uncaught Exception:');
             ^

TypeError: util.log is not a function
    at process.<anonymous> (/usr/lib/node_modules/node-red/red.js:526:14)
    at process.emit (node:events:507:28)
    at process.emit (/home/mauro/.node-red/node_modules/source-map-support/source-map-support.js:516:21)
    at process._fatalException (node:internal/process/execution:159:25)

Node.js v24.3.0
[mauro@artixvm ~]$ node-red

Hi

We don't support Node 24 yet. That will come in the 4.1 release (although the current beta will hit the same error as I haven't pushed the fix yet).

Nick