User Tag List

Results 1 to 8 of 8

Thread: Beta 17: Quick backdrops with Motif on 2nd gen

  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)

    Beta 17: Quick backdrops with Motif on 2nd gen

    Please see attached file. On my 4th gen itouch this runs fine. On my wife's 2nd gen itouch the app crashes.

    The quick backdrop is 256x256 in size, but the motif image is 64x64 pixels in size.

    I've discovered this in my game. I added a quick backdrop with the motif and the music starts playing with a black screen for about 3-4 seconds and then the music stops and nothing else happens.

    I thought it was a memory issue on a 2nd Gen device but as you can see in the cut down example there's nothing much in there. In my game I changed the quick backdrop into a normal background object. It's now at 256x256 pixels for the image data (instead of the 64x64 motif) and this is working on both the 2nd and 4th gen devices.

    So looks like some sort of problem for motif quick backdrops on 2nd gen devices.

    Attached files Attached files
    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
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Beta 17: Quick backdrops with Motif on 2nd gen

    I've tried running it on a 3GS iPod Touch with the ES1 renderer the 2nd gen devices uses but it worked fine.

    Can you by any chance give me a stacktrace/crashlog of the crash?

  3. #3
    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)

    Re: Beta 17: Quick backdrops with Motif on 2nd gen

    Sure, can you let me know how to do that please
    Andy H @ ovine.net
    Awful Jokes - a new cartoon every day: http://awful.ovine.net/
    Ovine's games: http://www.ovine.net

  4. #4
    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)

    Re: Beta 17: Quick backdrops with Motif on 2nd gen

    Is this what you need?

    Session started at 2011-03-24 23:01:39 +0000.]
    GNU gdb 6.3.50-20050815 (Apple version gdb-1510) (Fri Oct 22 04:12:10 UTC 2010)
    Copyright 2004 Free Software Foundation, Inc.
    GDB is free software, covered by the GNU General Public License, and you are
    welcome to change it and/or distribute copies of it under certain conditions.
    Type "show copying" to see the conditions.
    There is absolutely no warranty for GDB. Type "show warranty" for details.
    This GDB was configured as "--host=i386-apple-darwin --target=arm-apple-darwin".tty /dev/ttys003
    Loading program into debugger…
    Program loaded.
    target remote-mobile /tmp/.XcodeGDBRemote-152-116
    Switching to remote-macosx protocol
    mem 0x1000 0x3fffffff cache
    mem 0x40000000 0xffffffff none
    mem 0x00000000 0x0fff none
    run
    Running…
    [Switching to thread 11523]
    [Switching to thread 11523]
    `/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/usr/lib/dyld' has changed; re-reading symbols.
    `/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/usr/lib/dyld' has changed; re-reading symbols.
    sharedlibrary apply-load-rules all
    `/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/usr/lib/dyld' has changed; re-reading symbols.
    continue
    `/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/usr/lib/dyld' has changed; re-reading symbols.
    `/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/usr/lib/dyld' has changed; re-reading symbols.
    warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/usr/lib/info/dns.so (file not found).
    Program received signal: “EXC_BAD_ACCESS”.
    warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/Developer/usr/lib/libXcodeDebuggerSupport.dylib (file not found).
    kill
    quit

    The Debugger has exited with status 0.(gdb)


    When I view the debugger window it mentions it has stopped on EXC_BAD_ACCESS.
    Andy H @ ovine.net
    Awful Jokes - a new cartoon every day: http://awful.ovine.net/
    Ovine's games: http://www.ovine.net

  5. #5
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Beta 17: Quick backdrops with Motif on 2nd gen

    If you can't find the info anywhere else:

  6. #6
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    Re: Beta 17: Quick backdrops with Motif on 2nd gen

    I think there is a problem with XCode. My 2nd gen iPod refuses to upgrade to 4.3 (I have read on the net that these devices are stuck to 4.2). When I run any application on it, nothing happens, the loading screen stays displayed. I get a lot of system warnings and errors in the console.
    This is bad news, as I wont be able to debug on such a device...

  7. #7
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Koji_Kabuto's Avatar
    Join Date
    Jul 2006
    Location
    Venezuela
    Posts
    2,847
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: Beta 17: Quick backdrops with Motif on 2nd gen

    I think things are going fast with Apple and its release, and we should not spend efforts aim and devices before they themselves have the force.

    I also believe that since the processor A4 efforts going forward.

  8. #8
    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)

    Re: Beta 17: Quick backdrops with Motif on 2nd gen

    See attachment.

    Attached files Attached files
    Andy H @ ovine.net
    Awful Jokes - a new cartoon every day: http://awful.ovine.net/
    Ovine's games: http://www.ovine.net

Similar Threads

  1. Quick Backdrop Motif Slowdown
    By Bipolar_Games in forum Android Export Module Version 2.0
    Replies: 3
    Last Post: 18th September 2012, 07:16 AM
  2. [BUG - Beta 33] Quick backdrops present in the wrong order
    By DistantJ in forum Android Export Module Version 2.0
    Replies: 1
    Last Post: 30th August 2012, 06:35 PM
  3. BETA 25: Visible seams on quick backdrops when upscaling, also slowdown
    By DistantJ in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 29th March 2012, 04:15 PM
  4. B14: Quick Backdrop with Motif
    By AndyH in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 25th January 2012, 10:56 PM
  5. Beta 10: (Quick) Backdrops on high layers
    By DavidN in forum iOS Export Module Version 2.0
    Replies: 5
    Last Post: 13th January 2011, 10:48 AM

Posting Permissions

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