User Tag List

Results 1 to 2 of 2

Thread: Version Bug on Mobile JAVA

  1. #1
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    AndyH's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    1,445
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Version Bug on Mobile JAVA

    Don't know if this applies to all phones, but when I compile a mobile JAVA game for my Amoi (Skype) phone it will only work if the version number is in the format of "1.0". I set it to "1.0.0.1" in MMF's properties and this gave me an error saying "906 Invalid descriptor".

    The line in the JAD file is:

    MIDlet-Version: 1.0.0.1

    Change it to the following and it works.

    MIDlet-Version: 1.0

    Can you put in a warning when compiling, or do something to stop invalid version numbers? Perhaps it's just some types of phones?
    Andy H @ ovine.net
    Awful Jokes - a new cartoon every day: http://awful.ovine.net/
    Ovine's games: http://www.ovine.net

  2. #2
    Clickteam Clickteam

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

    Re: Version Bug on Mobile JAVA

    Yes Andy it's a known issue, we'll fix it !

Posting Permissions

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