message-window from JIT-debugger + !!now with log-files!! + (1 Viewer)

josu

Portal Pro
March 14, 2006
192
0
Kassel, Germany
Home Country
Germany Germany
Looks good with the latest svn 12518 and 521, but every 15 minutes I get a message-window from JIT-debugger (look to the attachment).


First part of the message:
......************** Ausnahmetext **************
System.MissingMethodException: Methode nicht gefunden: Void MediaPortal.GUI.Library.Log.WriteFile(MediaPortal.Services.LogType, System.String, System.Object[]).
bei ProcessPlugins.DiskSpace.DiskManagement.CheckDriveFreeDiskSpace(String drive)
bei ProcessPlugins.DiskSpace.DiskManagement.CheckFreeDiskSpace()
bei ProcessPlugins.DiskSpace.DiskManagement.OnTimerElapsed(Object sender, EventArgs e)
bei System.Windows.Forms.Timer.OnTick(EventArgs e)
bei System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
......

I have this message on the master and on the clients. If you click on continue, mp runs without errors the next 15 minutes :)

many greetings
 

josu

Portal Pro
March 14, 2006
192
0
Kassel, Germany
Home Country
Germany Germany
Hello,

the solution of the problem you can find at the end of mp.txt:




............

....************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.

Zum Beispiel:

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

Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.

...............






sorry, but the log-text is in german.

So I think, the programmers must change the error-handling !



many greetings
 

josu

Portal Pro
March 14, 2006
192
0
Kassel, Germany
Home Country
Germany Germany
Hello,
Frodo wrote for the latest svn 12554:
...better error-handling......

but the error-message exists further.
But I am hopefull :)

many greetings
 

josu

Portal Pro
March 14, 2006
192
0
Kassel, Germany
Home Country
Germany Germany
Hello frodo,
many thanks for your reply, but I have installed the latest svn (12554).
The message comes of all my systems, under xp and w2k and on the xp-master.
What can we do??? :)
 

Svorsken

Portal Member
November 30, 2005
8
0
52
Same same here too
First I tryed to keep my MP-install v 0.2.2.0 and just add TV-plugin, remove TV-card and update with lates SVN.
After this error I made a clean setup, but I still get this error.
I run client on server PC. Have not made success on connecting trough my local network, but it may be a router problem....
 

Frodo

Retired Team Member
  • Premium Supporter
  • April 22, 2004
    1,518
    121
    52
    The Netherlands
    Home Country
    Netherlands Netherlands
    now its fixed (really) in next public svn build of mp
     

    Users who are viewing this thread

    Top Bottom