Jump to content

Lycan [WE NEED YOU]


Syron

Recommended Posts

  • 1 month later...

I have a problem.

Whenever I choose the wolf, I always come back at server bearing selection.
Syserr client's nothing
.

 

Server Syserr

SYSERR: Jun  2 00:50:12.197632 :: GetValidLocation: cannot find sectree_map by map index 222
SYSERR: Jun  2 00:50:12.198049 :: PlayerLoad: InputDB::PlayerLoad : cannot find valid location 788604 x 914166 (name: Syron)

My Start_position.cpp

#include "stdafx.h"
#include "start_position.h"


char g_nation_name[4][32] =
{
	"",
	"½Å¼ö±¹",
	"õÁ¶±¹",
	"Áø³ë±¹",
};

//	LC_TEXT("½Å¼ö±¹")
//	LC_TEXT("õÁ¶±¹")
//	LC_TEXT("Áø³ë±¹")

long g_start_map[7] =
{
	0,
	1,
	21,
	41,
	7,
	27,
	47
};

DWORD g_start_position[7][2] =
{
	{0, 0},
	{469300, 964200},
	{55700, 157900},
	{969600, 278400},
	{768000, 896000},
	{819200, 896000},
	{870400, 896000}
};

DWORD arena_return_position[4][2] =
{
	{       0,  0       },
	{   347600, 882700  }, // ÀÚ¾çÇö
	{   138600, 236600  }, // º¹Á¤Çö
	{   857200, 251800  }  // ¹Ú¶óÇö
};


DWORD g_create_position[7][2] = 
{
	{0, 0},
	{459800, 953900},
	{52070, 166600},
	{957300, 255200},
	{808600, 936000},
	{859800, 936000},
	{911000, 936000}
};

DWORD g_create_position_canada[7][2] = 
{
	{0, 0},
	{457100, 946900},
	{45700, 166500},
	{966300, 288300},
	{808600, 936000},
	{859800, 936000},
	{911000, 936000}
};

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...

I get segmentation fault when I try to run the game. Does anyone know why ?

This is what GDB says. It is compiled with GCC 4.8

Starting program: /usr/home/main/Server/game/game
[New Thread 29403080 (LWP 100137)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 29403080 (LWP 100137)]
0x00000000 in ?? ()
(gdb) backtrace
#0  0x00000000 in ?? ()
#1  0x28b420f4 in __cxxabiv1::__dynamic_cast (src_ptr=0x28be4620 <(anonymous namespace)::ctype_c>,
    src_type=0x28bda67c <typeinfo for std::locale::facet>, dst_type=0x28bda540 <typeinfo for std::ctype<char>>,
    src2dst=0) at ../../.././../gcc-4.8.3/libstdc++-v3/libsupc++/dyncast.cc:60
#2  0x28b70c5b in std::has_facet<std::ctype<char> > (__loc=...)
    at /usr/ports/lang/gcc/work/build/i386-portbld-freebsd10.1/libstdc++-v3/include/bits/locale_classes.tcc:110
#3  0x28b64491 in std::basic_ios<char, std::char_traits<char> >::_M_cache_locale (
    this=this@entry=0x28be3904 <std::cout+4>, __loc=...)
    at /usr/ports/lang/gcc/work/build/i386-portbld-freebsd10.1/libstdc++-v3/include/bits/basic_ios.tcc:159
#4  0x28b64600 in std::basic_ios<char, std::char_traits<char> >::init (this=this@entry=0x28be3904 <std::cout+4>,
    __sb=__sb@entry=0x28be3500 <__gnu_internal::buf_cout_sync>)
    at /usr/ports/lang/gcc/work/build/i386-portbld-freebsd10.1/libstdc++-v3/include/bits/basic_ios.tcc:132
#5  0x28b5634b in basic_ostream (__sb=<optimized out>, this=<optimized out>, __in_chrg=<optimized out>,
    __vtt_parm=<optimized out>)
    at /usr/ports/lang/gcc/work/build/i386-portbld-freebsd10.1/libstdc++-v3/include/ostream:85
#6  std::ios_base::Init::Init (this=0x288e8edc) at ../../../.././../gcc-4.8.3/libstdc++-v3/src/c++98/ios_init.cc:91
#7  0x286a163e in ?? () from /usr/local/lib/libcryptopp.so
#8  0x284524fb in ?? () from /libexec/ld-elf.so.1
#9  0x28451aaf in ?? () from /libexec/ld-elf.so.1
#10 0x2844ff3e in ?? () from /libexec/ld-elf.so.1

 

Link to comment
Share on other sites

  • 4 weeks later...
  • 2 weeks later...
  • 3 weeks later...
  • 3 weeks later...
  • 2 months later...
  • 2 weeks later...
  • 2 months later...
  • 1 month later...
  • 3 months later...
  • 5 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.