Go Back   Ryzom > English speaking community > General
Ryzom News FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
Old September 3rd, 2009, 08:47 AM   #1
hellmantwo
 
hellmantwo's Avatar
 
Join Date: Mar 2009
Posts: 40
Ryzom Information Tool

I developed a tool for the Ryzom Coding contest and would like to publish it to you as well, as I already did on the german forum.

The tool is called Ryzom Information Tool and is Java Standalone Application based on Java 1.6.

Current Version is 1.2

It is based on a plugin concept and the following plugins are already available:

Character Plugin
  • Displays Character details like guild, crystalls, dappers, HP, skills and some more
  • Displays the inventory (bag, meckis, appartment), that is sortable, filterable and searchable
  • Displays mats of the inventory with their stats

Guild Plugin
  • Displays Guild details like guild members, crystalls, dappers, ...
  • Displays the inventory of the guildhouse, that is sortable, filterable and searchable
  • Displays mats of the inventory with their stats

MatBrowser Plugin
  • Displays almost all materials with their stats in their categories

More details can be found at http://www.ndewitt.bplaced.net/
Update: Content has moved to a faster server. Use new URL above.

Give me feedback and if someone can help with some GUI-related translations into french, i would be glad.

Last edited by hellmantwo : September 24th, 2009 at 11:43 AM.
hellmantwo is offline   Reply With Quote
Old September 4th, 2009, 10:18 AM   #2
kieeps66
 
kieeps66's Avatar
 
Join Date: Sep 2004
Location: Sweden
Posts: 32
Re: Ryzom Information Tool

Great work
Gave it a try and it was very simple and gave a good view of you char.

Havn't hade time to try the guild function though but i can see this as a very usefull tool keep up the good work!
kieeps66 is offline   Reply With Quote
Old September 22nd, 2009, 08:56 PM   #3
hellmantwo
 
hellmantwo's Avatar
 
Join Date: Mar 2009
Posts: 40
Re: Ryzom Information Tool

A new version is born (V1.2)
Important changes:
  • Materials can now be filterd by categorie
  • Vedice, tekorn and Maga weapons are now recogniced as weapons
  • some optical updates
hellmantwo is offline   Reply With Quote
Old September 23rd, 2009, 10:38 AM   #4
ishark
 
Join Date: Jul 2009
Posts: 23
Re: Ryzom Information Tool

Any chance of pointing me to the documentation related on obtaining the API key for my characters? I remember stumbling on it by accident, but now I'm completely unable to find it again.....
ishark is offline   Reply With Quote
Old September 23rd, 2009, 10:41 AM   #5
murmadog
 
murmadog's Avatar
 
Join Date: Jul 2006
Location: Murmansk, Russia
Posts: 321
Re: Ryzom Information Tool

https://secure.ryzom.com/payment_pro...hp?language=en
murmadog is offline   Reply With Quote
Old September 23rd, 2009, 10:44 AM   #6
ishark
 
Join Date: Jul 2009
Posts: 23
Re: Ryzom Information Tool

Thanks I was returning to edit my original post and say that I had managed to find it by logging in on Ryzom in all possible ways.....
Linear search FTW

Edit: ok, I've tried the program and it doesn't even start: I get a window saying "Another instance is already running on the database." and then it crashes.... are there any special requirements (libraries, configurations) for it to run?

Setup: Mandriva Linux 2009.1 x86_64
java-1.6.0-openjdk-plugin-1.6.0.0-0.20.b16.0.3mdv2009.1
java-1.6.0-openjdk-1.6.0.0-0.20.b16.0.3mdv2009.1
java-access-bridge-1.26.0-1mdv2009.1

