EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   DrumsUI (https://www.eq2interface.com/forums/forumdisplay.php?f=47)
-   -   [DrumsUI] Updater (https://www.eq2interface.com/forums/showthread.php?t=13886)

funnyg480 08-03-2013 04:37 PM

Aa
 
OMG you are right I cant see it but, it is there and works . Thank you so much, I don't care if I can see it just need it to work. Thanks again

tknarr 08-03-2013 07:57 PM

Quote:

Originally Posted by Drumstix42 (Post 104085)
Will look into it, and get them updated. Been busy!

I had someone with that problem with Profit, turned out they'd put the window_elements_generic.dds (among others) on the ignore list after they'd loaded in an alternate color scheme and then forgotten about it.

Drumstix42 08-03-2013 08:39 PM

I had someone who kept saying they had all the updated files too, and after they renamed their folder and re-loaded, it was fine.

so /shrug, I know I'm still missing some updated elements though.

permster 08-19-2013 03:49 AM

FilePath issues
 
There is a weird issue with filepaths. My EQ2 is buried under D:\Program Files (x86)\..\..\..\..\EQ2.exe and it doesn't resolve the full path correctly when launching. I did a procmon on javaw.exe and it bombs trying to open the process D:\Program.exe which tells me it's not treating the launch path correctly.

Any ideas? I tried quoting the full path to exe but it auto populates the current folder to the front of my quotes path. Can't seem to figure out a way around it.

Drumstix42 08-19-2013 01:19 PM

I'm not too sure on that one. Maybe the file path is too long. I don't know enough about Java to say.

permster 08-19-2013 09:08 PM

Launch Path Issue
 
Quote:

Originally Posted by Drumstix42 (Post 104124)
I'm not too sure on that one. Maybe the file path is too long. I don't know enough about Java to say.

Update: There is definitely some issues with length but even shortening the path I still had issues when the launch path has a space. I ended up creating a wrapper script that launches EQ2. I have DrumsUI Updater launch the script which then handles the launch of EQ2. Crappy workaround but it works.

Mysstie 08-20-2013 12:27 AM

I just leave the path blank and click exit. I only run the updater when there is something to actually update. I have a separate Shortcut to EverQuest2.exe itself when I want to launch the game (bypassing LaunchPad which I also run separately).

But, whatever works :)

tknarr 08-20-2013 12:48 AM

Quote:

Originally Posted by permster (Post 104126)
Update: There is definitely some issues with length but even shortening the path I still had issues when the launch path has a space. I ended up creating a wrapper script that launches EQ2. I have DrumsUI Updater launch the script which then handles the launch of EQ2. Crappy workaround but it works.

It's a known behavior in the Java Runtime::exec() method. The obvious form takes a single string argument and tokenizes it on whitespace, first token being the program to run. Since the tokenizing ignores quotes, paths with whitespace in them cause problems. There's an alternate form that takes an array of strings which avoids that problem, but I'll bet the updater uses the single-string command-line version. Solutions are to put EQ2 in a path with no spaces in any of the parts, or make a wrapper .bat file located in such a path that runs the real launchpad.

Though I do as Mysstie does, I only run the updater when I'm expecting a UI update so I don't have it start anything. I use the EQ2Map updater to start the game, since I normally do want the maps updated before starting the game.

skitzo 08-20-2013 12:31 PM

Quote:

Originally Posted by nobody99 (Post 103951)
Initial installation went fine, using DrumsUI no problem.
When I run updater either from my PC or from the website I get this error though:

Code:

Exception thrown while getting location

java.sql.SQLException: No data is available
        at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
        at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
        at org.hsqldb.jdbc.jdbcResultSet.checkAvailable(Unknown Source)
        at org.hsqldb.jdbc.jdbcResultSet.getColumnInType(Unknown Source)
        at org.hsqldb.jdbc.jdbcResultSet.getString(Unknown Source)
        at org.hsqldb.jdbc.jdbcResultSet.getString(Unknown Source)
        at de.pala.updater.Arrange.IO.getPoint(IO.java:516)
        at de.pala.updater.Arrange.GUI.getLocation(GUI.java:172)
        at de.pala.updater.GUI.Main.<init>(Main.java:143)
        at de.pala.updater.drumsui.Startup$1.run(Startup.java:62)
        at java.awt.event.InvocationEvent.dispatch(Unknown Source)
        at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
        at java.awt.EventQueue.access$200(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)



been getting that same error as of yesterday. ended up having to end the java update scheduler process in the task manager in order to get it to work.

Mysstie 08-20-2013 05:55 PM

If you go to Settings -> Updater -> Reset All Settings it will correct those errors. Might want to make a list of your ignored files first though. I had that happen yesterday as well.

zaradann 08-30-2013 10:44 PM

That's a known issue Skitzo. The profit updater has the same problem at times. I cannot tell you the number of times I deleted java and reinstalled to try and fix. Sometimes it works for a while, then errors again. It's really all in java side of things. But it doesn't stop the updater from working.

vookoo 09-17-2013 06:55 PM

I don't play caster classes much, but I noticed (as well as others in my guild) that when clicking a curable on a merc the in game response is that the merc cannot be found. However, targeting the merc and clicking cure from the hotbar works just fine - just not from the click cures.

Is there a work around for this as I'm not the only one experiencing this.

TIA

tknarr 09-17-2013 07:28 PM

Quote:

Originally Posted by vookoo (Post 104188)
I don't play caster classes much, but I noticed (as well as others in my guild) that when clicking a curable on a merc the in game response is that the merc cannot be found. However, targeting the merc and clicking cure from the hotbar works just fine - just not from the click cures.

I think it has to do with mercs having spaces in their names, which breaks the commands used for click-to-cure. It can probably be switched to use the /cureplayer command which takes group/raid position, detriment type and (optional) spell/potion/pet flag, but Drums and Profit don't use that in the group window.

Drumstix42 09-18-2013 07:43 AM

I've meant to supply a backup variable so that the mercs could be supported, at least for the English client, but I thought I read they fixed something about mercs and cure/casting commands. Maybe they only fixed one and not the other (wouldn't be surprised).

