Arcturus EMU Random Error Help

opinionswrest

Member
Jan 6, 2020
117
5
Hi

Keep getting up the following errors anyone know any fixes?



Also random DC'S whilst on client any fix for that?
 

lBambuco

New Member
May 20, 2020
25
7
First error:
Set the table to UTF8MB4, this is caused by emojis.

Second error:
Problems with encryption.forced, run this query in your database

INSERT INTO emulator_settings (key, value) VALUES ('encryption.forced`, '1');
 

opinionswrest

Member
Jan 6, 2020
117
5
First error:
Set the table to UTF8MB4, this is caused by emojis.

Second error:
Problems with encryption.forced, run this query in your database

INSERT INTO emulator_settings (key, value) VALUES ('encryption.forced`, '1');
Hi, Its is already in UTF8MB4 still getting it
The second one the query doesnt run I assume can just insert it manually?

Any ideas on the random DC?
 

Roper

Ancient Member
Jul 4, 2010
569
216
All it does is every so oftern will just dc the user nothing appears on EMU
are you using Cloudflare for your nitro websocket connection?
CF is known for closing connections after so long.

I'd ditch Cloudflare for the websocket connection and replace it with a TCP proxy instead to prevent these random disconnections
 

opinionswrest

Member
Jan 6, 2020
117
5
are you using Cloudflare for your nitro websocket connection?
CF is known for closing connections after so long.

I'd ditch Cloudflare for the websocket connection and replace it with a TCP proxy instead to prevent these random disconnections
Hi

Tried to use a tcp proxy issue is the tcp proxy is ws so says unable to use this

Cant seem to edit it to allow the ws connection
 

Users who are viewing this thread

Top