|
SageTV Studio Discussion related to the SageTV Studio application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the Studio software application should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Question about some Sage output in the debug log
Hi,
1) I see the following lines quite frequently in the debug log : Code:
Sat 6/10 23:54:40.037 ZRoot is aborting this draw because its unnecessary Sat 6/10 23:54:40.410 ZRoot is aborting this draw because its unnecessary 2) From time to time I get the following exception in the debug log from one of my menus: Code:
Sat 6/10 23:55:00.834 Exception in thread "AWT-EventQueue-0" java.lang.StackOverflowError Sat 6/10 23:55:00.836 at sage.bz.hN(Unknown Source) Sat 6/10 23:55:00.836 at sage.a6.fq(Unknown Source) Sat 6/10 23:55:00.836 at sage.a6.for(Unknown Source) Sat 6/10 23:55:00.837 at sage.a6.for(Unknown Source) Sat 6/10 23:55:00.837 at sage.a6.for(Unknown Source) Sat 6/10 23:55:00.837 at sage.a6.for(Unknown Source) Sat 6/10 23:55:00.838 at sage.a6.for(Unknown Source) Sat 6/10 23:55:00.838 at sage.a6.for(Unknown Source) Sat 6/10 23:55:00.838 at sage.a6.for(Unknown Source) Sat 6/10 23:55:00.838 at sage.a6.for(Unknown Source) [... very often repeated ...] Thanks, Dirk |
#2
|
||||
|
||||
#1 doesn't look like an error to me, more like an optimization. The renderer has decided that some widget's appearance hasn't changed and therefore doesn't need to be redrawn. That's my guess anyway.
For #2, try turning on Studio's Trace feature. If you've got an infinite loop in your widget code (which is what it looks like), Trace should help you pin down which widgets are involved.
__________________
-- Greg |
#3
|
|||
|
|||
Quote:
Quote:
Dirk |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|