Elfrina 09-29-2013 01:53 PM

DrumsUI Updater Running Win XP
 
I keep getting the same error.
EverQuest2.exe not found
Please set your EverQuest II directory in "setting, filepaths" first !

I run the updater in Win XP by using Java and the Blue Drums Updater button as follows

Start application after update from choose button
C:/ Programs Files/Sony Online Entertainment/Installed Games/EverQuest II/EverQuest2.exe

The updater goes back the warning window EverQuest2.exe not found
Please set your Everquest II dirctory in "setting, filepaths" first !

konan 09-29-2013 02:30 PM

Assuming you checked the filepath under settings/filepath try uninstall reinstall if dont work try reseting settings

itpaladin 10-03-2013 09:33 PM

This has stopped working for me.

I tried to double click the jnlp file and Windows doesn't know what to do with it.

I tried to install from the website over again and it just wants to download the same file to my hard drive.

Even after removing it from the Java list, Windows still just wants to download the file to my hdd and be oblivious as to its use.

Drumstix42 10-04-2013 02:05 AM

Try re-installing Java

itpaladin 10-04-2013 05:35 AM

Quote:

Originally Posted by Drumstix42 (Post 104245)
Try re-installing Java

I went to the Java site, installed the latest version, and uninstalled the older version through the website two days ago.

Accredo 10-04-2013 06:29 PM

Quote:

Originally Posted by itpaladin (Post 104246)
I went to the Java site, installed the latest version, and uninstalled the older version through the website two days ago.

The Java 7 Build 40 seems to be working fine. No errors since build 25, Try uninstalling Java via (Win 7) Control Panel>Programs and Features.

Be sure you have the correct Java download website. Some out there can be misleading.

1st Uninstall Java

