Runtime error on WaitEvent

Discuss any general programming issues here
Post Reply
Flinx
Posts: 192
Joined: Sun Feb 14, 2021 9:54 am
Location: Germany

Runtime error on WaitEvent

Post 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
User avatar
airsoftsoftwair
Posts: 5446
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Runtime error on WaitEvent

Post by airsoftsoftwair »

Is this reproducable in any way? Can you use DebugOutput() to see which functions triggers the error?
Flinx
Posts: 192
Joined: Sun Feb 14, 2021 9:54 am
Location: Germany

Re: Runtime error on WaitEvent

Post 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.
Post Reply