Thread Tools Display Modes
11-15-05, 06:35 AM   #1
Fkaï
A Defias Bandit
Join Date: Nov 2005
Posts: 3
[1.0.200.2] Given path's format not supported

Hi,
I was was trying to open a project but WOW UI Designer throws an Invalid Path exception.
Here is the toc file. We have subdirectory may this be the problem ?

## Interface: 1800
## Title: GuildAds
## Author: Zarkan, Fkaï
## eMail: [email protected]
## URL: http://www.curse-gaming.com/mod.php?addid=1767
## Notes: Guild Ads
## Notes-frFR: Les Annonces de la guilde
## Dependencies:
## OptionalDeps: myAddOns, ReagentData, GuildEventManager
## SavedVariables: GuildAds
#..\..\FrameXML\TalentFrame.xml
#..\..\FrameXML\Fonts.xml
SimpleComm.xml
GuildAds.xml
GuildAdsFrame.xml
GuildAdsDebug.xml
trade\GuildAdsTradeFrame.xml
trade\GuildAdsCraftFrame.xml
trade\GuildAdsShiftClick.xml
skill\GuildAdsSkillFrame.xml
event\GuildAdsEventFrame.xml
guild\GuildAdsGuildFrame.xml
trade\GuildAdsTooltip.xml
GuildAdsConfig.xml
inspect\GuildAdsInspect.xml
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.


Here is the exception
************** Exception Text **************
System.NotSupportedException: The given path's format is not supported.
at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath)
at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath)
at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList)
at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath)
at System.IO.FileInfo..ctor(String fileName)
at wowuides.Project.GetFileInfos()
at wowuides.Project.get_FileInfos()
at wowuides.ProjectContent.updateUis()
at wowuides.ProjectContent.SetProject(ProjectForm value)
at wowuides.ProjectContent.set_Project(ProjectForm value)
at wowuides.MainForm.OpenFile(FileInfo fi, Int32 line, Int32 column, Type designer)
at wowuides.MainForm.FileOpenProject_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(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.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
wowuides
Assembly Version: 1.0.200.0
Win32 Version: 1.0.200.2
CodeBase: file:///C:/Program%20Files/WoW%20UI%20Designer/wowuides.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
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.42 (RTM.050727-4200)
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.42 (RTM.050727-4200)
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.42 (RTM.050727-4200)
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.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
WeifenLuo.WinFormsUI.Docking
Assembly Version: 2.99.0.0
Win32 Version: 2.99.0.7
CodeBase: file:///C:/Program%20Files/WoW%20UI%20Designer/WeifenLuo.WinFormsUI.Docking.DLL
----------------------------------------
LuaInterfaceNet2
Assembly Version: 2.0.0.0
Win32 Version: 2.0.0.4
CodeBase: file:///C:/Program%20Files/WoW%20UI%20Designer/LuaInterfaceNet2.DLL
----------------------------------------
System.Design
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Design/2.0.0.0__b03f5f7f11d50a3a/System.Design.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.




Fkaï unhappy tester but happy user

Last edited by Fkaï : 11-15-05 at 11:57 AM. Reason: Exception dump + version change
  Reply With Quote
11-15-05, 02:25 PM   #2
Nulkris
A Cobalt Mageweaver
 
Nulkris's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2005
Posts: 214
It's trying to read those 2 lines with # in front as files, just remove them and it should load fine. I will make it so # is recognised as a comment line character for next version.
__________________
Nulkris - A80 Rogue - Proudmoore
(Also Drukris, Hamkris on Proudmoore; Hulkris on Jubei'Thos & Khaz Modan)
  Reply With Quote
11-15-05, 07:31 PM   #3
Fkaï
A Defias Bandit
Join Date: Nov 2005
Posts: 3
Originally Posted by Nulkris
It's trying to read those 2 lines with # in front as files, just remove them and it should load fine. I will make it so # is recognised as a comment line character for next version.
I remove the 2 lines but exception still occurs
  Reply With Quote
11-15-05, 08:38 PM   #4
Nulkris
A Cobalt Mageweaver
 
Nulkris's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2005
Posts: 214
Try removing the dependencies line with no addons listed, and maybe the Notes-fr line.
__________________
Nulkris - A80 Rogue - Proudmoore
(Also Drukris, Hamkris on Proudmoore; Hulkris on Jubei'Thos & Khaz Modan)
  Reply With Quote
11-16-05, 11:39 AM   #5
Fkaï
A Defias Bandit
Join Date: Nov 2005
Posts: 3
I found the gulty line

It's the notes-frFR line
## Notes-frFR: Les Annonces de la guilde
  Reply With Quote
11-16-05, 01:00 PM   #6
Guillotine
A Cobalt Mageweaver
 
Guillotine's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2005
Posts: 206
Originally Posted by Fkaï
I found the gulty line

It's the notes-frFR line
## Notes-frFR: Les Annonces de la guilde
why is that a guilty line? whats wrong with it?
  Reply With Quote
11-17-05, 03:33 AM   #7
Ravendwyr
A Flamescale Wyrmkin
 
Ravendwyr's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2005
Posts: 139
Originally Posted by Guillotine
why is that a guilty line? whats wrong with it?
Probably because WoW UI Designer couldn't recognise the field. The latest version (1.0.200.3) fixes this I believe (from what I've read in the Patch Notes - haven't tried it myself yet).
__________________
Twitter | GitHub
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Invalid path


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