i was able to get additional information:

  TypeError: Error #1009: Cannot access a property or method of a null object 
reference.

line 72:
    public static function getFont (fontname:String, style:String) :LzFont {
line 173:
    public static function __findMatchingFont (str:String) :String {

even though i have compiler.debug.backtrace=true, i still can't get a 
backtrace.  any thoughts?

thanks,
augusto.

On Mar 15, 2012, at 4:41 PM, augusto callejas wrote:

> hi-
> 
> i'm getting the following errors in the Laszlo Debugger window when i try to 
> run my application (swf10):
> 
>  ERROR @kernel/swf9/LzFontManager.as≈72: TypeError: Error #1009 
>  ERROR @kernel/swf9/LzFontManager.as≈173: TypeError: Error #1009 
> 
> when i click on the error in the Laszlo Debugger, i don't get any additional 
> information on where the problem occurs, like backtraces so i can locate the 
> source of the errors.
> 
> in my lps.properties file, my settings are:
> 
>  compiler.runtime.default=swf10
>  compiler.swf9.execflex=false
>  compiler.swf9.warnings=true
>  compiler.debug.backtrace=true
>  compiler.validate = true
> 
> what else could i set so i can track down my error?
> 
> thanks,
> augusto.


Reply via email to