Merecs CreatorSuite for Dawn of Light

A forum for development and discussion on third party tools such as the Quest Designer

Moderator: Project Admin

Re: Merecs CreatorSuite for Dawn of Light

Postby Shursan » Sun Jan 05, 2014 11:29 pm

Verry good Merec :) Thank you for all this job.

I have find a bug on the editor, each time an item is loaded in the editor for create a new item,
when you hit the export button you can see the case ItemTemplate_ID is the same than the loaded base item.
It's not really a problem if you don't have to reload this item in the editor.

The problem come when you want to modify it and save it.
Origins/Genesis Administrator
Shursan
Server Representative
 
Posts: 375
Joined: Mon Jun 22, 2009 8:25 pm
Location: France

Re: Merecs CreatorSuite for Dawn of Light

Postby Shursan » Mon Jan 06, 2014 12:29 am

just want to provide a little fix for this errors for all of this affected:
Code: Select all
update itemtemplate set itemtemplate_id = id_nb;
Origins/Genesis Administrator
Shursan
Server Representative
 
Posts: 375
Joined: Mon Jun 22, 2009 8:25 pm
Location: France

Re: Merecs CreatorSuite for Dawn of Light

Postby Dinberg » Mon Jan 06, 2014 1:23 am

Always a pleasure to see this still going, thanks Merec!
The Marvelous Contraption begins to stir...
User avatar
Dinberg
Inactive Staff Member
 
Posts: 4695
Joined: Sat Mar 10, 2007 9:47 am
Yahoo Messenger: dinberg_darktouch
Location: Jordheim

Re: Merecs CreatorSuite for Dawn of Light

Postby Walzin » Sun Feb 08, 2015 1:54 am

I still use this tool and very much love it! I am no longer working on Genesis but working on my own project that will be launching in some months to come, The tool worked great on Genesis - now on my new project (Vivien) I am having issues and hope to get some pointers.

I have 2 issues (Which I will place in separate posts for clarity).....

1. On launch of the tool I connect fine. But when I try to open an item (spell.... so on and so forth) I get the error listed in the attached file cs_open_error_2-7-15.txt. It will present the same error a 2nd time on attempt and then on the 3rd attempt work correctly. The tool then works correctly so long as I am active, meaning that if I take a 5 minute break and attempt to use it again I get the same error 2 times and then it works on the 3rd.

I am running MySQL version 5.6.21. I have used MySQL Workbench and checked the DB performance and tuned it to some degree with no change (I am not a DB Admin really).

I am using Creator Suite 1.2.1

Any direction of pointers would be helpful :)
Attachments
cs_open_error_2-7-15.txt
(1.62 KiB) Downloaded 25 times
Last edited by Walzin on Sun Feb 08, 2015 2:09 am, edited 1 time in total.
Walzin
DOL Apprentice
 
Posts: 25
Joined: Thu Apr 17, 2014 10:39 pm

Re: Merecs CreatorSuite for Dawn of Light

Postby Walzin » Sun Feb 08, 2015 2:02 am

The 2nd issue.....


1. I can create an item (spell... and so on...) using the tool, but when I attempt to save it it fails. Initially it reports that the item is valid and the save to database option becomes available. Then when I click on the save to database option I get the error shown in the attached file cs_save_error_2-7-15.jpg. The tool reports that it is unable to load from the database the item I attempted to save out.

This confuses me as I am creating a new item and not asking it to load one. The user I connect the tool to the DB with has full rights to create. alter and so on in the DB.

Again I am running MySQL 5.6.21 and this same tool worked for me on Genesis. I suspect that something is amiss in my itemtemplate table - perhaps I am missing a field in the table?

I am using Creator Suite 1.2.1

Any guidance would be greatly appreciated.

TIA
Walzin
Attachments
cs_save_error_2-7-15.jpg
cs_save_error_2-7-15.jpg (91.16 KiB) Viewed 2663 times
Walzin
DOL Apprentice
 
Posts: 25
Joined: Thu Apr 17, 2014 10:39 pm

Re: Merecs CreatorSuite for Dawn of Light

Postby Argo » Sun Feb 08, 2015 2:51 am

Welcome to my nightmare old man :mrgreen:
Möge Gott sein zwischen Dir und dem Leid, an allen dunklen und verlassenen Orten, die Du erreichen wirst.
Argo
Server Team
 
Posts: 1760
Joined: Thu Sep 18, 2008 6:21 pm
Location: Berlin, Germany

