Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Rappelz > Rappelz Private Server
You last visited: Today at 19:37

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] Rappelz RDB Tool with tabs

Discussion on [Release] Rappelz RDB Tool with tabs within the Rappelz Private Server forum part of the Rappelz category.

Reply
 
Old 04/04/2015, 18:13   #166
 
elite*gold: 0
Join Date: Feb 2013
Posts: 119
Received Thanks: 13
for what ?
mohamad512 is offline  
Old 04/04/2015, 18:35   #167
 
elite*gold: 0
Join Date: Oct 2013
Posts: 474
Received Thanks: 41
Quote:
Originally Posted by ismokedrow View Post
may you reload the pic in other site ? the site is blocked in my country
Sherock is offline  
Old 04/04/2015, 20:56   #168
 
Anothers's Avatar
 
elite*gold: 0
Join Date: Oct 2013
Posts: 108
Received Thanks: 96
null
Anothers is offline  
Old 04/04/2015, 21:28   #169
 
elite*gold: 0
Join Date: Oct 2010
Posts: 2,555
Received Thanks: 2,458
Quote:
Originally Posted by Anothers View Post
Summon91Database.dll
Since I'm positive you didn't make that you should give credit to the releaser aka c1ph3r.
ismokedrow is offline  
Old 04/04/2015, 21:35   #170
 
Anothers's Avatar
 
elite*gold: 0
Join Date: Oct 2013
Posts: 108
Received Thanks: 96
the error I was getting was giving to me the most correct thing in c1ph3r load sql error when I posted so I'll write about anything I want to say something to something else that basically credit to the author who istersede

now, if you want I raised
Anothers is offline  
Old 04/04/2015, 22:00   #171
 
TheSuperKiller's Avatar
 
elite*gold: 0
Join Date: Apr 2011
Posts: 278
Received Thanks: 73
Quote:
Originally Posted by glandu2 View Post
Do you use the version 2.6.0 (available in the previous page) ?
I compiled your code and loaded a db_monster.rdb from official client and then saved it to a new file and it didn't crashed.

