- 0
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Activity
-
4
How To Create a Questboard
Good, the contribution is appreciated! -
1
Metin2 TitleBar Move Frezze
Sure, one way would be to edit: m_hWnd = CreateWindow( c_szClassName, c_szName, ws, 0, 0, 0, 0, NULL, NULL, ms_hInstance, NULL); with: m_hWnd = CreateWindow( c_szClassName, c_szName, WS_POPUPWINDOW, 0, 0, 0, 0, NULL, NULL, ms_hInstance, NULL); but then you wouldn't be able to move the window. There are no other options, it's not something Metin2 related. Example with League of Legends: [Hidden Content] -
1
Metin2 TitleBar Move Frezze
Hello guys, I have a question about metin2 window moving, how can i remove the freeze [Hidden Content] -
0
Navicat "Trial" Reset
Hi You can simply reset your trial in any Navicat version by using this Navicat Premium Reset Trial Version Is not a crack as the github said is just deleting some files that the trial is stored and then you are able again to click "Trial" when you opening Navicat like the first time. The source is open so you can just check out the code and run the .py or you can download the precompiled .exe (Scan it before i will not drop a virustotal link but is safe) (Run always as admin cause to delete some files required Admin privileges) I don't have any connection with the repo in github in any way. I just found it interesting and it may help you as well and I shared here. Not gonna take the code and change it little bit and pretinding that I did that, like many do. Credits going to the author.- 2
-
-
13
fix Item ToolTip Width Fix
txn you very much for sharing, I followed everything to the letter but I still see everything the same I don't have any errors. image -
0
Guild icon wrong position
hello friends, when I add the guild icon, both the icon on the character and the icon on the window go there. I made a few attempts to solve the problem, but I could not fix the error, what could the problem be? [Hidden Content] -
3
Monster health
else { p.dwHp = m_pkChrTarget->GetHP(); p.dwHpMax = m_pkChrTarget->GetMaxHP(); } else { if (m_pkChrTarget->GetMaxHP() <= 0) { p.dwHp = 0; p.dwHpMax = 0; } else { p.dwHp = m_pkChrTarget->GetHP(); p.dwHpMax = m_pkChrTarget->GetMaxHP(); } } -
-
38
Core X → Top Metin2 & Metin2 Download → Changelogs
Metin2 Download Top Metin2 Core X has been updated upgraded! Update 1.9.0 4.7.0 5.0.0 for Core X... Internal Changes Merge user tables Merge referers tables Merge emails tables Merge browsers tables Merge visits tables Merge translations tables Merge languages tables Merge servers tables Migrating cron jobs Integration of missing PHP classes and upgrades of existing PHP classes Bug fixes & Minor changes New template for common routes for all cores (Sign In, Sign Up etc...) Fixed an issue where the review order was not in the system cache
-
Question
Lyrox 0
Hey guys,
i have a problem with my db core on a new dev server. I copied die Files from an old server to a new but the serverfiles does not work at the new server.
The systemconfiguration is the same how on the old server. the database are crasht with the following information:
Starting program: /usr/home/game2/database/database
Real Server
Log Off
Program received signal SIGSEGV, Segmentation fault.
0x080b81ef in add_collation ()
(gdb) bt
#0 0x080b81ef in add_collation ()
#1 0x080baee5 in cs_leave ()
#2 0x080cb3e1 in my_xml_parse ()
#3 0x080bacb1 in my_parse_charset_xml ()
#4 0x080b7c9c in init_available_charsets ()
#5 0x080b789d in get_charset_by_csname ()
#6 0x080cd1ba in mysql_init_character_set ()
#7 0x080cd82b in mysql_real_connect ()
#8 0x080d7e29 in CAsyncSQL::Connect ()
#9 0x080d8778 in CAsyncSQL::Setup ()
#10 0x08050de4 in CDBManager::Connect (this=0xffffda80, iSlot=0,
db_address=0xffffd208 "localhost", db_port=0, db_name=0xffffd1c8 "player",
user=0xffffd188 "mt2", pwd=0xffffd148 "[email protected]#") at DBManager.cpp:103
#11 0x0804f710 in Start () at Main.cpp:261
#12 0x080500b7 in main () at Main.cpp:86
i hope you can help me
sorry for my bad english it is early morning
Link to comment
Share on other sites
Top Posters For This Question
2
Popular Days
Jun 20
2
Top Posters For This Question
Lyrox 2 posts
Popular Days
Jun 20 2017
2 posts
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now