EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > ProfitUI

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 06-13-2012, 10:09 AM
WulffsKrieg WulffsKrieg is offline
A Young Mystail Rat
 
Join Date: Aug 2011
Server: Unkown
Posts: 2
Default Updated Profit ?

just a question, when will Profit UI be updated ? I ask due to the latest patch notes state that some custom UI's won't work until they are updated. and am wondering if Profit is one of those UI's that will be / are affected.

loyal Profit UI user.
Reply With Quote
  #2  
Unread 06-13-2012, 10:33 AM
Therendil's Avatar
Therendil Therendil is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2008
Posts: 415
Default

Looking at the patch notes, I see two items of interest. The quest icon for mobs has already been patched in and tested on Test. The business about the browser files is news to everyone. If this has been running on Test, it has not been mentioned in patch notes and does not break the browser in Profit. On the other hand, if this is simply being dumped on Live without being run on Test first, then there's no way to guess what will happen until it happens.

In any case, I really hope they are fixing the obvious problems with the in-game browser. For a long time now, using the browser guarantees that the client will crash when I exit the game.
__________________
Reply With Quote
  #3  
Unread 06-13-2012, 11:20 AM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

They've completely changed the in-game browser. Before it used to be based off Firefox 1.x, the patch changed it to the awesomium framework (they use the same framework for the Launchpad) so it's completely different and will hopefully work like a normal browser now (thank god, sick of trying to work around the issues the old one caused with website likes EQ2i).

A quick test shows that any old browser windows likely need to be updated (or temporarily reverted to default) to work for now.
__________________
Reply With Quote
  #4  
Unread 06-13-2012, 11:35 AM
tknarr's Avatar
tknarr tknarr is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jul 2006
Server: Unrest
Posts: 849
Default