Re: Merecs CreatorSuite for Dawn of Light

Postby Merec » Sun Feb 08, 2015 10:49 am

Thanks for the feedback! I will take a look as soon as possible.

One question, are you using the svn version of dol? Or is it a specific commit?
Merec
Developer
 
Posts: 428
Joined: Thu Mar 08, 2007 8:58 am
Website: http://www.merec.org
Location: NRW, Germany

Re: Merecs CreatorSuite for Dawn of Light

Postby Walzin » Sun Feb 08, 2015 12:59 pm

UPDATE -

issue 2 is resolved.....

A 10 minute conversation with my DOL WB mentor (THANKS Argo!!) and we determined that I had a field in my Itemtemplate table that CS did not like. The field was not being used... removed the field from the table - updated and now item create works.
Walzin
DOL Apprentice
 
Posts: 25
Joined: Thu Apr 17, 2014 10:39 pm

Re: Merecs CreatorSuite for Dawn of Light

Postby Merec » Sun Feb 08, 2015 1:08 pm

What was the name and the type of the field? Maybe I forgot to escape something.
Merec
Developer
 
Posts: 428
Joined: Thu Mar 08, 2007 8:58 am
Website: http://www.merec.org
Location: NRW, Germany

Re: Merecs CreatorSuite for Dawn of Light

Postby Walzin » Sun Feb 08, 2015 1:23 pm

it was a custom field (text) that one of our people added for later use. So it was nothing from your (The program side). Its was called ALTNAme and was text type.
Walzin
DOL Apprentice
 
Posts: 25
Joined: Thu Apr 17, 2014 10:39 pm

Re: Merecs CreatorSuite for Dawn of Light

Postby Argo » Sun Feb 08, 2015 3:50 pm

Hey Merec,

it is this field here:
Code: Select all
CREATE TABLE dummy ( `FRName` VARCHAR(255) NOT NULL DEFAULT '' )
since i am working on Genesis, it would be of great help to me if you could add it to the creatorsuite, if anyhow possible.

BTW. i am using the latest version, whatever version it may be :)

thx m8

Argo
Möge Gott sein zwischen Dir und dem Leid, an allen dunklen und verlassenen Orten, die Du erreichen wirst.
Argo
Server Team
 
Posts: 1760
Joined: Thu Sep 18, 2008 6:21 pm
Location: Berlin, Germany

Re: Merecs CreatorSuite for Dawn of Light

Postby Merec » Sun Feb 08, 2015 11:09 pm

Hey all,

I found the bug and will update the CS within the next days. I have also updated the DOLCore to the latest version, so all new fields will be available.

One thing I will also add, is a vice-versa-version of the missing-fields section. Currently, CS is looking in the DOL-Code, if there are fields that are not handeled. I want a feature, that checks also the Dataabase, if there are fields that are not handeled.
Merec
Developer
 
Posts: 428
Joined: Thu Mar 08, 2007 8:58 am
Website: http://www.merec.org
Location: NRW, Germany

Re: Merecs CreatorSuite for Dawn of Light

Postby HunabKu » Mon Feb 09, 2015 11:05 am

Nice ;-)
"C'est l'ignorance qui apporte le chaos, pas la connaissance."
Scarlett Johansson dans "Lucy" de Luc Besson
-------------------------------------------------------------------------------
"Ignorance brings chaos, not knowledge."
Scarlett Johansson on "Lucy" by Luc Besson
User avatar
HunabKu
Developer
 
Posts: 1905
Joined: Sat Jun 18, 2011 4:48 am

Re: Merecs CreatorSuite for Dawn of Light

Postby Argo » Mon Feb 09, 2015 2:36 pm

thumbs up :)
Möge Gott sein zwischen Dir und dem Leid, an allen dunklen und verlassenen Orten, die Du erreichen wirst.
Argo
Server Team
 
Posts: 1760
Joined: Thu Sep 18, 2008 6:21 pm
Location: Berlin, Germany

Re: Merecs CreatorSuite for Dawn of Light

Postby Merec » Sat Feb 14, 2015 12:44 pm

New version 1.3.0 available, please test it!
For changelog, see first post.
Merec
Developer
 
Posts: 428
Joined: Thu Mar 08, 2007 8:58 am
Website: http://www.merec.org
Location: NRW, Germany


Return to “%s” Third Party Tools

Who is online

Users browsing this forum: No registered users and 1 guest