Adobe Air ServerSocket not Working the same on XP/Vista/7

I'm having a strange problems with an air socket server i've written.
I have an Air application written using Flash Builder 4.  It's basically a simple HTTP server.  It's purpose it to open a server on a specific port and serve files (both html and swf) out to a web browser.
When i run the air application on my desktop (windows 7, firefox 4.0b11, ie8, flash builder 4 compiled with flex sck 4.1.0) everything works correctly.  Whether i run the server through the Flash Builder debugger or actually do the full packaging and install as a standalone air app then run it using the Air Runtime like any user would.  I load up the server, punch in the address from anywhere and the page loads, and the requested swf displays correctly.  While the server is running on my desktop i've tested clients including Windows XP and Vista with IE8, HTC Evo4g Android phone, and the Playstation 3 browser.  From any tested client with the server running on my desktop all requests are handled correctly and pages/swfs load and display correctly.
The problem comes when i run the air app on another computer.  When i package it and install it on one of my two test systems (Windows XP and Windows Vista) things start to go wonky.  The Air app loads on the two test systems but when a client tries to use their web browser to request a page things don't display correctly.  The client can load the html file fine but the swf that it receives from the server does not display.  I can check the log on the status server and see the HTTP GET being processed, and the file sent.  However, the browser simply displays a blank box where the SWF should be.  With the server running on either of my two test boxes (XP and Vista) the same clients who can connect and display html and swf's delivered from the server experience this problem.
I think i've eliminated browser request as the problem from testing different browsers on different OS's on each of the test installations.  As best I can tell, the problem is with the server side of the app.  The server uses the SocketServer class to listen for a connection and then writes out the HTML headers and content to the socket manually, i'm not using any external libraries for writing to the socket.
here's the code for writing to the socket when a swf is requested.
     var content:ByteArray = new ByteArray();
     var stream:FileStream = new FileStream();
     stream.open(file, FileMode.READ);
     stream.readBytes(content);
     stream.close();
     socket.writeUTFBytes("HTTP/1.1 200 OK\n");
     socket.writeUTFBytes("Content-Type: application/x-shockwave-flash\r\n");
     socket.writeUTFBytes("Content-Length: " + content.length + "\r\n\r\n");
     socket.writeBytes(content);
I don't believe the problem is with the socket write since it works on my desktop but not when the server is running on another.  I'm wondering if the problem is with an external system dependancy.  Are there any external libraries, visual c++ runtimes, tcp/ip libraries that Air uses to fulfil requests to sockets on different operating systems/versions?  I've been searching around the web and browsing through adobe live docs for a few hours on this but can't seem to find a resolution anywhere.  If more detail is needed, please let me know.  Any help would be much appreciated.

I appreciate you taking the time to look at this.  Good to know I'm not completely crazy, that makes me feel a little better.
The 178774 is bytesLoaded()   and 1096810 is bytesTotal() as seen by the swf.
That's what i was experiencing.  The issue you're seeing with it running on vista of the swf apparently only loading 180k of the 1 meg is what i'm experiencing.  For me that  happens when the server side of things is running on my XP or Vista  machine.  On Win 7 it works fine.  Also, for mp3's it seems to only download the first couple seconds.  When i stream an mp3 from the server it only plays a couple of seconds and stops.
Not sure if the index.html file that it serves out is small enough that it gets it in one cycle but for larger files it closes out the socket before sending all the data.
If i get some free time tomorrow i'll see about getting an Ubuntu  virtual machine going and test it there as well.  I don't have access to  a mac to try it on OSX.