Then use this Oracle link to install Java 7 build 40.

http://www.java.com/en/download/ie_manual.jsp?locale=en



Accredo

itpaladin 10-04-2013 07:04 PM

Quote:

Originally Posted by Accredo (Post 104250)
The Java 7 Build 40 seems to be working fine. No errors since build 25, Try uninstalling Java via (Win 7) Control Panel>Programs and Features.

Be sure you have the correct Java download website. Some out there can be misleading.

1st Uninstall Java

Then use this Oracle link to install Java 7 build 40.

http://www.java.com/en/download/ie_manual.jsp?locale=en



Accredo

I already went through all that as I said.

Drumstix42 10-09-2013 09:00 PM

Still some missing heroic character gfx, but you can still create one/update one.

Update Log:
2013.10.09
- Update [Browser] Updated Browser favorites, submitted by user "konan" of EQ2Interface (thank you!).
- Update [Colors]: Updated some missing elements related to the UI.
- Update [Broker]: Added "Broker Credits" text to the bottom of the Buy page for non-Gold members. Updated Market_Favorites1 submitted by user "konan" of EQ2Interface (Thank you!).
- Update [Persona]: Removed Bag Sort button by popular demand (use /sort_bags otherwise). Added 2 missing Tradeskill stats.
- Update [StatBar]: Expanded several stat text widths to accomodate new stat growth.
- Fix [Group]: Pet HP bar and "P" target text will now only show if you have a pet summoned.

Memlock 10-24-2013 03:10 PM

Progress Window
 
The window showing the Adventure, Crafting & AA progress resets to center of screen every time I start the game or camp to a new character. I place in the top left corner and when ever i log to a character it's back to center screen. Any clue on what I need to do to fix this?

Drumstix42 10-24-2013 04:47 PM

The XP bar?

Could be something with your xml uisettings file. Hard to say. You could try finding the Experience line in the file an deleteing it.

Memlock 10-25-2013 11:42 AM

Quote:

Originally Posted by Drumstix42 (Post 104337)
The XP bar?

Could be something with your xml uisettings file. Hard to say. You could try finding the Experience line in the file an deleteing it.

I'll give that a shot. Can you tell me the name of the file that I can look in? That'd be very helpful. Thanks.

Drumstix42 10-25-2013 02:43 PM

It depends on your server, but this is mine:
Antonia Bayle_Drumstixx_eq2_uisettings.xml

zaradann 11-14-2013 12:53 AM

I know you are busy with the new expan and all, hopefully you will see this eventually. I see that the char window has changed greatly. Very confusing but I will work through it eventually. The really big issue I am having is with the merc window. How do I get the merc back? The merc window has changed so much I can not understand it at the moment. But I desperately need to get my merc back without going back to Qeynos several times.

I am getting around this by using the command line to get it back, finally wrote it down so I could find it. Any chance of adding it to the window please? Having an extremely hard time without merc on all but my raid geared toon.

Drumstix42 11-14-2013 02:01 AM

Quote:

Originally Posted by zaradann (Post 104469)
I know you are busy with the new expan and all, hopefully you will see this eventually. I see that the char window has changed greatly. Very confusing but I will work through it eventually. The really big issue I am having is with the merc window. How do I get the merc back? The merc window has changed so much I can not understand it at the moment. But I desperately need to get my merc back without going back to Qeynos several times.

I am getting around this by using the command line to get it back, finally wrote it down so I could find it. Any chance of adding it to the window please? Having an extremely hard time without merc on all but my raid geared toon.

Yeah looking into it. I just used the format from default UI, so I'll try to get it tweaked up and more user friendly. They patch something tomorrow, so I'm waiting.

cutie_chichi 11-14-2013 09:36 AM

Mercenary
 
Hi, I can't seem to get my elite merc back. It says to click to unlock but it wont work for me. help please..

Thanks

Thlexian 11-14-2013 01:25 PM

Quote:

Originally Posted by cutie_chichi (Post 104472)
Hi, I can't seem to get my elite merc back. It says to click to unlock but it wont work for me. help please..

