[Beta] Glitchy MES for 3.0+ menu

Shout-Out

User Tag List

Page 26 of 40 FirstFirst ... 222324252627282930 ... LastLast
Results 376 to 390 of 591
  1. #376
    supermagma's Avatar Active Member
    Reputation
    16
    Join Date
    Jun 2008
    Posts
    438
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    whenever i try to open any MPQ i get 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.IO.FileNotFoundException: Could not find file 'C:\Program Files (x86)\Glitchy's Model Editing Suite\DATA\LIST\MainList.txt'.
    File name: 'C:\Program Files (x86)\Glitchy's Model Editing Suite\DATA\LIST\MainList.txt'
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
       at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
       at System.IO.StreamReader..ctor(String path)
       at ..(String SearchString1, String SearchString2)
       at ..(Object sender, EventArgs e)
       at System.Windows.Forms.Form.OnLoad(EventArgs e)
       at System.Windows.Forms.Form.OnCreateControl()
       at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       at System.Windows.Forms.Control.CreateControl()
       at System.Windows.Forms.Control.WmShowWindow(Message& m)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.ContainerControl.WndProc(Message& m)
       at System.Windows.Forms.Form.WmShowWindow(Message& m)
       at System.Windows.Forms.Form.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
    ----------------------------------------
    MES
        Assembly Version: 2.0.0.30
        Win32 Version: 2.0.0.30
        CodeBase: file:///C:/Program%20Files%20(x86)/Glitchy's%20Model%20Editing%20Suite/MES.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.Deployment
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.42 (RTM.050727-4200)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Deployment/2.0.0.0__b03f5f7f11d50a3a/System.Deployment.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
    ----------------------------------------
    
    ************** 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.
    i manually added the MainList.txt but how do i get my wow directory onto the left hand side (the white pannel)
    Last edited by supermagma; 06-13-2009 at 05:45 PM.

    [Beta] Glitchy MES for 3.0+
  2. #377
    Zantaraz's Avatar Member
    Reputation
    10
    Join Date
    Sep 2007
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by supermagma View Post
    whenever i try to open any MPQ i get 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.IO.FileNotFoundException: Could not find file 'C:\Program Files (x86)\Glitchy's Model Editing Suite\DATA\LIST\MainList.txt'.
    File name: 'C:\Program Files (x86)\Glitchy's Model Editing Suite\DATA\LIST\MainList.txt'
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
       at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
       at System.IO.StreamReader..ctor(String path)
       at ..(String SearchString1, String SearchString2)
       at ..(Object sender, EventArgs e)
       at System.Windows.Forms.Form.OnLoad(EventArgs e)
       at System.Windows.Forms.Form.OnCreateControl()
       at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       at System.Windows.Forms.Control.CreateControl()
       at System.Windows.Forms.Control.WmShowWindow(Message& m)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.ContainerControl.WndProc(Message& m)
       at System.Windows.Forms.Form.WmShowWindow(Message& m)
       at System.Windows.Forms.Form.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)
    the same for me when i tried to resize model...wow version 3.1.3 EnGB latest MES and tried everything in this post nothing helped have Vista

  3. #378
    bastyK's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i swapped mutilate spell id to hemorrhage, but my addons can't works correctly and I have a lot of errors ingame =(

    sorry! my english is horrible.

  4. #379
    Emilie Autumn's Avatar Active Member
    Reputation
    24
    Join Date
    Dec 2007
    Posts
    325
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I LOVE YOU... er ahem um on track im gunna rep you asap but i used it all 2day i love ur toolkit and i cant wait 2 see a skybox editor again =D til lthen ill be coontentt i with giving my pally t2->8 ^_^ thanks!
    Interview: Is it all behind the face?
    Emilie: No, it's all beneath the skirt.

  5. #380
    Deadnisse's Avatar Active Member
    Reputation
    59
    Join Date
    Jun 2007
    Posts
    200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, for every update this MES got, it gets harder to understand, this time its to hard and I dont understand shit Sorry

  6. #381
    Incisive's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Johnnybravo View Post
    Nvm, i fixed with myself
    how did you fix it?

  7. #382
    Glitchy's Avatar ★ Elder ★
    Reputation
    1277
    Join Date
    Jun 2007
    Posts
    985
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if you have vista run as admin. If its grayed out for you or you cant understand the program take the 5 min and watch the tutorial at the very start of the thread. This apps main focus is not race swaps it doesn't even really do it all that well. I have moved away from a tool set to more of a editor.

  8. #383
    mayainverse's Avatar Member
    Reputation
    8
    Join Date
    Jan 2008
    Posts
    181
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    when you spellswap more then 1spell. if you want to later add more spells can you just add the new spells and it will just 100% overwrite the old file or will it just refresh with the new ones.

  9. #384
    Incisive's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Running as admin, this is the first time with this error. Just reformatted comp and was reinstalling programs when I came across this.

  10. #385
    deoni's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Simply awesome

  11. #386
    twistor's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have a problem that i cant click on m2 tools and race swap (they aren't even colored)

    what can i do now?

  12. #387
    Aaea's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is wonderfully made, thank you so much

  13. #388
    Katsin Bloodoath's Avatar Member
    Reputation
    12
    Join Date
    Nov 2007
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mount nor Race swaps work on Windows XP, both grayed out.
    Dude. You spend time editing the boobs on a cow. I won't say more for my own best.

  14. #389
    Nadromar's Avatar Contributor
    CoreCoins Purchaser
    Reputation
    369
    Join Date
    Oct 2006
    Posts
    510
    Thanks G/R
    15/28
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I get this error when starting up

    Translated in english: Can't find file c:\MES\DATA\LIST\MainList.txt.

    I tried reinstalling several times.


    Code:
    ************** Tekst van uitzondering **************
    System.IO.FileNotFoundException: Kan bestand C:\Glitchy's Model Editing Suite\DATA\LIST\MainList.txt niet vinden.
    Bestandsnaam: C:\Glitchy's Model Editing Suite\DATA\LIST\MainList.txt
       bij System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       bij System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
       bij System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
       bij System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
       bij System.IO.StreamReader..ctor(String path)
       bij ..(String SearchString1, String SearchString2)
       bij ..(Object sender, EventArgs e)
       bij System.Windows.Forms.Form.OnLoad(EventArgs e)
       bij System.Windows.Forms.Form.OnCreateControl()
       bij System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       bij System.Windows.Forms.Control.CreateControl()
       bij System.Windows.Forms.Control.WmShowWindow(Message& m)
       bij System.Windows.Forms.Control.WndProc(Message& m)
       bij System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       bij System.Windows.Forms.ContainerControl.WndProc(Message& m)
       bij System.Windows.Forms.Form.WmShowWindow(Message& m)
       bij System.Windows.Forms.Form.WndProc(Message& m)
       bij System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       bij System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       bij System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    
    
    ************** Geladen assembly's **************
    mscorlib
        Assembly-versie: 2.0.0.0
        Win32-versie: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    MES
        Assembly-versie: 2.0.0.30
        Win32-versie: 2.0.0.30
        CodeBase: file:///C:/Glitchy's%20Model%20Editing%20Suite/MES.exe
    ----------------------------------------
    mscorlib.resources
        Assembly-versie: 2.0.0.0
        Win32-versie: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    System.Windows.Forms
        Assembly-versie: 2.0.0.0
        Win32-versie: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System
        Assembly-versie: 2.0.0.0
        Win32-versie: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Drawing
        Assembly-versie: 2.0.0.0
        Win32-versie: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Deployment
        Assembly-versie: 2.0.0.0
        Win32-versie: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Deployment/2.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
    ----------------------------------------
    System.Deployment.resources
        Assembly-versie: 2.0.0.0
        Win32-versie: 2.0.50727.1434 (REDBITS.050727-1400)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Deployment.resources/2.0.0.0_nl_b03f5f7f11d50a3a/System.Deployment.resources.dll
    ----------------------------------------
    System.Xml
        Assembly-versie: 2.0.0.0
        Win32-versie: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Configuration
        Assembly-versie: 2.0.0.0
        Win32-versie: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Windows.Forms.resources
        Assembly-versie: 2.0.0.0
        Win32-versie: 2.0.50727.1434 (REDBITS.050727-1400)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_nl_b77a5c561934e089/System.Windows.Forms.resources.dll
    ----------------------------------------
    
    ************** JIT-foutopsporing **************
    Als u JIT-foutopsporing wilt inschakelen, moet in het configuratiebestand voor deze
    toepassing of computer (machine.config) de waarde
    jitDebugging in het gedeelte system.windows.forms zijn ingesteld.
    De toepassing moet ook zijn gecompileerd terwijl foutopsporing
    was ingeschakeld.
    
    Bijvoorbeeld:
    
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    
    Wanneer JIT-foutopsporing is ingeschakeld, worden onverwerkte uitzonderingen
    naar het JIT-foutopsporingsprogramma gestuurd dat op de computer is geregistreerd
    en worden niet door dit dialoogvenster verwerkt.

  15. #390
    Thehunter01's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I wonder is it possible to change the mindflay from priest to the old animation ( tbc )

Page 26 of 40 FirstFirst ... 222324252627282930 ... LastLast

Similar Threads

  1. [Beta] Glitchy MES for 3.0+ REUPLOADED
    By themaster in forum WoW ME Tools & Guides
    Replies: 25
    Last Post: 08-26-2010, 10:29 AM
  2. Where can i get Glitchy MES for 3.0+??
    By predattak in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 01-20-2010, 11:10 AM
  3. glitchy MES for 2.4.3 (2.7 version)
    By fronky in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 12-03-2009, 04:42 PM
  4. [Question] Help with Glitchy MES!
    By Synrithh in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 04-06-2008, 05:48 AM
  5. Beta Signup-but for what? :)
    By Hazzerd in forum World of Warcraft General
    Replies: 2
    Last Post: 12-28-2007, 01:50 PM
All times are GMT -5. The time now is 02:01 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search