Xinitrc: dwm won't start b/c NewInputDeviceRequest Failed

When I try to start dwm with this .xinitrc:
#!/bin/sh
# ~/.xinitrc
# Executed by startx (run your window manager from here)
# setxkbmap -option terminate:ctrl_alt_bksp
# exec gnome-session
# exec startkde
# exec startxfce4
# ...or the Window Manager of your choice
#feh --bg-scale /home/agi/Images/Windows\ 7\ RC\ Wallpapers/Personnages/Chris\ Sickles\ of\ Red\ Nose\ Studios.jpg
feh --bg-scale /home/agi/Images/Good\ Wallpapers/linuxwallpaper42.png
urxvtd -q -f -o &
xbindkeys &
xset +dpms &
xsetroot -cursor_name left_ptr
#exec xmonad
#####DWM#####
while true
conky | while true; read line; do xsetroot -name "$line"; done &
exec dwm
I get to the desktop background, then just before dwm starts, I get this error:
(EE) config/hal: NewInputDeviceRequest failed (8)
Which shows up about 3 times in a row. Commenting all the dwm entries and uncommenting "exec xmonad" in my .xinitrc allows me to start up xmonad just fine, so I don't know what the problem could be.
I'm not using hotplugging. I just use the Xorg.conf file, and that has worked just fine until now.
Help?

I met the same problems,  seems the xorg-server in extra is quite unstable.
i use xfce4. the X server can startup, can see the xfce4 desktop,
at first, both mouse and keyboard are ok, i can input some characters in somewhere.
but after several seconds ,  response are slow, then the desktop are freezed quicly.
check the Xorg.0.log
(II) config/hal: Adding input device Macintosh mouse button emulation
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device Logitech USB-PS/2 Optical Mouse
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(EE) config/hal: NewInputDeviceRequest failed (8)
Option "AutoAddDevices" "False" is set.
any clue?
Last edited by roadt (2009-07-22 06:56:21)

