[SOLVED] key-mon won't run, what's missing?

all I want to do is to make a screencast with mouse and keyb events shown on screen
seems key-mon from AUR is the perfect tool, installation went fine but it won't start, this is what it returns in debug mode
mod_mapper.py [289]: DEBUG Loading kbd file: /usr/lib/python2.7/site-packages/keymon/us.kbd
Traceback (most recent call last):
File "/usr/bin/key-mon", line 3, in <module>
km.main()
File "/usr/lib/python2.7/site-packages/keymon/key_mon.py", line 1007, in main
keymon = KeyMon(opts)
File "/usr/lib/python2.7/site-packages/keymon/key_mon.py", line 119, in __init__
self.devices = xlib.XEvents()
File "/usr/lib/python2.7/site-packages/keymon/xlib.py", line 79, in __init__
self.record_display = display.Display()
File "/usr/lib/python2.7/site-packages/Xlib/display.py", line 83, in __init__
self.display = _BaseDisplay(display)
File "/usr/lib/python2.7/site-packages/Xlib/display.py", line 65, in __init__
apply(protocol.display.Display.__init__, (self, ) + args, keys)
File "/usr/lib/python2.7/site-packages/Xlib/protocol/display.py", line 52, in __init__
name, host, displayno)
File "/usr/lib/python2.7/site-packages/Xlib/support/connect.py", line 94, in get_auth
return mod.get_auth(sock, dname, host, dno)
File "/usr/lib/python2.7/site-packages/Xlib/support/unix_connect.py", line 115, in new_get_auth
au = xauth.Xauthority()
File "/usr/lib/python2.7/site-packages/Xlib/xauth.py", line 44, in __init__
raise error.XauthError('~/.Xauthority: %s' % err)
Xlib.error.XauthError: ~/.Xauthority: [Errno 2] No such file or directory: '/home/david/.Xauthority'
I have no idea what could be wrong here??
Last edited by dabbi2000 (2011-12-17 14:27:03)

dabbi2000 wrote:well I cannot find anything about .Xauthority, could it be obsolute?
No, .Xauthority is not obsolete, and is in fact an important file of the system.
No LM manager, inittab is
x:5:respawn:/usr/bin/xdm -nodaemon
Actually you are using a login manager, which is xdm in your case.
Well, xdm should be creating an .Xauthority file, but it isn't. And i have no idea, why it isn't.
Now you can investigate why xdm isn't doing so, or maybe try slim or something similar and see if they do create the file.