I haven't seen any diffs in the default UI on test related to the browser window, so either they didn't put it on test at all or it doesn't involve any changes to the UI XML. The latter might be the case since the engine that renders HTML inside the window's probably completely independent of the UI window around it (think of the window as just a frame around a canvas, you can change what's drawing on the canvas without the frame needing to know a thing about it).
Reply With Quote
  #5  
Unread 06-13-2012, 12:35 PM
Darqwood's Avatar
Darqwood Darqwood is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Aug 2005
Posts: 850
Default

I got a new default browser XML file on test last night, although it has a May date on it. The browser element is called EQIIBrowser now instead of MozillaBrowser. Not much else changed, except the about: URIs would not work so I had to do some shuffling around on custom code. EQ2i does indeed look good now.

.
Attached Thumbnails
Click image for larger version

Name:	EQ2_0001.jpg
Views:	356
Size:	333.1 KB
ID:	8332  Click image for larger version

Name:	EQ2_0002.jpg
Views:	283
Size:	310.8 KB
ID:	8333  

Last edited by Darqwood : 03-21-2016 at 07:33 AM.
Reply With Quote
  #6  
Unread 06-13-2012, 01:20 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

This is literally the only change in the default XML:

Old:
<MozillaBrowser dynamicdata_back="BrowserState.Back" dynamicdata_forward="BrowserState.Forward" dynamicdata_progress="BrowserState.Progress" dynamicdata_refresh="BrowserState.Refresh" dynamicdata_status="BrowserState.Status" dynamicdata_stop="BrowserState.Stop" dynamicdata_uri="BrowserState.URI" Location="2,86" Name="Browser" PackSize="a,a" ScrollExtent="874,548" Size="874,548" />


New:
<EQIIBrowser dynamicdata_back="BrowserState.Back" dynamicdata_forward="BrowserState.Forward" dynamicdata_progress="BrowserState.Progress" dynamicdata_refresh="BrowserState.Refresh" dynamicdata_status="BrowserState.Status" dynamicdata_stop="BrowserState.Stop" dynamicdata_uri="BrowserState.URI" Location="2,86" Name="Browser" PackSize="a,a" ScrollExtent="874,548" Size="874,548" />
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
Reply With Quote
  #7  
Unread 06-13-2012, 07:12 PM
tknarr's Avatar
tknarr tknarr is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jul 2006
Server: Unrest
Posts: 849
Default

I'll be sending up the new browser window shortly, seeing as it's a fairly trivial change. I checked my diffs and that's the only change that's not already accounted for.

Or maybe not. I think they broke something in the browser. I can open the browser window as long as it's blank, but the moment I try loading a page (even something as innocuous as the ACT page) it crashes the EQ2 client. It happens with the ProfitUI window, with Profit but using the default browser window, and with the default UI, so I'm thinking this isn't a Profit bug.

I've attached the updated browser window in case anyone wants to double-check my changes. All I did was replace the "MozillaBrowser" elements with "EQIIBrowser" just as was done in the default UI file.
Attached Files
File Type: xml eq2ui_mainhud_browser.xml (52.9 KB, 372 views)

Last edited by tknarr : 06-13-2012 at 07:30 PM.
Reply With Quote
  #8  
Unread 06-13-2012, 09:28 PM
Mixis Mixis is offline
A Young Mystail Rat
 
Join Date: Nov 2010
Server: Unkown
Posts: 2
Default

Quote:
Originally Posted by tknarr View Post
I've attached the updated browser window in case anyone wants to double-check my changes. All I did was replace the "MozillaBrowser" elements with "EQIIBrowser" just as was done in the default UI file.

This XML crashes my EQ2 client ... sorry
Reply With Quote
  #9  
Unread 06-14-2012, 02:23 PM
Maelya's Avatar
Maelya Maelya is offline
A Griffon
 
Join Date: Dec 2004
Server: Unrest
Posts: 117
Default

Quote:
Originally Posted by Drumstix42 View Post
This is literally the only change in the default XML:

Old:
<MozillaBrowser dynamicdata_back="BrowserState.Back" dynamicdata_forward="BrowserState.Forward" dynamicdata_progress="BrowserState.Progress" dynamicdata_refresh="BrowserState.Refresh" dynamicdata_status="BrowserState.Status" dynamicdata_stop="BrowserState.Stop" dynamicdata_uri="BrowserState.URI" Location="2,86" Name="Browser" PackSize="a,a" ScrollExtent="874,548" Size="874,548" />


New:
<EQIIBrowser dynamicdata_back="BrowserState.Back" dynamicdata_forward="BrowserState.Forward" dynamicdata_progress="BrowserState.Progress" dynamicdata_refresh="BrowserState.Refresh" dynamicdata_status="BrowserState.Status" dynamicdata_stop="BrowserState.Stop" dynamicdata_uri="BrowserState.URI" Location="2,86" Name="Browser" PackSize="a,a" ScrollExtent="874,548" Size="874,548" />
I did a Find/Replace for all instances of MozillaBrowser and changed it to EQIIBrowser, now the window works... technically. It will load the page, then reload it over and over and over and over =P Happens in all the tabs. Not sure if this is a Profit problem or a default problem.
__________________
Code:
Maerie - 95 Necromancer      Maekenna - 95 Shadow Knight
Maelya - 95 Illusionist      Maekita - 95 Monk
Maevyen - 95 Wizard          Maedonna - 95 Berserker
Maelani - 95 Mystic          Maehymn - 95 Troubadour
Maedelyn - 95 Warden         Maewyn - 95 Brigand
Maeniac - 95 Inquisitor      Maerilyn - 95 Assassin
Maenie - 95 Channeler        Maelynne - 95 Beastlord
Unrest Server
Reply With Quote
  #10  
Unread 06-14-2012, 04:57 PM
tknarr's Avatar
tknarr tknarr is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jul 2006
Server: Unrest
Posts: 849
Default

It looks like the updated browser window works, in that it properly displays the browser component. The crashes and other problems are happening using the default UI, indicating the problems don't lie with the UI XML file but the browser component itself.

Should I send the updated browser window to the updater and let Sony fix the underlying problem whenever they do, or should I hold off? Thoughts?
Reply With Quote
  #11  
Unread 06-14-2012, 10:28 PM
Suziekew's Avatar
Suziekew Suziekew is offline
A Mist Grinnin
 
Join Date: Jun 2006
Server: Everfrost
Posts: 75
Default

Quote:
Originally Posted by tknarr View Post
It looks like the updated browser window works, in that it properly displays the browser component. The crashes and other problems are happening using the default UI, indicating the problems don't lie with the UI XML file but the browser component itself.

Should I send the updated browser window to the updater and let Sony fix the underlying problem whenever they do, or should I hold off? Thoughts?
Well, at least I don't crash now but I also have a blank browser window. I checked about that file I need to allow firewall access to and there's nothing saying it wasn't allowed. Dunno if I was supposed to do anything else.
Reply With Quote
  #12  
Unread 06-15-2012, 11:59 AM
Zorbac Zorbac is offline
A Young Mystail Rat
 
Join Date: Apr 2005
Server: Antonia Bayle
Posts: 5
Default Something wrong

the profit browser keeps reloading the page. I tested the Drums browser and it does not do this. Something is wonky in the code
Reply With Quote
  #13  
Unread 06-17-2012, 10:51 AM
Suziekew's Avatar
Suziekew Suziekew is offline
A Mist Grinnin
 
Join Date: Jun 2006
Server: Everfrost
Posts: 75
Default

The latest file opens the big blue window, then a smaller white one and crashes the game.

I switched to DrumsUI browser and I'm back to a big blue window just sitting there. I hope we can find a fix for this soon. I really miss it!
Reply With Quote
  #14  
Unread 06-17-2012, 11:00 AM
wolfdreams13 wolfdreams13 is offline
A Coastal Crab
 
Join Date: Jan 2006
Server: Antonia Bayle
Posts: 1
Default Still not working properly ...

As of 11:57 EST, browser still does not work properly. It initially opens a large blue window with a small white window, then begins to load the page, then loads the page you're looking at over and over and over and over and over .....
Reply With Quote
  #15  
Unread 06-17-2012, 11:29 AM
tknarr's Avatar
tknarr tknarr is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jul 2006
Server: Unrest
Posts: 849
Default

Quote:
Originally Posted by wolfdreams13 View Post
As of 11:57 EST, browser still does not work properly. It initially opens a large blue window with a small white window, then begins to load the page, then loads the page you're looking at over and over and over and over and over .....
Similar problems are being reported in all UIs including the default UI. The problem seems to be the Awesomium framework, the underlying Chrome library it uses, or their interaction. I can't do anything about it in the UI XML, all we can do is file tickets with Sony and wait for them to fix it.

I did dig up some more information on the new browser component. From oldest to newest:
http://ajeanius.wordpress.com/
http://princeofcode.com/
http://awesomium.com/
Reply With Quote
  #16  
Unread 06-17-2012, 11:40 AM
konan's Avatar
konan konan is offline
A Crazed Gnoll
Interface Author - Click to view interfaces
 
Join Date: Oct 2004
Server: Everfrost
Posts: 20
Default

Quote:
Originally Posted by wolfdreams13 View Post
As of 11:57 EST, browser still does not work properly. It initially opens a large blue window with a small white window, then begins to load the page, then loads the page you're looking at over and over and over and over and over .....
You can try this file I edited swapping MozillaBrowser to EQIIBrowser and its working for me.
Attached Files
File Type: xml eq2ui_mainhud_browser.xml (43.6 KB, 311 views)
Reply With Quote
  #17  
Unread 06-18-2012, 12:58 PM
Suziekew's Avatar
Suziekew Suziekew is offline
A Mist Grinnin
 
Join Date: Jun 2006
Server: Everfrost
Posts: 75
Default

Quote:
Originally Posted by konan View Post
You can try this file I edited swapping MozillaBrowser to EQIIBrowser and its working for me.
Thanks for this! It does open and has the url but, as it is attempting to run the browser, the game crashes to desktop.
Reply With Quote
  #18  
Unread 06-18-2012, 01:19 PM
konan's Avatar
konan konan is offline
A Crazed Gnoll
Interface Author - Click to view interfaces
 
Join Date: Oct 2004
Server: Everfrost
Posts: 20
Default

Quote:
Originally Posted by Suziekew View Post
Thanks for this! It does open and has the url but, as it is attempting to run the browser, the game crashes to desktop.

Might need to make sure your running all the files needed and there not corrupt

In Everquest II Launchpad click the advanced tool icon and then choose Validate Game Assets. Let that run through then open your drums or profit launcher try resetting all settings. Then add the XML file I posted earlier and hopefully everything will be working. If so dont overwrite the browser XML until your sure its been updated by the UI authors .
Reply With Quote
  #19  
Unread 06-18-2012, 01:41 PM
TalTal TalTal is offline
A Griffon
Featured
 
Join Date: Nov 2005
Server: Nagafen
Posts: 1,095
Default

Quote:
Originally Posted by Suziekew View Post
Thanks for this! It does open and has the url but, as it is attempting to run the browser, the game crashes to desktop.
It is something wrong with the game not the browser files for those of us still having issues. I have used files that work ... for certain ... including only the default and still crash to desktop at 20% when the browser is used. I never received an ubdated browser file from the eq2 patcher even after doing a full file scan.

Silat
Reply With Quote
  #20  
Unread 06-18-2012, 05:09 PM
Suziekew's Avatar
Suziekew Suziekew is offline
A Mist Grinnin
 
Join Date: Jun 2006
Server: Everfrost
Posts: 75
Default

Quote:
Originally Posted by konan View Post
Might need to make sure your running all the files needed and there not corrupt

In Everquest II Launchpad click the advanced tool icon and then choose Validate Game Assets. Let that run through then open your drums or profit launcher try resetting all settings. Then add the XML file I posted earlier and hopefully everything will be working. If so dont overwrite the browser XML until your sure its been updated by the UI authors .
Well, the launcher is also messed up but I did check and verify the files. No errors. What do you mean by drums or profit launcher? The ProfitUI updater? I did that. Then added the file you posted. Still crashes.

I remember something a while ago in the regular forums about a command to stop flash or some such, which was connected to the browser not working at the time but I can't seem to find it. I wonder if this is related?
Reply With Quote
Reply



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 -5. The time now is 11:59 AM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI