

alphavladim
Member-
Content Count
22 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout alphavladim

-
Rank
Neutral
Informations
-
Gender
Male
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
I just set up some serverfiles and here is syserr: SYSERR from Auth SYSERR: Aug 9 01:15:47 :: load: ANI directory = (null) SYSERR from Channel1 SYSERR: Aug 9 01:15:52 :: load: ANI directory = (null) SYSERR: Aug 9 01:15:53 :: Boot: mob table size errorSYSERR from DB SYSERR: Aug 9 01:15:42 :: Start: TABLE_POSTFIX not configured use default SYSERR: Aug 9 01:15:53 :: Process: FDWATCH: peer null in event: ident 21 SYSERR: Aug 9 01:15:58 :: Process: FDWATCH: peer null in event: ident 21SYSERR from Game99 SYSERR: Aug 9 01:15:57 :: load: ANI directory = (null) SYSERR: Aug 9 01:15:58 :: Boot:
-
Segmentation fault.Core dumped on fresh compiled game
alphavladim posted a question in Questions & Answers
I am using Syron's source : https://metin2dev.org/board/index.php?/topic/5358-sourcesln-lycan-source/&page=1 Compiled them with gcc48. Here is the backtrace: 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 <t -
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>&
-
undefined reference to symbol '_Znaj'
alphavladim replied to alphavladim's question in Questions & Answers
Solved myself. -
undefined reference to symbol '_Znaj'
alphavladim replied to alphavladim's question in Questions & Answers
7up -
client binary compiling (mainline_released)
alphavladim replied to .Avenue™'s question in Questions & Answers
Did you even google the error ? I a simple search of the error and found out the fix : https://support.microsoft.com/en-us/kb/976656 here is all you need to know. Firstly : You should go to Control Panel - System and Security - Windows Update click search for updates and let it do it's job. Check if the update named KB976656 is in the list. If not, FIND AND DOWNLOAD KB976656.exe. For everything else, google is your friend. -
linking ../game_r65730_Lycan_32 with gcc49 -Wall -fPIC -m32 -pipe -fexceptions -D_THREAD_SAFE -Wl,-rpath=/usr/lib -Wno-strict-aliasing -lpthread -ffast-math -ftracer -funroll-loops -finline-functions -funswitch-loops -ftree-vectorize -ftree-slp-vectorize.... /usr/local/bin/ld: OBJDIR/char.o: undefined reference to symbol '_Znaj' /usr/lib/libc++.so.1: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:146: recipe for target '../game_r65730_Lycan_32' failed gmake: *** [../game_r65730_32] Error 1 Does anyone know how to solve this ? Should I pa
-
Monsters Health in Percentage
alphavladim replied to DasSchwarzeT's topic in Programming & Scripts / Systems
Modify this line : self.hpPercenttxt.SetPosition(200 + 7*self.nameLength-205, 13) -
Monsters Health in Percentage
alphavladim replied to DasSchwarzeT's topic in Programming & Scripts / Systems
Nevermind. Found what i was looking for. -
Source | Custom shops location | IDEs | More
alphavladim replied to alphavladim's question in Questions & Answers
Thanks again!! <3 -
Source | Custom shops location | IDEs | More
alphavladim replied to alphavladim's question in Questions & Answers
Any scripting referrences for this game ? I mean for example a list with all syntaxes, so i won't ask for syntaxes again and again on the forums. Thank you for your answer! I really appreciate your help! -
I am a (junior to senior) C++, Java and UnityScript ( Unity3D ). I am looking for someone to teach me some basics. Implementing new items / buildings / etcTeach me basics on quest makingTeach me basics on system makingWilling to answer my noobish questionsI am looking forward to building a server from scratch ( if i can say so ) and i need to learn first. Only serious DEVs only! Add me on @Skype : AlphaVladim or PM here. As i mentioned in the thread's title, i am willing to pay for this help. Thank you!
-
Source | Custom shops location | IDEs | More
alphavladim replied to alphavladim's question in Questions & Answers
Do you suggest any IDE for editing those scripts ? It would be handy to have some features like syntax prediction. Is there any syntax to check / get player position ? (map coords). Thanks! -
Source | Custom shops location | IDEs | More
alphavladim replied to alphavladim's question in Questions & Answers
Thank you for your answer! Is there any way to verify players coords ? For instance pc.get_player_location.y or something similar ? Edit: Also, what IDE are you using for scripts making ? Is VS 2013 adequate ? Thanks again.