EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Tools (https://www.eqemulator.org/forums/forumdisplay.php?f=593)
-   -   Here's a little item editor (https://www.eqemulator.org/forums/showthread.php?t=39919)

nge2006 08-15-2018 10:34 AM

logfile:
creating log entry
Completed getting user info
credential output to screen ok
Call to ODBC open connection completed
Splash returned an error-connection fail
Splash request to load MAIN program started
MAIN program started init LOAD-RACE-CLASS-BODY
MAIN program init LOAD-RACE-CLASS-BODY-ok
Splash request to load MAIN program done. Splash unloaded ok

Akkadius 08-15-2018 12:58 PM

Guys this is not a support thread for Georges tools, this is Shendare's item editor, if you have questions regarding Shendare's tool this is the thread for it, otherwise please find the proper support thread for the tool you are having issues with

Shendare 08-15-2018 02:01 PM

Tested with the latest MariaDB ODBC connector (3.0.6 as of 8/15/2018).

https://downloads.mariadb.com/Connectors/odbc/

Note that different connectors will require different connection string settings, which are usually easily Googled.

The MariaDB 3.0 connector requires the following Driver parameter in the connection string:

Driver={MariaDB ODBC 3.0 Driver}

pharone1 01-10-2019 09:31 AM

Quote:

Originally Posted by Shendare (Post 259717)
Tested with the latest MariaDB ODBC connector (3.0.6 as of 8/15/2018).

https://downloads.mariadb.com/Connectors/odbc/

Note that different connectors will require different connection string settings, which are usually easily Googled.

The MariaDB 3.0 connector requires the following Driver parameter in the connection string:

Driver={MariaDB ODBC 3.0 Driver}

Thanks for the info on getting it to work with MariaDB. I installed it yesterday, and I am loving this tool.

kolamer 03-14-2019 06:44 PM

I have installed this tool and love it for editing items. I can't seem to locate item icons though. I point the folder to default in uisettings but that doesn't seem to work. Any item I edit ends up looking like a pearl necklace.

ChaosSlayerZ 03-14-2019 10:14 PM

Is the latest version up to date with current DB?
Says released this on Sep 13, 2015

Huppy 03-15-2019 03:10 AM

Quote:

Originally Posted by kolamer (Post 261905)
I have installed this tool and love it for editing items. I can't seem to locate item icons though. I point the folder to default in uisettings but that doesn't seem to work. Any item I edit ends up looking like a pearl necklace.

I use this all the time and I get the item icons no problem. In my db.ini for the editor, I have the "everquest_folder=" path set to the eqemu folder location. (not the client folder). Other than that, not sure if your issue is same ?

When you open an item in the editor, click on the icon to bring up the icon window. Click on an icon of your choice and it will replace the one on item. Then save it.

https://i.ibb.co/rxx3SD9/iconedit.jpg

Here's an example. I used an unwanted item, 127553. It's a trophy whatever, but if you look it up and see the original icon, this is what I changed it to, (visible ingame on item info view).

https://i.ibb.co/XSn4crZ/trophyicon.jpg

Cougartown 06-19-2019 03:56 PM

What am I missing?
 
Trying to get help for this phenomenal tool. Not sure what's changed between last year and now but I can't get passed this error after a successful connection:

"An item with the same key has already been added"

I'm running a fresh copy using Akka's installer on Server2019 (also checked 2012R2). I've tried all combinations/versions of ODBC drivers both MySQL and MariaDB all give the same error after a successful connection and then it doesn't respond. I've also checked to see if all the keys for items were unique and they're fine.

On a related note, GeorgeS' tools don't work either whereas before they did. Had a local server going last year (sept2018) before I lost all the data and wanted to start rebuilding. EOC works fine but this guy made editing/searching quick and easy.

RayKeith 09-18-2019 11:06 PM

Quote:

Originally Posted by Cougartown (Post 262837)
Trying to get help for this phenomenal tool. Not sure what's changed between last year and now but I can't get passed this error after a successful connection:

"An item with the same key has already been added"

I'm running a fresh copy using Akka's installer on Server2019 (also checked 2012R2). I've tried all combinations/versions of ODBC drivers both MySQL and MariaDB all give the same error after a successful connection and then it doesn't respond. I've also checked to see if all the keys for items were unique and they're fine.

On a related note, GeorgeS' tools don't work either whereas before they did. Had a local server going last year (sept2018) before I lost all the data and wanted to start rebuilding. EOC works fine but this guy made editing/searching quick and easy.

I am getting the same error as you.

Error details:

Quote:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(Exceptio nResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKe y key, TValue value, Boolean add)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at EQEmuItemEditor.formMain.timerLoading_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndPr oc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9148 (WinRelRS6.050727-9100)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
EQEmuItemEditor
Assembly Version: 1.2.0.0
Win32 Version: 1.2.0.0
CodeBase: file:///C:/EQEMU/EQEmuItemEditor_v1.2/EQEmuItemEditor.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9147 (WinRelRS6.050727-9100)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
CodeBase: file:///C:/WINDOWS/assembly/GAC_64/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Transactions
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
CodeBase: file:///C:/WINDOWS/assembly/GAC_64/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.EnterpriseServices
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
CodeBase: file:///C:/WINDOWS/assembly/GAC_64/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
Accessibility
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
Driver info:

Quote:

<setting name="DBConn" serializeAs="String">
<value>DRIVER={MariaDB ODBC 3.0 Driver};Database={Database};Server={Server};Port={ Port};UID={Username};PWD={Password};</value>
</setting>

Huppy 09-19-2019 01:32 AM

I use this all the time. (win 64) I have (Oracle's ) ODBC 5.3.10 connector installed. Not sure about anyone else, but I have to click the "Editor Music" off on the splash startup for it to continue.

RayKeith 09-19-2019 09:35 AM

Quote:

Originally Posted by Huppy (Post 263526)
I use this all the time. (win 64) I have (Oracle's ) ODBC 5.3.10 connector installed. Not sure about anyone else, but I have to click the "Editor Music" off on the splash startup for it to continue.

Is this the driver you are using and have configured?

Quote:

{MySQL ODBC 5.3 ANSI Driver}
That is what I had before changing to the mariaDB 3.0 driver, but I have the same issue with both drivers.

I then noticed you listed 5.3.10, the version I was able to get off the site was 5.3.13. I went to an archive site for MS and found 5.3.10 there: https://downloads.mysql.com/archives/c-odbc/

I had to uninstall the 5.3.13 connector from my system and install the 5.3.10 connector. Did that work? Nope. Same error:

Quote:

An item with the same key has already been added.
Also, I don't see a "Editor Music" option on the splash screen.

The only options I see on the splash screen are 'Automatically set class limitations...' and 'Automatically set 3D model...'. I have both of those unchecked. When I click the 'Options' menu bar, no drop-down shows. I can initiate a connection to the DB, so it looks like the driver I am using is fine. It even gives me a reminder to set my 'Icon Location'. Whether I select a location or not I get the 'key has already been added' error. I recall from using this in the past it means that I am attempting to add an item that already exists, but since this is the initial start of the program no items should be being added.

Huppy 09-19-2019 09:40 AM

The connector I am using is by Oracle ( 5.3.10) That's been on my Win 64 box for a long time, it's all I needed to run it without errors.

RayKeith 09-19-2019 10:01 AM

Any chance you could share that out? The oracle site won't let me get a driver that old? If it's less than 8MB we can transfer via discord?

Edit: Thanks for sharing the file. Even with that I am still unable to connect. I am using the newest version of the EQEMU DB and this issue started when I updated.

Uleat 09-19-2019 04:37 PM

The references that I found online for this seemed to indicate that a merge query was pulling from two tables that had fields of the same name and they were not aliased.

phentop 11-29-2019 10:49 AM

System.ArgumentException: An item with the same key has already
 
The error I receive when trying to open the editor:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(Exceptio nResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKe y key, TValue value, Boolean add)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at EQEmuItemEditor.formMain.timerLoading_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndPr oc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9148 (WinRelRS6.050727-9100)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
EQEmuItemEditor
Assembly Version: 1.2.0.0
Win32 Version: 1.2.0.0
CodeBase: file:///F:/Item%20Edit/EQEmuItemEditor.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9147 (WinRelRS6.050727-9100)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
CodeBase: file:///C:/Windows/assembly/GAC_64/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Transactions
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
CodeBase: file:///C:/Windows/assembly/GAC_64/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.EnterpriseServices
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.9136 (WinRelRS6.050727-9100)
CodeBase: file:///C:/Windows/assembly/GAC_64/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


All times are GMT -4. The time now is 08:02 AM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.