Giter Club home page Giter Club logo

Comments (9)

artem-alekseev avatar artem-alekseev commented on September 6, 2024 1

I'll take a look tonight and check it out and send you a PR.

from freya.

ubis avatar ubis commented on September 6, 2024

Hi,

I assume you're using the latest build? Could you share your characters table?

As for

the Cabal client try to connect in the internal ip address of GameServer and not the address set in the configuration.

This is because of d164582 which allows to connect locally and remotely. I might make this configurable.

from freya.

artem-alekseev avatar artem-alekseev commented on September 6, 2024

@ubis the word "rank" it's reserved word in sql, change the column name

from freya.

ubis avatar ubis commented on September 6, 2024

@artem-alekseev can you also reproduce this?

It seems rank is reserved keyword since MySQL 8.0.2, probably because of RANK() function. I guess adding backticks might help.

Though it's weird, I don't get this on my dev server on macOS with MariaDB 11.2.2 nor on my test server on FreeBSD with MariaDB 10.11.5

from freya.

artem-alekseev avatar artem-alekseev commented on September 6, 2024

@ubis yep u right, it's error only in mysql, mariadb don't have this problem

from freya.

ubis avatar ubis commented on September 6, 2024

Aha, that's the first difference I've heard between MariaDB and MySQL. Any reason you guys are using MySQL over MariaDB? IMO MySQL is slowly being killed by Oracle.

Anyway, we should still fix this. @artem-alekseev if you have MySQL installed, could you check with backticks?

from freya.

ubis avatar ubis commented on September 6, 2024

Another issue with this deployment type is after login, the Cabal client try to connect in the internal ip address of GameServer and not the address set in the configuration. I changed the container interface to be the same of the host and works.

Fixed this with 28e99bd. Now this behaviour is disabled by default, you can still enable it with use_local_ip=1 in gameserver conf.

from freya.

artem-alekseev avatar artem-alekseev commented on September 6, 2024

@ubis the word "rank" it's reserved word in sql, change the column name

@ubis Fixed in #10

I would like to help you, do some simple things, can you tell me where to start?

from freya.

ubis avatar ubis commented on September 6, 2024

@casmssm everything should be fixed in fb5bbcc or newer revision.

@artem-alekseev we should chat about this in Discord or so, let's not pollute this issue.

from freya.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.