Jump to content

TvStyle problema eccezzione non gestita...


Recommended Posts

Ho un problema con il tvstyle su windows 7 64bit(installato ieri).Al momento che premo il tasto preview ho questo errore:

catturafffff.jpg

i dettagli sono questi:

Le informazioni su come richiamare il debug JIT (Just-In-Time) anziché questa finestra

sono riportate in fondo al messaggio.


************** Testo dell'eccezione **************

System.BadImageFormatException:  non è un'applicazione di Win32 valida. (Eccezione da HRESULT: 0x800700C1)

   in TVSTYLECONFIG.Form4.Button4_Click(Object sender, EventArgs e)

   in System.Windows.Forms.Control.OnClick(EventArgs e)

   in System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)

   in System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

   in System.Windows.Forms.Control.WndProc(Message& m)

   in System.Windows.Forms.ButtonBase.WndProc(Message& m)

   in System.Windows.Forms.Button.WndProc(Message& m)

   in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

   in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)



************** Assembly caricati **************

mscorlib

    Versione assembly: 2.0.0.0

    Versione Win32: 2.0.50727.4952 (win7RTMGDR.050727-4900)

    Base di codice: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll

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

TVSTYLECONFIG

    Versione assembly: 1.0.0.0

    Versione Win32: 1.0.0.0

    Base di codice: file:///C:/Program%20Files%20(x86)/rFactor/Plugins/TvStyle/TVSTYLECONFIG.exe

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

Microsoft.VisualBasic

    Versione assembly: 8.0.0.0

    Versione Win32: 8.0.50727.4927 (NetFXspW7.050727-4900)

    Base di codice: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll

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

System

    Versione assembly: 2.0.0.0

    Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)

    Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

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

System.Windows.Forms

    Versione assembly: 2.0.0.0

    Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)

    Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

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

System.Drawing

    Versione assembly: 2.0.0.0

    Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)

    Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

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

System.Runtime.Remoting

    Versione assembly: 2.0.0.0

    Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)

    Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll

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

mscorlib.resources

    Versione assembly: 2.0.0.0

    Versione Win32: 2.0.50727.4952 (win7RTMGDR.050727-4900)

    Base di codice: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll

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

System.Windows.Forms.resources

    Versione assembly: 2.0.0.0

    Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900)

    Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_it_b77a5c561934e089/System.Windows.Forms.resources.dll

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


************** Debug JIT **************

Per attivare il debug JIT, è necessario impostare il valore

jitDebugging nella sezione system.windows.forms del file di configurazione

dell'applicazione o del computer (machine.config).

L'applicazione inoltre deve essere compilata con il debug

attivato.


Ad esempio:


<configuration>

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

</configuration>


Quando il debug JIT è attivato, tutte le eccezioni non gestite

vengono inviate al debugger JIT registrato nel computer,

anziché essere gestite da questa finestra di dialogo.



L'avvio come amministratore ma non cambia niente,il visul c++ 2008 è aggiornato al SP1,il framework idem gia windows 7 contiene fino al 3.5 e ho pure messo il 4.0,ma niente.

Qualcuno mi sa aiutare perfavore? :(

Link to comment
Share on other sites

Ho avuto anche io lo stesso problema.

E' sicuramente un problema legata al sistema operativo. :smilie_daumenpos:

Se cerchi sulla rete, troverai un sito (di cui non ricordo il nome) che imputa al 64bit la responsabilità dell'errore.

Mi spiace non essere più preciso. :(:(

Link to comment
Share on other sites

  • 4 months later...
  • 4 weeks later...

è il 64bit!!

Il problema può essere risolto. Gli sviluppatori hanno bisogno di pubblicare il codice sorgente o compilare nuovamente il programma.

And in english: The problem can be fixed if the developers release the source code for the tvstyle or compile the program with x86 or x64 bit support themselves! Example can be found below:

Un esempio può essere trovato qui:

http://www.racingontheweb.net/RotW.forums/index.php?showtopic=2793

Link to comment
Share on other sites

 Share

×
×
  • Create New...