Page 4 of 5 FirstFirst 12345 LastLast
Results 61 to 80 of 83

Thread: Esf Total Editor

  1. #61
    Leonardo's Avatar Reborn Old Timer
    Join Date
    Mar 2011
    Location
    Southern Sweden
    Posts
    5,245

    Default Re: Esf Total Editor

    Quote Originally Posted by amuridee View Post
    I cannot find the download link
    can someone help me to reupload the file please
    Your post made wonder about a working link, so I uploaded Esf Total Editor on TWC Download.
    Under patronage of General Brewster of the Imperial House of Hader.





    How to make Morrowind less buggy for new players - Of course every player may find it useful.

  2. #62
    amuridee's Avatar Laetus
    Join Date
    May 2021
    Location
    Indonesia
    Posts
    10

    Default Re: Esf Total Editor

    Quote Originally Posted by Leonardo View Post
    Your post made wonder about a working link, so I uploaded Esf Total Editor on TWC Download.

    thank you very much

  3. #63
    Leonardo's Avatar Reborn Old Timer
    Join Date
    Mar 2011
    Location
    Southern Sweden
    Posts
    5,245

    Default Re: Esf Total Editor

    You're welcome.
    Under patronage of General Brewster of the Imperial House of Hader.





    How to make Morrowind less buggy for new players - Of course every player may find it useful.

  4. #64
    amuridee's Avatar Laetus
    Join Date
    May 2021
    Location
    Indonesia
    Posts
    10

    Default Re: Esf Total Editor

    I get this error when try to convert esf to xml
    Click image for larger version. 