Thanks

Try resizing the whole Character window length when in the Merc selection area. It pulled the Unlock button into availability when I tried that.

Drumstix42 11-14-2013 04:49 PM

Make sure to click the row of current merc, and then press the return button.

A fix for window resize bug is coming!

zaradann 11-14-2013 09:44 PM

Earlier reply worked. Since I had made the char window larger some time ago, when the window was changed the Return button was covered over with the nonactive part. I had to return the window to it's smaller original size.

qilin 11-16-2013 04:20 PM

For those useing Windows 8.1
 
You will need to put the site in compatibility mode for the launch button to work correctly with Java installed. Hit Alt+X, select compatibility view settings, and add the site (this is after you click the file in the zip which is a shortcut to take you to the site).

dragonsbane24 11-24-2013 06:45 PM

I am having alot of issues trying to get the stat bar to show up for me, I can access both the drumsui menu and the stat bar menu but i cannot find the stat bar itself i have deleted and reinstalled i have used every command that i have seen on the forums trying to locate it and i still have not found it, my start menu is not the drums menu so i am not sure if that has something to do with it or not i have been trying to figure this out and i have ran out of ideas, i also used the flash command that you gave me as well, i logged into other characters and i could not find it on them either,

Drumstix42 11-24-2013 07:51 PM

Quote:

Originally Posted by dragonsbane24 (Post 104554)
I am having alot of issues trying to get the stat bar to show up for me, I can access both the drumsui menu and the stat bar menu but i cannot find the stat bar itself i have deleted and reinstalled i have used every command that i have seen on the forums trying to locate it and i still have not found it, my start menu is not the drums menu so i am not sure if that has something to do with it or not i have been trying to figure this out and i have ran out of ideas, i also used the flash command that you gave me as well, i logged into other characters and i could not find it on them either,

The Stat Menu is a replacement for the Start Button.

dragonsbane24 11-24-2013 08:15 PM

That is what i am having trouble with is the start button i cannot find it

Drumstix42 01-21-2014 01:13 PM

The new Updater has been uploaded (once validated):
http://www.eq2interface.com/download...fo.php?id=4965

You can remove your old DrumsUI shortcuts.

The Updater is now installed via an Installer. The Updater will install like a normal windows program, complete with an Uninstall option in Control Panel, and a desktop shortcut. The updater will now check for local existing Java versions, and attempt to initialize a Java install if one doesn't exist.

There have been no actual updates to my UI pushed live yet, so there will be no updated files if you're already up to date. You WILL have to select your Updater options like you're installing new, and Ignore any files again that you may have had on Ignore before. I'll have an update uploaded incoming, including merc window updates and lots of other updates/changes.

As usual, please report any bugs.

Dicemoon 01-21-2014 04:41 PM

Merc return Window
 
My merc return window shows a $hire$ button and I am able to click the button ( window size not an issue ). Nothing happens. I am unable to switch between mercs. I can use the /merc resume and bring the active monk back but I can not change to my healer merc. Would this be an issue with Drums or with Sony? Or would this be a user issue... IE ME...

sniperic1 01-21-2014 04:46 PM

Quote:

Originally Posted by Dicemoon (Post 104724)
My merc return window shows a $hire$ button and I am able to click the button ( window size not an issue ). Nothing happens. I am unable to switch between mercs. I can use the /merc resume and bring the active monk back but I can not change to my healer merc. Would this be an issue with Drums or with Sony? Or would this be a user issue... IE ME...

The folks who use profit also have the issue, soe done something with the window and I recon he will get around to fixing it soon I hope as its been a pita.

Dicemoon 01-21-2014 04:51 PM

Quote:

Originally Posted by sniperic1 (Post 104725)
The folks who use profit also have the issue, soe done something with the window and I recon he will get around to fixing it soon I hope as its been a pita.

Thanks for that update!


All times are GMT -5. The time now is 08:47 AM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI