ID:2251169
 
Hey!

I'm using a server provider to host my own server. I've set up a database and downloaded the code but something isn't working anymore.
Every time I try to connect to the server, it takes a while saying "connecting." Then the screen flashes and it says your game will load soon but it doesn't load at all :D.
This is an error I keep getting:
*** glibc detected *** DreamDaemon: malloc(): memory corruption: 0x15f6bba0 ***

If anyone wants, you can add me on steam at http://steamcommunity.com/id/Supercon or add me on discord at Super_#9850 if you think you can help me :3

Thanks
I'm not entirely familiar with malloc() but I'm gonna take a stab that you're addressing memory in a funky way or a leak.
You can try debugging with valgrind memcheck to see possible errors.
Is that a debugging application? I can download if it you are 70% sure it will help.
http://valgrind.org/docs/manual/mc-manual.html

I'm like 30% sure, cannot say much for being 70% sure.
Is there a windows version?
In response to Supercon
Supercon wrote:
Is there a windows version?

My bad, thought you were using a linux.
I think the server is using a linux but I'm using windows.
And how do I use this? It's all really confusing.
You might want to move this to Linux Talk as it's a common problem. Just to be sure, what version of BYOND is installed on the server and what version was last compiled for the host files?
BYOND 5.0 Public (Version 511.1384) on Linux
Might be something similar to this, since SS13 is a common game to host that results in memory issues:

http://www.byond.com/forum/?post=2245438
I don't see how that is similar to what I got.