EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Interface Discussion > Released

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Unread 06-26-2005, 03:57 AM
taco-man's Avatar
taco-man taco-man is offline
EQ2MAP Updater Author
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 1,349
Default

you have your computers DPI set to a non standard #. if you set it to the default (96) it will look correct.
__________________
EQ2MAP Updater Download
EQ2MAP Website
How to Install a custom interface
Reply With Quote
  #2  
Unread 07-25-2005, 08:40 AM
dragon0241 dragon0241 is offline
A Brown Bear
 
Join Date: Apr 2005
Server: Lavastorm
Posts: 12
Question Unhandled Exception error

I started using this tonight but as soon as i selected the latest version of eXtremeUI v1122 it has this error.

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

************** Exception Text **************
System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: '2' is not a valid value for 'index'.
   at System.Windows.Forms.ObjectCollection.get_Item(Int32 index)
   at UISwitcher.switcher_form.ui_list_SelectedIndexChanged(Object sender, EventArgs e)
   at System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.ListBox.WmReflectCommand(Message& m)
   at System.Windows.Forms.ListBox.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
UISwitcher
    Assembly Version: 1.0.1984.18985
    Win32 Version: 1.0.1984.18985
    CodeBase: file:///C:/Program%20Files/Sony/EverQuest%20II/UISwitcher.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
    Assembly Version: 1.0.5000.0
    Win32 Version: 1.1.4322.573
    CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (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 machine
rather than being handled by this dialog.
Do you have any idea on how to fix this?

thanks
Reply With Quote
  #3  
Unread 07-25-2005, 09:56 AM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

It may be because my discription is so ungodly long, thats the only thing I can think of as to why eXtreme would be kicking out an error on it. Every thing else in th eq2ui_skin.xml is standerd.
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote
  #4  
Unread 07-25-2005, 10:58 AM
ger's Avatar
ger ger is offline
Steward of the Faithful
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 580
Default

The description could be it. I'd recommend trying a shorter desription; if it still does it I'll see if I can figure it out.
__________________
Reply With Quote
  #5  
Unread 07-25-2005, 11:12 AM
Faetyl's Avatar
Faetyl Faetyl is offline
Freeport Pizza Delivery
Featured
 
Join Date: Mar 2005
Server: Unrest
Posts: 1,212
Default SkinInfo Issue with UISwitcher

I had this same issue when I got a bit more detailed in the SkinInfo with ThorUI.
My issue was that I had inadvertantly slipped invalid characters in such as "/".

You might try removing the special characters of "•", ":", and any others you may find.

My trouble shooting process was striping out anything other than plan text characters and slowly adding them back.

Hope this helps,
__________________
Thor/Faetyl of the Unrest Server
ThorUI AU - Play EverQuest2 in Style!
Portal
Forums

Got Guild?

"Always code as if the person who ends up maintaining your code will be a violent psychopath who knows where you live."
Reply With Quote
  #6  
Unread 07-26-2005, 05:38 AM
dragon0241 dragon0241 is offline
A Brown Bear
 
Join Date: Apr 2005
Server: Lavastorm
Posts: 12
Smile

Editted the eXtreme eq2ui_skininfo.xml file but still had same problem.
Maybe i did something wrong so i copied the default eq2ui_skininfo.xml and just added the info into it and it seems to work.
Here is a copy of what i did for if anyone else has this problem.

Code:
<?xml version="1.0" encoding="utf-8"?>
<Page Name="SkinInfoPage" ScrollExtent="800,600" Size="800,600" Visible="false">
<Data author="Landiin/Toran" contact="http://www.eq2interface.com/forums/member.php?userid=12837" description="eXtremeUI" Name="SkinInfo" text="eXtremeUI" version="v1122"/>
</Page>
very short and simple but it works.
Thanks for all the help guys and thanks to Landiin and Toran for the great ui
Plus thanks to Ger for the great UI Switcher
Reply With Quote
  #7  
Unread 07-26-2005, 12:42 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

qer are you useing utf-8 format? if not thats whats wrong it its trying to convert to asci and it jumbles stuff up along with not being able to do widestrings. I havn't looked at the error in uiswitcher, its just an issue I had while making the controle panel for my ui but thats writen with delphi so it mgiht not do it with what ever you used.
__________________
Landiin's EQ2MAP Updater Discussion Download
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 09:09 PM.


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