sessionmanager-rdr3 fails to start

Server Artifact Version: 3325
Operating System (Windows/Linux): Windows
Error screenshot (if any):

Creating script environments for yarn
Started resource yarn
Running build tasks on resource sessionmanager-rdr3 - it’ll restart once complet
ed.
Couldn’t start resource sessionmanager-rdr3.
Warning: Resource monitor does not support the current game (rdr3).
Couldn’t start resource monitor.
Started resource spawnmanager
Creating script environments for mapmanager
Started resource mapmanager
Started gametype Freeroam
Started resource basic-gamemode
Authenticating server license key…
cfx> Started map redm-map-one
Started resource redm-map-one
yarn install v1.22.5
Server license key authentication succeeded. Welcome!
Authenticating with Nucleus…
info No lockfile found.
[1/4] Resolving packages…
Building resource sessionmanager-rdr3 failed.
Error data: yarn failed!

Crash files (if any): n/a
Server config (server.cfg):

Only change the IP if you’re using a server with multiple network interfaces, otherwise change the port only.

endpoint_add_tcp “0.0.0.0:30120”
endpoint_add_udp “0.0.0.0:30120”

ensure spawnmanager
ensure mapmanager
ensure basic-gamemode

A comma-separated list of tags for your server.

For example:

- sets tags “drifting, cars, racing”

Or:

- sets tags “roleplay, military, tanks”

sets tags “default”

A valid locale identifier for your server’s primary language.

For example “en-US”, “fr-CA”, “nl-NL”, “de-DE”, “en-GB”, “pt-BR”

sets locale “root-AQ”

please DO replace root-AQ on the line ABOVE with a real language!

Set your server’s hostname

sv_hostname “SNOOP”

Add system admins

add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don’t allow quit
add_principal identifier.fivem:1 group.admin # add the admin to the group

Hide player endpoints in external log output.

sv_endpointprivacy true

Server player slot limit (must be between 1 and 32, unless using OneSync)

sv_maxclients 32

Steam Web API key, if you want to use Steam authentication (https://steamcommunity.com/dev/apikey)

-> replace “” with the key

set steam_webApiKey “key”

License key for your server (https://keymaster.fivem.net)

sv_licenseKey licensekey

Path to server files: C:\MyRedMServer\server-data
Path to cfx-server-data files: C:\MyRedmServer\server-files\

Describe your issue
Resource manager says it doesn’t support the current game and also says it can’t start sessionmanager-rdr3. This causes the client to get an infinite loading screen.

What have you tried?
Nuking all files and following the guide again to a T.
Reinstalling Visual C++
Making sure I was launching the game correctly like in the guide.
Tried starting sessionmanager-rdr3 from rcon.
Yarn also appears to be on the most current version as well.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.