Page 1 of 1

Runtime error on WaitEvent

Posted: Thu Jun 15, 2023 7:59 pm
by Flinx
Hi,

one of my Raspberry players did stop with a runtime error I do not understand:
Width/height values must be greater than 0!
File: Lyrics_Jukebox.hws (current line: ..... - In function: WaitEvent)

That is my main loop.
What can cause something like this?

Ralf

Re: Runtime error on WaitEvent

Posted: Sun Jun 18, 2023 4:23 pm
by airsoftsoftwair
Is this reproducable in any way? Can you use DebugOutput() to see which functions triggers the error?

Re: Runtime error on WaitEvent

Posted: Sun Jun 18, 2023 6:39 pm
by Flinx
No, that was during handling and I can't reconstruct the operations exactly, and it only happened once. And I have some text output (into layers) from external sources, so it's really difficult to reproduce. (I have made a radio streaming function using the vlc server via telnet and show the content of "is_playing".)
I had hoped to be able to set up some traps for debugging. I will try with enabled DebugOutput.