• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

GMTool Edit Error

Joined
Feb 4, 2014
Messages
962
Reaction score
36
Anyone knows the reason why GMTool is having an error when saving?

Note: It will successfully save only if you do change character name too.

Source: Juver

 

Attachments

You must be registered for see attachments list
Banned
Banned
Joined
Aug 26, 2016
Messages
336
Reaction score
19
There is some function that ChaSave doesn't read. You need to check it again what is the last added function.
 
Upvote 0
Banned
Banned
Joined
May 22, 2020
Messages
226
Reaction score
72
anyone solve the problem? pls share thanks
GMToolOdbcConn.cpp
Find:
C++:
char szConnectString[256];
below that declaration, I'm pretty sure the driver is set to Native Server or something, if you're not using Native Server in ODBC Connection, you must change it. I'm using

C++:
sprintf( szConnectString, "DRIVER={SQL Server Native Client 11.0};SERVER=%s,%d;DATABASE=%s;UID=%s;PWD=%s;", m_szServer, m_nServerPort, m_szDatabase, m_szUsrID, m_szUsrPass );

that will fix the issue
 
Upvote 0