Similar Messages

  • My Sony Xperia Z won't start /turn on after failed update attempt

    Try this  connect your phone to the wall charger > press andhold power & volume up > let it charge for 1 or 2 hours > after 2 hours > repair your phone with SUS Update Service (SUS) http://www.sonymobile.com/gb/tools/update-service/ http://www-support-downloads.sonymobile.com/Software%20Downloads/Update_Service_Setup-2.11.12.5.exe PC Companion (PCC)  Bridge (for Mac)   Alternatives on How to backup Xperias http://talk.sonymobile.com/thread/36355

    A similar problem to the other posters, my Sony Xperia Z won't start after a failed update attempt. Following the support suggestions on the Sony website (http://www.sonymobile.com/sg/support/faq/w8-walkman-phone/update-software/software-update-failed-ps101/) failed. Solutions posted on this forum thread (http://talk.sonymobile.com/t5/Xperia-Z-ZL-ZR/My-Sony-Xperia-Z-won-t-start-turn-on-after-failed-update-attempt/m-p/401787#M20133) have also failed. When I plug the phone into the wall charger, the LED comes on red, the SONY logo appears on my screen, followed by a message indicating that "The Software update failed. Make sure that your phone is connected to the computer and try again.", and then the phone turns itself off. The cycle repeats itself with no indication that my phone's actually being charged. Since it is unable to charge, plugging the phone into my computer does not trigger the update process to start, so I can't "try again", as the message so helpfully suggests. The computer also does not recognise my phone as being connected despite following the PC Companion's instructions to 1) unplug the device, 2) remove and replace the battery (which I can't do, because the battery is built in), and 3) turn it back on (which, again, I can't do, because the phone won't charge in the first place), before 4) plugging it back into the computer. Please help... Thank you.

  • CS3 won't start after system restore, fails to reinstall

    I am running CS3 design premium on Windows 8. I've have the computer (Lenovo with Intel i5) for two months, though I used the design suite on my previous computer. I had to run System Restore to fix a problem with Firefox, and after I did none of my Adobe products worked. I have uninstalled/reinstalled several times while following the Adobe Help page "error message at installation" guide. Each time I get the message that Acrobat installed correctly, and everything else "Component install failed." I also wiped everything Adobe off the program list (there were a few CC programs I had trialed, plus Flash Player and some plugins) ran the CC cleaner and still got the same error message. I even tried downloading the program files from Adobe in case there was a problem with my disk and that wasn't it either. I tried enabling FLEXnet and installing under a new user, each to no avail. Examining the log file found no instances of "Return value 3" and "FATAL." The search for "ERROR" found several items that I had either already tried or made no sense.
    I ran the system restore again to an earlier point, and now I can't even uninstall anything. The CC cleaner tells me some files could not be cleaned, and I should close my browser and try again, but there are no browsers open. Restarted computer and tried again, same thing. It seems I've tried all the options.
    Super frustrated.

    Installation and Licensing Problems | Mylenium's Error Code Database
    Read the part about the CS3 installer bug.
    Mylenium

  • HT1349 My I Mac won't start up after a failed software upgrade?

    My computre stated that I had software updates.  I clicked the button to download and restart my computer.  A few minutes later the computer said that the downloads were unsuccessful and then froze up.  I have shut it down several times and when I restart the Apple logo appears and this little circle keeps going around and around.  I have let this go on far about 10 minutes each time but nothing happens. 
    Any ideas as to what I can do?   

    Did you use a geniune windows installation disc? I ask this because I worked on a computer today where someone had tried to use a Windows XP disc that came with a Dell computer. These do not work.
    If it was a genuine install disc, did you get all the way through with the installation, or did something go wrong during the install?

  • [solved] xorg proglem - won't start, but no error

    Hi folks!
    I'm new to Arch, my first installation, but I used to use Gentoo in the past. Got a problem with making X to run. I followed the guide from the wiki, but I didn't manage it to work.
    I'm using nVidia drivers from 173xx branch (GF 5900XT). Hal is working properly, I hope - /etc/rc.d/restart successes w\o errors.
    At first, I tried to run X without xorg.conf and it complained about missing 'nv' and 'vesa' (i hope) modules. Then, after running nvidia-configure (/etc/X11/xorg.conf was successfully created) and startx - screen blanks (no nVidia logo shown) and after ~3 seconds it comes back with massage "waiting for X server to shut down". In /var/log/Xorg.0.log there were no lines starting with (EE).
    Then I tried to configure X with "X -configure". After making new config and replacing the older one at /etc/X11/xorg.conf and running X with command startx (as user), it complained about missing type1 and truetype modules ((EE) lines as far as I remember). After installing missing packages/modules:
    http://dpaste.com/60888/
    it still won't start. Screen blanks, no nVidia logo shown, and later comes back with well known screen ( usual text... look over /var/log/Xorg.0.log for more details...). Only message after default text id "waiting for X server to shut down", with no (WW) nor (EE) lines above.
    More useful data comes:
    Xorg.0.log
    http://dpaste.com/60883/
    xorg.conf
    http://dpaste.com/60885/
    tail of dmesg
    http://dpaste.com/60887/
    If you need anything else to see, request!
    Any idea? To me, it looks like nvidia driver bug or some xorg bug (or maybe just a misconfiguration)
    In ~/.xinitrc stays only "exec startfluxbox", but even with empty file, situation is the same.
    Thank you in advance,
    Daniel
    Last edited by daniel1988 (2009-07-14 03:50:06)

    Hello, welcome to Arch!
    You should read about the new feature of Xorg, input hotplugging: http://wiki.archlinux.org/index.php/Beg … otplugging
    A more detailed explanation can be found here: http://wiki.archlinux.org/index.php/Xor … otplugging
    Be sure to copy the fdi file in the correct directory.
    Since I am using also the 173xx branch, here is my xorg.conf, hope it will be useful for you:
    http://dpaste.com/60927/
    EDIT: Not 100% sure but I seem to recall that the nvidia driver has some problems when you don't set the default depth. Add that line
    Last edited by arkham (2009-06-28 20:55:27)

  • [SOLVED] GDM/Gnome won't start after update

    Today after I run pacman -Suy, GDM/Gnome won't start anymore after reboot. The error message I get after GDM starts is:
    Oh no! Something has gone wrong.
    A problem has occurred and the system can't recover. Please contact a system administrator
    Does anyone have any idea what happened and how can I recover the system?
    Here is the complete log for the update:
    http://bpaste.net/show/209520/
    Here is the journalctl -u gdm log:
    http://sprunge.us/LEOU
    Here is tail -2000 /var/log/messages.log:
    http://sprunge.us/ObWY
    And here is the /var/log/Xorg.0.log:
    http://bpaste.net/show/209549/
    I can't imagine any other log file that might help figure out what happened, let me know if there's anything else.
    Any help is appreciated. Thanks.
    Edit: I stopped gdm, created a ~/.xinitrc and could successfully start Gnome with startx. The problem remains with GDM.
    Edit: The last update solved my problem: http://sprunge.us/RKWA
    Last edited by falmp (2014-04-22 20:38:20)

    I'm not sure my issue is really the same one, but am hoping for some guidance here if possible.  Trying to start GDM gives me the same error message/screen.  After tdm fails I can switch to a console,
    sudo systemctl stop gdm.service
    then
    sudo systemctl start lightdm.service
    and lightdm starts fine.  However, trying to log in to gnome-session gives me the very same error as I had with GDM.  I can log into XFCE just fine.  Attempting to start gnome-ession via startx also gives me the error screen.  Does anyone know how I can diagnose the problem?  Thanks,
    Matt

  • Compiz Standalone won't start

    Hi, I'd like to run Compiz as a standalone desktop manager. The Arch wiki has a very short section on this, https://wiki.archlinux.org/index.php/Co … ow_Manager, which suggests all that's needed is to edit ~/.xinitrc to start compiz.
    This doesn't work for me, and I simply end up at the CLI prompt with no on-screen error message or anything to indicate why compiz won't start. I'm not even 100% sure it is trying to start!?
    If I try to start compiz from the CLI prompt, I get the following error:
    compiz (core) - Fatal: Cannot open display
    If I start with startx, X will start, but compiz will not.
    Last edited by lightstream (2011-12-16 01:24:11)

    By display manager, do you mean something like KDE, XFCE etc?
    If so, then I would really like to just run compiz without any of these. I have got Compiz running OK under KDE, but it takes forever to boot up (ok 1 minute) and I just find KDE to be somewhat .. Kludgy (it has a dated feel IMO). Also there are some weird behaviours in Compiz under KDE. I'm currently using XFCE which is altogether nicer than KDE, but I can't get compiz to work with it at all.
    Here's my rc.conf:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # LANG in /etc/locale.conf takes precedence
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # Note: Using "localtime" is discouraged, using "" makes hwclock fall back
    # to the value in /var/lib/hwclock/adjfile
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # Note: if unset, the value in /etc/localtime is used unchanged
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_GB.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/London"
    KEYMAP="uk"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    # Replace every !module by an entry as on the following line in a file in
    # /etc/modprobe.d:
    # blacklist module
    # See "man modprobe.conf" for details.
    MODULES=()
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="scarab"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    # - interface: name of device (required)
    # - address: IP address (leave blank for DHCP)
    # - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
    # - broadcast: broadcast address (ignored for DHCP) (optional)
    # - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # broadcast=192.168.0.255
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    interface=eth0
    address=192.168.1.102
    netmask=255.255.255.0
    broadcast=192.168.1.255
    gateway=192.168.1.1
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    # If you are sure nothing else touches your hardware clock (such as ntpd or
    # a dual-boot), you might want to enable 'hwclock'. Note that this will only
    # make a difference if the hwclock program has been calibrated correctly.
    # If you use a network filesystem you should enable 'netfs'.
    DAEMONS=(syslog-ng sshd network crond dbus httpd mysqld)
    I'd appreciate any suggestions at this point, as I'm at a dead end, and Google is not helping.

  • Xorg 7.0 updated successfully but kde (kdm) won't start

    i updated to xorg 7.0 following the wiki but, having kdm in my modules listed, kdm/kde won't start now...

    fdrebin wrote:i noticed that the command startx isn't there anymore
    That means you need to logout and in again, the paths to startx changed. If you still have trouble running kdm, put exec startkde in ~.xinitrc and note the error messages. I had to do Xorg -configure and make some minor adjustments to the config file it spit back to get kde to work again.

  • Gnome shell won't start

    After I updated my system on Friday (24th), Gnome shell won't start.
    Whether I open it with `startx` or GDM, it crashes with the "Oh, no! Something has gone wrong" message. With GDM, it seems the whole of GDM crashes, as it happens before I see anything of the UI, and I don't have auto login enabled. For `startx`, I don't see any UI there either.
    Here is my Xorg.0.log: http://sprunge.us/hhZj
    Here is my .xinitrc: http://sprunge.us/VjSJ
    Here is the stderr from startx: http://sprunge.us/UCHj
    I tried cleaning all gnome extensions, to no avail. I tried creating a new user, and run gnome with startx from there, and that worked. I tried cleaning my ~, and launching gnome with startx, but that didn't work.
    Any ideas on what might be wrong, or how to further debug this?
    Last edited by totokaka (2015-04-26 18:32:04)

    here is my gdm log
    Abr 27 15:02:38 al-khowarizmi gdm[490]: Child process 7664 was already dead.
    Abr 27 15:02:38 al-khowarizmi gdm[490]: Unable to kill session worker process
    Abr 27 15:02:38 al-khowarizmi gdm[490]: Child process 7664 was already dead.
    Abr 27 15:02:38 al-khowarizmi gdm[490]: Unable to kill session worker process
    Abr 27 15:02:38 al-khowarizmi gdm[490]: Child process -7690 was already dead.
    Abr 27 15:02:38 al-khowarizmi gdm[490]: Child process 7679 was already dead.
    Abr 27 15:02:38 al-khowarizmi gdm[490]: Unable to kill session worker process
    Abr 27 15:02:38 al-khowarizmi gdm[490]: Child process 7679 was already dead.
    Abr 27 15:02:38 al-khowarizmi gdm[490]: Unable to kill session worker process
    Abr 27 15:02:38 al-khowarizmi gdm[490]: Child process -7705 was already dead.
    Abr 27 15:02:38 al-khowarizmi gdm[490]: Child process 7694 was already dead.
    Abr 27 15:02:38 al-khowarizmi gdm[490]: Unable to kill session worker process
    Abr 27 15:02:38 al-khowarizmi gdm[490]: Child process 7694 was already dead.
    Abr 27 15:02:38 al-khowarizmi gdm[490]: Unable to kill session worker process
    Abr 27 15:02:38 al-khowarizmi gdm[490]: Could not start command '/usr/lib/gdm/gdm-session-worker': Muitos arquivos abertos
    Abr 27 15:02:38 al-khowarizmi gdm[490]: GLib: g_child_watch_add_full: assertion 'pid > 0' failed
    Abr 27 15:02:38 al-khowarizmi gdm[490]: Child process -7720 was already dead.
    Abr 27 15:02:38 al-khowarizmi gdm[490]: Child process 7709 was already dead.
    Abr 27 15:02:38 al-khowarizmi gdm[490]: Unable to kill session worker process
    Abr 27 15:02:38 al-khowarizmi gdm[490]: Child process 7709 was already dead.
    Abr 27 15:02:38 al-khowarizmi gdm[490]: Unable to kill session worker process
    Abr 27 15:02:46 al-khowarizmi systemd[1]: Stopping GNOME Display Manager...
    Abr 27 15:02:46 al-khowarizmi gdm[490]: Failed to contact accountsservice: Erro ao chamar StartServiceByName para org.freedesktop.Accounts: A conexão está fechada
    Abr 27 15:02:46 al-khowarizmi gdm[490]: Tried to look up non-existent conversation gdm-launch-environment
    Abr 27 15:02:46 al-khowarizmi gdm[490]: GLib: g_hash_table_find: assertion 'version == hash_table->version' failed
    Abr 27 15:02:46 al-khowarizmi gdm[490]: (gdm-display.c:1141):gdm_display_dispose: runtime check failed: (self->priv->status != GDM_DISPLAY_PREPARED)
    Abr 27 15:02:46 al-khowarizmi systemd[1]: Stopped GNOME Display Manager.

  • SAP won't start after recabeling sap system

    Hi,<br>
    <br>
    I have recently recabled my sap system (from wireless to wired) and now my sap instance won't start anymore. The weird thing is that nothing major was changed. When i read the logs from the work directory it seems it cannot load dbsdbslib.dll. I have updated to the latest version of the kernel and maxdb (kernel=7.00 patch 221, maxdb=7.6.06.07) and i made very sure i got the right kernel (NT AMD64). I also checked the environment settings for the <sid>adm user. The weird part is that it seems SAP cannot connect to the database, but the databse starts just fine and r3trans -d also returns no errors. Does anyone<br> have an idea what could be wrong?<br>
    <br>
    Kind regards,<br>
    Bas<br>
    <br>
    <br>
    trc file: "dev_disp", trc level: 2, release: "700"<br>
    <br>
    <br>
    command line arg 0:     D:\usr\sap\IDE\DVEBMGS00\exe\disp+work.EXE<br>
    command line arg 1:     pf=D:\usr\sap\IDE\SYS\profile\IDE_DVEBMGS00_sap<br>
    <br>
    ERROR => DlLoadLib()==DLENOACCESS - LoadLibrary("D:\usr\sap\IDE\SYS\exe\uc\NTAMD64\dbsdbslib.dll")<br>
      Error 126 = "The specified module could not be found." [dlnt.c       255]<br>
    sysno      00<br>
    sid        IDE<br>
    systemid   562 (PC with Windows NT)<br>
    relno      7000<br>
    patchlevel 0<br>
    patchno    221<br>
    intno      20050900<br>
    make:      multithreaded, Unicode, 64 bit, optimized<br>
    pid        3252<br>
    <br>
    kernel runs with dp version 243000(ext=110000) (@(#) DPLIB-INT-VERSION-243000-UC)<br>
    length of sys_adm_ext is 576 bytes<br>
    SWITCH TRC-HIDE on ***<br>
    ***LOG Q00=> DpSapEnvInit, DPStart (00 3252) [dpxxdisp.c   1287]<br>
    ShmProtect( 5, 3 )<br>
    SigIInit: ok (whoami=1)<br>
    Thread handle for mainthread created<br>
    SigIRegisterRoutine: handler for signal 11 installed (SigISegv)<br>
    Pipe created:
    .\pipe\SAP3252 <br>
    SigIInit: Create Message Thread<br>
    SigIRegisterExitRoutine: exithandler installed (DpHalt)<br>
    SigIRegisterTerminateRoutine: terminatehandler installed (DpHalt)<br>
         shared lib "dw_xml.dll" version 221 successfully loaded<br>
         shared lib "dw_xtc.dll" version 221 successfully loaded<br>
         shared lib "dw_stl.dll" version 221 successfully loaded<br>
         shared lib "dw_gui.dll" version 221 successfully loaded<br>
         shared lib "dw_mdm.dll" version 221 successfully loaded<br>
    dp_loc_queue_max_blk:     40000<br>
    mshost:               >sap<<br>
    DpSetCancelStrat: set timeout 0 at level 0<br>
    DpSetCancelStrat: set timeout 5 at level 1<br>
    DpSetCancelStrat: set timeout -1 at level 2<br>
    DpSetCancelStrat: set timeout -1 at level 3<br>
    rdisp/softcancel_sequence :  -> 0,5,-1<br>
    softcancel_sequence:               >0,5,-1<<br>
    use internal message server connection to port 3900<br>
    msserv:               >3900<<br>
    dp_bufreftime:          120 sec<br>
    dp_btctime:          60 sec<br>
    dp_autoabaptime:     300 sec<br>
    dp_autothtime:     60 sec<br>
    dp_autojavatime:     300 sec<br>
    dp_vm_alarm_time:     100 msec<br>
    dp_calldelayed_time:     60 sec<br>
    dp_startup_time:     20<br>
    dp_noptime:          0 sec<br>
    dp_keepalive:          1200 sec<br>
    dp_keepalive_timeout:          60 sec<br>
    dp_ms_keepalive:          60 sec<br>
    dp_ms_keepalive_timeout:          300 sec<br>
    switch off dp-keep-alive for old temus<br>
    dp_gui_auto_logout:     0 sec<br>
    dp_spoolalrm:          60 sec<br>
    dp_softcancel_timeout:          5 sec<br>
    rdisp/wp_restart_interval : 300 sec<br>
    DpISetTrcLog: trc logging active, max size = 20971520 bytes<br>
    dp_rfc_check_active:     1<br>
    dp_rfc_check_all_rfcs:     0<br>
    dp_http_check:     1<br>
    check_master_slave:     0<br>
    NiHsLGetServNo: got service name 'sapdp00' from operating system<br>
    NiIGetServNo: servicename 'sapdp00' = port 0C.80/3200<br>
    NiHsLGetServNo: got service name 'sapgw00' from operating system<br>
    NiIGetServNo: servicename 'sapgw00' = port 0C.E4/3300<br>
    NiIMyHostName: hostname = 'sap'<br>
    NiHsLGetNodeAddr: got hostname 'sap' from operating system<br>
    NiIGetNodeAddr: hostname 'sap' = addr 192.168.2.250<br>
    NiHsLGetHostName: found address 192.168.2.250 in cache<br>
    NiIGetHostName: addr 192.168.2.250 = hostname 'sap' (fq)<br>
    Mon Oct 26 16:14:29 2009<br>
    NiHsLGetNodeAddr: hostname 'www.doesnotexist0190.qqq.nxst' not found by operating system<br>
    WARNING => DpNetCheck: NiHostToAddr(www.doesnotexist0190.qqq.nxst) took 12 seconds<br>
    Mon Oct 26 16:14:45 2009<br>
    NiHsLGetHostName: address 1.0.0.1 not found by operating system<br>
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 16 seconds<br>
    NiHsLGetServNo: got service name 'http' from operating system<br>
    NiIGetServNo: servicename 'http' = port 00.50/0080<br>
    NiHsLGetServName: port 1F.90/8080 not found by operating system<br>
    NiHsLGetServName: port FC.2B/64555 not found by operating system<br>
    NiHsLGetServNo: service name 'sapdp9988' not found by operating system<br>
    ***LOG GZZ=> 2 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5521]<br>
    SigIRegisterRoutine: handler for signal 16 installed (DpTrcOnOff)<br>
    SigIRegisterRoutine: handler for signal 17 installed (DpTrcOnOff)<br>
    SigIRegisterRoutine: alarm handler installed (DpSigAlrm)<br>
    SigIRegisterRoutine: handler for signal 2 installed (DpSigInt)<br>
    SigIRegisterRoutine: handler for signal 15 installed (DpSigInt)<br>
    SigIRegisterRoutine: handler for signal 3 installed (DpSigQuit)<br>
    MtxInit: 30000 0 0<br>
    DpInitMtx: MtxInit o.k.<br>
    PPID environment not found<br>
    Thread handle for mainthread created<br>
    SigIRegisterRoutine: handler for signal 19 installed (DpSigPrivDisp)<br>
    SigIRegisterRoutine: handler for signal 18 installed (DpSigPrivDisp)<br>
    SigIRegisterRoutine: handler for signal 24 installed (DpSigPrivDisp)<br>
    SigIRegisterRoutine: handler for signal 0 installed (DpSigPrivDisp)<br>
    SigIRegisterRoutine: handler for signal 21 installed (DpSigPrivDisp)<br>
    SigIRegisterRoutine: handler for signal 22 installed (DpSigPrivDisp)<br>
    SigIRegisterRoutine: handler for signal 23 installed (DpSigPrivDisp)<br>
    SigIRegisterRoutine: handler for signal 25 installed (DpSigPrivDisp)<br>
    <br>
    <br>
    trc file: "dev_w0", trc level: 2, release: "700"<br>
    <br>
    *<br>
    ACTIVE TRACE LEVEL           2
    ACTIVE TRACE COMPONENTS      all, MJ

    M  command line arg 0:     D:\usr\sap\IDE\DVEBMGS00\exe\disp+work.EXE
    M  command line arg 1:     pf=D:\usr\sap\IDE\SYS\profile\IDE_DVEBMGS00_sap
    M  command line arg 2:     wp_id=0

    B  create_con (con_name=R/3)
    B  Loading DB library 'D:\usr\sap\IDE\SYS\exe\uc\NTAMD64\dbsdbslib.dll' ...
    M  *** ERROR => DlLoadLib()==DLENOACCESS - LoadLibrary("D:\usr\sap\IDE\SYS\exe\uc\NTAMD64\dbsdbslib.dll")
      Error 126 = "The specified module could not be found." [dlnt.c       255]
    B  *** ERROR => Couldn't load library 'D:\usr\sap\IDE\SYS\exe\uc\NTAMD64\dbsdbslib.dll'
    [dbcon.c      4905]
    M sysno      00
    M sid        IDE
    M systemid   562 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    221
    M intno      20050900
    M make:      multithreaded, Unicode, 64 bit, optimized
    M pid        4000
    M
    M  kernel runs with dp version 243000(ext=110000) (@(#) DPLIB-INT-VERSION-243000-UC)
    M  length of sys_adm_ext is 576 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 4000) [dpxxdisp.c   1349]
    M Mon Oct 26 16:14:47 2009
    M  SigIInit: ok (whoami=2)
    M  Thread handle for mainthread created
    M  SigIRegisterRoutine: handler for signal 11 installed (SigISegv)
    M  Pipe created:
    .\pipe\SAP4000
    M  SigIInit: Create Message Thread
    M  SigIRegisterExitRoutine: exithandler installed (wp_halt)
    M  SigIRegisterTerminateRoutine: terminatehandler installed (wp_halt)
    M  SigIRegisterRoutine: handler for signal 16 installed (DpTrcOnOff)
    M  SigIRegisterRoutine: handler for signal 17 installed (DpTrcOnOff)
    M  SigIRegisterRoutine: alarm handler installed (DpSigAlrm)
    M  SigIRegisterRoutine: handler for signal 2 installed (DpSigInt)
    M  SigIRegisterRoutine: handler for signal 15 installed (DpSigInt)
    M  SigIRegisterRoutine: handler for signal 3 installed (DpSigQuit)
    I  MtxInit: 30000 0 0
    M  DpInitMtx: MtxInit o.k.
    M  WaitParent Thread 3252 start
    M  WaitParent Thread 3252 created
    M  Thread handle for mainthread created
    M  SigIRegisterRoutine: handler for signal 19 installed (DpSigPrivDisp)
    M  SigIRegisterRoutine: handler for signal 18 installed (DpSigPrivDisp)
    M  SigIRegisterRoutine: handler for signal 24 installed (DpSigPrivDisp)
    M  SigIRegisterRoutine: handler for signal 0 installed (DpSigPrivDisp)
    M  SigIRegisterRoutine: handler for signal 21 installed (DpSigPrivDisp)
    M  SigIRegisterRoutine: handler for signal 22 installed (DpSigPrivDisp)
    M  SigIRegisterRoutine: handler for signal 23 installed (DpSigPrivDisp)
    M  SigIRegisterRoutine: handler for signal 25 installed (DpSigPrivDisp)
    <br>
    <br>
    trc file: "trans.log"<br>
    <br>
    <br>
    4 ETW000 r3trans version 6.14 (release 700 - 12.06.09 - 15:20:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 21.10.2009 - 15:06:04
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: r3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Wed Oct 21 15:06:06 2009                                                   0  0.000000
    4 ETW000  [dev trc     ,00000]  db_con_init called                                                         0  0.000000
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                                                  0  0.000000
    4 ETW000  [dev trc     ,00000]  Loading DB library 'dbsdbslib.dll' ...                                     0  0.000000
    4 ETW000  [dev trc     ,00000]  DlLoadLib success: LoadLibrary("dbsdbslib.dll"), hdl 0, addr 0000000188C00000
    4 ETW000                                                                                7580  0.007580
    4 ETW000  [dev trc     ,00000]      using "D:\usr\sap\IDE\SYS\exe\uc\NTAMD64\dbsdbslib.dll"               16  0.007596
    4 ETW000  [dev trc     ,00000]  Library 'dbsdbslib.dll' loaded                                            19  0.007615
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dbsdbslib.dll                    38  0.007653
    4 ETW000  [dev trc     ,00000]  Version of 'dbsdbslib.dll' is "700.08", patchlevel (0.211)               307  0.007960
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library dbsdbslib.dll                   26  0.007986
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library dbsdbslib.dll                  24  0.008010
    4 ETW000  [dev trc     ,00000]  } DbSlSdbControl(rc=0)                                                    46  0.008056
    4 ETW000  [dev trc     ,00000]  { DbSlSdbControl(con_hdl=-1,command=39,arg_p=0000000000000000)            21  0.008077
    4 ETW000  [dev trc     ,00000]  } DbSlSdbControl(rc=0)                                                    15  0.008092
    4 ETW000  [dev trc     ,00000]  { DbSlSdbControl(con_hdl=-1,command=10,arg_p=0000000003B4F920)            20  0.008112
    4 ETW000  [dev trc     ,00000]  } DbSlSdbControl(rc=0)                                                    15  0.008127
    4 ETW000  [dev trc     ,00000]  New connection 0 created                                                  17  0.008144
    4 ETW000  [dev trc     ,00000]  000: name = R/3, con_id = -000000001, state = DISCONNECTED, tx = NO , hc = NO , perm = YES,
    4 ETW000                             reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                                50  0.008194
    4 ETW000  [dev trc     ,00000]  { DbSlSdbControl(con_hdl=-1,command=10,arg_p=0000000001A01768)            31  0.008225
    4 ETW000  [dev trc     ,00000]  } DbSlSdbControl(rc=0)                                                    17  0.008242
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                                             13  0.008255
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:                16  0.008271
    4 ETW000  [dev trc     ,00000]  000: name = R/3, con_id = 000000000, state = DISCONNECTED, tx = NO , hc = NO , perm = YES,
    4 ETW000                             reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    </p>
    Edited by: B. v. d. Lienden on Oct 26, 2009 5:18 PM

    <div class=Section1>
    <p class=MsoNormal>Natalia,</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>To answer your questions:</p>
    <p class=MsoNormal>1. Did you create the SAP ticket, where this problem is
    reported?</p>
    <p class=MsoNormal>I didn't report it to SAP because it is just an IDES test
    system. I can easily do a reinstall, but i would like to know the cause and
    solution to this problem.</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>2. Do you have dbsdbslib.dll at this location? What version?</p>
    <p class=MsoNormal>Yes, i have the dbsdbslib.dll at location
    D:\usr\sap\IDE\DVEBMGS00\exe and also D:\usr\sap\IDE\SYS\exe\uc\NTAMD64</p>
    <p class=MsoNormal>Version is 7000.221.16.41497 (kernel 7.00 SP 221)</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>your requested output:</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>----
    </p>
    <p class=MsoNormal>disp+work information</p>
    <p class=MsoNormal>----
    </p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>kernel releaseu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 700</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>kernel make variantu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 700_REL</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>compiled onu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 NT 5.2 3790 Service Pack 2 x86
    MS VC++ 14.00</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>compiled foru00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 64 BIT</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>compilation modeu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 UNICODE</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>compile timeu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 Aug 23 2009 23:15:57</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>update level u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A00</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>patch numberu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 221</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>source idu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 0.221</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>----
    </p>
    <p class=MsoNormal>supported environment</p>
    <p class=MsoNormal>----
    </p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>database (SAP, table SVERS)u00A0u00A0 700</p>
    <p class=MsoNormal>u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 </p>
    <p class=MsoNormal>operating system</p>
    <p class=MsoNormal>Windows NT 5.0</p>
    <p class=MsoNormal>Windows NT 5.1</p>
    <p class=MsoNormal>Windows NT 5.2</p>
    <p class=MsoNormal>Windows NT 6.0</p>
    <p class=MsoNormal>ALLUSERSPROFILE=C:\Documents and Settings\All Users</p>
    <p class=MsoNormal>APPDATA=C:\Documents and Settings\ideadm\Application Data</p>
    <p class=MsoNormal>CLIENTNAME=BSF02</p>
    <p class=MsoNormal>ClusterLog=C:\WINDOWS\Cluster\cluster.log</p>
    <p class=MsoNormal>CommonProgramFiles=C:\Program Files\Common Files</p>
    <p class=MsoNormal>CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files</p>
    <p class=MsoNormal>COMPUTERNAME=SAP</p>
    <p class=MsoNormal>ComSpec=C:\WINDOWS\system32\cmd.exe</p>
    <p class=MsoNormal>DBMS_TYPE=ada</p>
    <p class=MsoNormal>DIR_LIBRARY=D:\usr\sap\IDE\SYS\exe\uc\NTAMD64</p>
    <p class=MsoNormal>DIR_PROFILE=D:\usr\sap\IDE\SYS\profile</p>
    <p class=MsoNormal>FP_NO_HOST_CHECK=NO</p>
    <p class=MsoNormal>HOMEDRIVE=C:</p>
    <p class=MsoNormal>HOMEPATH=\Documents and Settings\ideadm</p>
    <p class=MsoNormal>JAVA_HOME=C:\j2sdk1.4.2_21-x64</p>
    <p class=MsoNormal>LOGONSERVER=
    SAP</p>
    <p class=MsoNormal>NUMBER_OF_PROCESSORS=2</p>
    <p class=MsoNormal>OS=Windows_NT</p>
    <p class=MsoNormal>Path=D:\sapdb\programs\bin;D:\sapdb\programs\pgm;C:\j2sdk1.4.2_21-x64\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
    Files\Intel\DMIX;D:\usr\sap\IDE\SYS\exe\uc\NTAMD64</p>
    <p class=MsoNormal>PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH</p>
    <p class=MsoNormal>PROCESSOR_ARCHITECTURE=AMD64</p>
    <p class=MsoNormal>PROCESSOR_IDENTIFIER=EM64T Family 6 Model 15 Stepping 13,
    GenuineIntel</p>
    <p class=MsoNormal>PROCESSOR_LEVEL=6</p>
    <p class=MsoNormal>PROCESSOR_REVISION=0f0d</p>
    <p class=MsoNormal>ProgramFiles=C:\Program Files</p>
    <p class=MsoNormal>ProgramFiles(x86)=C:\Program Files (x86)</p>
    <p class=MsoNormal>PROMPT=$P$G</p>
    <p class=MsoNormal>SAPEXE=D:\usr\sap\IDE\SYS\exe\uc\NTAMD64</p>
    <p class=MsoNormal>SAPLOCALHOST=sap</p>
    <p class=MsoNormal>SAPSYSTEMNAME=IDE</p>
    <p class=MsoNormal>SESSIONNAME=RDP-Tcp#47</p>
    <p class=MsoNormal>SystemDrive=C:</p>
    <p class=MsoNormal>SystemRoot=C:\WINDOWS</p>
    <p class=MsoNormal>TEMP=C:\WINDOWS\TEMP\2</p>
    <p class=MsoNormal>TMP=C:\WINDOWS\TEMP\2</p>
    <p class=MsoNormal>USERDOMAIN=SAP</p>
    <p class=MsoNormal>USERNAME=ideadm</p>
    <p class=MsoNormal>USERPROFILE=C:\Documents and Settings\ideadm</p>
    <p class=MsoNormal>windir=C:\WINDOWS</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>----
    </p>
    <p class=MsoNormal>disp+work information</p>
    <p class=MsoNormal>----
    </p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>kernel releaseu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 700</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>kernel make variantu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 700_REL</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>compiled onu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 NT 5.2 3790 Service Pack 2 x86
    MS VC++ 14.00</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>compiled foru00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 64 BIT</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>compilation modeu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 UNICODE</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>compile timeu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 Aug 23 2009 23:15:57</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>update levelu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 0</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>patch numberu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 221</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>source idu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 0.221</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>----
    </p>
    <p class=MsoNormal>supported environment</p>
    <p class=MsoNormal>----
    </p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>database (SAP, table SVERS)u00A0u00A0 700</p>
    <p class=MsoNormal>u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 </p>
    <p class=MsoNormal>operating system</p>
    <p class=MsoNormal>Windows NT 5.0</p>
    <p class=MsoNormal>Windows NT 5.1</p>
    <p class=MsoNormal>Windows NT 5.2</p>
    <p class=MsoNormal>Windows NT 6.0</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal> </p>
    </div>

  • My iPhone 5 won't start!

    My Iphone 5 won't start and tells me to connect the phone to ITunes but nothing happens when I do. The phone doesn´t show up in ITunes. What to do?

    Apologies, 11.0.4 is the most recent of course...
    You'll need to enter DFU mode.
    Connect the iPhone to your computer and launch iTunes
    Turn the iPhone off (hold down the power button at the top of the iPhone)
    Hold down the sleep/power button and home button together for exactly 10 seconds, then release the power button
    Continue to hold down the Home button until a message appears in iTunes telling you an iPhone in recover mode has been detected
    Hopefully this should work, with you being able to restore the device in iTunes.
    However, be warned that this will erase all content on the iPhone, content you can restore if you have saved backups on your Mac/PC or on iCloud.

  • Ok so I updated to iOS 7 on my iPod (5th) it let me update my apps but I cannot download new apps thanks to the terms and conditions. Also my iTunes won't start it just blank, I tried everything I need help

    Ok so I updated to iOS 7 on my iPod (5th) it let me update my apps but I cannot download new apps thanks to the terms and conditions. Also my iTunes won't start it just blank, I tried everything I need help

       Did you download the new iTunes update that was also released this afternoon? That might be the problem. The new iTunes update came out today as well as the new iOS 7 update and if you haven't downloaded the new iTunes update it may be a compatibility problem so if you didn't, first update to the new iTunes and try again.

  • All of a sudden Photoshop won't start [on a Macbook Air]

    Dear all,
    I'm on a MacBook Air with OS X 10.10.2, and I use Photoshop about once a month, but now I really need it, and it won't start:
    - Immediately after I click on the Photoshop icon I get "Adobe Photoshop CS5.1 cannot be opened because of a problem." And when I click on the "Report..." button I get a very technical message (see below).
    - I've used Photoshop on this machine for about a year with no problem, but recently I had a problem and needed to restore from my TimeMachine backup.
    - I don't know if the problem occurred immediately after the restore or not.
    - I've read innumerable threads on various forums, but nothing describes my problem exactly. I suspect a problem with my paths and permissions (since I read a report that restoring from a TimeMachine causes such problems occasionally), but I don't know which path is corrupted/missing/unreadable.
    - I've tried creating a new admin account and starting Photoshop from there. It didn't work.
    - I don't mind reinstalling, but I don't have an installer image. I started with Photoshop 6, then updated to CS2, CS4 and eventually CS5. I do have all the serial numbers but not all update-images.
    I would appreciate any hints on how to further diagnose and some the problem.
    Thanks a lot in advance!
    Bojidar
    And now here is my exact error message:
    Process:               Adobe Photoshop CS5.1 [12426]
    Path:                  /Applications/Bildbearbeitung/*/Adobe Photoshop CS5.1.app/Contents/MacOS/Adobe Photoshop CS5.1
    Identifier:            com.adobe.Photoshop
    Version:               ???
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Adobe Photoshop CS5.1 [12426]
    User ID:               501
    Date/Time:             2015-05-03 21:53:39.840 +0200
    OS Version:            Mac OS X 10.10.1 (14B25)
    Report Version:        11
    Anonymous UUID:        A0DC6EA7-1973-1B68-EFC7-5D60106F084D
    Sleep/Wake UUID:       1FA6367C-EEB2-4F46-8773-EBB176EAEAC7
    Time Awake Since Boot: 230000 seconds
    Time Since Wake:       2900 seconds
    Crashed Thread:        0
    Exception Type:        EXC_BREAKPOINT (SIGTRAP)
    Exception Codes:       0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    dyld: launch, loading dependent libraries
    Dyld Error Message:
      Library not loaded: @executable_path/../Frameworks/adobe_caps.framework/Versions/A/adobe_caps
      Referenced from: /Applications/Bildbearbeitung/*/Adobe Photoshop CS5.1.app/Contents/MacOS/Adobe Photoshop CS5.1
      Reason: image not found
    Binary Images:
        0x7fff6f1c1000 -     0x7fff6f1f7837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
    Model: MacBookAir6,2, BootROM MBA61.0099.B18, 2 processors, Intel Core i5, 1.3 GHz, 4 GB, SMC 2.13f15
    Graphics: Intel HD Graphics 5000, Intel HD Graphics 5000, Built-In
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E384A544D4C41522D4E544D
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E384A544D4C41522D4E544D
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x117), Broadcom BCM43xx 1.0 (7.15.124.12.10)
    Bluetooth: Version 4.3.1f2 15015, 3 services, 19 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SM0256F, 251 GB
    USB Device: Internal Memory Card Reader
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    Thunderbolt Bus: MacBook Air, Apple Inc., 23.6

    Did tou try resetting the preferences usins the Photoshop keys as your tryind to start Photoshop.  Toy cab also use Windows explored or Mac finder deleteor rename you userid Photoshop preferende if you change you OS preferences to be able to see hiddeb files and folders. Do you read the link I posted?
    Restore preference files to default
    In this video, learn the two methods of resetting your preference files back to default: Manual preference file removal and Keyboard Shortcut method (starts at 5:05)
    by Julieanne Kost
    To restore preferences quickly using a keyboard short cut:
    Press and hold Alt+Control+Shift (Windows) or Option+Command+Shift (Mac OS) as you start Photoshop. You are prompted to delete the current settings. The new preferences files are created the next time you start Photoshop.
    Note: Using the keyboard shortcut, preference files for custom shortcuts, workspaces, and color setings will also be reset to default.

  • X11 won't start anymore!

    Hello,
    this is a desperate call: I am at a conference with my MBP, (10.6.7, all updates done). I need Matlab for my presentation, which needs X11.
    X11 (and XQuartz) decided that they won't start anymore: the icon bounces in the dock for a while, then sits there without the little light underneath, and X11 is "non responding".
    The logs show something like this.
    I have googled and searched: similar problems once in a while appear but no posted solution.
    I tried:
    1) reinstalling XQuartz (I would reinstall X11, but how? I do not have the disks with me, I am away!)
    2) from an admin account
    3) create a new account.
    4) repair permissions.
    5) reinstall the font update from Apple that was recently issued.
    HELP PLEASE!!!
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     X11.app: DISPLAY ("/tmp/launch-bHvQen/org.macosforge.xquartz:0") does not match our id ("org.x"), unsetting.
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     X11.app: main(): argc=2
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]      argv[0] = /Applications/Utilities/X11.app/Contents/MacOS/X11.bin
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]      argv[1] = -psn_0_278596
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     Waiting for startup parameters via Mach IPC.
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     X11.app: Could not connect to server (DISPLAY is not set). Starting X server.
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     X11.app: Launching /usr/X11/bin/startx:
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]      argv[0] = /bin/sh
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]      argv[1] = -c
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]      argv[2] = /usr/X11/bin/startx
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     font_cache: Scanning user font directories to generate X11 font caches
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     font_cache: Updating FC cache
    11-05-16 5:02:01 PM     org.x.privileged_startx[20781]     font_cache: Scanning system font directories to generate X11 font caches
    11-05-16 5:02:01 PM     defaults[20791]
    The domain/default pair of (org.x.X11, dpi) does not exist
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     Couldn't create cookie
    11-05-16 5:02:02 PM     org.x.privileged_startx[20781]     font_cache: Updating FC cache
    11-05-16 5:02:04 PM     [0x0-0x44044].org.x.X11[20759]     font_cache: Done
    11-05-16 5:02:04 PM     org.x.privileged_startx[20781]     font_cache: Done

    Here is the solution: there was nothing wrong with x11 per se!
    The problem was that about 30 files in /usr/bin (like gzip, egrep, hexdump etc) had been hosed (they had 0 file size).  The puzzling messages was due to the fact that startx uses hexdump, which was simply silently doing nothing (since it had 0 size!).
    I do not know what or when these files were zeroed: I suspect a recent OSX update which did not complete and I had to forcefully reboot.
    I have fixed it enough to work (copying those files from another mac), but who knows what else lurks beneath the surface of apparent serenity!
    I am actually surprised that the whole system did not stop functioning completely.
    MORALE: if something looks strange in the logs with x11 or other apps, check the file sizes  in your /usr/bin, you may be surprised too!

  • 24" iMac won't start when iPod is connected

    My 24" iMac won't start up/restart if my iPod is already connected to it. If I restart with the iPod connected, I just get a gray screen (with no apple logo) forever. Has anyone else experienced this problem? If so, any solution? I have Windows installed with boot camp, don't know if that's the problem, but I tried reseting the p-ram, but to no avail...
    Intel iMac 24", 7600 GT, 500GB, 2GB. Titanium Powerbook 667 MHz G4, loaded.   Mac OS X (10.4.7)   30 GB iPod Video

    My suggestion would be disconnect the iPod. That's just me though.
    http://docs.info.apple.com/article.html?artnum=93953
    I'm guessing Boot Camp is the culprit. Whatever emulated BIOS it's using doesn't like the iPod as a startup disk.

