Jump to content

FTX Vector 1.15 - .NET crash when using auto configuration


ramon.cutanda

Recommended Posts

Hi,

 

Next you will find the error log I get whenever I try to run the auto configuration tool. I've used the tool dozens of times before, but for some reason now it just has stopped working no matter what. Any help will be greatly appreciated.

 

Kind regards,

 

PS: My OS is in Spanish, sorry.

 

Main message: "No se puede crear un archivo que ya existe" ->>> "An existing file cannot be created"

 

Detail:
 

 

Consulte el final de este mensaje para obtener más detalles sobre cómo invocar a la depuración
Just-In-Time (JIT) en lugar de a este cuadro de diálogo.

************** Texto de la excepción **************
System.IO.IOException: No se puede crear un archivo que ya existe.

   en System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   en System.IO.__Error.WinIOError()
   en System.IO.File.Move(String sourceFileName, String destFileName)
   en FtxVector.Configurator.Ui.Forms.MainForm.Aec_AutoBtn_Click(Object sender, EventArgs e)
   en System.Windows.Forms.Control.OnClick(EventArgs e)
   en System.Windows.Forms.Button.OnClick(EventArgs e)
   en System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   en System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   en System.Windows.Forms.Control.WndProc(Message& m)
   en System.Windows.Forms.ButtonBase.WndProc(Message& m)
   en System.Windows.Forms.Button.WndProc(Message& m)
   en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Ensamblados cargados **************
mscorlib
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.8000 (FX35W81RTMGDR.050727-8000)

----------------------------------------
FtxVector.Configurator
    Versión del ensamblado: 1.10.0.0
    Versión Win32: 1.10.0.0

----------------------------------------
Microsoft.VisualBasic
    Versión del ensamblado: 8.0.0.0
    Versión Win32: 8.0.50727.7905 (win9rel.050727-7900)

----------------------------------------
System
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.7905 (win9rel.050727-7900)

----------------------------------------
System.Windows.Forms
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.7905 (win9rel.050727-7900)

----------------------------------------
System.Drawing
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.7905 (win9rel.050727-7900)

----------------------------------------
System.Runtime.Remoting
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.8003 (FX35W81RTMGDR.050727-8000)

----------------------------------------
mscorlib.resources
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.8000 (FX35W81RTMGDR.050727-8000)

----------------------------------------
System.Windows.Forms.resources
    Versión del ensamblado: 2.0.0.0
    Versión Win32: 2.0.50727.7905 (win9rel.050727-7900)

----------------------------------------

************** Depuración JIT **************
Para habilitar la depuración Just In Time (JIT), el archivo de configuración de esta
aplicación o equipo (machine.config) debe tener el
valor jitDebugging establecido en la sección system.windows.forms.
La aplicación también se debe compilar con la depuración
habilitada

Por ejemplo:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

Cuando esté habilitada la depuración JIT, cualquier excepción no controlada
se enviará al depurador JIT registrado en el equipo
en lugar de controlarlo mediante el cuadro de diálogo.

 

 

Link to comment
Share on other sites

Seems the file or folder is write protected


 


right click the main fsX folder and select properties, un-tick the box where it says "read only"


a pop up should appear with the text that the action shall apply to all subfolders and files


hit OK and another pop up shall appear with the progress of the operation


this last action can take a while


 


if that doesn't work out then next thing to try is to take ownership as described here => http://technet.microsoft.com/en-us/library/cc753659.aspx


Link to comment
Share on other sites

The problem was located in this folder:


 


C:\P3D\ORBX\FTX_VECTOR\FTX_VECTOR_APT\scenery


 


But I could not figure out how to solve it. So I deleted the entire C:\P3D\ORBX\FTX_VECTOR\ folder and then reinstalled from scratch (1.10 + 1.15 update)


 


Now the auto configuration tool works again.


 


Bests,


Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...