Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Violación de segmento (`core' generado) ./game_server

Initiate Mage
Joined
Jan 8, 2012
Messages
59
Reaction score
0
Hi guys, I'm bothering you with a new problem.

Out of the blue, while the server is normal, I get the following error and the game_server closes.

"./3: line 4: 29463 Segment violation (`core' generated) ./game_server".

The weirdest thing is that this started to happen out of nowhere without me having made any modification to the files. That is, it was not after an update.

The only thing I did differently these days is to change the input message and the automatic messages (setentertip and bulletingroup).

I cancelled those messages anyway but I still get that error. It happens randomly at any time and I really don't know why because there is no "unknown" error prior to the occurrence.

I put "unknown" because I have the same errors I always had. Some other npc that you can't find the class or the typical errors when leveling up or entering a player.

I would appreciate if someone can guide me, if not, I will be forced to make the whole game_server from scratch but I have no hope because as I was saying these files were working fine for two weeks without giving problems.
 
Junior Spellweaver
Joined
Jan 11, 2013
Messages
110
Reaction score
13
Apologies for the delay friend.

I tried to generate this error on my GS, but without success.

I think this error could be from some item, or quest that you must have deleted from the game.

When the player tries to log in, it causes their server to crash

post a screenshot of your terminal
 
Initiate Mage
Joined
Jan 8, 2012
Messages
59
Reaction score
0
Thank you for your response. The problem is solved for the moment. The error occurs when players open the store. For the time being I've enulated the store until I find out what the error is as my point_shop_type and point_shop_item files look fine and without errors.
 
Junior Spellweaver
Joined
Jan 11, 2013
Messages
110
Reaction score
13
then it must be some error in the script in .lua

But did you manage to fix the T-points shop bug?Because it had to be disabled in private due to a bug, but I don't know how it works

i don't use the shop because of the bug
 
Initiate Mage
Joined
May 9, 2023
Messages
57
Reaction score
8
segmentation fault can show went your database is missing a table that the game_server trying to access ... use all the .SQL provided
 
Initiate Mage
Joined
Jan 8, 2012
Messages
59
Reaction score
0
la falla de segmentación puede mostrar que a su base de datos le falta una tabla a la que el servidor del juego intenta acceder ... use todo el .SQL proporcionado
Dear, first of all thank you for replying. I doubt it is a database problem as I have all the tables that include the files and to put it a little in context, the error occurs when I have the store enabled in the game. If I disable it there are no disconnections. I have even made a copy of the productive server and I can't reproduce the error in this testing version. The store files are fine and have been checked hundreds of times. I don't know what is the real reason for the failure. But what I do know is that it has to do with the store.
 
Initiate Mage
Joined
Jan 8, 2012
Messages
59
Reaction score
0
Here the error....
errorsv.jpg
 
Junior Spellweaver
Joined
Jan 11, 2013
Messages
110
Reaction score
13
This error happens due to the T-points shop bug

I don't know how the bug generates the error, I haven't had the opportunity to try to fix it

And whoever has the bug fix doesn't provide the files

From what I understand, it generates the error, because it's like the player trying to access a place in the shop that is not allowed

If you know how to generate the error, we can try to solve this problem


Install NVM,

maybe solve the problem
 
Last edited:
Initiate Mage
Joined
Jan 8, 2012
Messages
59
Reaction score
0
Este error ocurre debido al error de la tienda de puntos T

No se como el bug genera el error, no he tenido la oportunidad de intentar arreglarlo

Y quien tenga la corrección de errores no proporciona los archivos.

Por lo que entiendo me genera el error, porque es como si el jugador intentara acceder a un lugar de la tienda que no esta permitido

Si sabe cómo generar el error, podemos intentar solucionar este problema.


Instalar NVM,

tal vez resolver el problema
¿Qué es NVM ?
 
Junior Spellweaver
Joined
Jan 11, 2013
Messages
110
Reaction score
13
What is NVM? NVM or Node Version Manager is a version manager for Node. JS, as you can already imagine, is responsible for managing the versions installed on our development machine.
 
Back
Top