Similar Messages

  • Python - Screenkey and Key-mon won't start (SOLVED)

    You can see from the information supplied below that screenkey is set to
    use python2 while key-mon is not. However, the errors are pretty similar.
    What could be done?
    vaio@nando, Wed Oct 27 06:56:53
    ~ $
    bash >>> screenkey
    Traceback (most recent call last):
    File "/usr/bin/screenkey", line 23, in <module>
    from Screenkey import APP_NAME, APP_DESC, VERSION
    ImportError: No module named Screenkey
    =========================================================
    vaio@nando, Wed Oct 27 07:00:50
    ~ $
    bash >>> sed -n '1p' /usr/bin/screenkey
    #!/usr/bin/python2
    ========================================================
    vaio@nando, Wed Oct 27 06:56:53
    ~ $
    bash >>> key-mon
    Traceback (most recent call last):
    File "/usr/bin/key-mon", line 2, in <module>
    import keymon.key_mon as km
    ImportError: No module named keymon.key_mon
    ========================================================
    vaio@nando, Wed Oct 27 07:01:02
    ~ $
    bash >>> sed -n '1,5p' /usr/bin/key-mon
    #!/usr/bin/python
    import keymon.key_mon as km
    km.main()
    EDIT: Solved by rebuilding the packages.
    Last edited by FernandoBasso (2010-10-27 15:56:42)

    As seen on irc(tm):
    User didn't rebuilt the package when python 2.6 was updated to 2.7
    Python 2.7 does not look into /usr/lib/python2.6/
    Fixed by rebuilding/reinstalling.

  • [SOLVED!] Conky won't run undecorated, please assist.

    Greetings,
    As suggested in my other thread, I have been working on customizing a conky script that simply shows the time, date, calendar, current weather, and forecast, and I have completed it.
    However I have ran into a problem. Up until I basically had it completed, it would run fine undecorated without any window borders and the like. But now it won't, and it laughs at me instead. If I want to see my conky, I have to have it decorated in the window border, which is a pain and something I don't want. I want it to simply blend in with my desktop.
    Anyways, I am hoping someone can help me solve this. I know it runs. If I set it to decorate, it pops up, info and all. If I set it to undecorate, it laughs at me, but shows up lxtask and htop.
    Here's my .conkyrc
    # Use Xft?
    use_xft yes
    xftfont cure:size=6
    # Update interval in seconds
    update_interval 1
    # This is the number of times Conky will update before quitting.
    # Set to zero to run forever.
    total_run_times 0
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_transparent yes
    own_window_type widget
    own_window_hints undecorate,sticky,above,skip_taskbar,skip_pager
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    # Minimum size of text area
    minimum_size 280 5
    maximum_width 187
    # Draw shades?
    draw_shades no
    # Draw outlines?
    draw_outline no
    # Draw borders around text
    draw_borders no
    # Stippled borders?
    stippled_borders 0
    # border margins
    border_margin 5
    # border width
    border_width 0
    # Default colors and also border colors
    default_color 4d4d4d
    #default_shade_color white
    #default_outline_color black
    own_window_colour 262626
    # Text alignment, other possible values are commented
    alignment top_left
    #alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    # Gap between borders of screen and text
    # same thing as passing -x at command line
    gap_x 1180
    gap_y 24
    # Subtract file system buffers from used memory?
    no_buffers yes
    # set to yes if you want all text to be in uppercase
    uppercase no
    # number of cpu samples to average
    # set to 1 to disable averaging
    cpu_avg_samples 2
    # number of net samples to average
    # set to 1 to disable averaging
    net_avg_samples 2
    # Force UTF8? note that UTF8 support required XFT
    override_utf8_locale yes
    # Add spaces to keep things from moving about? This only affects certain objects.
    use_spacer yes
    #Email:
    #${pop3_unseen **SERVER NAME** **USERNAME** **PASSWORD**} new messages
    TEXT
    ${offset 100}${alignc}${font openlogos-archupdate:size=40}${color blue}B${font}${color}
    ${color FFFFFF}${font DejaVu Sans:style=Bold:pixelsize=25}${alignc}${time %r}${font Snap.se:size=8}
    ${color FFFFFF}${alignr}${time %A, %B %e %G}
    ${color FFFFFF}${font Aerial:style=Bold:pixelsize=12}CALENDAR${font Snap.se:size=8}${hr 1}
    ${color FFFFFF}${font DejaVu Sans Mono :size=12}${pre_exec cal}
    ${color FFFFFF}${font DejaVu Sans Mono :size=6}${pre_exec cal -3 | cut -c23-44 --complement}
    ${color FFFFFF}${font Aerial:style=Bold:pixelsize=12}WEATHER${font Snap.se:size=8}${hr 1}
    ${color FFFFFF}${alignr 43}${font DejaVu Sans:size=12}${execi 3600 python ~/scripts/conkyForecast.py --location=USOH0311 --datatype=CN}${font}
    ${color FFFFFF}${alignr 43}${font Weather:size=46}${execi 3600 python ~/scripts/conkyForecast.py --location=USOH0311 --datatype=WF -i}${font}
    ${color EE6363}${voffset -30}${font Aerial:style=Bold:pixelsize=12}${execi 3600 python ~/scripts/conkyForecast.py --location=USOH0311 --datatype=HT -i}${font}
    ${color 00A54E}Low: ${color FFFFFF}${execi 3600 python ~/scripts/conkyForecast.py --location=USOH0311 --datatype=LT -i --startday=1 --endday=1} ${font DejaVu Sans Mono:size=6}» ${font}${alignr}${color 00A54E}High: ${color FFFFFF}${execi 3600 python ~/scripts/conkyForecast.py --location=USOH0311 --datatype=HT -i --startday=1 --endday=1}
    ${color 00AEED}Conditions: ${color FFFFFF}${alignr}${execi 3600 python ~/scripts/conkyForecast.py --location=USOH0311 --datatype=CC -i}
    ${color 00AEED}Wind: ${color FFFFFF}${alignr}${execi 3600 python ~/scripts/conkyForecast.py --location=USOH0311 --datatype=WS -i}
    ${color 00AEED}Humidity: ${color FFFFFF}${alignr}${execi 3600 python ~/scripts/conkyForecast.py --location=USOH0311 --datatype=HM -i}
    ${color 00AEED}Chance of Precipitation: ${color FFFFFF}${alignr}${execi 3600 python ~/scripts/conkyForecast.py --location=USOH0311 --datatype=PC -i}
    ${color FAF519}Sun Rise: ${color FFFFFF}}${execi 3600 python ~/scripts/conkyForecast.py --location=USOH0311 --datatype=SR -i --startday=1 --endday=1} ${font DejaVu Sans Mono:size=6}» ${font}${alignr}${color FAF519}Sun Set:${color FFFFFF}${execi 3600 python ~/scripts/conkyForecast.py --location=USOH0311 --datatype=SS -i --startday=1 --endday=1}
    ${color FFFFFF}${font Aerial:style=Bold:pixelsize=12}FORECAST${font Snap.se:size=8}${hr 1}
    ${color FF0000}${alignr}${execi 3600 python ~/scripts/conkyForecast.py --location=USOH0311 --datatype=DW -i --startday=1 --endday=1}
    ${color 00A54E}Low: ${color FFFFFF}${execi 3600 python ~/scripts/conkyForecast.py --location=USOH0311 --datatype=LT -i --startday=2 --endday=2} ${font DejaVu Sans Mono:size=6}» ${font}${alignr}${color 00A54E}High: ${color FFFFFF}${execi 3600 python ~/scripts/conkyForecast.py --location=USOH0311 --datatype=HT -i --startday=2 --endday=2}
    ${color FAF519}Sun Rise: ${color FFFFFF}${execi 3600 python ~/scripts/conkyForecast.py --location=USOH0311 --datatype=SR -i --startday=2 --endday=2} ${font DejaVu Sans Mono:size=6}» ${font}${alignr}${color FAF519}Sun Set:${color FFFFFF}${execi 3600 python ~/scripts/conkyForecast.py --location=USOH0311 --datatype=SS -i --startday=2 --endday=2}
    ${color FF0000}${alignr}${execi 3600 python ~/scripts/conkyForecast.py --location=USOH0311 --datatype=DW -i --startday=2 --endday=2}
    ${color 00A54E}Low: ${color FFFFFF}${execi 3600 python ~/scripts/conkyForecast.py --location=USOH0311 --datatype=LT -i --startday=3 --endday=3} ${font DejaVu Sans Mono:size=6}» ${font}${alignr}${color 00A54E}High: ${color FFFFFF}${execi 3600 python ~/scripts/conkyForecast.py --location=USOH0311 --datatype=HT -i --startday=3 --endday=3}
    ${color FAF519}Sun Rise: ${color FFFFFF}${execi 3600 python ~/scripts/conkyForecast.py --location=USOH0311 --datatype=SR -i --startday=3 --endday=3} ${font DejaVu Sans Mono:size=6}» ${font}${alignr}${color FAF519}Sun Set:${color FFFFFF}${execi 3600 python ~/scripts/conkyForecast.py --location=USOH0311 --datatype=SS -i --startday=3 --endday=3}
    Again, all I need help with is having it run undecorated without any window decoration. I am running Fluxbox as my WM. If you need any other info, please let me know. Thanks.
    Last edited by mythus (2009-04-25 01:02:23)

    Yes that works! Thanks!
    About the widget; I used Sid's conky script from the conky screenshot as my base, it was the first conky I had tried. Though I only ended up keeping the forecast portion after editing it massively...
    I think it must have been the own_window_hints throwing me off.

  • DW won't run - mfc110u.dll missing on PC - What should I try next?

    I've just tried installing and uninstalling DW CC 3 times.  Once even on the actual Admin User Login account.
    I keep getting the message "The program can't start because mfc110u.dll is missing from your computer.  Try reinstalling the program to fix this problem".
    I am running Windows 8.1 64-bit.
    Any ideas what I could try to fix this issue?

    Hi Jon and others,
    Thanks and others who tried to help.  The problem has been solved, before you responded, as I was so keen to get Dreamweaver to load I kept trying and trying and finally I managed to get it to load.
    What didn't work:
    Simply installing the Microsoft C++ re-distributable Upgrade 2013 by Microsoft - over a completed Dreamweaver installation. 
    When trying to run Dreamweaver, even though initially the Dreamweaver application reported a successful install that error message kept popping up
    What did work:
    Uninstalling all my old Redistributable Upgrades in the Microsoft Remove Programs Uninstaller
    Then uninstalling Dreamweaver with all my saved settings removed as well.  I had no saved settings btw.
    Then installing Microsoft C++ re-distributable upgrades for both, 32-bit and 64-bit.
    Then restarting the machine.
    Then reinstalling Dreamweaver via the Cloud installer interface.
    After that Dreamweaver loaded up.  Hooray!
    Maybe some of the things in the list above was unnecessary, but the combination of all did fix my problem.
    Hope this will help others as well, should they get the same issue.
    Happy computing.

  • (Solved) KDE: converseen won't run

    I'm trying to run converseen. Its installed OK but when I try to run it I get the following:
    converseen
    libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
    terminate called after throwing an instance of 'Magick::ErrorModule'
      what():  converseen: unable to load module `/usr/lib/ImageMagick-6.8.9//modules-Q16HDRI/coders/jp2.la': file not found @ error/module.c/OpenModule/1282
    Aborted (core dumped)
    The file "/usr/lib/ImageMagick-6.8.9//modules-Q16HDRI/coders/jp2.la" does exist.
    Any ideas?
    Thanks
    Last edited by kurt (2014-06-15 11:10:02)

    New version of converseen (0.7.1-1 -> 0.7.2-1) but still have the same problem:
    converseen
    libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
    terminate called after throwing an instance of 'Magick::ErrorModule'
      what():  converseen: unable to load module `/usr/lib/ImageMagick-6.8.9//modules-Q16HDRI/coders/jp2.la': file not found @ error/module.c/OpenModule/1282
    Aborted (core dumped)

  • [SOLVED] bin32 applications won't run

    I have problems with running bin32 apps.
    $ skype
    bash: /usr/bin/skype: No such file or directory
    $ ls -l /usr/bin | grep skype
    -rwxr-xr-x 1 root root   18567888 Feb 22 00:13 skype
    $ /usr/bin/wine
    bash: /usr/bin/wine: No such file or directory
    $ googleearth
    /usr/bin/googleearth: line 16: /opt/google-earth/googleearth-bin: No such file or directory
    /usr/bin/googleearth: line 16: /opt/google-earth/googleearth-bin: Success
    After today's bluez upgrade there were some errors connected with ldconfig, but I can't find them in logs. I tried to reinstall skype but it didn't help. The solution from http://bbs.archlinux.org/viewtopic.php?id=91470 didn't help too, because there is no /usr/X11R6/lib or /usr/lib32 in my ld.so.conf.
    Can someone help me?
    Last edited by youplease (2010-02-22 20:24:46)

    $ cat /etc/ld.so.conf
    /usr/lib/libfakeroot
    include /etc/ld.so.conf.d/*.conf
    $ ls /etc/ld.so.conf.d/
    lib32-glibc.conf  xulrunner.conf
    $ cat /etc/ld.so.conf.d/lib32-glibc.conf
    /opt/lib32/lib
    /opt/lib32/usr/lib
    $ cat /etc/ld.so.conf.d/xulrunner.conf
    /usr/lib/xulrunner-1.9.2
    $ pacman -Q filesystem lib32-glibc
    filesystem 2010.02-3
    lib32-glibc 2.11.1-1.1
    Last edited by youplease (2010-02-21 23:31:43)

  • [SOLVED] QT Creator won't Run any of examples

    Hi I just installed QT SDK, and at startup it recommends me to see some of "Demos and Examples" and I did so, I tried 4-5 examples and EVERY have some errors. Most of them look like this:
    /usr/bin/ld: warning: libpng12.so.0, needed by /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so, not found (try using -rpath or -rpath-link)
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_read_info@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_set_gAMA@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_get_tRNS@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_set_PLTE@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_set_filler@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_get_text@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_set_packing@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_write_rows@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_set_invert_mono@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_set_error_fn@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_write_chunk@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_get_image_width@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_set_IHDR@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_set_sig_bytes@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_read_update_info@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_set_write_fn@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_write_end@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_create_read_struct@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_read_image@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_set_gray_to_rgb@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_get_IHDR@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_get_channels@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_set_strip_16@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_set_expand@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_set_pHYs@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_create_write_struct@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_get_gAMA@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_write_info@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_set_text@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_get_PLTE@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_set_oFFs@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_destroy_write_struct@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_get_io_ptr@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_get_image_height@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_get_y_pixels_per_meter@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_set_compression_level@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_get_x_pixels_per_meter@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_set_gamma@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_destroy_read_struct@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_read_end@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_set_packswap@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_set_sBIT@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_error@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_write_image@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_set_read_fn@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_set_tRNS@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_create_info_struct@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_set_bgr@PNG12_0'
    /home/broi/QtSDK/Simulator/Qt/gcc/lib/libQtGui.so: undefined reference to `png_get_valid@PNG12_0'
    collect2: ld returned 1 exit status
    make: *** [annotatedurl] Error 1
    make: Leaving directory `/home/broi/QtSDK/Examples/QtMobility/annotatedurl-build-simulator-Simulator_Qt_for_GCC__Qt_SDK__Release'
    19:56:28: The process "/usr/bin/make" exited with code 2.
    Error while building project annotatedurl (target: Qt Simulator)
    When executing build step 'Make'
    Last edited by broi (2012-03-16 18:21:30)

    Mr.Elendig wrote:/me suggests just using qt from repos + a sane editor instead. Or atleast build qtcreator from source (you can find it in aur)
    U saying I can programme qt apps without QT Creator, just with sane (or some other) editor?

  • CS6 won't run ~ OneCoreFoundation.dll missing

    I have reinstalled a number of times now as directed by the notice and the problem persists. If I click through the error message 6 times every time I open the program (64 bit) it will finally run. Solutions?

    Hi jfenton,
    What operating system are you using?
    Do you have any onOne plugins installed for photoshop cs6?

  • Lightroom won't run due to missing DLL

    I cannot run Lightroom, because it tells me it cannot find MSVCR100.DLL.  I've researched this and found usggestions to down load the latest Visual Basic realease files frmo Microsoft. Did that. Still doesn't work.  And a search of my computer confirms that I have the DLL.

    This issue really appears to be because of an installation of iLivid at some point (a download manager, perhaps installed without your knowledge), corrupting libraries needed to run the 64 bit version of Lightroom.  I found that the 32 bit version always worked so, if all else fails, just install the 32 bit version and run it.  You probably won't notice the difference unless you are fooling with huge files and lots of other things running on on your computer.
    I uninstalled iLivid and the 64 bit version of Lightroom, replaced the two files from Microsoft and reinstalled Lightroom 64 bit and the problem never returned.

  • ITunes won't run - says AppleApplicationSupport missing.

    My iTunes won't open because it says the AppleApplicationSupport is missing. I checked, and it was there.
    I uninstalled it, and then tried to re-install from most recent files available from Apple, but it won't install now because it says a new version is already there (although it is now gone and the version I'm trying to install is the latest avaible)
    I had recently performed some registry cleaning and program elimination to help improve my computer's speed - so I'm sure botched something up.
    Can anyone help?

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    The section Install missing components has advice on breaking down the iTunes installer into the individual .msi files which might prove useful if Apple Application Support won't install normally.
    tt2

  • Generate Create Script creates scripts that won't run: ORA-00922: missing..

    I'm having trouble running a script that I created by using the Generate Create Script tool in Oracle Explorer. I created the following script by running the Generate Create Script on a table called, "ASPNET_APPLICATIONS":
    CREATE TABLE "DEV"."ASPNET_APPLICATIONS" ("APPLICATIONID" NUMBER,"APPLICATIONNAME" VARCHAR2(256 BYTE),"DESCRIPTION" VARCHAR2(256 BYTE)) TABLESPACE "USERS" PCTFREE 10 INITRANS 1 MAXTRANS 255 STORAGE ( INITIAL 65536 MAXEXTENTS 2147483645 MINEXTENTS 1 )
    CREATE UNIQUE INDEX "DEV"."PK_APPS" ON "DEV"."ASPNET_APPLICATIONS" ("APPLICATIONID" ) TABLESPACE "USERS"
    CREATE UNIQUE INDEX "DEV"."IDX_APPS_APPNAME" ON "DEV"."ASPNET_APPLICATIONS" (LOWER(TRIM("APPLICATIONNAME")) ) TABLESPACE "USERS"
    ALTER TABLE "DEV"."ASPNET_APPLICATIONS" ADD ( CONSTRAINT "SYS_C004598" CHECK ("APPLICATIONNAME" IS NOT NULL) ENABLE VALIDATE )
    ALTER TABLE "DEV"."ASPNET_APPLICATIONS" ADD ( CONSTRAINT "SYS_C004597" CHECK ("APPLICATIONID" IS NOT NULL) ENABLE VALIDATE )
    I then deleted the table in my Oracle 10g database and ran the above script to recreate the table. The result is that I get an error the following error, ORA-00922: missing or invalid option. Does anyone know how to resolve this?
    Is anyone aware of any bugs in the Generate Create Script option of Oracle Explorer?

    Okay, I think I found my problem.
    I was trying to run the script created by Oracle Explorer directly from a Database project I added to my Solution in Visual Studio. Visual Studio is probably using some SQL Server specific tool when I select the Run or Run On option on the script.
    When running the same script directly in the Oracle 10g Home Page (Home > SQL > SQL Scripts), I had no problem. Everything executes correctly.
    Is anyone aware of another way to run Oracle scripts directly from Visual Studio? Do I have my project setup incorrectly? This is the first project I've used .NET and Oracle together, so if anyone has any suggestions, I'd really appreciate the help.
    Thanks,
    Mycole

  • [Solved] Skype won't run on x86_64

    [jiehan@tpx1c ~]$ sudo pacman -Q skype
    skype 4.1.0.20-4
    [jiehan@tpx1c ~]$ skype
    ERROR: ld.so: object '/usr/share/skype/lib/libQtWebKit.so.4' from LD_PRELOAD cannot be preloaded: ignored.
    /usr/lib32/skype/skype: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
    [jiehan@tpx1c ~]$
    Any ideas?  Thanks.
    UPDATE: Reinstalling lib32-alsa-lib and lib32-libxv made Skype to run.  I don't know what made these packages corrupted.
    However, I ran into a new issue, and this is what I get now:
    [jiehan@tpx1c ~]$ skype
    ERROR: ld.so: object '/usr/share/skype/lib/libQtWebKit.so.4' from LD_PRELOAD cannot be preloaded: ignored.
    Inconsistency detected by ld.so: dl-open.c: 684: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!
    UPDATE: Reinstalling lib32-alsa-plugins lib32-glib2 lib32-libogg, which seem to be corrupted on my filesystem for some reason, finally solves this issue.  Thank you everyone.
    Last edited by jiehanzheng (2013-03-03 02:44:19)

    theodore wrote:...uninstall it and install it again.
    I did not.  Just tried but it still won't run...
    [root@tpx1c jiehan]# pacman -R skype
    checking dependencies...
    Targets (1): skype-4.1.0.20-4
    Total Removed Size: 35.64 MiB
    Do you want to remove these packages? [Y/n]
    (1/1) removing skype [######################] 100%
    [root@tpx1c jiehan]# pacman -S skype
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): skype-4.1.0.20-4
    Total Installed Size: 35.64 MiB
    Proceed with installation? [Y/n]
    (1/1) checking package integrity [######################] 100%
    (1/1) loading package files [######################] 100%
    (1/1) checking for file conflicts [######################] 100%
    (1/1) checking available disk space [######################] 100%
    (1/1) installing skype [######################] 100%
    Optional dependencies for skype
    lib32-libcanberra: XDG sound support
    lib32-libpulse: PulseAudio support
    [root@tpx1c jiehan]# skype
    ERROR: ld.so: object '/usr/share/skype/lib/libQtWebKit.so.4' from LD_PRELOAD cannot be preloaded: ignored.
    /usr/lib32/skype/skype: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
    [root@tpx1c jiehan]# exit
    [jiehan@tpx1c ~]$ skype
    ERROR: ld.so: object '/usr/share/skype/lib/libQtWebKit.so.4' from LD_PRELOAD cannot be preloaded: ignored.
    /usr/lib32/skype/skype: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
    [jiehan@tpx1c ~]$

  • 5800: apps missing / won't run / "key icon" overla...

    A few apps went missing on my 5800, also under Application manager. They're on the SD, and I think all Java. Some apps also started showing a small key icon overlayed at the corner of each app's icon. These apps can't be run.
    A restart didn't help, nor a restart without the card and a live reinsertion. After another restart the key icon overlays disappeared but these apps still won't run. They could only be reinstalled after an uninstall, but those that disappeared are stuck in limbo.
    Besides the above, one app that was preloaded on the card now has an empty icon, and after two restarts its name shows as a 9 digit number (see below). It can't be run.
    All of this on firmware v31. As far as I can tell I didn't do anything to trigger it.
    Are there any non-destructive ways to fix it?
    Is there a way to use Symbian without all these strange problems popping up all the time (with the usual solution seemingly being total reset/format)?

    ur symptoms lead to a diagnosis of corrupt memory card.. Have u installed any of those java programs from free game sites tht, while installin, says ur phone could be harmed? Coz those java games r a bit unstable on nokia5800.. I knw it shouldn't be.. But... It is.. Sometimes there's a read/write error and then they show key icons..
    Whatever to solve this, do this..
    Connect with computer
    When asked choose mass storage mode
    Open my computer
    U'l find ur memory card listed
    Right click, goto properties
    There's an option for check disc for errors
    Select tht and let it scan and fix errors
    After u r done, see if u can uninstall those in limbo.
    If not connect again in mass storage mode
    Go to ur computer settings and as to show hidden files, and also show important windows files
    Open ur memory card
    U'l find a FOUND.000 folder.. Delete it
    It's unusable by symbian os and it takes on space
    Restore ur hidden file settings to normal.
    Hope this helps..
    Regards,
    Dr. Shoubhik

  • Install disk for ps elements 6 won't run on my laptop...what can i do?

    The install disk for PS Elements 6 won't run on my laptop.  What can I do?

    the oldest version of pse available from adobe is pse 7.
    so, your options (via adobe) are limited to purchasing pse 12 upgrade for $80, http://www.adobe.com/cart.html?marketSegment=COM&editSku=65224790

  • Have Photoshop Elements from 2001.  Got new computer with Windows 7 Professional 64 bit.  It won't run on my new computer.  What version is MOST SIMILAR to the old version I have, that will run on W7P-64?  Thanks for any help.  Popjer

    Have Photoshop Elements from 2001.  Got new computer with Windows 7 Professional 64 bit.  It won't run on my new computer.  What version is MOST SIMILAR to the old version I have, that will run on W7P-64?  Thanks for any help.  Popjer

    You should probably just download the trial version of pse 12 and see if you can live with it.
    Download a free trial or buy Adobe products | Adobe downloads
    That being said, have you tried to install pse 1 on your computer?
    How much free space is on your hard drive?
    Do you have Internet Explorer 10 or 11?
    Pse 1 can run on windows 7 x64, provided certain conditions are met.

Maybe you are looking for

  • Expanded data in Advanced Search for UI

    Hi Gurus, what I wonder to know if where I can remove/change fields which compare if I click on the triangle on the left side of a promotion ID in the Advanced Search Result view. At the present moment if I click on it I can see three sets of data: o

  • Sub query filter may not reference current Report

    Hi, I've 2 reports, i'm calling one from the another report by navigate methode(Column Propertives--> Value-->Navigate). 2nd report is having narrative veiw in title of the report . Getting Error: Sub query filter may not reference current Report

  • SharePoint Central Administration: High Availability and Load Balancing

    Running Central Administration on more than one server in the farm is 100% supported and indeed a recommended best practice on SharePoint 2010. Is Load Balancing on Central Administration supported for SharePoint 2013? Is Implementing Kerberos Authen

  • JSF Calendar Component JS error

    Hi everyone, I have problem with JSF Calendar component. JSP version is 1.2 so we are using com.sun.rave.web.ui.component.Calendar class. When HTML code is generated some id missing. For example: JavaScript tries to find subForm:startCalendar:_datePi

  • Hallo everyone

    How to correct reversed page numbering in the PDF?