Name:	Capture.JPG 
Views:	2 
Size:	51.0 KB 
ID:	365156
    and this is the detail
    Code:
    See the end of this message for details on invoking 
    just-in-time (JIT) debugging instead of this dialog box.
    
    ************** Exception Text **************
    System.Runtime.InteropServices.COMException (0x800A0034): Exception from HRESULT: 0x800A0034 (CTL_E_BADFILENAMEORNUMBER)
       at Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn)
       at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn)
       at TEE.Form1.Button3_Click(Object sender, EventArgs e) in C:\Users\Eg\Documents\Visual Studio 2008\Projects\TEE\TEE\Form1.vb:line 138
       at System.Windows.Forms.Control.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ButtonBase.WndProc(Message& m)
       at System.Windows.Forms.Button.WndProc(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.9151 (WinRelRS6.050727-9100)
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
    ----------------------------------------
    TEE
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///D:/Program/EsfTotal%20Editor%20Release/TEE.exe
    ----------------------------------------
    Microsoft.VisualBasic
        Assembly Version: 8.0.0.0
        Win32 Version: 8.0.50727.9149 (WinRelRS6.050727-9100)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    ----------------------------------------
    System
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.9149 (WinRelRS6.050727-9100)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Windows.Forms
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.9149 (WinRelRS6.050727-9100)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.9149 (WinRelRS6.050727-9100)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Runtime.Remoting
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.9149 (WinRelRS6.050727-9100)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.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 already install jruby from jruby.org/download

  5. #65

    Default Re: Esf Total Editor

    Quote Originally Posted by amuridee View Post
    I get this error when try to convert esf to xml
    Click image for larger version. 

Name:	Capture.JPG 
Views:	2 
Size:	51.0 KB 
ID:	365156
    and this is the detail
    Code:
    See the end of this message for details on invoking 
    just-in-time (JIT) debugging instead of this dialog box.
    
    ************** Exception Text **************
    System.Runtime.InteropServices.COMException (0x800A0034): Exception from HRESULT: 0x800A0034 (CTL_E_BADFILENAMEORNUMBER)
       at Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn)
       at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn)
       at TEE.Form1.Button3_Click(Object sender, EventArgs e) in C:\Users\Eg\Documents\Visual Studio 2008\Projects\TEE\TEE\Form1.vb:line 138
       at System.Windows.Forms.Control.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ButtonBase.WndProc(Message& m)
       at System.Windows.Forms.Button.WndProc(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.9151 (WinRelRS6.050727-9100)
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
    ----------------------------------------
    TEE
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///D:/Program/EsfTotal%20Editor%20Release/TEE.exe
    ----------------------------------------
    Microsoft.VisualBasic
        Assembly Version: 8.0.0.0
        Win32 Version: 8.0.50727.9149 (WinRelRS6.050727-9100)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    ----------------------------------------
    System
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.9149 (WinRelRS6.050727-9100)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Windows.Forms
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.9149 (WinRelRS6.050727-9100)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.9149 (WinRelRS6.050727-9100)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Runtime.Remoting
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.9149 (WinRelRS6.050727-9100)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.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 already install jruby from jruby.org/download
    wich version of jruby i have the same type of issues and also noticed the jruby version made for etw isnt there anymore

  6. #66
    Leonardo's Avatar Reborn Old Timer
    Join Date
    Mar 2011
    Location
    Southern Sweden
    Posts
    5,245

    Default Re: Esf Total Editor

    I know the required Jruby version for ETW doesn't exist anymore.

    However, there is another way to install Jruby and that's to install the Setup_EasyEsfSuite for ETW.exe package and during the installation Jruby will also be installed IIRC.

    Worth a try.
    Under patronage of General Brewster of the Imperial House of Hader.





    How to make Morrowind less buggy for new players - Of course every player may find it useful.

  7. #67
    amuridee's Avatar Laetus
    Join Date
    May 2021
    Location
    Indonesia
    Posts
    10

    Default Re: Esf Total Editor

    Quote Originally Posted by rohan97 View Post
    wich version of jruby i have the same type of issues and also noticed the jruby version made for etw isnt there anymore
    I install the version 9.2.19.0 from the download page.

    Quote Originally Posted by Leonardo View Post
    I know the required Jruby version for ETW doesn't exist anymore.

    However, there is another way to install Jruby and that's to install the Setup_EasyEsfSuite for ETW.exe package and during the installation Jruby will also be installed IIRC.

    Worth a try.
    Already try this, and with EasyEsfSuite I get the jruby version 1.6.5,
    but get same error when trying to use esf2xml

  8. #68
    Artifex
    Patrician

    Join Date
    Oct 2008
    Location
    London, UK
    Posts
    1,332

    Default Re: Esf Total Editor

    So I'm not doing tech support here, and can't really help with installation.
    Any version of JRuby or regular Ruby should work equally well with esf2xml. If you get any error message from esf2xml, I can help with that, but not really before that.

  9. #69
    amuridee's Avatar Laetus
    Join Date
    May 2021
    Location
    Indonesia
    Posts
    10

    Default Re: Esf Total Editor

    Quote Originally Posted by taw View Post
    So I'm not doing tech support here, and can't really help with installation.
    Any version of JRuby or regular Ruby should work equally well with esf2xml. If you get any error message from esf2xml, I can help with that, but not really before that.
    I'm newbie in here, so maybe I put a wrong command
    this is what I get when run esf2xml

    Code:
    D:\Program\esfxml>jruby --server -J-Xmx2048m ./esf2xml C:\Users\amuridee\Desktop\CAISET.esf C:\Users\amuridee\Desktop\
    SystemCallError: Unknown error (SystemCallError) - Unknown Error (20109) - C:\Users\amuridee\Desktop"
             mkdir at org/jruby/RubyDir.java:615
          fu_mkdir at C:/jruby-9.2.19.0/lib/ruby/stdlib/fileutils.rb:235
           mkdir_p at C:/jruby-9.2.19.0/lib/ruby/stdlib/fileutils.rb:213
      reverse_each at org/jruby/RubyArray.java:1902
           mkdir_p at C:/jruby-9.2.19.0/lib/ruby/stdlib/fileutils.rb:211
              each at org/jruby/RubyArray.java:1820
           mkdir_p at C:/jruby-9.2.19.0/lib/ruby/stdlib/fileutils.rb:196
        initialize at D:/Program/esfxml/lib/dir_builder.rb:12
        initialize at D:/Program/esfxml/lib/esf_converter.rb:293
            <main> at ./esf2xml:35
    
    D:\Program\esfxml>./esf2xml C:\Users\amuridee\Desktop\CAISET.esf C:\Users\amuridee\Desktop\
    '.' is not recognized as an internal or external command,
    operable program or batch file.

  10. #70
    Artifex
    Patrician

    Join Date
    Oct 2008
    Location
    London, UK
    Posts
    1,332

    Default Re: Esf Total Editor

    Just to reduce number of thing that could have gone wrong, could you try dropping it in same folder as esf2xml and trying this:

    jruby ./esf2xml CAISET.esf CAISET_unpacked

  11. #71
    amuridee's Avatar Laetus
    Join Date
    May 2021
    Location
    Indonesia
    Posts
    10

    Default Re: Esf Total Editor

    the command work after I install ruby 2.7.3-1 from https://rubyinstaller.org/downloads/
    I can use the command for convert esf to xml without problem with this:
    jruby ./esf2xml C:\Users\amuridee\Desktop\CAISET.esf C:\Users\amuridee\Desktop\test1
    ruby ./esf2xml C:\Users\amuridee\Desktop\CAISET.esf C:\Users\amuridee\Desktop\test2

    but I cannot use the feature esf2xml converter in esftotaleditor, still 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.Runtime.InteropServices.COMException (0x800A0034): Exception from HRESULT: 0x800A0034 (CTL_E_BADFILENAMEORNUMBER)
       at Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn)
       at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCall(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack, Boolean IgnoreReturn)
       at TEE.Form1.Button3_Click(Object sender, EventArgs e) in C:\Users\Eg\Documents\Visual Studio 2008\Projects\TEE\TEE\Form1.vb:line 138
       at System.Windows.Forms.Control.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ButtonBase.WndProc(Message& m)
       at System.Windows.Forms.Button.WndProc(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.9151 (WinRelRS6.050727-9100)
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
    ----------------------------------------
    TEE
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///D:/Program/EsfTotal%20Editor%20Release/TEE.exe
    ----------------------------------------
    Microsoft.VisualBasic
        Assembly Version: 8.0.0.0
        Win32 Version: 8.0.50727.9149 (WinRelRS6.050727-9100)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    ----------------------------------------
    System
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.9149 (WinRelRS6.050727-9100)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Windows.Forms
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.9149 (WinRelRS6.050727-9100)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.9149 (WinRelRS6.050727-9100)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Runtime.Remoting
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.9149 (WinRelRS6.050727-9100)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.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.
    maybe for now I will use the esf2xml directly instead from esftotaleditor while waiting to find a way to solve the problem
    thank you all for the help

  12. #72

    Default Re: Esf Total Editor

    Quote Originally Posted by taw View Post
    So I'm not doing tech support here, and can't really help with installation.
    Any version of JRuby or regular Ruby should work equally well with esf2xml. If you get any error message from esf2xml, I can help with that, but not really before that.

    Could you help me with this error:
    Code:
    C:\EsfTotal_Editor_Release\Converters>jruby ./xml2esf XML startpos.esf
    LoadError: no such file to load -- esf_builder
      require at org/jruby/RubyKernel.java:974
      require at C:/jruby-9.2.19.0/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:83
       <main> at ./xml2esf:5
    ?

    esf builder file is in the folder.

  13. #73
    Artifex
    Patrician

    Join Date
    Oct 2008
    Location
    London, UK
    Posts
    1,332

    Default Re: Esf Total Editor

    Are you using latest version? Just from line numbers it seems like you aren't.

  14. #74

    Default Re: Esf Total Editor

    Sorry but I'm a little confused... Latest version of what? To be honest, I am trying to make work EasyEsf editor (https://www.twcenter.net/forums/show...or-ETW-(15-12) which doesn't because there is above mentioned problem with convert xml to esf (it works in other way around). I wrote in this thread because I saw your reply and as I learnt from linked thread, you're the only person who can help me with it. I also get the same error when I try to convert xml folder to esf using files uploaded by husserl in this thread.

    EDIT.

    I've used the latest xml2esf from your repository and now I get that:
    Code:
    C:\EasyEsf>jruby xml2esf XML startpos.esf
    LoadError: no such file to load -- C:/EasyEsf/lib/esf_builder
               require at org/jruby/RubyKernel.java:974
      require_relative at org/jruby/RubyKernel.java:1002
                <main> at xml2esf:4
    EDIT 2

    Version from your repository is working fine in both ways but... is there any possibility to fix the problem with EasyEsf editor?

    EDIT 3

    Ok, it seems that I made it partially work. I copied new xml2esf and esf2xml files to main folder of EasyEsf and all new .rb. format files to a new created folder called 'lib' (recreating folders' structure from your orginal tool). Unfortunately some of EasyEsf options does not work properly after that change. Therefore it seems to be necessary to fix orginal "xml2esf"... https://www.mediafire.com/file/icp3oin258royik/xml2esf/file

    EDIT 4

    I found a solution which I posted here - https://www.twcenter.net/forums/show...(15-12)/page21
    Last edited by K4mil; September 02, 2021 at 07:15 PM.

  15. #75
    Artifex
    Patrician

    Join Date
    Oct 2008
    Location
    London, UK
    Posts
    1,332

    Default Re: Esf Total Editor

    Sorry, I don't maintain EasyEsf editor.
    At one point I had to rearrange the files in esf2xml a bit and update dependencies. It should be easy enough to update EasyEsf to use new version in principle.

  16. #76

    Default Re: Esf Total Editor

    So I get this error while converting esf to xml:



    https://ibb.co/JnRYQJh


    What to do here? What's the cause??

  17. #77
    Artifex
    Patrician

    Join Date
    Oct 2008
    Location
    London, UK
    Posts
    1,332

    Default Re: Esf Total Editor

    Who's maintaining Esf Total Editor?
    From error message it sounds like it uses old source code of esf2xml, before I moved some files around, but I'm not sure if that's even related to the fail.

  18. #78

    Default Re: Esf Total Editor

    Quote Originally Posted by taw View Post
    Who's maintaining Esf Total Editor?
    From error message it sounds like it uses old source code of esf2xml, before I moved some files around, but I'm not sure if that's even related to the fail.
    taw, do you know a working method to convert .esf to .xml and back? I really want to make use of this, I'm just having hard time finding the tools on the forum. Is there a newer esf2xml? Where can I find it?

  19. #79
    Artifex
    Patrician

    Join Date
    Oct 2008
    Location
    London, UK
    Posts
    1,332

    Default Re: Esf Total Editor

    [I only wrote command line tools](https://github.com/taw/etwng/tree/master/esfxml). You need to install either Ruby or JRuby to make it work. It should work with every game.

    (I should update README at some point, it's many years old so that JRuby download link doesn't work etc.)

  20. #80

    Default Re: Esf Total Editor

    Quote Originally Posted by taw View Post
    [I only wrote command line tools](https://github.com/taw/etwng/tree/master/esfxml). You need to install either Ruby or JRuby to make it work. It should work with every game.

    (I should update README at some point, it's many years old so that JRuby download link doesn't work etc.)
    I am bad at github, I wouldn't know what to do with all that code, how to use it, whether to download it, how to download it, etc.

Page 4 of 5 FirstFirst 12345 LastLast

Posting Permissions

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