But the data was not correctly read (columns contain garbage data). That means the DLL does not describe db_monster.rdb correctly (it seems there is too many columns, you read 4 bytes more than the db_monster's record size).
I'm using codeblocks ... maybe this is the reason behind corrupted dll ?
I noticed that the compiler is ignoring #pragma comments, does that effect compilation ?
TheSuperKiller is offline  
Old 04/04/2015, 22:13   #172
 
elite*gold: 0
Join Date: Apr 2012
Posts: 463
Received Thanks: 837
Quote:
Originally Posted by TheSuperKiller View Post
I'm using codeblocks ... maybe this is the reason behind corrupted dll ?
I noticed that the compiler is ignoring #pragma comments, does that effect compilation ?
No, it shouldn't make your dll wrong. Can you send your dll that cause a crash ?
glandu2 is offline  
Old 04/04/2015, 22:14   #173
 
elite*gold: 0
Join Date: Oct 2013
Posts: 474
Received Thanks: 41
can you make anew item91.dll ?
Sherock is offline  
Old 04/04/2015, 22:22   #174
 
TheSuperKiller's Avatar
 
elite*gold: 0
Join Date: Apr 2011
Posts: 278
Received Thanks: 73
Quote:
Originally Posted by glandu2 View Post
No, it shouldn't make your dll wrong. Can you send your dll that cause a crash ?
here you are,

I noticed that VS2013 compile larger file but gives error:126 in the tool.

I edited last column description, it shouldn't cause a problem.

edit :
maybe useful:
defines :
BUILD_DLL
BUILDING_DATABASE
_CRT_SECURE_NO_WARNINGS

Linker options:
-Wl,--kill-at -static-libgcc -static-libstdc++
and linked "RpzRdbBase.lib"

using 2.7.0 files .
TheSuperKiller is offline  
Old 04/04/2015, 23:00   #175
 
elite*gold: 0
Join Date: Apr 2012
Posts: 463
Received Thanks: 837
Quote:
Originally Posted by TheSuperKiller View Post
here you are,

I noticed that VS2013 compile larger file but gives error:126 in the tool.

I edited last column description, it shouldn't cause a problem.

edit :
maybe useful:
defines :
BUILD_DLL
BUILDING_DATABASE
_CRT_SECURE_NO_WARNINGS

Linker options:
-Wl,--kill-at -static-libgcc -static-libstdc++
and linked "RpzRdbBase.lib"

using 2.7.0 files .
I found the issue, it's because there is a incompatibility with mingw in rare cases.
You should be able to compile it with VS 2013, but be sure to compile as a 32 bits DLL (not 64 bits). I will fix that
glandu2 is offline  
Old 04/04/2015, 23:40   #176
 
TheSuperKiller's Avatar
 
elite*gold: 0
Join Date: Apr 2011
Posts: 278
Received Thanks: 73
Quote:
Originally Posted by glandu2 View Post
I found the issue, it's because there is a incompatibility with mingw in rare cases.
You should be able to compile it with VS 2013, but be sure to compile as a 32 bits DLL (not 64 bits). I will fix that
there is nothing that points to 64bit in the project, (32bit platform, 32 target machine.)
this is really weird, I will try to sort it out and find the reason behind that :\
TheSuperKiller is offline  
Old 04/05/2015, 00:33   #177
 
elite*gold: 0
Join Date: Apr 2012
Posts: 463
Received Thanks: 837
Quote:
Originally Posted by TheSuperKiller View Post
there is nothing that points to 64bit in the project, (32bit platform, 32 target machine.)
this is really weird, I will try to sort it out and find the reason behind that :\
Check that you have installed (32 bits) on the machine you use to execute the RDB tool
glandu2 is offline  
Old 04/05/2015, 05:18   #178
 
elite*gold: 0
Join Date: Oct 2013
Posts: 474
Received Thanks: 41
NULL
Sherock is offline  
Old 04/05/2015, 05:52   #179
Moderator


 
ThunderNikk's Avatar
 
elite*gold: 1
Join Date: Dec 2012
Posts: 4,780
Received Thanks: 1,462
Quote:
Originally Posted by Sherock View Post
there is no item 9.1 without any errors ?
Please either be patient for it or write one yourself.

There are people hard at work on this stuff and spamming the thread is not going to allow any work to get done any faster.
ThunderNikk is offline  
Old 04/05/2015, 07:20   #180
 
TheSuperKiller's Avatar
 
elite*gold: 0
Join Date: Apr 2011
Posts: 278
Received Thanks: 73
Quote:
Originally Posted by glandu2 View Post
Check that you have installed (32 bits) on the machine you use to execute the RDB tool
I managed to solve the problem, it was matter of making sure of the correct structure.
I found that running rdb loader on same compiling machine did the trick.
TheSuperKiller is offline  
Reply


Similar Threads Similar Threads
[Release]Shiva-Rappelz GM-Tool V1
04/22/2023 - Rappelz Private Server - 9 Replies
Download VirusTotal GM-Tool not update since the first post, you can update it easily with your Arcadia.
[Release]e*PvP - Rappelz Section Tool
09/15/2012 - Rappelz Private Server - 14 Replies
Well, here is the tool to make accessing/using this board easier a LOT! It has many functions, which i will put SS and explain about each one ( and its everything is explained in the tool too) http://i.epvpimg.com/1hExc.png here, u can write the thing your searching for in the text box, then click the search button so it searches for it in epvp search engine (Whole Epvp Search Engine And Not Only Rappelz) and you can also click the logo to be directed to the main rappelz-private-server...
[RELEASE] Rappelz Ban-Tool
11/17/2011 - Rappelz Private Server - 10 Replies
NCarbon left, Silent left, Smokey left, Raskim left... Finally Xij will left, too! NULL



All times are GMT +2. The time now is 19:37.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.