Giter Club home page Giter Club logo

Comments (18)

devzspy avatar devzspy commented on September 23, 2024

Do you have a user called openspy configured?

Did you import the SQL Databases / tables?

I don't believe I have everything uploaded db/table wise which I need to fix.

from gamespy-openspy-core.

jackcaver avatar jackcaver commented on September 23, 2024

"Do you have a user called openspy configured?" - yes
"Did you import the SQL Databases / tables?" - yes, but "Matrix" db was imported from other gamespy emulator

from gamespy-openspy-core.

devzspy avatar devzspy commented on September 23, 2024

@jackcaver I just uploaded my matrix sql db. Give that a shot or compare the two to see what's missing.

from gamespy-openspy-core.

jackcaver avatar jackcaver commented on September 23, 2024

still get an error when i trying to compile it:

from cfuncs.cpp:2:
main.h:45:10: fatal error: lua.h: No such file or directory
#include <lua.h>
^~~~~~~
compilation terminated.
In file included from handler.h:3:0,
from handler.cpp:2:
main.h:45:10: fatal error: lua.h: No such file or directory
#include <lua.h>
^~~~~~~
compilation terminated.
In file included from main.cpp:1:0:
main.h:45:10: fatal error: lua.h: No such file or directory
#include <lua.h>
^~~~~~~
compilation terminated.
In file included from statsmanage.h:1:0,
from statsmanage.cpp:1:
main.h:45:10: fatal error: lua.h: No such file or directory
#include <lua.h>
^~~~~~~
compilation terminated.
Makefile:2: recipe for target 'start' failed
make[1]: *** [start] Error 1
make[1]: Leaving directory '/home/jackcaver/GameSpy-Openspy-Core-master/legacystatsprocessor'
Makefile:2: recipe for target 'start' failed
make: *** [start] Error 2

and now i get this error when i trying to run it without compilation:

./openspy: error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory

from gamespy-openspy-core.

devzspy avatar devzspy commented on September 23, 2024

If I remember correctly, I borrowed the instructions from https://github.com/bads-tm-archive/swine_gamespy/wiki/Building-and-Running

I am in contact with the original developer of this version of OpenSpy. However, he is currently working on a newer version which will be more stable, have API endpoints, utilize python, AWS, etc.

Most of the work I've done with this is to restore the chat servers and services to what they used to be when logging into GameSpy Arcade. The actual core functionality I have nothing to do with on this repo. I've been passing along my findings to the main developer. You can find the newer in development project at https://discord.gg/FWeqTPQ

from gamespy-openspy-core.

jackcaver avatar jackcaver commented on September 23, 2024

ok, now i have same error on compilation, but mysql error was replaced by this:
2020-02-05_05-41-04

from gamespy-openspy-core.

devzspy avatar devzspy commented on September 23, 2024

Usually related to the peerchat service not working or bad profile/account in the database. May also be you haven't updated your hosts file to point at your server. @jackcaver

from gamespy-openspy-core.

jackcaver avatar jackcaver commented on September 23, 2024

Hosts file was updated and account exists in database, because I used login manager to login

from gamespy-openspy-core.

devzspy avatar devzspy commented on September 23, 2024

Anything in your terminal window error wise?

from gamespy-openspy-core.

jackcaver avatar jackcaver commented on September 23, 2024

2020-02-11_14-58-49

from gamespy-openspy-core.

devzspy avatar devzspy commented on September 23, 2024

@jackcaver not sure how important your password is if using a real one. That md5 right after /proof/ is your password. Might wanna blur that out or delete the image entirely.

I believe there should be one more line that doesn't appear. I don't have my server setup anymore to check.

I can try to get it setup at a later time (in like 15 hours) when I am home from work. Although I need to start packing up my stuff as I am moving.

from gamespy-openspy-core.

jackcaver avatar jackcaver commented on September 23, 2024

i can try to set a new user for ssh if it need

from gamespy-openspy-core.

jackcaver avatar jackcaver commented on September 23, 2024

ok, i can connect to peerchat from mobile irc client, but i can't do this on pc or gamespy arcade app
Screenshot_2020-02-14-02-13-09-160_io mrarm irc

also i can't execute /oper command because i'm getting this error
2020-02-14_02-21-43

from gamespy-openspy-core.

devzspy avatar devzspy commented on September 23, 2024

I don't have access to my computer anymore as I had to pack it up. That being said the screenshot you posted shows you are missing a UDF (User Defined Function). I can try to see if I have it saved anywhere that is accessible on my phone.

from gamespy-openspy-core.

jackcaver avatar jackcaver commented on September 23, 2024

Ok, i returned to the first error by compiling and importing this https://github.com/devzspy/GameSpy-Openspy-Core/tree/master/udf/Matrix udf_matrixqueue function
IMG_20200214_103706
mysql server reports about same error as in first time i get this error

from gamespy-openspy-core.

devzspy avatar devzspy commented on September 23, 2024

It's hard to troubleshoot why you're losing the database connection. I believe I ran into that issue but I can't recall what i did to fix it.

I know I had issues also with creating new users/profiles. I actually would have to copy an existing working user/profile and then modify it in the tables to make things work.

from gamespy-openspy-core.

jackcaver avatar jackcaver commented on September 23, 2024

I know I had issues also with creating new users/profiles. I actually would have to copy an existing working user/profile and then modify it in the tables to make things work.

After i imported "GameTracker" database i'm also get an issue with profile creation, but i changed default values in order to get a profile using gamespy arcade app

from gamespy-openspy-core.

devzspy avatar devzspy commented on September 23, 2024

Seems like you got it working. Sorry for the very late response. Was moving, getting settled in new home/job and then the covid-19 stuff hit.

from gamespy-openspy-core.

Related Issues (8)

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.