User Tag List

Results 1 to 5 of 5

Thread: Java Blackberry build error

  1. #1
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Jun 2006
    Location
    Merseyside, UK
    Posts
    398
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Java Blackberry build error

    I get this in the new error report when building a Java Blackberry example which is basically the vector movement example with just the 'Follow The Leader' frame remaining....

    Code:
    Resolving
    Application/CRunApp.class:0: Warning!: Invocation of questionable method: java.lang.String.<init>(String) found in: Application.CRunApp.initGlobal()
    Movements/CMoveDefExtension.class:0: Warning!: Invocation of questionable method: java.lang.String.<init>(String) found in: Movements.CMoveDefExtension.setModuleName(String,int)
    Expressions/CValue.class:0: Warning!: Invocation of questionable method: java.lang.String.<init>(String) found in: Expressions.CValue.forceValue(CValue)
    java.lang.Math: Warning!: No definition found for method: atan2
    CRunMvtclickteam_vector: Error!: Missing stack map at label: 276

  2. #2
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Jun 2006
    Location
    Merseyside, UK
    Posts
    398
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Java Blackberry build error

    Simply adding an AO to a new project and setting to Vector Movement gives:

    Code:
    Application/CRunApp.class:0: Warning!: Invocation of questionable method: java.lang.String.<init>(String) found in: Application.CRunApp.initGlobal()
    Movements/CMoveDefExtension.class:0: Warning!: Invocation of questionable method: java.lang.String.<init>(String) found in: Movements.CMoveDefExtension.setModuleName(String,int)
    RunLoop/CRun.class:0: Warning!: Invocation of questionable method: java.lang.String.<init>(String) found in: RunLoop.CRun.allocRunHeader()
    RunLoop/CObjInfo.class:0: Warning!: Invocation of questionable method: java.lang.String.<init>(String) found in: RunLoop.CObjInfo.copyData(COI)
    Expressions/CValue.class:0: Warning!: Invocation of questionable method: java.lang.String.<init>(String) found in: Expressions.CValue.<init>(CValue)
    CRunMvtclickteam_vector: Error!: Missing stack map at label: 59

  3. #3
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Jun 2006
    Location
    Merseyside, UK
    Posts
    398
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Java Blackberry build error

    In fact none of the additional movements work...

  4. #4
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: Java Blackberry build error

    Ah I see why... The Build Blackberry routine takes the normal Java movement extensions instead of taking the mobile extensions. Sorry... that will be fixed in the next update.

  5. #5
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Jun 2006
    Location
    Merseyside, UK
    Posts
    398
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Java Blackberry build error

    Thanks, got it to work by swapping and renaming a couple of files. Very cool

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •