I tried several of the .ttf font files in our fonts directory, and the flex
compiler barfed on all of them.

One thing I've been meaning to try is that there is apparently a way to
embed system fonts into
the app, I think I'll try that and see if it works.

On Tue, Feb 26, 2008 at 9:36 PM, Henry Minsky <[EMAIL PROTECTED]>
wrote:

> We won't be able to use or test embedded fonts until they fix this.
>
> Maybe I can try some other embedded fonts, and see if I can find any that
> it is happy with, for testing.
>
> I also could not seem to log in to the adobe JIRA bug database to report
> this bug, do you have
> an account there, and could you report it for me, I have a test case I can
> send.
>
>
> On Tue, Feb 26, 2008 at 9:23 PM, Donald Anderson <[EMAIL PROTECTED]>
> wrote:
>
> > Is this something you can work around, like just demo stuff?It would be
> > good to stick with the latest release.
> >
> > On Feb 26, 2008, at 8:34 PM, Henry Minsky wrote:
> >
> > Clean build didn't help, this looks like either a regression in their
> > compiler or else I'm doing something
> > severely wrong with embedding fonts. Their compiler ought not to throw a
> > null pointer exception in any
> > case... I'm going to build a test case from the script-compiler's AS3
> > script output and submit a bug to Adobe.
> >
> >
> > On Tue, Feb 26, 2008 at 5:14 PM, Henry Minsky <[EMAIL PROTECTED]>
> > wrote:
> >
> > > I'll try a clean build, there might be some cache interference
> > > happening.
> > >
> > >
> > > On Tue, Feb 26, 2008 at 5:06 PM, Donald Anderson <[EMAIL PROTECTED]>
> > > wrote:
> > >
> > > > Henry - did you do a clean build after installing?Is there something
> > > > about the embedded font that is release
> > > > specific?
> > > >
> > > > - Don
> > > >
> > > > On Feb 26, 2008, at 4:45 PM, Henry Minsky wrote:
> > > >
> > > > The bug seems to be related to the embedded font I recently added to
> > > > the hello.lzx test
> > > >
> > > > cd /tmp/lzswf9/lzgen65517; /Users/hqm/flex3/bin/mxmlc -
> > > > compiler.show-actionscript-warnings=false -compiler.source-path+=.
> > > > -debug=true -output app.swf -default-size 1000 600
> > > > -library-path+=/Users/hqm/openlaszlo/devildog/lps/includes/lfc/LFC9.swc
> > > > LzApplication.as
> > > > Loading configuration file /Users/hqm/flex3.0.0.477/frameworks/flex-
> > > > config.xml
> > > > Error: null
> > > >
> > > > java.lang.NullPointerException
> > > >     at flash.swf.TagEncoder.defineFontAlignZones(TagEncoder.java
> > > > :1254)
> > > >     at flash.swf.tags.DefineFontAlignZones.visit(
> > > > DefineFontAlignZones.java:29)
> > > >     at flash.swf.MovieEncoder.visitAfter(MovieEncoder.java:259)
> > > >     at flash.swf.MovieEncoder.define(MovieEncoder.java:240)
> > > >     at flash.swf.MovieEncoder.export(MovieEncoder.java:116)
> > > >     at flex2.compiler.API.encode(API.java:4068)
> > > >     at flex2.tools.Compiler.mxmlc(Compiler.java:270)
> > > >     at flex2.tools.Compiler.main(Compiler.java:53)
> > > > badtzmaru:lzgen65517 hqm$ pwd
> > > >
> > > > It used to work with the previous version of the flex compiler
> > > > though. Hmm, I suppose I should
> > > > reduce this to an as3 test case and submit it to Adobe.
> > > >
> > > >
> > > >
> > > > On Tue, Feb 26, 2008 at 4:40 PM, Henry Minsky <
> > > > [EMAIL PROTECTED]> wrote:
> > > >
> > > > > When I install the 3.0.0.477 version, and try to compile I get
> > > > > this error
> > > > >
> > > > > badtzmaru:swf9 hqm$ pwd
> > > > > /Users/hqm/openlaszlo/devildog/test/swf9
> > > > > badtzmaru:swf9 hqm$ lzc --runtime=swf9 hello.lzx
> > > > > Compiling: hello.lzx to hello.lzr=swf9.swf
> > > > > Executing compiuler: (cd /tmp/lzswf9/lzgen29303;
> > > > > /Users/hqm/flex3/bin/mxmlc -
> > > > > compiler.show-actionscript-warnings=false -compiler.source-path+=.
> > > > > -debug=true -output app.swf -default-size 1000 600
> > > > > -library-path+=/Users/hqm/openlaszlo/devildog/lps/includes/lfc/LFC9.swc
> > > > > LzApplication.as)
> > > > > Stray error string from external compiler: Error: null
> > > > > compiler output:
> > > > > Loading configuration file /Users/hqm/flex3/frameworks/flex-
> > > > > config.xml
> > > > >
> > > > > FAIL: compiler returned 1
> > > > > Done executing compiler
> > > > >
> > > > >
> > > > > On Tue, Feb 26, 2008 at 4:03 PM, Donald Anderson <
> > > > > [EMAIL PROTECTED]> wrote:
> > > > >
> > > > > > Mamye alerted me that Adobe has released a new flex:
> > > > > >
> > > > > > http://opensource.adobe.com/wiki/display/flexsdk/Flex+SDK
> > > > > >
> > > > > > I just downloaded it and tried it in our tool chain with no
> > > > > > problems.
> > > > > > If you are developing for SWF9, upgrade when you can -
> > > > > > I don't expect anything will be broken with the old version,
> > > > > > but I'm only planning to test with the latest.
> > > > > >
> > > > > > - Don
> > > > > >
> > > > > > --
> > > > > >
> > > > > > Don Anderson
> > > > > > Java/C/C++, Berkeley DB, systems consultant
> > > > > >
> > > > > > voice: 617-547-7881
> > > > > > email: [EMAIL PROTECTED]
> > > > > > www: http://www.ddanderson.com
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Henry Minsky
> > > > > Software Architect
> > > > > [EMAIL PROTECTED]
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Henry Minsky
> > > > Software Architect
> > > > [EMAIL PROTECTED]
> > > >
> > > >
> > > >
> > > > --
> > > >
> > > > Don Anderson
> > > > Java/C/C++, Berkeley DB, systems consultant
> > > >
> > > > voice: 617-547-7881
> > > > email: [EMAIL PROTECTED]
> > > > www: http://www.ddanderson.com
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Henry Minsky
> > > Software Architect
> > > [EMAIL PROTECTED]
> > >
> > >
> >
> >
> > --
> > Henry Minsky
> > Software Architect
> > [EMAIL PROTECTED]
> >
> >
> >
> > --
> >
> > Don Anderson
> > Java/C/C++, Berkeley DB, systems consultant
> >
> > voice: 617-547-7881
> > email: [EMAIL PROTECTED]
> > www: http://www.ddanderson.com
> >
> >
> >
> >
> >
>
>
> --
> Henry Minsky
> Software Architect
> [EMAIL PROTECTED]
>
>


-- 
Henry Minsky
Software Architect
[EMAIL PROTECTED]

Reply via email to