xlobby terminates when computer is idling...

Help each other out

xlobby terminates when computer is idling...

Postby lar282 on Sun Aug 21, 2005 7:02 pm

Hi
Has anybody seen that xlobby just crashes sometimes? Foobar is still running but xlobby is just gone. It happens to me every now and then and I know for sure the computer is not doing anything. for example when I checked the htpc this morning xlobby was just gone...Wierd. no logs no nothing.nothing in event log either.My htpc is on 24/7 and its not really good that is does this for me.Just using a remote....


//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Postby Myth on Mon Aug 22, 2005 2:47 am

Not sure if it is quite the same, but,

When I put music on, then select the screen saver , occasionally it hangs after a while.

The music (winamp) continues to play, but the Pictures stop changing, and XLobby is non-responsive.

I then have the Ctl-Alt_Del, and use Task Manager to kill the Xlobby(2?).exe process, to recover
Myth
Myth
 
Posts: 83
Joined: Sun May 09, 2004 9:48 am

Postby lar282 on Wed Aug 31, 2005 8:57 am

just happened 5 times during the past 12 hours, without me touching the system. This is wierd, wierd wierd. Foobar is left though. yhippie

Using the latest exe.

//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

another exeption

Postby lar282 on Thu Sep 01, 2005 6:18 am

Woke up and xlobby had crashed over night agin. Running out of ideas where to look. I just have no clue whats wrong.
xlobby server is off, so it kind of scares me that the exeption talks about a remote machine??? Steven u planting viruses! (joking)


See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidOperationException: Couldn't get process information from remote machine. ---> System.OverflowException: Arithmetic operation resulted in an overflow.
at System.IntPtr.op_Explicit(Int64 value)
at System.Diagnostics.NtProcessManager.GetThreadInfo(PERF_OBJECT_TYPE type, IntPtr instancePtr, PERF_COUNTER_DEFINITION[] counters)
at System.Diagnostics.NtProcessManager.GetProcessInfos(PerformanceCounterLib library, Int32 processIndex, Int32 threadIndex, IntPtr dataBlockPtr)
at System.Diagnostics.NtProcessManager.GetProcessInfos(PerformanceCounterLib library)
--- End of inner exception stack trace ---
at System.Diagnostics.NtProcessManager.GetProcessInfos(PerformanceCounterLib library)
at System.Diagnostics.NtProcessManager.GetProcessInfos(String machineName, Boolean isRemoteMachine)
at System.Diagnostics.ProcessManager.GetProcessInfos(String machineName)
at System.Diagnostics.Process.GetProcesses(String machineName)
at System.Diagnostics.Process.GetProcesses()
at xDvdBurn.DvdBurn.checkiftvisrunning()
at xDvdBurn.DvdBurn.TimerDisplayEvent(Object vwObj, EventArgs vwE)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.Callback(IntPtr hWnd, Int32 msg, IntPtr idEvent, IntPtr dwTime)
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

got another crash when waking up today

Postby lar282 on Thu Sep 22, 2005 6:46 am

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentException: Invalid parameter used.
at System.Drawing.Graphics.CheckErrorStatus(Int32 status)
at System.Drawing.Graphics.DrawImage(Image image, Int32 x, Int32 y, Int32 width, Int32 height)
at System.Drawing.Graphics.DrawImage(Image image, Rectangle rect)
at xlobby2.PicButton.drawImage(Graphics g, Control c)
at xlobby2.GdiDraw.DrawButton(PicButton ptemp, Graphics g, Control control)
at xlobby2.GdiDraw.DrawFormButtons(Graphics g, ArrayList buttons, Control control)
at xlobby2.GdiForm.DrawToGraphics(Graphics g)
at xlobby2.GdiForm.OnPaint(PaintEventArgs e)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
at System.Windows.Forms.Control.WmPaint(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.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Postby badubo on Thu Sep 22, 2005 8:20 am

according to the stack :

at xDvdBurn.DvdBurn.TimerDisplayEvent(Object vwObj, EventArgs vwE)

you probably have to look at this plugin
badubo
 
Posts: 505
Joined: Mon May 03, 2004 7:33 pm
Location: Belgium

Postby lar282 on Thu Sep 22, 2005 8:21 am

THANK u. This gives me a hint at least.

thanks again


//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Postby lar282 on Thu Sep 29, 2005 6:18 am

well the second crash mess I got rid of, thanks badabu, but this one still shows up everynow and then. Any tips for me!

************** Exception Text **************
System.ArgumentException: Invalid parameter used.
at System.Drawing.Graphics.CheckErrorStatus(Int32 status)
at System.Drawing.Graphics.DrawImage(Image image, Int32 x, Int32 y, Int32 width, Int32 height)
at System.Drawing.Graphics.DrawImage(Image image, Rectangle rect)
at xlobby2.PicButton.drawImage(Graphics g, Control c)
at xlobby2.GdiDraw.DrawButton(PicButton ptemp, Graphics g, Control control)
at xlobby2.GdiDraw.DrawFormButtons(Graphics g, ArrayList buttons, Control control)
at xlobby2.GdiForm.DrawToGraphics(Graphics g)
at xlobby2.GdiForm.OnPaint(PaintEventArgs e)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
at System.Windows.Forms.Control.WmPaint(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.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Postby lar282 on Sat Oct 08, 2005 7:27 am

Steven heeeeeeeelp!!!!!

I get this every morning, -:(



//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Postby Naylia on Sat Oct 08, 2005 8:40 pm

I get it like once a week lars, i'll post the details of my dump next time and maybe we can find common ground. Happens usually when recovering from sleep to me.
Naylia
 
Posts: 530
Joined: Tue Oct 19, 2004 7:50 pm
Location: Boston, MA

Postby dandiodati on Tue Oct 11, 2005 5:13 am

xlobby was crashing randomly for me too. Until I set it up to run as a shell, now its seems to have been stable for several days. I keep an I on it but seems positive so far.
dandiodati
 
Posts: 17
Joined: Tue Mar 15, 2005 7:03 am

Postby lar282 on Wed Oct 12, 2005 6:10 am

Naylia and dandiodati, are u using the Xevent plugin?


//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Postby dandiodati on Thu Oct 13, 2005 6:05 am

I don't think I am using the xevent plugin. I have not added any external plugins and I got the latest xlobby2 release1. What is this plugin for?
dandiodati
 
Posts: 17
Joined: Tue Mar 15, 2005 7:03 am

Postby lar282 on Thu Oct 13, 2005 6:25 am

I dont have Xevent myself but I have simular code in a plugin that refreshes the weather every 2 hours. When I removed that code I haven't had a crash since? REally wierd cause the code is actually clean and do not do anything else than send a command to refresh the weather through the event list.


//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Postby Naylia on Thu Oct 13, 2005 11:34 am

i also don't use xevent, but do use xweather, but don't think i have an auto-refresh on it :(

but since posting haven't had a crash....knock on wood...
Naylia
 
Posts: 530
Joined: Tue Oct 19, 2004 7:50 pm
Location: Boston, MA

Next