hi there, i had issues with two things. First is the mysql-async-temporary.
Instruction is:
âmake sure that the name of fivem-mysql-async
is `mysql-asyncâ inside the resources folder.
RedM guidance is put all custom resources in /resources/[local]/foo
Problem is that the fivem-mysql-async
folder contains two folders which contain the fxmanifest.lua. RedM complains as it cannot see them at that directory level.
Thanks for any detail you can offer on installing this properly.
second:
install guide here:
https://wiki.kanersps.pw/display/REDM/RedEM%3A+Roleplay
and the github guidance for each part conflict.
the git says install âredem_roleplayâ to /resources/[redemrp]/redem_roleplay
wiki says install it to /resources/redem_roleplay
i appreciate this is only day 2 really, so it not a big deal to have some confusion, but iâd love to get this running - thanks for all your hard work @RedMTeam
EDIT:
By placing the âasyncâ & âmysql-asyncâ as separate folders into the /resources/[local]/ folder i did manage to get RedM to load those after adding âensure asyncâ to server.cfg
This error was throwing up:
â[ERROR] ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL clientâ
iâm using windows server 2016 & I had an error with mysql auth but that was because version 8.0 had to be installed with compatibility with 5.6 and i had to create a file in c:\my.conf
â[mysqld]
default-authentication-plugin=mysql_native_passwordâ
apparently it will never auth with mysql as it uses Sha2 by default.
I do appreciate i could be barking up the wrong tree here and digging my own grave
EDIT2: I removed MySQL 8.0 and installed version 5.6
https://gyazo.com/4cd20b5579fe404e2c9ec63d54438326
that fixed my Auth probs
i think someone said to ignore these?
(node:17004) [DEP0095] DeprecationWarning: timers.enroll() is deprecated. Please use setTimeout instead.
(node:17004) [DEP0126] DeprecationWarning: timers.active() is deprecated. Please use timeout.refresh() instead.
(node:17004) [DEP0096] DeprecationWarning: timers.unenroll() is deprecated. Please use clearTimeout instead.
so close yet so farâŚ
https://gyazo.com/2dd7e0892f80a5c7fe0123416724345e
so now Steam is getting involved. it says i need to relaunch RedM. I have steam and rockstar launcher both signed in and running so not sure where to go from here?
If I disable Redem Resources in server.cfg i can connect to another server im using and it never asked for âsteamâ before?