The dump:
Quote:
[35] ~/Desktop/RyzomInformationTool_V1.2>java -jar ryzominfotool.jar
Xlib: extension "Generic Event Extension" missing on display ":1129.0".
Xlib: extension "Generic Event Extension" missing on display ":1129.0".
java.sql.SQLException: Database 'InfoDB' not found.
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.g etSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.newEmbedSQLExcepti on(Unknown Source)
at org.apache.derby.impl.jdbc.Util.newEmbedSQLExcepti on(Unknown Source)
at org.apache.derby.impl.jdbc.Util.generateCsSQLExcep tion(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.newSQLE xception(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.<init>( Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection30.<init >(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection40.<init >(Unknown Source)
at org.apache.derby.jdbc.Driver40.getNewEmbedConnecti on(Unknown Source)
at org.apache.derby.jdbc.InternalDriver.connect(Unkno wn Source)
at org.apache.derby.jdbc.AutoloadedDriver.connect(Unk nown Source)
at java.sql.DriverManager.getConnection(DriverManager .java:620)
at java.sql.DriverManager.getConnection(DriverManager .java:169)
at ryzominfotool.db.DerbyLoader.open(DerbyLoader.java :152)
at ryzominfotool.Main.<init>(Main.java:86)
at ryzominfotool.Main.main(Main.java:76)
Caused by: java.sql.SQLException: Database 'InfoDB' not found.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.get SQLException(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.w rapArgsForTransportAcrossDRDA(Unknown S
ource)
... 16 more
ishark is offline   Reply With Quote
Old September 23rd, 2009, 11:51 AM   #7
hellmantwo
 
hellmantwo's Avatar
 
Join Date: Mar 2009
Posts: 40
Re: Ryzom Information Tool

HI,

i just rechecked the downloaded binary of 16MB with my Suse 10 and a JRE 1.6.0_12 and it works.
So it is not a principle problem of the binary. All needed libs are included.

I would like to discuss this special Problem via PM, but ishark has not enabled it.

So some informations:
After unzipping RyzomInformationTool_V1.2.zip you should see the following files/dirs:
  • derby.log - file
  • InfoDB - directory with the DB (starts with upper case i)
  • lib - lib with needed libraries
  • plugins - directory with plugin content
  • ryzominfotool.jar - file with the executable

As your logs say:
Quote:
java.sql.SQLException: Database 'InfoDB' not found.
This has something to do with the database.
Check if in the directory you unzipped the content to, is
a) the directory InfoDB existend (check case)
b) the directory with the content has read/write access for the executing user.

The message
Quote:
Xlib: extension "Generic Event Extension" missing on display ":1129.0"
is something else - system dependent with your JRE and your linux/Display. Possible not the showstopper for you.

I would appreciate, if we could further disuss the problem solving via PMs. The result will be posted here later on - if there was any.

Last edited by hellmantwo : September 25th, 2009 at 09:01 AM.
hellmantwo is offline   Reply With Quote
Old September 23rd, 2009, 01:32 PM   #8
ishark
 
Join Date: Jul 2009
Posts: 23
Re: Ryzom Information Tool

Quote:
Originally Posted by hellmantwo
I would like to discuss this special Problem via PM, but ishark has not enabled it.

I updated it now.

Quote:
[*] InfoDB - directory with the DB (starts with upper case i)

Ok, it's this. The case is wrong (it's infodb) and while this doesn't matter on window, it definitely matters on linux.
Extracting with unzip -U to force "keep character case" worked and it now starts fine (I'll play with it to see if everything works).

Quote:
is something else - system dependent with your JRE and your linux/Display. Possible not the showstopper for you.

This one is related to being on a remote NX session which doesn't support all the latest and greatest additions to the X protocol (I think). Almost all X applications say it when ran.

Thanks a lot for the help, I had not thought about the case conversion when unzipping an archive originating from windows.
ishark is offline   Reply With Quote
Old September 23rd, 2009, 01:44 PM   #9
hellmantwo
 
hellmantwo's Avatar
 
Join Date: Mar 2009
Posts: 40
Re: Ryzom Information Tool

Good to know, that it worked now.

I developed the tool under windows, but tested it in between on Suse 10. I haven't encountered the problem during unzipping yet. But I will add it to my FAQ Section now.
hellmantwo is offline   Reply With Quote
Old September 24th, 2009, 12:39 AM   #10
orbdragon
 
Join Date: Apr 2007
Posts: 54
Re: Ryzom Information Tool

Ooh, I do like this tool quite a lot! Where may we post suggestions for improvement, if it's allowed?
orbdragon is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +2. The time now is 04:25 AM.


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2018, Jelsoft Enterprises Ltd.
Ryzom forums are part of the SoR service and subject to the EULA and Code of Conduct.

MMORPG