Maybe you are looking for

  • How does Airplay transfer audio file format to an Airport Express?

    Hi, everyone How does Airplay transfer audio file format to an Airport Express? Many from the Internet claim that iTunes encodes an AIFF file format into an Apple Lossless Audio Codec (ALAC) file format before sending signal to an Airport Express. Is

  • JSF Validation failure causes entered values to be lost

    I've created a JSP that has required="true" and a requiredMessage on several elements. If any one element on the page fails it's validation on submit(ie was left blank), when the screen is redrawn all the entered values have disappeared. This is obvi

  • Using open source ADF

    Hi, does anyone know if the open source ADF can be used on a mysql database? And can I create graphs with the open source version of ADF? Regards Roel

  • Wifi Upgrade to Intel Wifi Link 5300

    I bought my Lenovo T500 last year in summer (2009). It came with a b/g wifi card and I want to upgrade it to Intel Wifi Link 5300 but it seems lenovo.com has stopped selling this card. I also heard that not all 5300 cards are compatible with Lenovo T

  • FORCE VME Motorola MVME, HP VME, and Acromag VME I/O

    I found a great company that provides solutions for obsolete VME single board computers and I/O cards. They offer industry solutions for spares and design options for drop in VME replacements for FORCE VME, HP VME, MOTOROLA MVME, and ACROMAG end of l