[Release] MySQL Async Library - 3.3.2

I’m grateful for the help.

Now it should be quick. :slight_smile: enjoy.

I will monitor the situation. Will there be a faster update?

yes, because it is indexed now. it does not need to search the entire table for the appropriate rows.

I just installed the last version, but every time i start the server this error comes out… what can I do to fix it?

Error loading script mysql-async.js in resource TODO: TypeError: global.exports is not a function

stack:

TypeError: global.exports is not a function

at Object.<anonymous> (mysql-async.js:4979:8)

at webpack_require (mysql-async.js:20:30)

at mysql-async.js:84:18

at mysql-async.js:87:10

Failed to load script mysql-async.js.

Delete your cache and try again.

My reuserver hangs on the server. The server can not print or do anything.

Would you please write proper english sentences?

I do not understand what your issue is.

obviously his reuserver hangs on the server. The server can not print or do anything. Duh…

I just installed the latest version and I am getting this error, I used to use your older version a few months back before I got busy with work, I started fresh and deleted and updated everything for my server, but now I am getting this and it will not start. I’ve been trying to fix it my self not sure how.

This is what i put in server.cfg not sure if its changed.
set es_enableCustomData 1
set mysql_connection_string “server=127.0.0.1;database=essentialmode;userid=root;password=password”

Error loading script mysql-async.js in resource TODO: TypeError: global.exports is not a function
stack:

TypeError: global.exports is not a function

at Object. (mysql-async.js:4979:8)

at webpack_require (mysql-async.js:20:30)

at mysql-async.js:84:18

at mysql-async.js:87:10

Failed to load script mysql-async.js.

Uuhm which server artifacts are you using? @Autry

October 18th 2018 release, I think it might be my couch db i just notice it was outdated? possibly @Syntasu

Uuuh that should be fine, weird that it doesn’t recognize those global.exports calls, maybe something @zr0iq might need to take a look at.

Or could you make a log of your server output, there might be more to the story here.

Yeah probably sucks too am in the middle of a deadline lol, but it is what it is once its fixed or find a fix I will set it up thanks though @Syntasu

Please provide a server log :slight_smile:

If you are on windows, use this:

../artifacts/run.cmd +exec server.cfg > output.txt 

Basically append the > output.txt part and run the server for like 30 seconds.

what do I use to do this part on
…/artifacts/run.cmd +exec server.cfg > output.txt

In your start.bat or so.

1 Like

cd /d C:\FiveMServer\cfx-server-data
C:\FiveMServer\run.cmd +exec server.CFG +set sv_licenseKey [licensekey]
/artifacts/run.cmd +exec server.cfg > output.txt
Thats how I put it, it don’t work so I don’t know where to put it sorry man I’m not used to this

Yes and now run it, there should be an output.txt file in your folder.

1 Like

No theirs not thats what I mean when I said it didn’t work