Similar Messages

  • Adobe photoshop cs2 download on adobe website does not work-  the serial number does not work?

    photoshop cs2 download on adobe website does not work - the serial number given isn't recognised when you enter it when trying to install. the live chat at adobe cannot help and suggested that I may find the answer here. Can anyone help with this?

    Adobe has decommissioned the CS2 activation servers, so your old serial number is no longer usable.
    If you download the special non-activating version of CS2 that Adobe has made available to licensed CS2 users, you MUST also use the new serial number provided by Adobe on that download page:
    https://www.adobe.com/cfusion/entitlement/index.cfm?e=cs2_downloads
    That S/N does work.  I double checked.

  • Adobe Air 2 not working in Ubuntu 10.04 32Bits

    Hello, i just installed Adobe Air 2 from .deb file and later from .bin file, but is not working in my Ubuntu, i dont know what is really happening cus i dont get any error message. Do someone knows what is going wrong?

    I just tried to execute the Adobe Air Application Installer from the terminal and i got the next error message:
    $ Adobe\ AIR\ Application\ Installer
    ** (Adobe AIR Application Installer:3312): CRITICAL **: menu_proxy_module_load: assertion `dbusproxy != NULL' failed
    Application crashed with an unhandled SIGSEGV
    Crashlog has been dumped in /tmp/airCrashLogs/0612_1339_UXD6qe
    Also, here is the CrashLog
    Build: 12610
    08048000-0804c000 r-xp 00000000 08:05 263973     /opt/Adobe AIR/Versions/1.0/Adobe AIR Application Installer
    0804c000-0804d000 rwxp 00003000 08:05 263973     /opt/Adobe AIR/Versions/1.0/Adobe AIR Application Installer
    090e2000-092f1000 rwxp 00000000 00:00 0          [heap]
    b2455000-b2495000 rwxp 00000000 00:00 0
    b2495000-b2655000 ---p 00000000 00:00 0
    b2655000-b265d000 rwxp 00000000 00:00 0
    b265d000-b266d000 r-xp 00000000 00:00 0
    b266d000-b2700000 rwxp 00000000 00:00 0
    b2700000-b2710000 r-xp 00000000 00:00 0
    b2710000-b2715000 rwxp 00000000 00:00 0
    b2715000-b2725000 r-xp 00000000 00:00 0
    b2725000-b275b000 rwxp 00000000 00:00 0
    b275b000-b276b000 r-xp 00000000 00:00 0
    b276b000-b27a1000 rwxp 00000000 00:00 0
    b27a1000-b27b1000 r-xp 00000000 00:00 0
    b27b1000-b27c3000 rwxp 00000000 00:00 0
    b27c3000-b27d3000 r-xp 00000000 00:00 0
    b27d3000-b2842000 rwxp 00000000 00:00 0
    b2842000-b2852000 r-xp 00000000 00:00 0
    b2852000-b2855000 rwxp 00000000 00:00 0
    b2855000-b2995000 rwxp 00000000 00:00 0
    b2995000-b299e000 rwxp 00000000 00:00 0
    b299e000-b29ae000 r-xp 00000000 00:00 0
    b29ae000-b2a55000 rwxp 00000000 00:00 0
    b2a55000-b2b0d000 rwxs 00000000 00:04 4194319    /SYSV00000000 (deleted)
    b2b0d000-b2bd0000 r-xp 00000000 08:05 525336     /usr/lib/libasound.so.2.0.0
    b2bd0000-b2bd4000 r-xp 000c2000 08:05 525336     /usr/lib/libasound.so.2.0.0
    b2bd4000-b2bd5000 rwxp 000c6000 08:05 525336     /usr/lib/libasound.so.2.0.0
    b2bd5000-b2e00000 rwxp 00000000 00:00 0
    b2e00000-b2e51000 rwxp 00000000 00:00 0
    b2e51000-b2f00000 ---p 00000000 00:00 0
    b2f6c000-b2f8d000 rwxp 00000000 00:00 0
    b2f8d000-b2fb7000 r-xp 00000000 08:05 686790     /usr/share/locale-langpack/es/LC_MESSAGES/gtk20-properties.mo
    b2fb7000-b2fb8000 ---p 00000000 00:00 0
    b2fb8000-b37b8000 rwxp 00000000 00:00 0
    b37b8000-b3818000 rwxs 00000000 00:04 4161549    /SYSV00000000 (deleted)
    b3818000-b3828000 r-xp 00000000 00:00 0
    b3828000-b383f000 rwxp 00000000 00:00 0
    b383f000-b384f000 r-xp 00000000 00:00 0
    b384f000-b392d000 rwxp 00000000 00:00 0
    b392d000-b393d000 r-xp 00000000 00:00 0
    b393d000-b3a18000 rwxp 00000000 00:00 0
    b3a18000-b3a19000 ---p 00000000 00:00 0
    b3a19000-b4219000 rwxp 00000000 00:00 0
    b4219000-b426c000 r-xp 00000000 08:05 531308     /usr/lib/nss/libnssckbi.so
    b426c000-b4275000 r-xp 00053000 08:05 531308     /usr/lib/nss/libnssckbi.so
    b4275000-b427a000 rwxp 0005c000 08:05 531308     /usr/lib/nss/libnssckbi.so
    b427a000-b42c0000 r-xp 00000000 08:05 531307     /usr/lib/nss/libfreebl3.so
    b42c0000-b42c1000 r-xp 00046000 08:05 531307     /usr/lib/nss/libfreebl3.so
    b42c1000-b42c2000 rwxp 00047000 08:05 531307     /usr/lib/nss/libfreebl3.so
    b42c2000-b42c6000 rwxp 00000000 00:00 0
    b42c6000-b42e8000 r-xp 00000000 08:05 531310     /usr/lib/nss/libnssdbm3.so
    b42e8000-b42e9000 r-xp 00021000 08:05 531310     /usr/lib/nss/libnssdbm3.so
    b42e9000-b42ea000 rwxp 00022000 08:05 531310     /usr/lib/nss/libnssdbm3.so
    b42ea000-b436a000 r-xp 00000000 08:05 526154     /usr/lib/libsqlite3.so.0.8.6
    b436a000-b436b000 r-xp 0007f000 08:05 526154     /usr/lib/libsqlite3.so.0.8.6
    b436b000-b436c000 rwxp 00080000 08:05 526154     /usr/lib/libsqlite3.so.0.8.6
    b436c000-b436d000 rwxp 00000000 00:00 0
    b4382000-b43b7000 r-xp 00000000 08:05 531312     /usr/lib/nss/libsoftokn3.so
    b43b7000-b43b8000 r-xp 00035000 08:05 531312     /usr/lib/nss/libsoftokn3.so
    b43b8000-b43b9000 rwxp 00036000 08:05 531312     /usr/lib/nss/libsoftokn3.so
    b43b9000-b43ba000 ---p 00000000 00:00 0
    b43ba000-b4bba000 rwxp 00000000 00:00 0
    b4bba000-b4bbb000 ---p 00000000 00:00 0
    b4bbb000-b5520000 rwxp 00000000 00:00 0
    b5520000-b5530000 r-xp 00000000 00:00 0
    b5530000-b55bb000 rwxp 00000000 00:00 0
    b55bb000-b55ce000 r-xp 00000000 08:05 529006     /usr/lib/gtk-2.0/modules/libglobalmenu-plugin.so
    b55ce000-b55cf000 ---p 00013000 08:05 529006     /usr/lib/gtk-2.0/modules/libglobalmenu-plugin.so
    b55cf000-b55d0000 r-xp 00013000 08:05 529006     /usr/lib/gtk-2.0/modules/libglobalmenu-plugin.so
    b55d0000-b55d1000 rwxp 00014000 08:05 529006     /usr/lib/gtk-2.0/modules/libglobalmenu-plugin.so
    b55d1000-b55f7000 r-xp 00000000 08:05 529607     /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so
    b55f7000-b55f8000 r-xp 00025000 08:05 529607     /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so
    b55f8000-b55f9000 rwxp 00026000 08:05 529607     /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so
    b55f9000-b5623000 r-xp 00000000 08:05 529600     /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
    b5623000-b5624000 r-xp 00029000 08:05 529600     /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
    b5624000-b5625000 rwxp 0002a000 08:05 529600     /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
    b5625000-b562c000 r-xp 00000000 08:05 525897     /usr/lib/libltdl.so.7.2.1
    b562c000-b562d000 r-xp 00006000 08:05 525897     /usr/lib/libltdl.so.7.2.1
    b562d000-b562e000 rwxp 00007000 08:05 525897     /usr/lib/libltdl.so.7.2.1
    b562e000-b563b000 r-xp 00000000 08:05 526171     /usr/lib/libtdb.so.1.2.0
    b563b000-b563c000 r-xp 0000c000 08:05 526171     /usr/lib/libtdb.so.1.2.0
    b563c000-b563d000 rwxp 0000d000 08:05 526171     /usr/lib/libtdb.so.1.2.0
    b563d000-b5642000 r-xp 00000000 08:05 525980     /usr/lib/libogg.so.0.6.0
    b5642000-b5643000 r-xp 00004000 08:05 525980     /usr/lib/libogg.so.0.6.0
    b5643000-b5644000 rwxp 00005000 08:05 525980     /usr/lib/libogg.so.0.6.0
    b5644000-b566b000 r-xp 00000000 08:05 526222     /usr/lib/libvorbis.so.0.4.3
    b566b000-b566c000 r-xp 00026000 08:05 526222     /usr/lib/libvorbis.so.0.4.3
    b566c000-b566d000 rwxp 00027000 08:05 526222     /usr/lib/libvorbis.so.0.4.3
    b566d000-b567b000 r-xp 00000000 08:05 525399     /usr/lib/libcanberra.so.0.2.1
    b567b000-b567c000 r-xp 0000d000 08:05 525399     /usr/lib/libcanberra.so.0.2.1
    b567c000-b567d000 rwxp 0000e000 08:05 525399     /usr/lib/libcanberra.so.0.2.1
    b5681000-b5682000 rwxp 00000000 00:00 0
    b5682000-b5686000 r-xp 00000000 08:05 532424     /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so
    b5686000-b5687000 r-xp 00003000 08:05 532424     /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so
    b5687000-b5688000 rwxp 00004000 08:05 532424     /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so
    b5688000-b5690000 r-xp 00000000 08:05 532407     /usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so
    b5690000-b5691000 r-xp 00007000 08:05 532407     /usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so
    b5691000-b5692000 rwxp 00008000 08:05 532407     /usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so
    b5692000-b56bc000 r-xp 00000000 08:05 667713     /usr/share/locale/es/LC_MESSAGES/gtk20-properties.mo
    b56bc000-b56c6000 r-xp 00000000 08:05 130675     /lib/tls/i686/cmov/libnss_files-2.11.1.so
    b56c6000-b56c7000 r-xp 00009000 08:05 130675     /lib/tls/i686/cmov/libnss_files-2.11.1.so
    b56c7000-b56c8000 rwxp 0000a000 08:05 130675     /lib/tls/i686/cmov/libnss_files-2.11.1.so
    b56c8000-b56d0000 r-xp 00000000 08:05 130685     /lib/tls/i686/cmov/libnss_nis-2.11.1.so
    b56d0000-b56d1000 r-xp 00007000 08:05 130685     /lib/tls/i686/cmov/libnss_nis-2.11.1.so
    b56d1000-b56d2000 rwxp 00008000 08:05 130685     /lib/tls/i686/cmov/libnss_nis-2.11.1.so
    b56d2000-b56e5000 r-xp 00000000 08:05 130669     /lib/tls/i686/cmov/libnsl-2.11.1.so
    b56e5000-b56e6000 r-xp 00012000 08:05 130669     /lib/tls/i686/cmov/libnsl-2.11.1.so
    b56e6000-b56e7000 rwxp 00013000 08:05 130669     /lib/tls/i686/cmov/libnsl-2.11.1.so
    b56e7000-b56e9000 rwxp 00000000 00:00 0
    b56e9000-b56ef000 r-xp 00000000 08:05 130671     /lib/tls/i686/cmov/libnss_compat-2.11.1.so
    b56ef000-b56f0000 r-xp 00006000 08:05 130671     /lib/tls/i686/cmov/libnss_compat-2.11.1.so
    b56f0000-b56f1000 rwxp 00007000 08:05 130671     /lib/tls/i686/cmov/libnss_compat-2.11.1.so
    b56f1000-b56f8000 r-xp 00000000 08:05 526226     /usr/lib/libvorbisfile.so.3.3.2
    b56f8000-b56f9000 r-xp 00006000 08:05 526226     /usr/lib/libvorbisfile.so.3.3.2
    b56f9000-b56fa000 rwxp 00007000 08:05 526226     /usr/lib/libvorbisfile.so.3.3.2
    b56fa000-b56fd000 r-xp 00000000 08:05 525397     /usr/lib/libcanberra-gtk.so.0.1.5
    b56fd000-b56fe000 r-xp 00003000 08:05 525397     /usr/lib/libcanberra-gtk.so.0.1.5
    b56fe000-b56ff000 rwxp 00004000 08:05 525397     /usr/lib/libcanberra-gtk.so.0.1.5
    b56ff000-b5703000 r-xp 00000000 08:05 529653     /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
    b5703000-b5704000 ---p 00004000 08:05 529653     /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
    b5704000-b5705000 r-xp 00004000 08:05 529653     /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
    b5705000-b5706000 rwxp 00005000 08:05 529653     /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
    b5706000-b571a000 r-xp 00000000 08:05 667712     /usr/share/locale/es/LC_MESSAGES/gtk20.mo
    b571a000-b5726000 r-xp 00000000 08:05 686929     /usr/share/locale-langpack/es/LC_MESSAGES/glib20.mo
    b5726000-b5748000 r-xp 00000000 08:05 710993     /usr/share/locale-langpack/es/LC_MESSAGES/libc.mo
    b5748000-b5787000 r-xp 00000000 08:05 530336     /usr/lib/locale/es_CO.utf8/LC_CTYPE
    b5787000-b58a5000 r-xp 00000000 08:05 530530     /usr/lib/locale/es_CO.utf8/LC_COLLATE
    b58a5000-b58a9000 r-xp 00000000 08:05 525267     /usr/lib/libXdmcp.so.6.0.0
    b58a9000-b58aa000 r-xp 00003000 08:05 525267     /usr/lib/libXdmcp.so.6.0.0
    b58aa000-b58ab000 rwxp 00004000 08:05 525267     /usr/lib/libXdmcp.so.6.0.0
    b58ab000-b58ad000 r-xp 00000000 08:05 525256     /usr/lib/libXau.so.6.0.0
    b58ad000-b58ae000 r-xp 00001000 08:05 525256     /usr/lib/libXau.so.6.0.0
    b58ae000-b58af000 rwxp 00002000 08:05 525256     /usr/lib/libXau.so.6.0.0
    b58af000-b58c8000 r-xp 00000000 08:05 130725     /lib/libselinux.so.1
    b58c8000-b58c9000 r-xp 00018000 08:05 130725     /lib/libselinux.so.1
    b58c9000-b58ca000 rwxp 00019000 08:05 130725     /lib/libselinux.so.1
    b58ca000-b58da000 r-xp 00000000 08:05 130721     /lib/tls/i686/cmov/libresolv-2.11.1.so
    b58da000-b58db000 r-xp 00010000 08:05 130721     /lib/tls/i686/cmov/libresolv-2.11.1.so
    b58db000-b58dc000 rwxp 00011000 08:05 130721     /lib/tls/i686/cmov/libresolv-2.11.1.so
    b58dc000-b58de000 rwxp 00000000 00:00 0
    b58de000-b58e4000 r-xp 00000000 08:05 526261     /usr/lib/libxcb-render.so.0.0.0
    b58e4000-b58e5000 r-xp 00005000 08:05 526261     /usr/lib/libxcb-render.so.0.0.0
    b58e5000-b58e6000 rwxp 00006000 08:05 526261     /usr/lib/libxcb-render.so.0.0.0
    b58e6000-b58e9000 r-xp 00000000 08:05 526259     /usr/lib/libxcb-render-util.so.0.0.0
    b58e9000-b58ea000 r-xp 00002000 08:05 526259     /usr/lib/libxcb-render-util.so.0.0.0
    b58ea000-b58eb000 rwxp 00003000 08:05 526259     /usr/lib/libxcb-render-util.so.0.0.0
    b58eb000-b590e000 r-xp 00000000 08:05 130713     /lib/libpng12.so.0.42.0
    b590e000-b590f000 r-xp 00022000 08:05 130713     /lib/libpng12.so.0.42.0
    b590f000-b5910000 rwxp 00023000 08:05 130713     /lib/libpng12.so.0.42.0
    b5910000-b5924000 r-xp 00000000 08:05 525483     /usr/lib/libdirect-1.2.so.0.8.0
    b5924000-b5925000 r-xp 00013000 08:05 525483     /usr/lib/libdirect-1.2.so.0.8.0
    b5925000-b5926000 rwxp 00014000 08:05 525483     /usr/lib/libdirect-1.2.so.0.8.0
    b5926000-b592e000 r-xp 00000000 08:05 525560     /usr/lib/libfusion-1.2.so.0.8.0
    b592e000-b592f000 r-xp 00007000 08:05 525560     /usr/lib/libfusion-1.2.so.0.8.0
    b592f000-b5930000 rwxp 00008000 08:05 525560     /usr/lib/libfusion-1.2.so.0.8.0
    b5930000-b59a3000 r-xp 00000000 08:05 525485     /usr/lib/libdirectfb-1.2.so.0.8.0
    b59a3000-b59a4000 ---p 00073000 08:05 525485     /usr/lib/libdirectfb-1.2.so.0.8.0
    b59a4000-b59a5000 r-xp 00073000 08:05 525485     /usr/lib/libdirectfb-1.2.so.0.8.0
    b59a5000-b59a6000 rwxp 00074000 08:05 525485     /usr/lib/libdirectfb-1.2.so.0.8.0
    b59a6000-b59a7000 rwxp 00000000 00:00 0
    b59a7000-b59fe000 r-xp 00000000 08:05 526027     /usr/lib/libpixman-1.so.0.16.4
    b59fe000-b5a00000 r-xp 00057000 08:05 526027     /usr/lib/libpixman-1.so.0.16.4
    b5a00000-b5a01000 rwxp 00059000 08:05 526027     /usr/lib/libpixman-1.so.0.16.4
    b5a01000-b5a03000 r-xp 00000000 08:05 526030     /usr/lib/libplds4.so
    b5a03000-b5a04000 r-xp 00001000 08:05 526030     /usr/lib/libplds4.so
    b5a04000-b5a05000 rwxp 00002000 08:05 526030     /usr/lib/libplds4.so
    b5a05000-b5a08000 r-xp 00000000 08:05 526028     /usr/lib/libplc4.so
    b5a08000-b5a09000 r-xp 00002000 08:05 526028     /usr/lib/libplc4.so
    b5a09000-b5a0a000 rwxp 00003000 08:05 526028     /usr/lib/libplc4.so
    b5a0a000-b5a1f000 r-xp 00000000 08:05 525975     /usr/lib/libnssutil3.so
    b5a1f000-b5a22000 r-xp 00014000 08:05 525975     /usr/lib/libnssutil3.so
    b5a22000-b5a23000 rwxp 00017000 08:05 525975     /usr/lib/libnssutil3.so
    b5a23000-b5a47000 r-xp 00000000 08:05 130636     /lib/libexpat.so.1.5.2
    b5a47000-b5a49000 r-xp 00024000 08:05 130636     /lib/libexpat.so.1.5.2
    b5a49000-b5a4a000 rwxp 00026000 08:05 130636     /lib/libexpat.so.1.5.2
    b5a4a000-b5a62000 r-xp 00000000 08:05 526263     /usr/lib/libxcb.so.1.1.0
    b5a62000-b5a63000 r-xp 00017000 08:05 526263     /usr/lib/libxcb.so.1.1.0
    b5a63000-b5a64000 rwxp 00018000 08:05 526263     /usr/lib/libxcb.so.1.1.0
    b5a64000-b5a93000 r-xp 00000000 08:05 130701     /lib/libpcre.so.3.12.1
    b5a93000-b5a94000 r-xp 0002e000 08:05 130701     /lib/libpcre.so.3.12.1
    b5a94000-b5a95000 rwxp 0002f000 08:05 130701     /lib/libpcre.so.3.12.1
    b5a95000-b5a9c000 r-xp 00000000 08:05 130723     /lib/tls/i686/cmov/librt-2.11.1.so
    b5a9c000-b5a9d000 r-xp 00006000 08:05 130723     /lib/tls/i686/cmov/librt-2.11.1.so
    b5a9d000-b5a9e000 rwxp 00007000 08:05 130723     /lib/tls/i686/cmov/librt-2.11.1.so
    b5a9e000-b5aa1000 r-xp 00000000 08:05 522444     /usr/lib/libgmodule-2.0.so.0.2400.1
    b5aa1000-b5aa2000 r-xp 00002000 08:05 522444     /usr/lib/libgmodule-2.0.so.0.2400.1
    b5aa2000-b5aa3000 rwxp 00003000 08:05 522444     /usr/lib/libgmodule-2.0.so.0.2400.1
    b5aa3000-b5ac8000 r-xp 00000000 08:05 526001     /usr/lib/libpangoft2-1.0.so.0.2800.0
    b5ac8000-b5ac9000 r-xp 00024000 08:05 526001     /usr/lib/libpangoft2-1.0.so.0.2800.0
    b5ac9000-b5aca000 rwxp 00025000 08:05 526001     /usr/lib/libpangoft2-1.0.so.0.2800.0
    b5aca000-b5b64000 r-xp 00000000 08:05 524098     /usr/lib/libgio-2.0.so.0.2400.1
    b5b64000-b5b65000 ---p 0009a000 08:05 524098     /usr/lib/libgio-2.0.so.0.2400.1
    b5b65000-b5b66000 r-xp 0009a000 08:05 524098     /usr/lib/libgio-2.0.so.0.2400.1
    b5b66000-b5b67000 rwxp 0009b000 08:05 524098     /usr/lib/libgio-2.0.so.0.2400.1
    b5b67000-b5b68000 rwxp 00000000 00:00 0
    b5b68000-b5bdf000 r-xp 00000000 08:05 525389     /usr/lib/libcairo.so.2.10800.10
    b5bdf000-b5be1000 r-xp 00076000 08:05 525389     /usr/lib/libcairo.so.2.10800.10
    b5be1000-b5be2000 rwxp 00078000 08:05 525389     /usr/lib/libcairo.so.2.10800.10
    b5be2000-b5bfb000 r-xp 00000000 08:05 525342     /usr/lib/libatk-1.0.so.0.3009.1
    b5bfb000-b5bfc000 ---p 00019000 08:05 525342     /usr/lib/libatk-1.0.so.0.3009.1
    b5bfc000-b5bfd000 r-xp 00019000 08:05 525342     /usr/lib/libatk-1.0.so.0.3009.1
    b5bfd000-b5bfe000 rwxp 0001a000 08:05 525342     /usr/lib/libatk-1.0.so.0.3009.1
    b5bfe000-b5c02000 r-xp 00000000 08:05 525271     /usr/lib/libXfixes.so.3.1.0
    b5c02000-b5c03000 r-xp 00003000 08:05 525271     /usr/lib/libXfixes.so.3.1.0
    b5c03000-b5c04000 rwxp 00004000 08:05 525271     /usr/lib/libXfixes.so.3.1.0
    b5c04000-b5c06000 r-xp 00000000 08:05 525265     /usr/lib/libXdamage.so.1.1.0
    b5c06000-b5c07000 r-xp 00001000 08:05 525265     /usr/lib/libXdamage.so.1.1.0
    b5c07000-b5c08000 rwxp 00002000 08:05 525265     /usr/lib/libXdamage.so.1.1.0
    b5c08000-b5c0a000 r-xp 00000000 08:05 525261     /usr/lib/libXcomposite.so.1.0.0
    b5c0a000-b5c0b000 r-xp 00001000 08:05 525261     /usr/lib/libXcomposite.so.1.0.0
    b5c0b000-b5c0c000 rwxp 00002000 08:05 525261     /usr/lib/libXcomposite.so.1.0.0
    b5c0c000-b5c16000 r-xp 00000000 08:05 525999     /usr/lib/libpangocairo-1.0.so.0.2800.0
    b5c16000-b5c17000 r-xp 00009000 08:05 525999     /usr/lib/libpangocairo-1.0.so.0.2800.0
    b5c17000-b5c18000 rwxp 0000a000 08:05 525999     /usr/lib/libpangocairo-1.0.so.0.2800.0
    b5c18000-b5c20000 r-xp 00000000 08:05 525263     /usr/lib/libXcursor.so.1.0.2
    b5c20000-b5c21000 r-xp 00007000 08:05 525263     /usr/lib/libXcursor.so.1.0.2
    b5c21000-b5c22000 rwxp 00008000 08:05 525263     /usr/lib/libXcursor.so.1.0.2
    b5c22000-b5c28000 r-xp 00000000 08:05 525289     /usr/lib/libXrandr.so.2.2.0
    b5c28000-b5c29000 r-xp 00005000 08:05 525289     /usr/lib/libXrandr.so.2.2.0
    b5c29000-b5c2a000 rwxp 00006000 08:05 525289     /usr/lib/libXrandr.so.2.2.0
    b5c2a000-b5c36000 r-xp 00000000 08:05 525277     /usr/lib/libXi.so.6.1.0
    b5c36000-b5c37000 r-xp 0000c000 08:05 525277     /usr/lib/libXi.so.6.1.0
    b5c37000-b5c38000 rwxp 0000d000 08:05 525277     /usr/lib/libXi.so.6.1.0
    b5c38000-b5c3a000 r-xp 00000000 08:05 525279     /usr/lib/libXinerama.so.1.0.0
    b5c3a000-b5c3b000 r-xp 00001000 08:05 525279     /usr/lib/libXinerama.so.1.0.0
    b5c3b000-b5c3c000 rwxp 00002000 08:05 525279     /usr/lib/libXinerama.so.1.0.0
    b5c3c000-b5c4a000 r-xp 00000000 08:05 525269     /usr/lib/libXext.so.6.4.0
    b5c4a000-b5c4b000 r-xp 0000d000 08:05 525269     /usr/lib/libXext.so.6.4.0
    b5c4b000-b5c4c000 rwxp 0000e000 08:05 525269     /usr/lib/libXext.so.6.4.0
    b5c4c000-b5c50000 r-xp 00000000 08:05 264112     /opt/Adobe AIR/Versions/1.0/Resources/libpacparser.so
    b5c50000-b5c51000 rwxp 00003000 08:05 264112     /opt/Adobe AIR/Versions/1.0/Resources/libpacparser.so
    b5c51000-b5c82000 r-xp 00000000 08:05 525965     /usr/lib/libnspr4.so
    b5c82000-b5c83000 r-xp 00030000 08:05 525965     /usr/lib/libnspr4.so
    b5c83000-b5c84000 rwxp 00031000 08:05 525965     /usr/lib/libnspr4.so
    b5c84000-b5c86000 rwxp 00000000 00:00 0
    b5c86000-b5ca8000 r-xp 00000000 08:05 526131     /usr/lib/libsmime3.so
    b5ca8000-b5caa000 r-xp 00021000 08:05 526131     /usr/lib/libsmime3.so
    b5caa000-b5cab000 rwxp 00023000 08:05 526131     /usr/lib/libsmime3.so
    b5cab000-b5cda000 r-xp 00000000 08:05 526156     /usr/lib/libssl3.so
    b5cda000-b5cdc000 r-xp 0002e000 08:05 526156     /usr/lib/libssl3.so
    b5cdc000-b5cdd000 rwxp 00030000 08:05 526156     /usr/lib/libssl3.so
    b5cdd000-b5deb000 r-xp 00000000 08:05 525967     /usr/lib/libnss3.so
    b5deb000-b5dee000 r-xp 0010d000 08:05 525967     /usr/lib/libnss3.so
    b5dee000-b5df0000 rwxp 00110000 08:05 525967     /usr/lib/libnss3.so
    b5df0000-b5f14000 r-xp 00000000 08:05 526269     /usr/lib/libxml2.so.2.7.6
    b5f14000-b5f18000 r-xp 00123000 08:05 526269     /usr/lib/libxml2.so.2.7.6
    b5f18000-b5f19000 rwxp 00127000 08:05 526269     /usr/lib/libxml2.so.2.7.6
    b5f19000-b5f1a000 rwxp 00000000 00:00 0
    b5f1a000-b5f2d000 r-xp 00000000 08:05 130758     /lib/libz.so.1.2.3.3
    b5f2d000-b5f2e000 r-xp 00012000 08:05 130758     /lib/libz.so.1.2.3.3
    b5f2e000-b5f2f000 rwxp 00013000 08:05 130758     /lib/libz.so.1.2.3.3
    b5f2f000-b6076000 r-xp 00000000 08:05 264009     /opt/Adobe AIR/Versions/1.0/Resources/libcurl.so
    b6076000-b608e000 rwxp 00146000 08:05 264009     /opt/Adobe AIR/Versions/1.0/Resources/libcurl.so
    b608e000-b6092000 rwxp 00000000 00:00 0
    b6092000-b6095000 r-xp 00000000 08:05 263999     /opt/Adobe AIR/Versions/1.0/Resources/libeggtray.so
    b6095000-b6096000 rwxp 00002000 08:05 263999     /opt/Adobe AIR/Versions/1.0/Resources/libeggtray.so
    b6096000-b609e000 r-xp 00000000 08:05 525291     /usr/lib/libXrender.so.1.3.0
    b609e000-b609f000 r-xp 00007000 08:05 525291     /usr/lib/libXrender.so.1.3.0
    b609f000-b60a0000 rwxp 00008000 08:05 525291     /usr/lib/libXrender.so.1.3.0
    b60a0000-b60e0000 r-xp 00000000 08:05 525997     /usr/lib/libpango-1.0.so.0.2800.0
    b60e0000-b60e1000 ---p 00040000 08:05 525997     /usr/lib/libpango-1.0.so.0.2800.0
    b60e1000-b60e2000 r-xp 00040000 08:05 525997     /usr/lib/libpango-1.0.so.0.2800.0
    b60e2000-b60e3000 rwxp 00041000 08:05 525997     /usr/lib/libpango-1.0.so.0.2800.0
    b60e3000-b6154000 r-xp 00000000 08:05 525556     /usr/lib/libfreetype.so.6.3.22
    b6154000-b6158000 r-xp 00070000 08:05 525556     /usr/lib/libfreetype.so.6.3.22
    b6158000-b6159000 rwxp 00074000 08:05 525556     /usr/lib/libfreetype.so.6.3.22
    b6159000-b6187000 r-xp 00000000 08:05 525548     /usr/lib/libfontconfig.so.1.4.4
    b6187000-b6188000 r-xp 0002d000 08:05 525548     /usr/lib/libfontconfig.so.1.4.4
    b6188000-b6189000 rwxp 0002e000 08:05 525548     /usr/lib/libfontconfig.so.1.4.4
    b6189000-b62a2000 r-xp 00000000 08:05 525252     /usr/lib/libX11.so.6.3.0
    b62a2000-b62a3000 r-xp 00118000 08:05 525252     /usr/lib/libX11.so.6.3.0
    b62a3000-b62a5000 rwxp 00119000 08:05 525252     /usr/lib/libX11.so.6.3.0
    b62a5000-b62a6000 rwxp 00000000 00:00 0
    b62a6000-b62aa000 r-xp 00000000 08:05 522448     /usr/lib/libgthread-2.0.so.0.2400.1
    b62aa000-b62ab000 r-xp 00003000 08:05 522448     /usr/lib/libgthread-2.0.so.0.2400.1
    b62ab000-b62ac000 rwxp 00004000 08:05 522448     /usr/lib/libgthread-2.0.so.0.2400.1
    b62ac000-b6374000 r-xp 00000000 08:05 130694     /lib/libglib-2.0.so.0.2400.1
    b6374000-b6375000 r-xp 000c7000 08:05 130694     /lib/libglib-2.0.so.0.2400.1
    b6375000-b6376000 rwxp 000c8000 08:05 130694     /lib/libglib-2.0.so.0.2400.1
    b6376000-b63b3000 r-xp 00000000 08:05 522443     /usr/lib/libgobject-2.0.so.0.2400.1
    b63b3000-b63b4000 r-xp 0003c000 08:05 522443     /usr/lib/libgobject-2.0.so.0.2400.1
    b63b4000-b63b5000 rwxp 0003d000 08:05 522443     /usr/lib/libgobject-2.0.so.0.2400.1
    b63b5000-b63cd000 r-xp 00000000 08:05 532461     /usr/lib/libgdk_pixbuf-2.0.so.0.2000.1
    b63cd000-b63ce000 r-xp 00017000 08:05 532461     /usr/lib/libgdk_pixbuf-2.0.so.0.2000.1
    b63ce000-b63cf000 rwxp 00018000 08:05 532461     /usr/lib/libgdk_pixbuf-2.0.so.0.2000.1
    b63cf000-b6462000 r-xp 00000000 08:05 532459     /usr/lib/libgdk-x11-2.0.so.0.2000.1
    b6462000-b6464000 r-xp 00093000 08:05 532459     /usr/lib/libgdk-x11-2.0.so.0.2000.1
    b6464000-b6465000 rwxp 00095000 08:05 532459     /usr/lib/libgdk-x11-2.0.so.0.2000.1
    b6465000-b6833000 r-xp 00000000 08:05 532460     /usr/lib/libgtk-x11-2.0.so.0.2000.1
    b6833000-b6837000 r-xp 003ce000 08:05 532460     /usr/lib/libgtk-x11-2.0.so.0.2000.1
    b6837000-b6839000 rwxp 003d2000 08:05 532460     /usr/lib/libgtk-x11-2.0.so.0.2000.1
    b6839000-b683b000 rwxp 00000000 00:00 0
    b683b000-b749e000 r-xp 00000000 08:05 263976     /opt/Adobe AIR/Versions/1.0/libCore.so
    b749e000-b74fc000 rwxp 00c62000 08:05 263976     /opt/Adobe AIR/Versions/1.0/libCore.so
    b74fc000-b7516000 rwxp 00000000 00:00 0
    b7516000-b7533000 r-xp 00000000 08:05 130643     /lib/libgcc_s.so.1
    b7533000-b7534000 r-xp 0001c000 08:05 130643     /lib/libgcc_s.so.1
    b7534000-b7535000 rwxp 0001d000 08:05 130643     /lib/libgcc_s.so.1
    b7535000-b7559000 r-xp 00000000 08:05 130658     /lib/tls/i686/cmov/libm-2.11.1.so
    b7559000-b755a000 r-xp 00023000 08:05 130658     /lib/tls/i686/cmov/libm-2.11.1.so
    b755a000-b755b000 rwxp 00024000 08:05 130658     /lib/tls/i686/cmov/libm-2.11.1.so
    b755b000-b76ae000 r-xp 00000000 08:05 130609     /lib/tls/i686/cmov/libc-2.11.1.so
    b76ae000-b76af000 ---p 00153000 08:05 130609     /lib/tls/i686/cmov/libc-2.11.1.so
    b76af000-b76b1000 r-xp 00153000 08:05 130609     /lib/tls/i686/cmov/libc-2.11.1.so
    b76b1000-b76b2000 rwxp 00155000 08:05 130609     /lib/tls/i686/cmov/libc-2.11.1.so
    b76b2000-b76b5000 rwxp 00000000 00:00 0
    b76b5000-b76ca000 r-xp 00000000 08:05 130717     /lib/tls/i686/cmov/libpthread-2.11.1.so
    b76ca000-b76cb000 r-xp 00014000 08:05 130717     /lib/tls/i686/cmov/libpthread-2.11.1.so
    b76cb000-b76cc000 rwxp 00015000 08:05 130717     /lib/tls/i686/cmov/libpthread-2.11.1.so
    b76cc000-b76cf000 rwxp 00000000 00:00 0
    b76cf000-b77b8000 r-xp 00000000 08:05 526161     /usr/lib/libstdc++.so.6.0.13
    b77b8000-b77b9000 ---p 000e9000 08:05 526161     /usr/lib/libstdc++.so.6.0.13
    b77b9000-b77bd000 r-xp 000e9000 08:05 526161     /usr/lib/libstdc++.so.6.0.13
    b77bd000-b77be000 rwxp 000ed000 08:05 526161     /usr/lib/libstdc++.so.6.0.13
    b77be000-b77c5000 rwxp 00000000 00:00 0
    b77c5000-b77c7000 r-xp 00000000 08:05 130623     /lib/tls/i686/cmov/libdl-2.11.1.so
    b77c7000-b77c8000 r-xp 00001000 08:05 130623     /lib/tls/i686/cmov/libdl-2.11.1.so
    b77c8000-b77c9000 rwxp 00002000 08:05 130623     /lib/tls/i686/cmov/libdl-2.11.1.so
    b77c9000-b77cd000 rwxp 00000000 00:00 0
    b77cd000-b77ce000 r-xp 00000000 08:05 530744     /usr/lib/locale/es_CO.utf8/LC_NUMERIC
    b77ce000-b77cf000 r-xp 00000000 08:05 530552     /usr/lib/locale/es_CO.utf8/LC_TIME
    b77cf000-b77d0000 r-xp 00000000 08:05 530291     /usr/lib/locale/es_CO.utf8/LC_MONETARY
    b77d0000-b77d1000 r-xp 00000000 08:05 530540     /usr/lib/locale/es_CO.utf8/LC_MESSAGES/SYS_LC_MESSAGES
    b77d1000-b77d2000 r-xp 00000000 08:05 530342     /usr/lib/locale/es_CO.utf8/LC_PAPER
    b77d2000-b77d3000 r-xp 00000000 08:05 530535     /usr/lib/locale/es_CO.utf8/LC_NAME
    b77d3000-b77d4000 r-xp 00000000 08:05 530292     /usr/lib/locale/es_CO.utf8/LC_ADDRESS
    b77d4000-b77d5000 r-xp 00000000 08:05 530293     /usr/lib/locale/es_CO.utf8/LC_TELEPHONE
    b77d5000-b77d6000 r-xp 00000000 08:05 530338     /usr/lib/locale/es_CO.utf8/LC_MEASUREMENT
    b77d6000-b77dd000 r-xs 00000000 08:05 530625     /usr/lib/gconv/gconv-modules.cache
    b77dd000-b77de000 r-xp 00000000 08:05 530295     /usr/lib/locale/es_CO.utf8/LC_IDENTIFICATION
    b77de000-b77e0000 rwxp 00000000 00:00 0
    b77e0000-b77e1000 r-xp 00000000 00:00 0          [vdso]
    b77e1000-b77fc000 r-xp 00000000 08:05 134586     /lib/ld-2.11.1.so
    b77fc000-b77fd000 r-xp 0001a000 08:05 134586     /lib/ld-2.11.1.so
    b77fd000-b77fe000 rwxp 0001b000 08:05 134586     /lib/ld-2.11.1.so
    bf8e1000-bf8f5000 rwxp 00000000 00:00 0          [stack]
    bf8f5000-bf8f6000 rw-p 00000000 00:00 0
    ========================================= END =========================================
    /opt/Adobe AIR/Versions/1.0/libCore.so(+0x21e977) [0xb6a59977]
    /opt/Adobe AIR/Versions/1.0/libCore.so(+0x2131d5) [0xb6a4e1d5]
    [0xb77e0410]
    /lib/libglib-2.0.so.0(g_main_context_prepare+0x16e) [0xb62eaa8e]
    /lib/libglib-2.0.so.0(+0x3eee9) [0xb62eaee9]
    /lib/libglib-2.0.so.0(g_main_context_pending+0x67) [0xb62eb5d7]
    /usr/lib/libgtk-x11-2.0.so.0(gtk_events_pending+0x31) [0xb659c441]
    /opt/Adobe AIR/Versions/1.0/libCore.so(+0x2129de) [0xb6a4d9de]
    /opt/Adobe AIR/Versions/1.0/libCore.so(+0x2ad5c4) [0xb6ae85c4]
    /lib/libglib-2.0.so.0(+0x3bd5c) [0xb62e7d5c]
    /lib/libglib-2.0.so.0(g_main_context_dispatch+0x1d5) [0xb62e75e5]
    /lib/libglib-2.0.so.0(+0x3f2d8) [0xb62eb2d8]
    /lib/libglib-2.0.so.0(g_main_loop_run+0x187) [0xb62eb817]
    /usr/lib/libgtk-x11-2.0.so.0(gtk_main+0xb9) [0xb659c579]
    /opt/Adobe AIR/Versions/1.0/libCore.so(+0x8c9a5) [0xb68c79a5]
    /opt/Adobe AIR/Versions/1.0/libCore.so(+0x8cf3f) [0xb68c7f3f]
    /opt/Adobe AIR/Versions/1.0/libCore.so(AppInstallEntryMain+0x9f) [0xb68c819c]
    Adobe AIR Application Installer(main+0x1a5) [0x8048ba9]
    /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe6) [0xb7571bd6]
    Adobe AIR Application Installer() [0x8048971]

  • Bin32-adobe-air + tweetdeck not working

    Hello all!
    I've just installed Arch Linux 64bit version and I'm finding it hard to install tweetdeck.
    I've installed bin32-adobe-air and tweetdeck through yaourt. No errors on that (except some "file not found" errors on Archlinux.org FTP server I could fix looking for the ultimate filename), but I can't make tweetdeck to work. I'm running KDE 4.2 and whenever I try to hit the Tweetdeck icon I get no response.
    Looking forward to an answer.
    Thanks!!!

    Bump!
    $ sudo packer -S bin32-adobe-air
    Dependency `lib32-qt3' of `bin32-adobe-air' does not exist.
    It looks like lib32-qt doesn't exist? What now?

  • Oracle Forms 10G(tabbed canvasses not working the same as in Forms 6i)

    Hi everyone,
    I have a form which gets called from another form through a list of value. The called form(second form) has a group of tabbed canvases which get displayed depending on the parameters passed from the first form.
    The Form is working prefectly fine in Forms 6i but when I converted the same form in to forms 10G it does not seem to work the same way. The tabbed canvasses are not getting displayed. I am manually having to press the execute query to get data displayed in the tabbed canvasses. I checked the parameters that are being passed and they are the same as that in Forms 6i.
    Please let me know where my 10G Form is going wrong. Appreciate your help, please send me an email on [email protected]
    Thanks

    duplicate
    Re: Oracle Forms 10G not working as Oracle Forms 6i

  • Deskewing not working the same in version XI as it did in version 10

    We have been having issues with Adobe XI and the de-skew feature.  In version 10 we could take a previously scanned PDF and go in to Tools > Documnet Processomg >Optimize Scanned PDF > make the needed changes to the Filters (Deskew:On, Background removal: Medium, Descreen: On, Text Sharpening: On) , Edit the OCR PDF output Style to "Searchable Image" and then run the optimization.  This would apply the filters and deskew the document both in the same step.  However, since version XI when we do the same thing, with the same files it will apply the filters but it will not deskew them (we have tried multiple files and multiple systems to rule out file issues and install issues).   The only way that we can get it to deskew it is to set the OCR PDF output to "Clearscan".  This would be fine except for the fact that the the clearscan setting does not apply the filters.  So...the only way we can get this to do what we need is to run the optimization once with the OCR PDF set to "Searchable Image" to apply the filters and then run it again with the OCR PDF output set to "clearscan" to deskew the document.  This is not a big deal with a single page document but becomes a larger time issue when dealing with large, multipage documents.  It appears that this is a "bug" in version XI.  Any suggestions on how to accomplish in version XI what we used to be able to do easily in Version X. 
    Additional information: We are running Adobe 11.0.01 on Windows 7 64 bit OS.
    I have also seen LoriAUC's last post on http://forums.adobe.com/thread/992172 but those settings did not work for us either.
    Thanks in advance for any assistance.

    OK Adobe needs to hire people who can read *and* comprehend words.
    The Issue is WITH Acrobat 11
    I am having the same problem - deskew does not work on Acrobat 11 on Windows 7 64 bit.
    The advice: "For the time being, please use Acrobat 11 as this issue does not exists in Acrobat 11."  is inaccurate.

  • Adobe Air is NOT at the android market

    Hi, I'm having big problems when trying to install adobe air for android.
    It's not at the android market. I tried scanning a bar code, searching with the phone, downloading an Air app that directs you to the market and searching in my pc in google, but all the links go to the same place: no Air.
    I also tried installing the apk that comes with the Air SDK but it tells me that I have an older version of something.
    Does anyone have any idea of what could be wrong?
    Thanks in advance, I'm quite desperate, I have a Motorola Droid and some games to make!

    The Android Market only shows applications that are compatible with your phone. I don't know the history of the Droid, is it possible that you have an older version that doesn't meet the minimum system requirements?
    http://www.adobe.com/products/air/systemreqs/

  • App that uses Adobe Air will not work

    I recently tried to install a widget from a greeting card company that uses Adobe Air.  The app will not load. I get a window for the license agreement for Adobe Air and when I click I agreee nothing happens.

    I use Windows 7.  I have tried all the compatibility settings in the app properties with the same result.  I left it set on Windows 7 compatiblility.  I tried downloading the app and then Adobe Air, uninstalled both and tried downloading Adobe Air first then the app.  I contacted the app vendor (Jacquie Lawson) and Andrew with their support sent me to the Adobe support site. Once the downloads completed and try to open the app this is what I see:
    I click on the I Agree button and it closes.....nothing else.  I appreciate your help.  Doing things is how I have learned so hopefully this will be  a learning experience.

  • AVReceive2 and AVTransmit2 not work the same...HELP

    I am using AVReceive2 and AVTranmit2 in a programs I am developing. I have run the two programs as the standalones they are and I get the video or audio I send across. But in my program when the program calls up the routines it launches and only does a hand full of what it should do. It is also like the SessionListener, ControllerListener, and ReceiveStreamListener are missing. The program listens for a RTP connection to come in but it never completes the action when I know that there is a connection being attemped. The same istrue for the AVTransmit2 it does not create the RTP session that I know is supposed to go out. It is like skipping a large piece of code. Even though they are all contained correctly. If someone can give me an answer to why these two programs work out side of what I am doing and why they are not in what I am building it would be highly appreciated. ASAP I need this working by tomorrow morning. Thanks
    public CommPt(String rcvr,String sender,String rcvr2) {
            initComponents();
        //    System.out.println("start to receive signal");
       //     if (pick.equals("Receive")){
       //     at = new AVTransmit(new MediaLocator("vfw://0"),"192.168.1.101","22222",null,new MediaLocator("javasound://8000"));
       //             at.start();
       //     String argsv[]={"192.168.1.102/22222","192.168.1.102/22224"};
            avReceive = new AVReceive(rcvr);
            avReceive.start();
       /*     while((avReceive.getConnection()).equals("false")){//carlos
                System.out.println("2");//carlos
                if (!(avReceive.getConnection()).equals("failed")){//carlos
                    System.out.println("3");//carlos
                    avReceive =new AVReceive(rcvr2);//carlos
                    avReceive.start();//carlos
                    break;//carlos
                }//carlos
            }//carlos*/
          /*  if (!avReceive.initialize()) {
             System.err.println("Failed to initialize the sessions.");
             System.exit(-1);
            // Check to see if AVReceive is done.
            try {
             while (!avReceive.isDone())
              Thread.sleep(1000);
         } catch (Exception e) {}
         System.err.println("Exiting AVReceive");*/
        //    if (pick.equals("Transmit")){
                    Object stand=new Object();
                 //   System.out.println("Start Time delay");
                    try{
                        Thread.sleep(5000);
                    catch(Exception ex){
                        System.err.println(ex);
                 // System.out.println("time delay ended");
                    String [] temp2;
                    temp2=sender.split("\\ ");
                    at = new AVTransmit(new MediaLocator(temp2[0]),temp2[1],temp2[2],null,new MediaLocator("javasound://8000"));
                    at.start();
        }Edited by: Laughincrow on Nov 29, 2009 5:02 PM

    Laughincrow wrote:
    ASAP I need this working by tomorrow morning. ThanksI guess since it's tomrorow morning I shouldn't bother to comment on this thread...
    P.S. If you don't want to take the time to remove your commented-out code that makes it nigh-on impossible to see what your code is actually doing, then why would anyone want to take the time to help you?

  • Camera connection kit not working the same on IOS 5 as it did on IOS 4. Bugs or deliberate features?

    Using the Camera connection kit Previously downloaded files were recognised and only new pictures were uploaded. Doesn't seem to work in IOS 5. I was using the Ipad as a photos backup and display device.

    I haven't had an issue. Do you use the same card on both devices and it works differently on each one?
    You might try resetting the one that isn't working. Hold down the sleep and home key, past the red power down slider and until you see the silver apple. Let it reboot and see if it works.
    Might, might not help it, but it's a common fix for glitches.

  • Adobe Air Applications Not Working on New Mac

    I had 2 Adobe Air based applications (TweetDeck & Polaris) running well on my old Mac running OSx 10.4.11 and then migrated everything to my new Mac running 10.5.6. Everything came over fine - except now the two Adobe Air apps aren't working. I've tried reinstalling both apps and Adobe Air, and they still aren't working. Suggestions?

    Samsung Tab 3 features x86 architecture, did you try an Android-x86 build? (add -arch x86 to compiler flags)

  • Internal network not working the same as on previo...

    Hi all,
    I had the previous HH3 when I had standard BT Broadband, with this I was able to browse to webcam.home for example.
    Since my upgrade to Infinity I now have the new HH3 installed (Software version V100R001C01B031SP09_L_B), no matter what I do I can no long browse using the name. If I look at the details in Home Hub manager UI then I can find the IP address of the camera and browse to it, this works fine. It doesn't look like the new hub is handling the internal network in the same way.
    I am using DHCP for all the connected devices.
    Any ideas would be greatly appriciated as i don't want to have to remember all the IP addresses of my networked devices.
    Thanks in advance,
    Steven

    Hi svacher
    If you logon to the HH3, under the Home tab, what is listed under "Devices currently connected to your BT homehub".
    You should see your camera there and it's hostname. If you only see the ip address then the hostname has not been resolved. That could be that the camera has not "registered" it's name with the HH3.
    Not sure if you are using your browser from Windows, but you could try opening up a command prompt and running this command. It will flush any old DNS entries and should allow you to use the hostname.
    ipconfig /flushdns
    ptan

  • Mail Signatures, Folder Organization, Notification and Attachments not working the same since upgrade to Mavericks

    Hi All,
    Normally very quick to do so, I’ve been hesitant to upgrade to Mavericks based on so many issues being reported with Mail + Gmail. 
    Previously Apple released a fix for these issues and I still waited a while.  This weekend I upgraded to Mavericks and Mail is definitely not working as I’d expect it. 
    Some of the things I notice include:
    1) My saved mail folders, previously in alphabetical order, are now in reverse alphabetical order and dragging them to be in a different order has no effect
    2) Previously when I clicked on a message and pressed Message > Remove Attachments the message would reappear in my inbox within a second or two, without the attachment.  Now, the message simply disappears.
    3) The little red icon no longer appears in the dock when a new message arrives
    4) For my various accounts, signatures do not appear/disappear as I select a different From account (each of my accounts has different signatures).
    Does anyone have thoughts on any of these items?
    Thanks,

    Not an answer, but a repeat ...
    I too have problem (2) -- Remove Attachment now makes the email in question disappear (in fact moving it to Archive).
    Help would be appreciated.
    (Have just moved from Lion to Mavericks.)

  • Help! Mac vs PC:  Save As... dialog not working the same

    Hi everyone need some quick help here please.
    I have a friend on a Mac running CS2, trying to take a folder of TIFFs, and do a Save As to create JPGs.
    1. For a single file, he opens the TIFF, hits File/Save As.
    2. He selects JPG from the format dropdown
    3. He sees that the predicted file size in the Size part of the dialog looks right
    4. He actually saves the file
    5. He goes to the folder where the JPG was created, and theres the JPG.
    6. PROBLEM: The JPG file size is exactly the same as the original TIFF.
    7. This happens no matter what JPG quality he selects. Different quality values change (appropriately) the predicted file size, but the end result is always the same.
    8. On the PC, the dialogs the same, but you actually get a JPG thats far far smaller (so it really is compressed). And predicted file size matches the actual size of the JPG that gets created.
    Any Mac gurus out there that know whats going on, and what the answer is?
    We dont want to use Save For Web for huge number of reasons (including the loss of metadata, color profiles, resolution, etc.)
    Thanks in advance for your quick help!
    Jerry

    If you are accustomed to Windows, you know that the explorer view can sometimes give you incorrect information for a list of files. I've seen this a lot on Windows with thumbnail images that do not update properly.
    The Mac Finder does the same thing, and i see the after effect the most with incorrect file size listings.
    On Windows, you can refresh the view to bring everything up to date.
    Mac has no refresh view, and it is an annoying omission on an otherwise very well designed user experience.
    try selecting one of the individual images, type command-I (Get Info) and see what the size reported there is. If that is a more accurate size for a jpeg, then you are seeing the issue I describe.
    the Mac OS, at least up til 10.4.11, lacks a refresh view feature, but you can get a free utility to do this for you, called Nudge. Check VersionTracker to find the download.

  • Urgent - Things not working the same in server and local machine

    Hi,
    I have created an advanced table under advanced table as per the instructions in the dev guide. When the Add Row button is pressed in the parent table, I am inserting rows into the child VO and hence I should see rows in the child table in the UI. This is working fine in local machine. But when I deploy in the server it is not working. The child table is showing no search conducted. I have good OAF experience and have deployed things properly. But what could I be missing?

    Hi Sumit,
    "If the Child VO is not getting executed, please check the code which is responsible to execute the child VO. Do pay attention to exit clauses (like if conditions which skips a clause) and pay attention. "
    - If those things were a problem, it wouldn't have run in the local machine also right? Also, I ran diagnostics on the server and I can see the child VO is having the rows. It is something to do with the association of the child with the parent. But again: it's working fine on the local. That's what is bothering me and that's why I need some expert help. If you want, I can send you the page, controller and the AM ( 3 files)
    Of course redeploying the entire code, importing pages and bouncing is an option that could be explored.
    - Done that multiple times with a lot of care. Cleared Cache etc etc.

Maybe you are looking for

  • Hp officejet pro 8610e driver will not install in windows 8.1

    the Hp drivers will not install from disc or online download.

  • How to install Windows 7 from a USB drive!

    This is even easier than installing Windows XP from a USB drive, and will also reduce the time taken to install Windows 7, it took me about 15 minutes! The advice in the guide is also applicable to installing Vista. You need basically: a USB flash dr

  • SQL Developer - Adding a column comment via SQL

    When I add a comment in SQL*Plus via SQL, such as COMMENT ON COLUMN "MY_OWNER"."MY_TABLE"."MY_COLUMN" IS 'column comment' it works fine. When I try the same thing in SQL Developer I receive a message "No SQL statement entered". I realize this can be

  • Help! international bill is over $1000 !!

    I recently had to leave the US on a last minute request from my employer and spend a month in Aberdeen, Scotland. I didnt have the benefit of a whole lot of planning since I had too leave at the spur of the moment. However I made time to stop at a Ve

  • My i-tunes wont update my i-pod

    Can anybody help me please? For some strange reason, I've downloaded to new cds to my I-tunes music library. Now my i-pod says its updated but the new cds aren't on my i-pod. It worked fien with other cds yesterday!! Any ideas as to whats going on??