Newbie Spellweaver
- Joined
- May 2, 2015
- Messages
- 21
- Reaction score
- 7
Where is gmtools?
I cantón find it
Un los i find gmtools (-1)
I cantón find it
Un los i find gmtools (-1)
Yeah GMtool would be great ...
CREATE TABLE [dbo].[AccountDB] (
[Nickname] varchar(255) NULL ,
[ManageLv] int NULL ,
[Md5CheckSum] varchar(255) NULL ,
[Account] varchar(255) NULL ,
[Password] varchar(255) NULL
)
c273a156e52e0850b9827af6652508d4
admin1234566
3c5a269a9d5a61889dbd10acfd35fc9e
GS1 127.0.0.1 19000
GS2 GS2 19000
GS3 GS3 19000
GS4 GS4 19000
GS5 GS5 19000
[BOOT]
Plugin=DIRECTORYTOGMTOOL\GMTools.dll
Account=ACCOUNTNAME
BroadCast=FALSE
DBSource = DATABASEHOST
DBAccount = DATABASEUSER
DBPassword = DATABASEPASSWORD
Startup the server, see nothing new, so I double click on GMToolMonitor.exe and get an error window
The Application has failed to start because its side by side configuration is incorrect.
~snip~
Startup the server, see nothing new, so I double click on GMToolMonitor.exe and get an error window
The Application has failed to start because its side by side configuration is incorrect.
sxstrace trace /logfile:sxstrace.etl
sxstrace parse /logfile:sxstrace.etl /outfile:sxstrace.txt
In case anyone runs across this error, it turned out that it was caused by my native libraries use of boost::threading. The boost::threading library uses some weird compilation settings. The result is a static library that is incompatible with clr or mixed-mode binaries. Of course, visual studio has no idea of this, so it happily links boost in and crashes when the dll is loaded.
The solution is to dynamically link in boost::threading. The easiest way to do this is to define BOOST_THREAD_DYN_LINK in your project settings. Once I defined that, the dll loaded fine.
A quick google search of C++/CLI boost threading will give plenty more information about this error
I didn't had any problem using this tool
I have no idea how its possible, since looking via resmon it just simple request about .db files.It didn't require any *.db files for me
The "error" you're describing is a connection problem.
void Net_GMToolsChild::R_OnEvent_LoginFault( )
void Net_GMToolsChild::R_OnEvent_Logout( )
CNet_ServerList_Child:OnServer_Disconnect Server disconnect, but it cant be found in m_vecServerData. ServerID(22)!
Will this allow you to open the GM Menu in game ? ?
as in this video
To view the content, you need to sign in or register