Flash.filesystem problems when compiling a library

I get an error when I am trying to create a library project; I get an error of type not found. I can use the same code in a Flex project and there are no problems.
When I did a little digging it is telling me that the filesystem is only available in Air, this does not make any sense to me.
Any suggestions would help.

Hi Sammy
Do you get any errors whilst the application builder is actually running?
Also can you save the build script from a build where you experience these problems after wards and post it on the forum - it may give an insight in to why these problems occur.
Are you able to build executables without having them as llb's? I'm not sure where the problem lies at the moment - it may be a problem with your application builder - but as you say you have uninstalled and reinstalled I would hope that any possible problem would have been eliminated.
Do you still experience the same problem with an llb stored on your local machine?
If you can let me know then I'll look into this further
Thanks
Hannah
NIUK & Ireland

Similar Messages

  • Problem when renaming iPhoto Library

    I recently renamed two iPhoto Libraries. A day later I plugged in my external HDD to do a Time Machine (TM) backup and noticed that TM deleted ALL my previous backups except the last one, stating there was not enough space.
    My conclusion is that renaming these libraries caused TM to see them as NEW libraries and wanted to back them up all over again, meaning I needed 40GB of space rather than the 15GB available and let to the deletion of all my previous backups (without warning)!
    I have posted about this in the TM forum, but decided to mention it here as well to warn others of this potential problem.

    problem when copying iphoto library from ext hd to ext hd. stops after 2 gb saying there was data with same name on target hd. but that one is brandnew and freshly formatted.
    How are your external HDs formatted?  Both need to be formatted MacOS Extended (Journaled, not case sensitive) to work with iPhoto.
    If the file system differ, you may have problems with ambitious filenames, for example, if one drive is case sensitive and the other not.

  • Silly problem when compiling main class

    hi there,
    i have a problem when compiling the main class.
    the classes used by the main class are not recognized. the compiler can't locate the children classes.
    i've already set the path and classpath environment variables, but there's still something missing.
    how should i organize my folders in order to be able to compile the main class successfully, please?
    thanks.

    It would be good to have a precise problem description: the actual command used, folder structure and environment variable settings. Even if you have to construct a simple test case with a couple of classes that illustrates the problem.
    In the absence of that some generic remarks:
    The PATH variable typically points at all the folders that contain executable files that you use often. You can always access other executable files by specifying there full names.
    The CLASSPATH variable is typically left unset.
    When you use the java tools (like the javac compiler or the java runtime) you can specify the classpath that you want to use with -cp. This will override any CLASSPATH value. So in the simple case of two classes (Main and MyClass), you can put them in anywhere you like (for example C:\MyJavaStuff) and compile and run with:
    {noformat}
    C:\MyJavaStuff> javac -cp . *.java
    C:\MyJavaStuff> java -cp . Main
    {noformat}(Mind the dot after -cp))
    By a "main" class I guess you mean a class with a static void main(String args[]) method, but I am suspicious of your "child" classes. Perhaps packages are involved. A precise description of the problem would help.

  • Flash CS4 Crashing When Compiling AS2

    Since I purchased flash CS4 (upgrading from flash 8), I have gradually shifted from writing code in AS2 to AS3. Now all of my projects are in AS3 except 1, it's an old legacy project written in such a way that conversion would be almost impossible.
    Earlier today I started to work on it and then tried to compile it causing flash to crash. After about an hour I realised that whenever I compile an AS2 project flash crashed. After trying to download patches, restarting countless times and searching the internet for similar bugs, I uninstalled and reinstalled flash. But to no avail, the bug persisted. So I decided to create an acount and post about the bug I encountered on this form, hoping that somone might know about it.
    OS: Windows XP Media Center Edition Service Pack 3 64
    Processor: AMD Athlon 64 bit

    By following the suggestions of this url.
    http://kb2.adobe.com/cps/520/cpsid_52048.html
    And deleting my preferences located here.
    C:\Documents and Settings\<username>\Local Settings\Application Data\Adobe\Flash CS4\
    I managed to fix this problem, flash now once again, compiles AS2 files without crashing.

  • Create problem when compiling the servlet

    hi,
    i got a problem when i compile a servlet
    when i try to compile the servlet, it shows that it could
    not found the classes like httpservlet, etc.
    means the classes of the servlet
    i am using the j2sdk1.4.1 edition,
    i had include the javax.servlet.*; in the program
    please tell me what can be the problem & especially any solution for that

    the javax.servlet package and it's sub packages (javax.servlet.http, javax.servlet.jsp, javax.servlet.jsp.tagext) are not included with the Standard Edition. These packages are part of the Enterprise Edition. Check out this link for download:
    http://java.sun.com/j2ee/sdk_1.3/

  • Codepage problem when compiling with fastjavac

    Hi,
    I'm getting the following warnings when compiling with fastjavac:
    fastjavac: warning: Can't find codepage for "Cp1250" encoding.
    fastjavac: warning: Use default ANSI codepage.
    2 warnings
    How could I suppress these warnings?
    Thanks in advance

    I think you are posting it on the wrong Forum. This is for Forte 4GL not Forte for Java.

  • Problem when compiling TWIN

    When compiling TWIN from AUR (here), I got stuck at "make" phase. I download the tarball from AUR and makepkg from my home directory. The point at where I got stuck is this:
    libTw.c: In function 'Tw_Close':
    libTw.c:1224: error: invalid storage class for function 'DeleteAllListeners'
    libTw.c:1253: warning: implicit declaration of function 'DeleteAllListeners'
    libTw.c: In function 'Tw_StrError':
    libTw.c:1634: error: static declaration of 'DeleteAllListeners' follows non-static declaration
    libTw.c:1253: error: previous implicit declaration of 'DeleteAllListeners' was here
    make[2]: *** [libTw.o] Error 1
    make[2]: Leaving directory `/home/prasetya/Build/twin/src/twin-0.4.6/libs/libTw'
    make[1]: *** [build-dir-libTw] Error 2
    make[1]: Leaving directory `/home/prasetya/Build/twin/src/twin-0.4.6/libs'
    make: *** [build-dir-libs] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    I have read this thread and have installed termcap-compat and required deps as mentioned. It configures fine.
    Any help is appreciated..

    Duplicate post, please go here:
    http://forums.ni.com/ni/board/message?board.id=170&message.id=204588
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Llvm-g++ problems when compiling alchemy

    Hello community,
    I wanted to have a look at alchemy, so I installed cygwin and configured alchemy. However, I'm a little bit stucked... I did the steps in the tutorial but when compiling I got errors (note, I use g++ instead of gcc):
    $ alc-on && g++ c__/blackcat.c -O3 -Wall -swc -o swc/blackcat.swc
          3 [main] llvm-g++ 4360 child_copy: cygheap read copy failed, 0x61224780..0
    x6122A4C4, done 0, windows pid 4360, Win32 error 6
          3 [main] llvm-g++ 4656 child_copy: cygheap read copy failed, 0x61224780..0
    x6122A4C4, done 0, windows pid 4656, Win32 error 6
          3 [main] llvm-g++ 4816 child_copy: cygheap read copy failed, 0x61224780..0
    x6122A4C4, done 0, windows pid 4816, Win32 error 6
          3 [main] llvm-g++ 2792 child_copy: cygheap read copy failed, 0x61224780..0
    x6122A4C4, done 0, windows pid 2792, Win32 error 6
          4 [main] llvm-g++ 2264 child_copy: cygheap read copy failed, 0x61224780..0
    x6122A4C4, done 0, windows pid 2264, Win32 error 6
          3 [main] llvm-g++ 3368 child_copy: cygheap read copy failed, 0x61224780..0
    x6122A4C4, done 0, windows pid 3368, Win32 error 6
    So I tried different things like removing the symbolic links, then relinked them, copied alchemy again, reinstalled cygwin, installed cygwin onto another drive, copied flexsdk to c/flexsdk, but nothing of this did the job.
    Did anyone else had same errors?
    I'm running a german Windows 7 x86_64 version here.
    My business partner got it to work on his machine, but he also doesn't know why it's not working on mine.
    Can someone help?
    Kind Regards,
    Daniel

    This is an "invalid handle" error.
    The first thing to do is run your cygwin session as administrator.  If that doesn't fix it, I would check the file permissions on the drive.
    If the setup doesn't work properly (i.e. the symlinks don't get created properly), I don't think you even get this far, but that's something to check as well.  If your colleague has it working, you can compare your installs.

  • Flash Builder Hangs when compiling to AIR App

    I created a presentation in Catalyst with some embedded objects and some linked objects, then jumped it to Flash Builder to have my developer add in some scripts. We then tried to Export Release Build to create an AIR application. Problem is, it won't pull the linked assets. If I check the box to include the assets it hangs on the compilation. I can just keep clicking the "Finish" button and nothing happens. If I deselect the "Assets" I can click "Finish" it compiles the AIR application, but I'm left with a basically empty application. I don't understand what's happening. Any help please.
    Thanks
    Jim

    Well Anirudh, it somewhat worked. I added the new source
    folder just like you diagrammed and when I compiled the project to an AIR application the application file size jumped from 3mb to 500mb. So it obviously pulled the linked images. But when we installed the AIR application the images still weren't found. Any ideas?
    Right now there are two items in the project that have Assets in the name. I don't think this is correct.
    Here's a screen grab.

  • Flash buttons problems when screen text set to medium in Windows 7

    Anyone else have this problem that when
    users have set windows 7 to Medium 125% screen size (not screen resolution), the clickable area on all buttons
    in a flash menu/file are off. It's like the area to click for the button is not resized with the graphics and are no longer located over the button but stays where it is when screen size is set to 100%. With a more complicated menu, it makes it nearly impossible to click buttons at the bottom of the menu as the clickable area is located twoor more buttons up. It also seems to be happening with newer Flash files. On older versions it's not happening and the clickable area is scaled with the graphics in the Flash file. Please help!

    See this:
    [http://support.mozilla.com/en-US/kb/Changing+the+e-mail+program+used+by+Firefox]

  • Hitting a problem when transferring iPhoto library to External Hard Drive.

    Hi
    I am running a 3 year old MacBook with iPhoto 08, my hard drive is nearly full mainly with photos so I have just purchased a G-Drive Hitachi 500GB external hard drive, with a view to storing my iPhoto library thus enabling me to create some space on the computer hard drive.
    I did some online research and transferred my iPhoto library as follows:-
    I quit iPhoto and went into my pictures folder, located by iPhoto library file and dragged it to my external hard drive, after it had copied I went back into my pictures folder and re-named the original library 'iPhoto Library.Old', I then opened iPhoto by holding down the 'alt' key and was given the prompt to choose a library to open, I selected 'iPhoto Library.Old' from the pane and my pictures loaded up.
    This is when I came across a problem, I was under the impression that once the library had been transferred the the EHD in this way that the pictures/events on the EHD would remain in place. I deleted a few of my events on my computer HD, but when I checked the EHD they had vanished from there too.
    No photos are lost as I have them all backed up to CD, on line albums etc, but I am puzzled as to what I am doing wrong and how I get the photos on the EHD to stay put.
    My Time Machine automatic updates are off, any suggestions would be greatly appreciated as I seem to have hit a brick wall with this one.
    Thanks
    Ruth

    Hi Terence
    I have just opened the internal iphoto library to delete some photos, without the EHD being attached, when I plug in the EHD and open the iphoto library from there the pictures that I have just deleted on the internal library have gone from the EHD. I am obviously doing something wrong but I cannot fathom out what. My internal library has a different name ie 'iPhoto Library.Old' but both internal and external libraries seem to be still acting as one.
    I hope I'm making sense ?
    Regards
    Ruth

  • Package problem when compiling

    Hi,
    I'm new to java. I'm using Win2000 and JDK1.3.1. I set the "c:\jdk1.3.1\bin" in the System's path. There are three java programs with their own package in the directory as follows:
    "pack.java" - under "c:\jdk1.3.1\bin\test", it will call pack1 & pack2.
    "pack1.java" - under "c:\jdk1.3.1\bin\test\sub1"
    "pack2.java" - under "c:\jdk1.3.1\bin\test\sub2"
    It's ok to compile "pack1.java" and "pack2.java" under their directory. But there is the compiling error for the "pack.java" under "c:\jdk1.3.1\bin\test", even though I've put the "import test.sub1.pack1;" and "import test.sub2.pack2;" in the code. The error were as follows:
    - cannot resolve symbol
    - symbol : class pack1
    - location: package sub1
    - import test.sub1.pack1;
    - cannot resolve symbol
    - symbol : class pack2
    - location: package sub2
    - import test.sub2.pack2;
    I'm not sure what the problem is with the package and/or the import statement. Can any experts help me?
    Thanks in advance.
    Hanna

    Hi all gurus,
    Thank you very much for the help!
    After adding the classpath "c:\jdk1.3.1\bin" to the System's setting, I can compile the "pack.java" under the "test" directory with the command "javac -classpath c:\jdk1.3.1\bin c:\jdk1.3.1\bin\test\pack.java". However, when I run "pack" with the command "java -classpath c:\jdk1.3.1\bin c:\jdk1.3.1\bin\test\pack", there is another error appears as follows, although the "pack.class" has been already there:
    - "Exception in thread "main" java.lang.NoClassDefFoundError: c:\jdk1/3/1\bin\test\pack"
    My "pack.java" code is below:
    package test;
    import test.sub1.pack1;
    import test.sub2.pack2;
    class pack{
    public static void main(String[] args){
    System.out.println("Starting pack");
    System.out.println("Instantiate obj of public classes in different packages");
    //Instantiate objects of pack1 and pack2 in different packages.
    new pack1();
    new pack2();
    System.out.println("Ending pack");
    What's wrong with them? Could you please help me on that?
    Thanks again!
    Hanna

  • Flash CS6 crashes when compiling iOS app

    Hi there,
    I'm stumped. I built an app in Flash CS6. The app has 70 swfs in its asset folder. When I test on the desktop, all is good. Unfortunately, Flash crashes when I try to publish via Ad hoc deployment with AIR 3.2 (also 3.4). The weird thing I noticed was the app publishes fine if I only have 45 swfs in the folder. As soon as I go to 46 swfs...crash. I tested to see if it mattered which 46, but the results were the same...crash. None of the swfs have code – just images and some movieclips. I even tried to increase my disk space...still crashed. Any help would be greatly appreciated.
    If it will help, here is my crash report:
    Process:         Adobe Flash CS6 [1000]
    Path:            /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/MacOS/Adobe Flash CS6
    Identifier:      com.adobe.flash
    Version:         12.0.2.529 (12.0.2)
    Code Type:       X86 (Native)
    Parent Process:  launchd [221]
    Date/Time:       2013-05-23 15:18:48.658 -0400
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          1837378 sec
    Crashes Since Last Report:           29
    Per-App Interval Since Last Report:  723103 sec
    Per-App Crashes Since Last Report:   29
    Anonymous UUID:                      7C99DDC5-2FF1-4A09-9890-4FE5F0A52A52
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  26
    Application Specific Information:
    __abort() called
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   com.apple.CoreFoundation                0x983162df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x983153c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x983151f1 CFRunLoopRunInMode + 97
    5   com.apple.AppKit                        0x95ae1b21 -[NSMoveHelper _doAnimation] + 1008
    6   com.apple.AppKit                        0x95adf3a2 -[NSMoveHelper(NSSheets) _moveParent:andOpenSheet:] + 1666
    7   com.apple.AppKit                        0x95adecf3 -[NSWindow(NSSheets) _orderFrontRelativeToWindow:] + 206
    8   com.apple.AppKit                        0x958fe6ea -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1320
    9   com.apple.AppKit                        0x95ad9ccb -[NSApplication _orderFrontModalWindow:relativeToWindow:] + 773
    10  com.apple.AppKit                        0x95ad969e -[NSApplication _commonBeginModalSessionForWindow:relativeToWindow:modalDelegate:didEndSelector:contextIn fo:] + 826
    11  com.adobe.flash.cs6.air                 0x19703793 -[SettingsControllerMustard startPublishProgressBar] + 104
    12  com.adobe.flash.cs6.air                 0x197054d7 -[SettingsControllerMustard publishAirFile:] + 1450
    13  com.apple.AppKit                        0x95945a26 -[NSApplication sendAction:to:from:] + 112
    14  com.apple.AppKit                        0x95a25255 -[NSControl sendAction:to:] + 108
    15  com.apple.AppKit                        0x95a20d02 -[NSCell _sendActionFrom:] + 169
    16  com.apple.AppKit                        0x95a1fff9 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1808
    17  com.apple.AppKit                        0x95a756ed -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 524
    18  com.apple.AppKit                        0x95a1ea4f -[NSControl mouseDown:] + 812
    19  com.apple.AppKit                        0x95a1ca58 -[NSWindow sendEvent:] + 5549
    20  com.apple.AppKit                        0x95f91ad2 carbonAppWindowMouseHandler + 261
    21  com.apple.AppKit                        0x95f92ea8 carbonAppWindowHandler + 131
    22  com.apple.HIToolbox                     0x98af6c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    23  com.apple.HIToolbox                     0x98af5ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    24  com.apple.HIToolbox                     0x98b187f3 SendEventToEventTarget + 52
    25  com.apple.HIToolbox                     0x98b2a34f ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1257
    26  com.apple.HIToolbox                     0x98af7080 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    27  com.apple.HIToolbox                     0x98af5ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    28  com.apple.HIToolbox                     0x98b187f3 SendEventToEventTarget + 52
    29  com.apple.HIToolbox                     0x98ca1c17 ToolboxEventDispatcher + 86
    30  com.apple.HIToolbox                     0x98ca1c52 HLTBEventDispatcher + 17
    31  com.apple.HIToolbox                     0x98ca2190 _RunAppModalLoop + 158
    32  com.apple.HIToolbox                     0x98ca25eb RunAppModalLoopForWindow + 194
    33  com.apple.AppKit                        0x95b802ba -[NSApplication _realDoModalLoop:peek:] + 961
    34  com.apple.AppKit                        0x95b7f945 -[NSApplication runModalForWindow:] + 273
    35  com.adobe.flash.cs6.air                 0x197117f8 -[AppControllerMustard showSettingsPanel:] + 199
    36  com.adobe.flash.cs6.air                 0x196f92e3 OpenSettingDialog + 604
    37  com.adobe.flash                         0x01099455 LStream::operator>>(unsigned long&) + 208937
    38  com.adobe.flash                         0x010931e9 LStream::operator>>(unsigned long&) + 183741
    39  com.adobe.flash                         0x01098dac LStream::operator>>(unsigned long&) + 207232
    40  com.adobe.flash                         0x01067af8 LStream::operator>>(unsigned long&) + 5836
    41  com.adobe.flash                         0x01067b73 LStream::operator>>(unsigned long&) + 5959
    42  com.adobe.flash                         0x006dfeb4 JSInterp::EvaluateScript(JSContext*, JSObject*, unsigned short const*, unsigned int, unsigned short const*, unsigned int, long*) + 293
    43  com.adobe.flash                         0x006dc1c0 std::vector<CSwfPanel*, std::allocator<CSwfPanel*> >::push_back(CSwfPanel* const&) + 10170
    44  com.adobe.flash                         0x006df65e std::vector<CSwfPanel*, std::allocator<CSwfPanel*> >::push_back(CSwfPanel* const&) + 23640
    45  com.adobe.flash                         0x00e4e374 FArray<CExportProfile*, FArrayLessThanFunction<CExportProfile*> >::Insert(int, CExportProfile*) + 2982
    46  com.adobe.flash                         0x0031f572 std::vector<CLibraryItemRef*, std::allocator<CLibraryItemRef*> >::vector(std::vector<CLibraryItemRef*, std::allocator<CLibraryItemRef*> > const&) + 21664
    47  com.adobe.flash                         0x009c0eff boost::function1<void, dvaui::controls::UI_ControlChangedMessage*>::operator()(dvaui::controls::UI_ControlChange dMessage*) const + 77
    48  com.adobe.flash                         0x00bc38a9 boost::function1<void, dvaui::ui::MessageT<dvaui::ui::UI_Node>*>::operator()(dvaui::ui::MessageT<dvaui::ui::UI_N ode>*) const + 77
    49  com.adobe.flash                         0x00bc38dd void dvaui::ui::SendMessagesT<dvacore::utility::SharedFunctions<boost::shared_ptr<boost::funct ion<void ()(dvaui::ui::MessageT<dvaui::ui::UI_Node>*)> > >, dvaui::ui::MessageT<dvaui::ui::UI_Node> >(dvacore::utility::SharedFunctions<boost::shared_ptr<boost::function<void ()(dvaui::ui::MessageT<dvaui::ui::UI_Node>*)> > > const&, dvaui::ui::MessageT<dvaui::ui::UI_Node>*) + 44
    50  com.adobe.dvaui.framework               0x09bac783 dvaui::controls::UI_Button::SendButtonChangedMessage(dvacore::utility::Flags<unsigned char>) + 83
    51  com.adobe.dvaui.framework               0x09bac838 dvaui::controls::UI_Button::PerformAction(bool, dvacore::utility::Flags<unsigned char>, bool) + 136
    52  com.adobe.dvaui.framework               0x09bb0c01 dvaui::controls::ButtonInputCapture::End() + 97
    53  com.adobe.dvaui.framework               0x09dea7dc dvaui::ui::InputCapture::InvokeEnd(bool) + 172
    54  com.adobe.dvaui.framework               0x09decf1e dvaui::ui::UI_NodeManager::EndInputCapture(bool) + 94
    55  com.adobe.dvaui.framework               0x09bb09b6 dvaui::controls::ButtonInputCapture::DoMouseEvent(dvaui::ui::MouseEvent const&) + 294
    56  com.adobe.dvaui.framework               0x09def8b1 dvaui::ui::UI_Node::UI_DispatchCapturedMouseEvent(dvaui::ui::MouseEvent const&) + 465
    57  com.adobe.dvaui.framework               0x09df1d35 dvaui::ui::UI_Node::UI_DispatchMouseEventToTarget(dvaui::ui::UI_Node*, dvaui::ui::MouseEvent const&, bool) + 101
    58  com.adobe.dvaui.framework               0x09df1e3a dvaui::ui::UI_Node::UI_DispatchMouseEvent(dvaui::ui::MouseEvent const&, bool) + 74
    59  com.adobe.dvaui.framework               0x09e74db5 dvaui::ui::OS_Window::UI_DispatchMouseEventFromOS(dvaui::ui::OS_Event*) + 2021
    60  com.adobe.dvaui.framework               0x09e70caf dvaui::ui::OS_Window::UI_DispatchEvent(dvaui::ui::OS_Event*) + 943
    61  com.adobe.dvaui.framework               0x09e6bc61 dvaui::ui::OS_Window::UI_HandleOSEvent(dvaui::ui::OS_Event*) + 33
    62  com.adobe.dvaui.framework               0x09e6ec00 dvaui::ui::OS_Window::CallCarbonEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 112
    63  com.adobe.dvaui.framework               0x09e75ce1 boost::detail::function::function_obj_invoker0<boost::_bi::bind_t<int, int (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*), boost::_bi::list3<boost::_bi::value<OpaqueEventHandlerCallRef*>, boost::_bi::value<OpaqueEventRef*>, boost::_bi::value<void*> > >, int>::invoke(boost::detail::function::function_buffer&) + 33
    64  com.adobe.dvacore.framework             0x0a3eacae dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler(boost::functio n0<int>) + 126
    65  com.adobe.dvaui.framework               0x09e6d0f7 dvaui::ui::OS_Window::CarbonEventHandlerProc(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 119
    66  com.apple.HIToolbox                     0x98af6c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    67  com.apple.HIToolbox                     0x98af5ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    68  com.apple.HIToolbox                     0x98b187f3 SendEventToEventTarget + 52
    69  com.apple.HIToolbox                     0x98b2a34f ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1257
    70  com.apple.HIToolbox                     0x98af7080 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    71  com.apple.HIToolbox                     0x98af5ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    72  com.apple.HIToolbox                     0x98b187f3 SendEventToEventTarget + 52
    73  com.apple.HIToolbox                     0x98ca1c17 ToolboxEventDispatcher + 86
    74  com.apple.HIToolbox                     0x98ca1d4f RunApplicationEventLoop + 243
    75  com.adobe.flash                         0x00fcd77b CArray<MACFTYPES*, MACFTYPES*>::SetSize(int, int) + 5271
    76  com.adobe.flash                         0x00fa619d CTimerImpl::~CTimerImpl() + 1293
    77  com.adobe.flash                         0x00fa6380 CTimerImpl::~CTimerImpl() + 1776
    78  com.adobe.flash                         0x0020f46d std::vector<Symmetry*, std::allocator<Symmetry*> >::vector(std::allocator<Symmetry*> const&) + 6295
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x90cee382 kevent + 10
    1   libSystem.B.dylib                       0x90ceea9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x90cedf59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x90cedcfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x90ced781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x90ced5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x90cf5aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x90cf575e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x90cf73f8 pthread_cond_wait$UNIX2003 + 73
    3   ...ple.CoreServices.CarbonCore          0x9021d21e TSWaitOnCondition + 126
    4   ...ple.CoreServices.CarbonCore          0x90208b68 TSWaitOnConditionTimedRelative + 202
    5   ...ple.CoreServices.CarbonCore          0x90204533 MPWaitOnQueue + 250
    6   com.adobe.ACE                           0x069b1a69 0x6972000 + 260713
    7   com.adobe.ACE                           0x069b0d99 0x6972000 + 257433
    8   ...ple.CoreServices.CarbonCore          0x901e854a PrivateMPEntryPoint + 68
    9   libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    10  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 3:
    0   libSystem.B.dylib                       0x90cf5aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x90cf575e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x90cf73f8 pthread_cond_wait$UNIX2003 + 73
    3   com.adobe.AFlame                        0x0bb91439 Flame_Terminate + 1281926
    4   com.adobe.AFlame                        0x0bbdb950 Flame_Terminate + 1586333
    5   com.adobe.AFlame                        0x0bb8fa35 Flame_Terminate + 1275266
    6   libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    7   libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   com.apple.CoreFoundation                0x983162df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x983153c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x983151f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x918a1224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation                    0x918684c4 -[NSThread main] + 45
    7   com.apple.Foundation                    0x91868474 __NSThread__main__ + 1499
    8   libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    9   libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x90d050d6 recvfrom$UNIX2003 + 10
    1   libSystem.B.dylib                       0x90d24eab recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib           0x195fb733 Invoke + 47867
    3   ServiceManager-Launcher.dylib           0x195fa846 Invoke + 44046
    4   ServiceManager-Launcher.dylib           0x195f9988 Invoke + 40272
    5   ServiceManager-Launcher.dylib           0x195f9a0f Invoke + 40407
    6   ServiceManager-Launcher.dylib           0x195f4baf Invoke + 20343
    7   ServiceManager-Launcher.dylib           0x195f4ea7 Invoke + 21103
    8   ServiceManager-Launcher.dylib           0x195f5685 Invoke + 23117
    9   ServiceManager-Launcher.dylib           0x195f58f9 Invoke + 23745
    10  ServiceManager-Launcher.dylib           0x195f82a0 Invoke + 34408
    11  ServiceManager-Launcher.dylib           0x195f83fd Invoke + 34757
    12  ServiceManager-Launcher.dylib           0x195f8c91 Invoke + 36953
    13  ServiceManager-Launcher.dylib           0x195f8db2 Invoke + 37242
    14  ServiceManager-Launcher.dylib           0x195eb656 Login + 461
    15  ServiceManager-Launcher.dylib           0x195ef09a Login + 15377
    16  ServiceManager-Launcher.dylib           0x195f9165 Invoke + 38189
    17  ServiceManager-Launcher.dylib           0x195fb2eb Invoke + 46771
    18  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    19  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 6:  Java: Exception Handler Thread
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libSystem.B.dylib                       0x90d33c78 mach_msg_server + 520
    3   libjvm.dylib                            0x23c0fcd0 jio_snprintf + 45191
    4   libjvm.dylib                            0x23c0fb57 jio_snprintf + 44814
    5   libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    6   libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    7   libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 7:  Java: VM Thread
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ee0a jio_snprintf + 41409
    3   libjvm.dylib                            0x23c2c9ca jio_vsnprintf + 27386
    4   libjvm.dylib                            0x23c0eb58 jio_snprintf + 40719
    5   libjvm.dylib                            0x23c0e681 jio_snprintf + 39480
    6   libjvm.dylib                            0x23c0e50b jio_snprintf + 39106
    7   libjvm.dylib                            0x23ca6eb6 JVM_Lseek + 200687
    8   libjvm.dylib                            0x23ca6b5f JVM_Lseek + 199832
    9   libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    10  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 8:  Java: Reference Handler
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x23c0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x23cb5a90 JVM_MonitorWait + 3799
    5   libjvm.dylib                            0x23cb4f92 JVM_MonitorWait + 985
    6   libjvm.dylib                            0x23cb4c84 JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x1b28ee75 JVM_MonitorWait + 69
    8   ???                                     0x5d00b9d9 0 + 1560328665
    9   ???                                     0x5d003e31 0 + 1560297009
    10  ???                                     0x5d003e31 0 + 1560297009
    11  ???                                     0x5d001374 0 + 1560286068
    12  libjvm.dylib                            0x23ca81ef JVM_Lseek + 205608
    13  libjvm.dylib                            0x23ca7f63 JVM_Lseek + 204956
    14  libjvm.dylib                            0x23cb4935 JVM_StartThread + 3022
    15  libjvm.dylib                            0x23cb47c5 JVM_StartThread + 2654
    16  libjvm.dylib                            0x23cb4743 JVM_StartThread + 2524
    17  libjvm.dylib                            0x23cb459d JVM_StartThread + 2102
    18  libjvm.dylib                            0x23cb43db JVM_StartThread + 1652
    19  libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    20  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    21  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 9:  Java: Finalizer
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x23c0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x23cb5a90 JVM_MonitorWait + 3799
    5   libjvm.dylib                            0x23cb4f92 JVM_MonitorWait + 985
    6   libjvm.dylib                            0x23cb4c84 JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x1b28ee75 JVM_MonitorWait + 69
    8   ???                                     0x5d00b9d9 0 + 1560328665
    9   ???                                     0x5d2a0f40 0 + 1563037504
    10  ???                                     0x5d001374 0 + 1560286068
    11  libjvm.dylib                            0x23ca81ef JVM_Lseek + 205608
    12  libjvm.dylib                            0x23ca7f63 JVM_Lseek + 204956
    13  libjvm.dylib                            0x23cb4935 JVM_StartThread + 3022
    14  libjvm.dylib                            0x23cb47c5 JVM_StartThread + 2654
    15  libjvm.dylib                            0x23cb4743 JVM_StartThread + 2524
    16  libjvm.dylib                            0x23cb459d JVM_StartThread + 2102
    17  libjvm.dylib                            0x23cb43db JVM_StartThread + 1652
    18  libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    19  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    20  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 10:  Java: Signal Dispatcher
    0   libSystem.B.dylib                       0x90cc7b36 semaphore_wait_trap + 10
    1   libjvm.dylib                            0x23cc6b16 JVM_IsPrimitiveClass + 5546
    2   libjvm.dylib                            0x23cc64f4 JVM_IsPrimitiveClass + 3976
    3   libjvm.dylib                            0x23cb459d JVM_StartThread + 2102
    4   libjvm.dylib                            0x23cb43db JVM_StartThread + 1652
    5   libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    6   libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    7   libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 11:  Java: C1 CompilerThread0
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x23c0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x23c0eb3c jio_snprintf + 40691
    5   libjvm.dylib                            0x23c0e681 jio_snprintf + 39480
    6   libjvm.dylib                            0x23c0e44e jio_snprintf + 38917
    7   libjvm.dylib                            0x23cce3ca JVM_Write + 426
    8   libjvm.dylib                            0x23cc7cec JVM_IsPrimitiveClass + 10112
    9   libjvm.dylib                            0x23cc7a96 JVM_IsPrimitiveClass + 9514
    10  libjvm.dylib                            0x23cb459d JVM_StartThread + 2102
    11  libjvm.dylib                            0x23cb43db JVM_StartThread + 1652
    12  libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    13  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    14  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 12:  Java: Low Memory Detector
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x23c0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x23c0eb3c jio_snprintf + 40691
    5   libjvm.dylib                            0x23c0e681 jio_snprintf + 39480
    6   libjvm.dylib                            0x23c0e50b jio_snprintf + 39106
    7   libjvm.dylib                            0x23cc89d4 JVM_IsPrimitiveClass + 13416
    8   libjvm.dylib                            0x23cb459d JVM_StartThread + 2102
    9   libjvm.dylib                            0x23cb43db JVM_StartThread + 1652
    10  libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    11  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    12  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 13:  Java: VM Periodic Task Thread
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ee0a jio_snprintf + 41409
    3   libjvm.dylib                            0x23c2c9ca jio_vsnprintf + 27386
    4   libjvm.dylib                            0x23ccb479 JVM_IsPrimitiveClass + 24333
    5   libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    6   libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    7   libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 14:  Java: FelixDispatchQueue
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x23c0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x23cb5a90 JVM_MonitorWait + 3799
    5   libjvm.dylib                            0x23cb4f92 JVM_MonitorWait + 985
    6   libjvm.dylib                            0x23cb4c84 JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x1b28ee75 JVM_MonitorWait + 69
    8   ???                                     0x5d00b9d9 0 + 1560328665
    9   ???                                     0x5d003e31 0 + 1560297009
    10  ???                                     0x5d003e31 0 + 1560297009
    11  ???                                     0x5d003e31 0 + 1560297009
    12  ???                                     0x5d003e31 0 + 1560297009
    13  ???                                     0x5d00430d 0 + 1560298253
    14  ???                                     0x5d001374 0 + 1560286068
    15  libjvm.dylib                            0x23ca81ef JVM_Lseek + 205608
    16  libjvm.dylib                            0x23ca7f63 JVM_Lseek + 204956
    17  libjvm.dylib                            0x23cb4935 JVM_StartThread + 3022
    18  libjvm.dylib                            0x23cb47c5 JVM_StartThread + 2654
    19  libjvm.dylib                            0x23cb4743 JVM_StartThread + 2524
    20  libjvm.dylib                            0x23cb459d JVM_StartThread + 2102
    21  libjvm.dylib                            0x23cb43db JVM_StartThread + 1652
    22  libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    23  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    24  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 15:  Java: FelixStartLevel
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x23c0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x23cb5a90 JVM_MonitorWait + 3799
    5   libjvm.dylib                            0x23cb4f92 JVM_MonitorWait + 985
    6   libjvm.dylib                            0x23cb4c84 JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x1b28ee75 JVM_MonitorWait + 69
    8   ???                                     0x5d00b9d9 0 + 1560328665
    9   ???                                     0x5d003e31 0 + 1560297009
    10  ???                                     0x5d003e31 0 + 1560297009
    11  ???                                     0x5d00430d 0 + 1560298253
    12  ???                                     0x5d001374 0 + 1560286068
    13  libjvm.dylib                            0x23ca81ef JVM_Lseek + 205608
    14  libjvm.dylib                            0x23ca7f63 JVM_Lseek + 204956
    15  libjvm.dylib                            0x23cb4935 JVM_StartThread + 3022
    16  libjvm.dylib                            0x23cb47c5 JVM_StartThread + 2654
    17  libjvm.dylib                            0x23cb4743 JVM_StartThread + 2524
    18  libjvm.dylib                            0x23cb459d JVM_StartThread + 2102
    19  libjvm.dylib                            0x23cb43db JVM_StartThread + 1652
    20  libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    21  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    22  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 16:  Java: FelixPackageAdmin
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x23c0ec76 jio_snprintf + 41005
    4   libjvm.dylib                            0x23cb5a90 JVM_MonitorWait + 3799
    5   libjvm.dylib                            0x23cb4f92 JVM_MonitorWait + 985
    6   libjvm.dylib                            0x23cb4c84 JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x1b28ee75 JVM_MonitorWait + 69
    8   ???                                     0x5d00b9d9 0 + 1560328665
    9   ???                                     0x5d003e31 0 + 1560297009
    10  ???                                     0x5d003e31 0 + 1560297009
    11  ???                                     0x5d00430d 0 + 1560298253
    12  ???                                     0x5d001374 0 + 1560286068
    13  libjvm.dylib                            0x23ca81ef JVM_Lseek + 205608
    14  libjvm.dylib                            0x23ca7f63 JVM_Lseek + 204956
    15  libjvm.dylib                            0x23cb4935 JVM_StartThread + 3022
    16  libjvm.dylib                            0x23cb47c5 JVM_StartThread + 2654
    17  libjvm.dylib                            0x23cb4743 JVM_StartThread + 2524
    18  libjvm.dylib                            0x23cb459d JVM_StartThread + 2102
    19  libjvm.dylib                            0x23cb43db JVM_StartThread + 1652
    20  libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    21  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    22  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 17:  Java: Code Model Worker
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x23eb256d JVM_RaiseSignal + 393445
    4   libjvm.dylib                            0x23ef2ea2 JVM_RaiseSignal + 657946
    5   ???                                     0x5d00b9d9 0 + 1560328665
    6   ???                                     0x5d003e31 0 + 1560297009
    7   ???                                     0x5d003e31 0 + 1560297009
    8   ???                                     0x5d00430d 0 + 1560298253
    9   ???                                     0x5d004473 0 + 1560298611
    10  ???                                     0x5d003f97 0 + 1560297367
    11  ???                                     0x5d00430d 0 + 1560298253
    12  ???                                     0x5d001374 0 + 1560286068
    13  libjvm.dylib                            0x23ca81ef JVM_Lseek + 205608
    14  libjvm.dylib                            0x23ca7f63 JVM_Lseek + 204956
    15  libjvm.dylib                            0x23cb4935 JVM_StartThread + 3022
    16  libjvm.dylib                            0x23cb47c5 JVM_StartThread + 2654
    17  libjvm.dylib                            0x23cb4743 JVM_StartThread + 2524
    18  libjvm.dylib                            0x23cb459d JVM_StartThread + 2102
    19  libjvm.dylib                            0x23cb43db JVM_StartThread + 1652
    20  libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    21  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    22  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 18:  Java: Code Model Worker
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ed3a jio_snprintf + 41201
    3   libjvm.dylib                            0x23eb256d JVM_RaiseSignal + 393445
    4   libjvm.dylib                            0x23ef2ea2 JVM_RaiseSignal + 657946
    5   ???                                     0x5d00b9d9 0 + 1560328665
    6   ???                                     0x5d003e31 0 + 1560297009
    7   ???                                     0x5d003e31 0 + 1560297009
    8   ???                                     0x5d00430d 0 + 1560298253
    9   ???                                     0x5d004473 0 + 1560298611
    10  ???                                     0x5d003f97 0 + 1560297367
    11  ???                                     0x5d00430d 0 + 1560298253
    12  ???                                     0x5d001374 0 + 1560286068
    13  libjvm.dylib                            0x23ca81ef JVM_Lseek + 205608
    14  libjvm.dylib                            0x23ca7f63 JVM_Lseek + 204956
    15  libjvm.dylib                            0x23cb4935 JVM_StartThread + 3022
    16  libjvm.dylib                            0x23cb47c5 JVM_StartThread + 2654
    17  libjvm.dylib                            0x23cb4743 JVM_StartThread + 2524
    18  libjvm.dylib                            0x23cb459d JVM_StartThread + 2102
    19  libjvm.dylib                            0x23cb43db JVM_StartThread + 1652
    20  libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    21  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    22  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x90cf5aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x90d219c5 nanosleep$UNIX2003 + 188
    2   com.adobe.flash.flbridge                0x198d493b ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.flash.flbridge                0x198d0799 ScObjects::BridgeTalkThread::run() + 185
    4   com.adobe.flash.flbridge                0x198d4ca8 ScObjects::Thread::go(void*) + 168
    5   libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    6   libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                       0x90cc7b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x90cf56f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x90d3e05f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib          0x1a29f11f 0x19e4f000 + 4522271
    4   ...ia.Flash Player.authplaylib          0x19e6925f 0x19e4f000 + 107103
    5   ...ia.Flash Player.authplaylib          0x1a29f20c 0x19e4f000 + 4522508
    6   ...ia.Flash Player.authplaylib          0x1a29f250 0x19e4f000 + 4522576
    7   ...ia.Flash Player.authplaylib          0x1a29f376 0x19e4f000 + 4522870
    8   libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    9   libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 21:
    0   libSystem.B.dylib                       0x90cc7b42 semaphore_wait_signal_trap + 10
    1   libSystem.B.dylib                       0x90cf56f8 _pthread_cond_wait + 1089
    2   libSystem.B.dylib                       0x90d3e05f pthread_cond_wait + 48
    3   ...ia.Flash Player.authplaylib          0x1a29f11f 0x19e4f000 + 4522271
    4   ...ia.Flash Player.authplaylib          0x19e6925f 0x19e4f000 + 107103
    5   ...ia.Flash Player.authplaylib          0x1a29f20c 0x19e4f000 + 4522508
    6   ...ia.Flash Player.authplaylib          0x1a29f250 0x19e4f000 + 4522576
    7   ...ia.Flash Player.authplaylib          0x1a29f376 0x19e4f000 + 4522870
    8   libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    9   libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 22:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x90ce6ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x98355c53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    3   libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 23:  Java: Thread-4
    0   libSystem.B.dylib                       0x90cc7afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90cc8267 mach_msg + 68
    2   libjvm.dylib                            0x23c0ee0a jio_snprintf + 41409
    3   libjvm.dylib                            0x23d42eb1 JVM_MonitorNotify + 916
    4   libjvm.dylib                            0x23d463d1 JVM_Sleep + 254
    5   libjvmlinkage.dylib                     0x1b28fa68 JVM_Sleep + 72
    6   ???                                     0x5d00b9d9 0 + 1560328665
    7   ???                                     0x5d003e31 0 + 1560297009
    8   ???                                     0x5d00430d 0 + 1560298253
    9   ???                                     0x5d001374 0 + 1560286068
    10  libjvm.dylib                            0x23ca81ef JVM_Lseek + 205608
    11  libjvm.dylib                            0x23ca7f63 JVM_Lseek + 204956
    12  libjvm.dylib                            0x23cb4935 JVM_StartThread + 3022
    13  libjvm.dylib                            0x23cb47c5 JVM_StartThread + 2654
    14  libjvm.dylib                            0x23cb4743 JVM_StartThread + 2524
    15  libjvm.dylib                            0x23cb459d JVM_StartThread + 2102
    16  libjvm.dylib                            0x23cb43db JVM_StartThread + 1652
    17  libjvm.dylib                            0x23c0e5e0 jio_snprintf + 39319
    18  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    19  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 24:
    0   libSystem.B.dylib                       0x90cc7b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90cf56e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90d245a8 pthread_cond_timedwait_relative_np + 47
    3   ...ia.Flash Player.authplaylib          0x1a29f0e7 0x19e4f000 + 4522215
    4   ...ia.Flash Player.authplaylib          0x1a02f9de 0x19e4f000 + 1968606
    5   ...ia.Flash Player.authplaylib          0x1a29f20c 0x19e4f000 + 4522508
    6   ...ia.Flash Player.authplaylib          0x1a29f250 0x19e4f000 + 4522576
    7   ...ia.Flash Player.authplaylib          0x1a29f376 0x19e4f000 + 4522870
    8   libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    9   libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 25:
    0   libSystem.B.dylib                       0x90ced412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x90ced9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x90ced5c6 start_wqthread + 30
    Thread 26 Crashed:
    0   libSystem.B.dylib                       0x90d350ee __semwait_signal_nocancel + 10
    1   libSystem.B.dylib                       0x90d34fd2 nanosleep$NOCANCEL$UNIX2003 + 166
    2   libSystem.B.dylib                       0x90daffb2 usleep$NOCANCEL$UNIX2003 + 61
    3   libSystem.B.dylib                       0x90dd1685 __abort + 136
    4   libSystem.B.dylib                       0x90dc5d22 __chk_fail + 118
    5   libSystem.B.dylib                       0x90d24fe0 __strcat_chk + 41
    6   com.adobe.flash.cs6.air                 0x197146a8 CreateAIRFile + 9009
    7   com.adobe.flash.cs6.air                 0x19704eee -[SettingsControllerMustard generateFileThd] + 88
    8   com.apple.Foundation                    0x918684c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x91868474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90cf5259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90cf50de thread_start + 34
    Thread 26 crashed with X86 Thread State (32-bit):
      eax: 0x0000003c  ebx: 0x90d34f39  ecx: 0xb04b357c  edx: 0x90d350ee
      edi: 0x20929b50  esi: 0xb04b35d8  ebp: 0xb04b35b8  esp: 0xb04b357c
       ss: 0x0000001f  efl: 0x00000247  eip: 0x90d350ee   cs: 0x00000007
       ds: 0x0000001f   es: 0x0000001f   fs: 0x0000001f   gs: 0x00000037
      cr2: 0x1dab1000
    Binary Images:
        0x1000 -  0x1b82fff +com.adobe.flash 12.0.2.529 (12.0.2) <05566898-067F-CC57-6272-EF851BBF7BDD> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/MacOS/Adobe Flash CS6
    0x272b000 -  0x28bffff +com.adobe.PlugPlug 3.0.0.383 (3.0.0.383) <2205B6E1-7C9E-1892-EC68-C1B326C727A8> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x2967000 -  0x2a4ffe3 +com.adobe.AXEDOMCore AdobeAXEDOMCore 3.7.101.18636 (3.7.101.18636) <2540764B-C2F2-61D7-EFBA-6663171FD19A> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x2ae0000 -  0x2b7efe3 +libicucnv.40.0.dylib 40.0.0 (compatibility 40.0.0) <D11DC46F-D58E-B17C-9356-46F593D5A7CF> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dylib
    0x2ba0000 -  0x2cd5fe7 +libicui18n.40.0.dylib 40.0.0 (compatibility 40.0.0) <8BE3FE71-0CE6-2B93-B5F2-B4F0DD274B91> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicui18n.40. 0.dylib
    0x2d49000 -  0x2e3afef +libicuuc.40.0.dylib 40.0.0 (compatibility 40.0.0) <4CF7066A-6E82-FF80-93E6-6849149FBB98> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
    0x2e77000 -  0x3bbcff7 +libicudata.40.0.dylib 40.0.0 (compatibility 40.0.0) <015E6351-4F42-00C1-2096-BEE385B275B1> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
    0x3bcf000 -  0x3bdaff7 +libChar16.dylib ??? (???) <5E278E11-8234-CB11-AAC9-090FBD037DB7> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/MacOS/libChar16.dylib
    0x3be3000 -  0x3c05fff +libCoreTypes.dylib ??? (???) <5799BD8C-B334-518F-3F6F-EAA503B43831> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/MacOS/libCoreTypes.dylib
    0x3c1d000 -  0x3e4bfff  com.apple.carbonframeworktemplate 1.0 (1.0) <9F3FE9F2-8834-4654-C0D0-F4F356E6A906> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/frameworks/Xerces.framework/Versions/A/Xerces
    0x4102000 -  0x4106ff7  com.apple.JavaVM 13.9.5 (13.9.5) <ABFD54D4-8E4E-BBD1-DE88-DE62E56FD383> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x410e000 -  0x5778fff +com.adobe.AILib AILib version 16.0.0 (16.0.0.646) <317A871E-E0A5-8C5E-B60F-7448ADEBEDBD> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AILib.framework/Versions/A/AILib
    0x67f1000 -  0x684cfff +com.adobe.aiport aiport version 16.0.0 (16.0.0.646) <59612576-B2F2-BF25-B09D-6120A3B1462C> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/aiport.framework/Versions/A/aiport
    0x688c000 -  0x68ecfff +com.adobe.filterport filterport version 16.0.0 (16.0.0.646) <AF193FFA-F555-2379-81B3-7DA07698E466> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/filterport.framework/Versions/A/filterport
    0x6937000 -  0x6937ffb +com.adobe.SPBasic SPBasic version 16.0.0 (16.0.0.646) <936C3F3E-8DDD-50EC-D247-C1F242633914> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
    0x693c000 -  0x6958ff9 +AdobePDFSettings ??? (???) /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
    0x6972000 -  0x6aeeff3 +com.adobe.ACE AdobeACE 2.19.18.19822 (2.19.18.19822) <2EC89B0E-6B51-4F7F-314A-FB6E18BFC36D> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x6afd000 -  0x7098fef +com.adobe.AGM AdobeAGM 4.26.20.19822 (4.26.20.19822) <F394945E-943B-B99F-9B45-07E96C293C05> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x7108000 -  0x7142fef +com.adobe.ARE AdobeARE 1.5.02.19822 (1.5.02.19822) <2A3CBF43-F63E-B5B6-19EA-A2C392CA92F4> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
    0x7148000 -  0x7163fff +com.adobe.BIB AdobeBIB 1.2.02.19822 (1.2.02.19822) <CD35337B-CA58-50D9-5AAE-74E720CCE415> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x7169000 -  0x718ffff +com.adobe.BIBUtils AdobeBIBUtils 1.1.01 (1.1.01) <606DA5E0-CCB3-90B2-3971-A48349DA046A> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x7195000 -  0x74bcffb +com.adobe.CoolType AdobeCoolType 5.10.31.19822 (5.10.31.19822) <A5344CC0-BD71-A071-A001-EDB3A28B9A8D> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x74f4000 -  0x78effe7 +com.adobe.MPS AdobeMPS 5.8.0.19673 (5.8.0.19673) <D65ABA15-80D2-3F1C-2500-EEF873019149> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x794c000 -  0x7a50fef +com.adobe.PDFPort AdobePDFPort 2.1.0.19734 (2.1.0.19734) <71232DFD-06FB-837B-8246-BD20F862B5E3> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
    0x7a69000 -  0x8261ffb +com.adobe.PDFL PROD_MAJOR.PROD_MINOR.PROD_STEP (10.0.1.18562) <F24575DF-1B4D-B13E-1525-3C7F5CB88B3E> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
    0x82ec000 -  0x8314feb +com.adobe.AXE8SharedExpat AdobeAXE8SharedExpat 3.7.101.18636 (3.7.101.18636) <C38ACBCE-04AA-DF40-FF79-29377F25CDAF> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x8333000 -  0x835bff3 +com.adobe.AXE16SharedExpat AdobeAXE16SharedExpat 3.7.101.18636 (3.7.101.18636) <AD333DEF-C5AC-1F75-0486-DF86F89433CD> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeAXE16SharedExpat.framework/Versions/A/AdobeAXE16SharedEx pat
    0x837a000 -  0x83d6fef +com.adobe.AdobeXMPCore Adobe XMP Core 5.3 -c 11 (66.145661) <123A0829-A85B-6E67-0E48-4F37B08E4C03> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x83df000 -  0x8457fe3 +com.adobe.FileInfo.framework Adobe XMP FileInfo 5 . 3 . 0 . 0 -i 3 (66.145433) <EF13921E-1CC6-2891-0EEC-D8D8C68D5D87> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x8466000 -  0x8645ffb +com.adobe.owl AdobeOwl version 4.0.93 (4.0.93) <D102FCD2-496D-5322-AEC0-7A5091CAA2CA> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x8672000 -  0x971eff3 +com.adobe.psl AdobePSL 13.0.0.19655 (13.0.0.19655) <47A9AAEC-43CD-17C9-6E58-6312315FC15D> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x9897000 -  0x9ac1ffb +com.adobe.linguistic.LinguisticManager 6.0.0 (17018) <DE928A0E-AE8F-4FB7-6B6C-C52E4FD366A1> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x9b33000 -  0x9b36ffb +com.adobe.AdobeCrashReporter 6.0 (6.0.20120201) <6CE1936E-6AC7-6900-769B-876CBB68B5BC> /Applications/Adobe Flash CS6/Adobe Flash CS6.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x9b3e000 -  0x9f71ffb +com.adobe.dvaui.framework 5.0.0 (5.0.0.0) <EAD7D965-79BB-EA89-AB42-692578840BA8> /Applications/Adobe Flash CS6/

    It's been my experience that Flash doesn't much like a few things in particular. One is large vector files with a lot of points; in other words stuff brought in from Illustrator or trace bitmapped from within the program so you might try reducing the amount of points in your art if you'r working with imported art. Flash seems to work best when all art has been created within the program. If you've converted it to vector via the Trace Bitmap or Illustrator's Live Trace it doesn't like that either. It also tends to bog down with high resolution bitmaps, especially with many layers (which greatly add to the file size) so you might try to flatten some of the art to make it more managable. In general, maybe see if you can reduce whatever file sizes you can in your project before you import them. I typically have some pretty big libraries and Flash doesn't crash so much for me so changing your workflow a bit might be useful. IF it's code that's crashing the render, that I can't help you with, but there's some pretty knowledgable people on this board who might be able to help in that regard.

  • Problem when compiling example from TechEd 2008

    Hi,
    I' am using sap sneak preview 7.01 and I'm trying to compile the ZMHO_EX3_*  webdynpro example.
    I get the error :
    "syntax error : long text".
    When I check the syntax I have allways the same error :
    Field ")" is unknown...
    each time the source code follow this structure :
    wd_this->mr_message_manager = wd_this->wd_get_api ( )->get_message_manager( ).
    All the attributes of the assistance class ZCL_MHO_WD_SERVICE are red highlight.
    I need to use FlashIsland to create mockups for a ramp up client, can you help me to solve this this problem ?
    Thanks,
    Regards

    Hi,
    thank you very much for answering me so quickly, I really appreciate this.
    I'have already try to fix the problem by splitting the line code, but it doesn't work.
    I paste bellow my piece of code, it is located in the method wdoinit of the component controller
    METHOD wdoinit .
    data l_api type ref to if_componentcontroller .
    l_api = wd_this->wd_get_api( ) .
    wd_this->mr_message_manager = l_api->get_message_manager( ) .
    wd_this->init_new_record( so_id = '00000000005000000010' ) .
    wd_this->read_products( ) .
    ENDMETHOD.
    I get the following error :
    The result type of the function method cannot be converted into the type of l_api type of l_api.
    Instead of if_componentcontroller I tried ig_componentcontroller too, but it doesn't work too.
    The long text error at the origin of my post as a lot of occurences in the syntax error window when I check this application: about 10 errors with the same origin.
    All attributes of the assistance class ZCL_MHO_WD_SERVICE are allways displayed in red, is it normal ?
    Have I to setup/upgrade something on my system in order it will work ?
    (There is a lot of errors, since is there a global solution to fix it in one shoot ?)
    Thank you,
    Regards.

  • Problem when compiling C program from RFC SDK with Unicode on AIX 5.3

    hi friends.
    I try RFC with UNICODE.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90313271-2311-2a10-c495-c20199d1d821
    This simple code compiled.
    #include <saprfc.h>
    #include <sapuc.h>
    #include <sapucx.h>
    int mainU(int argc, SAP_UC* argv[] )
        const SAP_UC* s1 = cU("Hello");
        SAP_UC s2[100];
        strcpyU( s2, s1);
        printfU(cU("%s
    "),s2);
        return 0;
    The compiling command is
    cc -DSAPwithUNICODE -I ../rfcsdkU/include -L ../rfcsdkU/lib sample.c -o sample -lrfcu -lC
    to compile.
    Then the error information comed:
    "sample.c", line 7.24: 1506-045 (S) Undeclared identifier U16LIT_cU.
    "sample.c", line 7.27: 1506-275 (S) Unexpected text string literal encountered.
    "sample.c", line 10.16: 1506-276 (S) Syntax error: possible missing ')'?
    I hope someone can tell me how I can get it through.
    Edited by: sakamoto shouichi on Apr 16, 2008 11:02 AM
    Edited by: sakamoto shouichi on Apr 16, 2008 11:03 AM

    hi friends. I'm having same problem.
    i speak english just a little.sorry.
    see this command line.
    AIX5.3
    cc -I ../rfcsdk/include -L ../saprfc/rfcsdk/lib sapinfo.c -o sapinfo -lrfc -lC
    add -lC .
    i fnish this problem. thnx!
    Edited by: sakamoto shouichi on Apr 7, 2008 5:32 AM

Maybe you are looking for

  • How do I delete photos in camera roll without deleting in albums?

    How do I delete photos in camera roll without deleting in albums?

  • Seagate External Hard Drive Mac/PC

    Hello Everyone, I have read where you are able to format a new Seagate Drive to be able to read both Mac and PC drives. Problem for me is I already have a ton of PC data on the Seagate drive. I need to be able to use this for both Mac and a PC but I

  • Synced music library, doesn't match music on iPod after I disconnect...

    How come when I have 1.95GB of music in my music folder, and it show that amount after I sync my 6th gen nano, it has my whole iTunes library on my nano when I disconnect and look in the music folder? I want just the music from my music folder on my

  • Playing video to a portable DVD with single 3.5mm AV input

    Hi, I have a pair of Philips in car DVD players which have an AV input that is a single 3.5mm jack which takes audio and video from one player to the other. What cable do I require to output audio and video from an iPhone to this plug. Thanks for you

  • HELP!! HELP!! h.264!! HELP!! HELP!!

    Hello! Can anybody tell me what i make wrong? I tryed a lot of freeware Programms to convert dvd to ipod with h.264 codec. The programs are dvd catalyst, Pqdvd, cucsoft,.... With not even one of those programs it is possible to bring the m4v file to