+ Reply
Results 1 to 2 of 2
  1. #1
    iPhone? More like MyPhone
    Join Date
    Nov 2008
    Posts
    147
    Thanks
    2
    Thanked 8 Times in 7 Posts

    Exclamation Is it me or is IphoneThemeMaker not working?

    So I tried to create a theme for my iphone and put it on the modmyi repo, I can add all the icons and wallpaper but when i click compile theme I get an error saying there is an error on line 419.
    Just wondered if this was just me or there is a problem with the website, as I have never used the website before I am not sure.

  2. #2
    What's Jailbreak?
    Join Date
    Jul 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    got the same prob

    Server Error in '/' Application.

    The given path's format is not supported.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.NotSupportedException: The given path's format is not supported.

    Source Error:


    Line 417: }
    Line 418: Image writeImage;
    Line 419: writeImage = Image.FromFile(wallpaperPath);
    Line 420: gOut.DrawImage(writeImage, new Rectangle(0, 0, 320, 480));
    Line 421: writeImage = Image.FromFile(statusbarPath);

    Source File: cInetpub\vhosts\iphonethememaker.com\httpdocs\App_C ode\Theme.cs Line: 419

    Stack Trace:


    [NotSupportedException: The given path's format is not supported.]
    System.Security.Util.StringExpressionSet.Canonical izePath(String path, Boolean needFullPath) +2754022
    System.Security.Util.StringExpressionSet.CreateLis tFromExpressions(String[] str, Boolean needFullPath) +331
    System.Security.Permissions.FileIOPermission.AddPa thList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) +105
    System.Security.Permissions.FileIOPermission..ctor (FileIOPermissionAccess access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath) +52
    System.IO.Path.GetFullPath(String path) +91
    System.Drawing.IntSecurity.UnsafeGetFullPath(Strin g fileName) +91
    System.Drawing.IntSecurity.DemandReadFileIO(String fileName) +34
    System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement) +380038
    System.Drawing.Image.FromFile(String filename) +6
    ThemeClass.GeneratePreviewImage(String fileName) in cInetpub\vhosts\iphonethememaker.com\httpdocs\App_C ode\Theme.cs:419
    ThemeClass.GeneratePreview() in cInetpub\vhosts\iphonethememaker.com\httpdocs\App_C ode\Theme.cs:76
    ThemeClass.SaveTheme() in cInetpub\vhosts\iphonethememaker.com\httpdocs\App_C ode\Theme.cs:175
    _Default.ImageButton1_Click(Object sender, ImageClickEventArgs e) in cInetpub\vhosts\iphonethememaker.com\httpdocs\defau lt.aspx.cs:55
    System.Web.UI.WebControls.ImageButton.OnClick(Imag eClickEventArgs e) +105
    System.Web.UI.WebControls.ImageButton.RaisePostBac kEvent(String eventArgument) +115
    System.Web.UI.WebControls.ImageButton.System.Web.U I.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
    System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler sourceControl, String eventArgument) +11
    System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData) +33
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102

    Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts