[SOLVED] Steam causing Xorg to crash

I've spent some extensive time on this now; fresh install of Antergos (a direct derivative of Arch)
I'm running Nvidia blobs, with the steam-libs package from the alucryd-multilib repository.
I have so far followed the Archwiki in doing the following:
rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6
rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/lib/i386-linux-gnu/libgcc_s.so.1
rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu/libgcc_s.so.1
rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/libstdc++.so.6
rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libxcb.so.1
From there, I have tried running steam both with and without it's runtime, via the environment variable STEAM_RUNTIME.
No matter what I do, steam segfaults Xorg:
STEAM_RUNTIME=0:
steam.log:
No environment set
steam.log
Running Steam on antergos 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0_client)
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
after 73 requests (73 known processed) with 0 events remaining.
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
[2014-10-24 17:43:04] Startup - updater built Aug 26 2014 15:35:42
SteamUpdateUI: An X Error occurred
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 156 (NV-GLX)
Minor opcode of failed request: 4
Resource id in failed request: 0x1600002
Serial number of failed request: 41
xerror_handler: X failed, continuing
xorg.log
[ 1454.565]
X.Org X Server 1.16.1
Release Date: 2014-09-21
[ 1454.565] X Protocol Version 11, Revision 0
[ 1454.565] Build Operating System: Linux 3.16.1-1-ARCH x86_64
[ 1454.565] Current Operating System: Linux xaeropc 3.17.1-1-ARCH #1 SMP PREEMPT Wed Oct 15 15:04:35 CEST 2014 x86_64
[ 1454.565] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=3d473422-1200-453b-9be6-b585562b46a5 rw resume=UUID=505df89f-f4da-49a3-a41a-6194403a241e quiet
[ 1454.565] Build Date: 21 September 2014 10:53:13AM
[ 1454.565]
[ 1454.565] Current version of pixman: 0.32.6
[ 1454.565] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 1454.565] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1454.565] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct 24 17:46:24 2014
[ 1454.565] (==) Using config file: "/etc/X11/xorg.conf"
[ 1454.565] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 1454.565] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 1454.565] (==) No Layout section. Using the first Screen section.
[ 1454.565] (**) |-->Screen "Screen0" (0)
[ 1454.565] (**) | |-->Monitor "Monitor0"
[ 1454.565] (**) | |-->Device "Device0"
[ 1454.565] (==) Automatically adding devices
[ 1454.565] (==) Automatically enabling devices
[ 1454.565] (==) Automatically adding GPU devices
[ 1454.565] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 1454.565] Entry deleted from font path.
[ 1454.565] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 1454.565] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 1454.565] Entry deleted from font path.
[ 1454.565] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 1454.565] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/,
/usr/share/fonts/Type1/
[ 1454.565] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 1454.565] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 1454.565] (II) Loader magic: 0x818d80
[ 1454.565] (II) Module ABI versions:
[ 1454.565] X.Org ANSI C Emulation: 0.4
[ 1454.565] X.Org Video Driver: 18.0
[ 1454.565] X.Org XInput driver : 21.0
[ 1454.565] X.Org Server Extension : 8.0
[ 1454.566] (EE) systemd-logind: failed to get session: PID 19374 does not belong to any known session
[ 1454.567] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 1454.567] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 1454.568] (--) PCI:*(0:3:0:0) 10de:1189:3842:2670 rev 161, Mem @ 0xf6000000/16777216, 0xc8000000/134217728, 0xd2000000/33554432, I/O @ 0x0000bc00/128, BIOS @ 0x????????/524288
[ 1454.568] (--) PCI: (0:4:0:0) 10de:0dc4:1458:34fe rev 161, Mem @ 0xf8000000/33554432, 0xd8000000/134217728, 0xd4000000/67108864, I/O @ 0x0000cc00/128, BIOS @ 0x????????/524288
[ 1454.568] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 1454.568] (II) LoadModule: "glx"
[ 1454.568] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 1454.569] (II) Module glx: vendor="X.Org Foundation"
[ 1454.569] compiled for 1.16.1, module version = 1.0.0
[ 1454.569] ABI class: X.Org Server Extension, version 8.0
[ 1454.569] (==) AIGLX enabled
[ 1454.569] (II) LoadModule: "nvidia"
[ 1454.569] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 1454.569] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 1454.569] compiled for 4.0.2, module version = 1.0.0
[ 1454.572] Module class: X.Org Video Driver
[ 1454.572] (II) NVIDIA dlloader X Driver 343.22 Thu Sep 11 15:34:47 PDT 2014
[ 1454.572] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 1454.572] (++) using VT number 1
[ 1454.591] (II) Loading sub module "fb"
[ 1454.591] (II) LoadModule: "fb"
[ 1454.591] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 1454.594] (II) Module fb: vendor="X.Org Foundation"
[ 1454.594] compiled for 1.16.1, module version = 1.0.0
[ 1454.594] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1454.594] (II) Loading sub module "wfb"
[ 1454.594] (II) LoadModule: "wfb"
[ 1454.595] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 1454.595] (II) Module wfb: vendor="X.Org Foundation"
[ 1454.595] compiled for 1.16.1, module version = 1.0.0
[ 1454.595] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1454.595] (II) Loading sub module "ramdac"
[ 1454.595] (II) LoadModule: "ramdac"
[ 1454.595] (II) Module "ramdac" already built-in
[ 1454.599] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 1454.599] (==) NVIDIA(0): RGB weight 888
[ 1454.599] (==) NVIDIA(0): Default visual is TrueColor
[ 1454.599] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 1454.599] (**) NVIDIA(0): Option "NoLogo" "true"
[ 1454.599] (**) NVIDIA(0): Option "UseEdidFreqs" "false"
[ 1454.599] (**) NVIDIA(0): Option "ExactModeTimingsDVI" "True"
[ 1454.599] (**) NVIDIA(0): Option "UseEdidDpi" "false"
[ 1454.599] (**) NVIDIA(0): Option "UseEDID" "false"
[ 1454.599] (**) NVIDIA(0): Option "MetaModes" "2560x1440_60 +0 +0"
[ 1454.599] (**) NVIDIA(0): Enabling 2D acceleration
[ 1454.599] (**) NVIDIA(0): Ignoring EDIDs
[ 1454.599] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
[ 1454.599] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
[ 1454.599] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
[ 1454.599] (EE) NVIDIA(0): you continue to encounter problems, Please try
[ 1454.599] (EE) NVIDIA(0): reinstalling the NVIDIA driver.
[ 1455.079] (II) NVIDIA(0): Not probing EDID on DFP-1.
[ 1455.079] (II) NVIDIA(0): Not probing EDID on DFP-0.
[ 1455.079] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
[ 1455.080] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 670 (GK104) at PCI:3:0:0 (GPU-0)
[ 1455.080] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 1455.080] (--) NVIDIA(0): VideoBIOS: 80.04.4b.00.70
[ 1455.080] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 1455.111] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 670 at PCI:3:0:0
[ 1455.111] (--) NVIDIA(0): CRT-0
[ 1455.111] (--) NVIDIA(0): DFP-0 (boot, connected)
[ 1455.111] (--) NVIDIA(0): DFP-1 (connected)
[ 1455.111] (--) NVIDIA(0): DFP-2
[ 1455.111] (--) NVIDIA(0): DFP-3
[ 1455.111] (--) NVIDIA(0): DFP-4
[ 1455.111] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 1455.111] (--) NVIDIA(0): DFP-0: Internal TMDS
[ 1455.111] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[ 1455.111] (--) NVIDIA(0): DFP-1: Internal TMDS
[ 1455.111] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 1455.111] (--) NVIDIA(0): DFP-2: Internal TMDS
[ 1455.111] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 1455.111] (--) NVIDIA(0): DFP-3: Internal TMDS
[ 1455.111] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[ 1455.111] (--) NVIDIA(0): DFP-4: Internal DisplayPort
[ 1455.111] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
[ 1455.111] (**) NVIDIA(0): Not using HorizSync/VertRefresh ranges from the EDID for
[ 1455.111] (**) NVIDIA(0): display device DFP-0 (Using EDID frequencies has been
[ 1455.111] (**) NVIDIA(0): disabled on all display devices.)
[ 1455.111] (**) NVIDIA(0): Not using HorizSync/VertRefresh ranges from the EDID for
[ 1455.111] (**) NVIDIA(0): display device DFP-1 (Using EDID frequencies has been
[ 1455.111] (**) NVIDIA(0): disabled on all display devices.)
[ 1455.111] (II) NVIDIA(0): Validated MetaModes:
[ 1455.111] (II) NVIDIA(0): "2560x1440_60+0+0"
[ 1455.111] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1440
[ 1455.147] (**) NVIDIA(0): DPI set to (108, 108); computed from "DisplaySize" Monitor
[ 1455.147] (**) NVIDIA(0): section option
[ 1455.147] (--) Depth 24 pixmap format is 32 bpp
[ 1455.681] (II) NVIDIA(0): Display (DELL U2410 (DFP-2)) does not support NVIDIA 3D Vision
[ 1455.681] (II) NVIDIA(0): stereo.
[ 1455.696] (II) NVIDIA(0): Display (DELL U2410 (DFP-0)) does not support NVIDIA 3D Vision
[ 1455.696] (II) NVIDIA(0): stereo.
[ 1455.696] (II) NVIDIA(GPU-1): Found DRM driver nvidia-drm (20130102)
[ 1455.759] (II) NVIDIA(GPU-1): NVIDIA GPU GeForce GTS 450 (GF106) at PCI:4:0:0 (GPU-1)
[ 1455.759] (--) NVIDIA(GPU-1): Memory: 1048576 kBytes
[ 1455.759] (--) NVIDIA(GPU-1): VideoBIOS: 70.06.0f.00.05
[ 1455.759] (II) NVIDIA(GPU-1): Detected PCI Express Link width: 16X
[ 1455.759] (--) NVIDIA(GPU-1): Valid display device(s) on GeForce GTS 450 at PCI:4:0:0
[ 1455.759] (--) NVIDIA(GPU-1): CRT-0
[ 1455.759] (--) NVIDIA(GPU-1): CRT-1
[ 1455.759] (--) NVIDIA(GPU-1): DELL U2410 (DFP-0) (boot, connected)
[ 1455.759] (--) NVIDIA(GPU-1): DFP-1
[ 1455.759] (--) NVIDIA(GPU-1): DELL U2410 (DFP-2) (connected)
[ 1455.759] (--) NVIDIA(GPU-1): CRT-0: 400.0 MHz maximum pixel clock
[ 1455.759] (--) NVIDIA(GPU-1): CRT-1: 400.0 MHz maximum pixel clock
[ 1455.759] (--) NVIDIA(GPU-1): DELL U2410 (DFP-0): Internal TMDS
[ 1455.759] (--) NVIDIA(GPU-1): DELL U2410 (DFP-0): 330.0 MHz maximum pixel clock
[ 1455.759] (--) NVIDIA(GPU-1): DFP-1: Internal TMDS
[ 1455.759] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[ 1455.759] (--) NVIDIA(GPU-1): DELL U2410 (DFP-2): Internal TMDS
[ 1455.759] (--) NVIDIA(GPU-1): DELL U2410 (DFP-2): 225.0 MHz maximum pixel clock
[ 1455.759] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[ 1455.759] (II) NVIDIA: access.
[ 1455.764] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 1455.764] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 1455.764] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 1455.764] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 1455.764] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 1455.764] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 1455.764] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 1455.764] (II) NVIDIA(0): Config Options in the README.
[ 1455.795] (II) NVIDIA(0): Setting mode "2560x1440_60+0+0"
[ 1455.855] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 1455.855] (==) NVIDIA(0): Backing store enabled
[ 1455.855] (==) NVIDIA(0): Silken mouse enabled
[ 1455.855] (==) NVIDIA(0): DPMS enabled
[ 1455.856] (II) Loading sub module "dri2"
[ 1455.856] (II) LoadModule: "dri2"
[ 1455.856] (II) Module "dri2" already built-in
[ 1455.856] (II) NVIDIA(0): [DRI2] Setup complete
[ 1455.856] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 1455.856] (--) RandR disabled
[ 1455.859] (II) AIGLX: Screen 0 is not DRI2 capable
[ 1455.859] (EE) AIGLX: reverting to software rendering
[ 1455.870] (II) AIGLX: Loaded and initialized swrast
[ 1455.870] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 1455.902] (II) config/udev: Adding input device Power Button (/dev/input/event11)
[ 1455.902] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 1455.902] (**) Power Button: Applying InputClass "system-keyboard"
[ 1455.902] (II) LoadModule: "evdev"
[ 1455.902] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 1455.902] (II) Module evdev: vendor="X.Org Foundation"
[ 1455.902] compiled for 1.16.0, module version = 2.9.0
[ 1455.902] Module class: X.Org XInput Driver
[ 1455.902] ABI class: X.Org XInput driver, version 21.0
[ 1455.902] (II) Using input driver 'evdev' for 'Power Button'
[ 1455.902] (**) Power Button: always reports core events
[ 1455.902] (**) evdev: Power Button: Device: "/dev/input/event11"
[ 1455.902] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 1455.902] (--) evdev: Power Button: Found keys
[ 1455.902] (II) evdev: Power Button: Configuring as keyboard
[ 1455.902] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input13/event11"
[ 1455.902] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 1455.902] (**) Option "xkb_rules" "evdev"
[ 1455.902] (**) Option "xkb_model" "pc104"
[ 1455.902] (**) Option "xkb_layout" "us"
[ 1455.915] (II) config/udev: Adding input device Power Button (/dev/input/event10)
[ 1455.915] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 1455.915] (**) Power Button: Applying InputClass "system-keyboard"
[ 1455.915] (II) Using input driver 'evdev' for 'Power Button'
[ 1455.915] (**) Power Button: always reports core events
[ 1455.915] (**) evdev: Power Button: Device: "/dev/input/event10"
[ 1455.915] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 1455.915] (--) evdev: Power Button: Found keys
[ 1455.915] (II) evdev: Power Button: Configuring as keyboard
[ 1455.915] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input12/event10"
[ 1455.915] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 1455.915] (**) Option "xkb_rules" "evdev"
[ 1455.915] (**) Option "xkb_model" "pc104"
[ 1455.915] (**) Option "xkb_layout" "us"
[ 1455.915] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[ 1455.915] (II) No input driver specified, ignoring this device.
[ 1455.915] (II) This device may have been added with another device file.
[ 1455.915] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[ 1455.915] (II) No input driver specified, ignoring this device.
[ 1455.915] (II) This device may have been added with another device file.
[ 1455.916] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
[ 1455.916] (II) No input driver specified, ignoring this device.
[ 1455.916] (II) This device may have been added with another device file.
[ 1455.916] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
[ 1455.916] (II) No input driver specified, ignoring this device.
[ 1455.916] (II) This device may have been added with another device file.
[ 1455.916] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event19)
[ 1455.916] (II) No input driver specified, ignoring this device.
[ 1455.916] (II) This device may have been added with another device file.
[ 1455.916] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event20)
[ 1455.916] (II) No input driver specified, ignoring this device.
[ 1455.916] (II) This device may have been added with another device file.
[ 1455.916] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event21)
[ 1455.916] (II) No input driver specified, ignoring this device.
[ 1455.916] (II) This device may have been added with another device file.
[ 1455.916] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event22)
[ 1455.916] (II) No input driver specified, ignoring this device.
[ 1455.916] (II) This device may have been added with another device file.
[ 1455.916] (II) config/udev: Adding input device Generic Turtle Beach USB Audio (/dev/input/event13)
[ 1455.916] (**) Generic Turtle Beach USB Audio: Applying InputClass "evdev keyboard catchall"
[ 1455.916] (**) Generic Turtle Beach USB Audio: Applying InputClass "system-keyboard"
[ 1455.916] (II) Using input driver 'evdev' for 'Generic Turtle Beach USB Audio'
[ 1455.916] (**) Generic Turtle Beach USB Audio: always reports core events
[ 1455.916] (**) evdev: Generic Turtle Beach USB Audio: Device: "/dev/input/event13"
[ 1455.917] (--) evdev: Generic Turtle Beach USB Audio: Vendor 0x10f5 Product 0x211
[ 1455.917] (--) evdev: Generic Turtle Beach USB Audio: Found keys
[ 1455.917] (II) evdev: Generic Turtle Beach USB Audio: Configuring as keyboard
[ 1455.917] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb3/3-4/3-4.2/3-4.2:1.3/0003:10F5:0211.0003/input/input16/event13"
[ 1455.917] (II) XINPUT: Adding extended input device "Generic Turtle Beach USB Audio" (type: KEYBOARD, id 8)
[ 1455.917] (**) Option "xkb_rules" "evdev"
[ 1455.917] (**) Option "xkb_model" "pc104"
[ 1455.917] (**) Option "xkb_layout" "us"
[ 1455.917] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event8)
[ 1455.917] (II) No input driver specified, ignoring this device.
[ 1455.917] (II) This device may have been added with another device file.
[ 1455.917] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event9)
[ 1455.917] (II) No input driver specified, ignoring this device.
[ 1455.917] (II) This device may have been added with another device file.
[ 1455.917] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event2)
[ 1455.917] (II) No input driver specified, ignoring this device.
[ 1455.917] (II) This device may have been added with another device file.
[ 1455.917] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event3)
[ 1455.917] (II) No input driver specified, ignoring this device.
[ 1455.917] (II) This device may have been added with another device file.
[ 1455.917] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event4)
[ 1455.917] (II) No input driver specified, ignoring this device.
[ 1455.917] (II) This device may have been added with another device file.
[ 1455.917] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event5)
[ 1455.917] (II) No input driver specified, ignoring this device.
[ 1455.917] (II) This device may have been added with another device file.
[ 1455.918] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event6)
[ 1455.918] (II) No input driver specified, ignoring this device.
[ 1455.918] (II) This device may have been added with another device file.
[ 1455.918] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event7)
[ 1455.918] (II) No input driver specified, ignoring this device.
[ 1455.918] (II) This device may have been added with another device file.
[ 1455.918] (II) config/udev: Adding input device ROCCAT ROCCAT Kone Pure (/dev/input/event0)
[ 1455.918] (**) ROCCAT ROCCAT Kone Pure: Applying InputClass "evdev pointer catchall"
[ 1455.918] (**) ROCCAT ROCCAT Kone Pure: Applying InputClass "evdev keyboard catchall"
[ 1455.918] (**) ROCCAT ROCCAT Kone Pure: Applying InputClass "system-keyboard"
[ 1455.918] (II) Using input driver 'evdev' for 'ROCCAT ROCCAT Kone Pure'
[ 1455.918] (**) ROCCAT ROCCAT Kone Pure: always reports core events
[ 1455.918] (**) evdev: ROCCAT ROCCAT Kone Pure: Device: "/dev/input/event0"
[ 1455.918] (--) evdev: ROCCAT ROCCAT Kone Pure: Vendor 0x1e7d Product 0x2dbe
[ 1455.918] (--) evdev: ROCCAT ROCCAT Kone Pure: Found 9 mouse buttons
[ 1455.918] (--) evdev: ROCCAT ROCCAT Kone Pure: Found scroll wheel(s)
[ 1455.918] (--) evdev: ROCCAT ROCCAT Kone Pure: Found relative axes
[ 1455.918] (--) evdev: ROCCAT ROCCAT Kone Pure: Found x and y relative axes
[ 1455.918] (--) evdev: ROCCAT ROCCAT Kone Pure: Found absolute axes
[ 1455.918] (II) evdev: ROCCAT ROCCAT Kone Pure: Forcing absolute x/y axes to exist.
[ 1455.918] (--) evdev: ROCCAT ROCCAT Kone Pure: Found keys
[ 1455.918] (II) evdev: ROCCAT ROCCAT Kone Pure: Configuring as mouse
[ 1455.918] (II) evdev: ROCCAT ROCCAT Kone Pure: Configuring as keyboard
[ 1455.918] (II) evdev: ROCCAT ROCCAT Kone Pure: Adding scrollwheel support
[ 1455.918] (**) evdev: ROCCAT ROCCAT Kone Pure: YAxisMapping: buttons 4 and 5
[ 1455.918] (**) evdev: ROCCAT ROCCAT Kone Pure: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 1455.918] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb10/10-1/10-1:1.0/0003:1E7D:2DBE.0001/input/input2/event0"
[ 1455.918] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone Pure" (type: KEYBOARD, id 9)
[ 1455.918] (**) Option "xkb_rules" "evdev"
[ 1455.918] (**) Option "xkb_model" "pc104"
[ 1455.918] (**) Option "xkb_layout" "us"
[ 1455.918] (II) evdev: ROCCAT ROCCAT Kone Pure: initialized for relative axes.
[ 1455.918] (WW) evdev: ROCCAT ROCCAT Kone Pure: ignoring absolute axes.
[ 1455.918] (**) ROCCAT ROCCAT Kone Pure: (accel) keeping acceleration scheme 1
[ 1455.918] (**) ROCCAT ROCCAT Kone Pure: (accel) acceleration profile 0
[ 1455.918] (**) ROCCAT ROCCAT Kone Pure: (accel) acceleration factor: 2.000
[ 1455.918] (**) ROCCAT ROCCAT Kone Pure: (accel) acceleration threshold: 4
[ 1455.918] (II) config/udev: Adding input device ROCCAT ROCCAT Kone Pure (/dev/input/mouse0)
[ 1455.918] (**) ROCCAT ROCCAT Kone Pure: Applying InputClass "system-keyboard"
[ 1455.918] (II) No input driver specified, ignoring this device.
[ 1455.918] (II) This device may have been added with another device file.
[ 1455.919] (II) config/udev: Adding input device ROCCAT ROCCAT Kone Pure (/dev/input/event1)
[ 1455.919] (**) ROCCAT ROCCAT Kone Pure: Applying InputClass "evdev keyboard catchall"
[ 1455.919] (**) ROCCAT ROCCAT Kone Pure: Applying InputClass "system-keyboard"
[ 1455.919] (II) Using input driver 'evdev' for 'ROCCAT ROCCAT Kone Pure'
[ 1455.919] (**) ROCCAT ROCCAT Kone Pure: always reports core events
[ 1455.919] (**) evdev: ROCCAT ROCCAT Kone Pure: Device: "/dev/input/event1"
[ 1455.919] (--) evdev: ROCCAT ROCCAT Kone Pure: Vendor 0x1e7d Product 0x2dbe
[ 1455.919] (--) evdev: ROCCAT ROCCAT Kone Pure: Found keys
[ 1455.919] (II) evdev: ROCCAT ROCCAT Kone Pure: Configuring as keyboard
[ 1455.919] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb10/10-1/10-1:1.1/0003:1E7D:2DBE.0002/input/input3/event1"
[ 1455.919] (II) XINPUT: Adding extended input device "ROCCAT ROCCAT Kone Pure" (type: KEYBOARD, id 10)
[ 1455.919] (**) Option "xkb_rules" "evdev"
[ 1455.919] (**) Option "xkb_model" "pc104"
[ 1455.919] (**) Option "xkb_layout" "us"
[ 1455.919] (II) config/udev: Adding input device Topre Corporation Realforce 87 (/dev/input/event18)
[ 1455.919] (**) Topre Corporation Realforce 87: Applying InputClass "evdev keyboard catchall"
[ 1455.919] (**) Topre Corporation Realforce 87: Applying InputClass "system-keyboard"
[ 1455.919] (II) Using input driver 'evdev' for 'Topre Corporation Realforce 87'
[ 1455.919] (**) Topre Corporation Realforce 87: always reports core events
[ 1455.919] (**) evdev: Topre Corporation Realforce 87: Device: "/dev/input/event18"
[ 1455.919] (--) evdev: Topre Corporation Realforce 87: Vendor 0x853 Product 0x111
[ 1455.919] (--) evdev: Topre Corporation Realforce 87: Found keys
[ 1455.919] (II) evdev: Topre Corporation Realforce 87: Configuring as keyboard
[ 1455.919] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb4/4-6/4-6.4/4-6.4:1.0/0003:0853:0111.0004/input/input21/event18"
[ 1455.919] (II) XINPUT: Adding extended input device "Topre Corporation Realforce 87" (type: KEYBOARD, id 11)
[ 1455.919] (**) Option "xkb_rules" "evdev"
[ 1455.919] (**) Option "xkb_model" "pc104"
[ 1455.919] (**) Option "xkb_layout" "us"
[ 1455.919] (II) config/udev: Adding input device PC Speaker (/dev/input/event12)
[ 1455.919] (II) No input driver specified, ignoring this device.
[ 1455.919] (II) This device may have been added with another device file.
[ 1468.650] (II) NVIDIA(GPU-0): Not probing EDID on DFP-1.
[ 1468.650] (II) NVIDIA(GPU-0): Not probing EDID on DFP-0.
[ 1479.623] (EE)
[ 1479.623] (EE) Backtrace:
[ 1479.623] (EE) 0: /usr/bin/Xorg.bin (xorg_backtrace+0x56) [0x593a46]
[ 1479.623] (EE) 1: /usr/bin/Xorg.bin (0x400000+0x197b99) [0x597b99]
[ 1479.623] (EE) 2: /usr/lib/libc.so.6 (0x7fc16d4de000+0x339f0) [0x7fc16d5119f0]
[ 1479.623] (EE)
[ 1479.623] (EE) Segmentation fault at address 0x0
[ 1479.623] (EE)
Fatal server error:
[ 1479.623] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 1479.623] (EE)
[ 1479.623] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 1479.623] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 1479.623] (EE)
[ 1480.683] (EE) Server terminated with error (1). Closing log file.
I'm pretty much at my wits end here, nothing seems to affect what's going on...
EDIT:
While trying to fix this issue, I had also updated to xorg-server-git as per the recommendation in one of the threads I had seen on this issue.
Somehow, by doing this I had mesa-libgl and had overwritten the nvidia GLX module. Reinstalling the nvidia drivers fixed the problem, steam now launches fine.
Last edited by Xaero252 (2014-10-25 00:12:25)

deadlydeathcone wrote:EXA compositing just recently got enabled in the via drivers, so to get it working you're going to have to use CVS grabs of the openchrome drivers in addition to Xorg 7.1 with a few fixes patched in that haven't made it to head. I went through the same process in Edgy Eft (I don't currently use Arch, I'm just browsing the forums here as Arch looks like a very nice distro), but it's worth it as even though the compositing code is new it's very quick and stable.
All the necessary stuff is supposedly in the main repos. Arch is already using 7.1, the CVS openchrome drivers are in Extra (and crash just like the via and unichrome ones), etc.
(What fixes are you talking about though? There are unpatched bugs in the current version of the server that prevent EXA from working properly?)
byte wrote:The only thing I recognized when I enabled EXA (after reading 'man radeon') for a test was that it totally messed up font rendering. They got speckled, strokes were missing, really ugly.
That's interesting. I've used EXA before, and didn't find it to provide any noticable increase in the speed of compositing effects, but it definitely didn't mess up fonts like that. If I get it working I guess I'll be able to tell you if it's specific to radeon...
kth5 wrote:First of all, you can force either of the two 2D acceleration mechanisms, not both. Even though the X startup loads both that doesn't mean it uses both or the two conflict, it's just a method of letting it fall back gracefully just in case something goes wrong.
Okay, thanks for clearing that up.

Similar Messages

  • Live! Cam Voice causing XP to crash

    I have been using the Live! Cam Voice with no problems for about two months. However, now all of a sudden it is causing XP to crash and reboot, sometimes after an hour or so, and sometimes all it takes is having WebCam Center opened without uploading. I have tried uninstalling and reinstalling, and downloading the latest version of the driver and installing just that, while uploading from non-Creative software - XP still crashes, so I assume it is the driver that is the problem.
    I have also the driver and software for the NX Ultra (can't remember the exact name) installed, but this hasn't been interfering, as I said everything worked smoothly until a few days ago. Incidentally, the crashing started after I installed MS desktop search which made the PC very slow; it isn't currently installed, but the crash/reboot problem persists.
    Any idea what is wrong, and what I can do? Ta.

    Did you ever solve this problem? I have a similar problem on my desk top running Vista Home. I couldn't get the Vista driver (download from this wesite) to load so resorted to trying the XP dri've. This seemed to work until Vista put the machine into "Sleep" mode. After coming out of Sleep mode I eith have to restart the computer or disconnect and reconnect the webcam.

  • Changing output device causes Logic to crash

    When I attempt to change output devices, it causes Logic to crash.  Help Please..

    I suspect the issue is due to your video format... what format are your videos? Your problem will be solved by converting them to DV-AVI. See this FAQ on conversion:
    http://forums.adobe.com/thread/415317?tstart=0

  • Spotlight shortcut causing dock.app crash continuously

    Users of 10.8 that are experiencing constant crashes please note:
    if Spotlight Shortcut are changed to a shortcut keys used by other app. this cause constant crashes.
    Reset Spotlight keyboard shortcut to default shortcut in Preferences solved the problem here.
    Crashed are noticeable on Menu Bar [right side] and of course by Crash Reporter.
    Hope that helps.

    nice find! if you have the time, send this report to apple
    https://bugreport.apple.com

  • Slideshow project shared from iPhoto causes iDVD to crash

    I've searched the forum and found a few threads that sounded like they pertained to this issue, but I didn't see much discussion beyond the question or any answers that had confirmations that they solved the problem.
    I've created a slideshow project in iPhoto '08 (version 7.1.5), and I used the "Send to iDVD" option from the "Share" menu to send it to iDVD '08 (version 7.0.4). The export appears to work, a menu button appears in iDVD, and I'm able to work in iDVD to make changes to the theme, menu text, etc. However, if I try to actually view the slideshow movie in iDVD (either by double clicking on the menu button in the iDVD interface, or by using the "Preview DVD playback" button and then choosing the movie from the DVD menu), iDVD crashes. This is happening consistently. I've gone to my Movies folder and found the exported movie file that iPhoto created. This plays back in QuickTime Player just fine. If I add the movie to my iDVD project manually (as opposed to using the "Send to iDVD" option in iPhoto), it still causes iDVD to crash if I try to preview it.
    Out of curiosity I brought a non-iPhoto generated QuickTime movie into iDVD, and it played back with no problem. I checked the compression format. The movie that worked was an Apple Motion JPG A movie file. I tried another non-iPhoto generated QuickTime movie file. This time iDVD crashed again. I noticed that this second non-iPhoto generated movie file said it was using the "Apple MPEG4 Decompressor" which is the same format as the movie file that iPhoto did create. I then tried an Uncompressed 8-bit 4:2:2 QuickTime movie file and that worked just fine. Is that the problem? Apple MPEG-4 Decompressor movie files cause iDVD to crash? Could that really be possible when this is the format that iPhoto uses when exporting? Is there a solution? I don't see a way to select a different compression format when exporting/sharing a slideshow from iPhoto.
    I discovered this problem while teaching a class to 12 students who don't know much about doing creative projects on a Mac. There are going to be 12 folks who don't think very much of Apple's computers and/or its software if I don't get this problem solved quickly (last day of class is tomorrow). Everything has been going along swimmingly up until this final step of getting the slideshow into iDVD and then burning it to take home. I'm stunned that this isn't working since I've never run into this problem before, but it's happening consistently with every workstation I've tried here in this lab. All computers are running iLife '08. We're all trying to do the same thing. Slideshow project created in iPhoto, trying to send it to iDVD for burning. I been doing stuff with iPhoto and iDVD for years without problems, so I didn't think I needed to run through an entire process here in this lab before teaching the class. I just expected everything to work like it always does. D'oh!
    Help!

    UPDATE:
    In case you're interested.... Just because iDVD crashes when I try to preview my slideshow movie from iPhoto doesn't mean I can't successfully burn my DVD project to disc. I was skeptical, but it works. The burn process went off without a hitch, and the DVD plays back using Mac OS X's built-in DVD Player.
    Another workaround is to use the "OneStep DVD from Movie..." option in the iDVD file menu and avoid working inside of iDVD.
    Someone suggested that perhaps my trouble was connected to using a legacy theme as opposed to one of the newest 7.0 themes. Any truth to that?
    Just because I can burn a DVD successfully doesn't mean I wouldn't still like to fix the crash problem if possible. I'm grateful that I now know that I can work around the crashing problem, but I do think it's something that should be fixed and not just avoided.

  • Had to start Firefox in safe mode cause it kept crashing after i deleted the file. Now Fire fox Crashes every time I open it and I have to put it in safe mode j

    Had to start Firefox in safe mode cause it kept crashing after i deleted the file. Now Fire fox Crashes every time I open it and I have to put it in safe mode just to use it, also it's not syncing with my iPad.

    If you use Norton software, try disabling your Norton extensions. As of last week, there were severe compatibility issues with Firefox 24.

  • How do I fix problem causing Indesign to crash everytime I open it?

    I have had InDesign CC 2014 installed on windows 8 computer for month but recently I cannot open it as evertytime it crashed saying 'windows has encountered a problem causing InDesign to stop working' I have tried everything I can think of...please help! (I have it through creative cloud and my other programmes are fine so I don't understand why it is just InDesign?)

    What happened the last time it did work? Was there a crash? You might have bad recovery data that is causing it to crash again on restart.
    See Replace Your Preferences  for directions to the HIDDEN folders where your prefs are stored. The recovery folder is in the same location as the InDesign SavedData file. Empty it and try again.

  • IPhone iOS 8: Tapping on photo icon in messages app causes app to crash

    Issue (?ios 8 bug?): Tapping on photo icon in messages app causes app to crash. Present in ios 8.0, and also still in ios 8.0.2. iPhone 6+ 64GB.
    I just wondered if anyone else has been having this problem.
    Initially it worked great. Tapping the photo button next to the text box in message should bring up a menu with your latest photos and other sharing options. However, after the first couple of days, tapping the button brought up the menu, the phone freezes, and then after a few seconds the photo app crashes.
    Deleting most of my photos restored the function, but after another couple of days (and some more photos) it started happening again so I think perhaps it is related to the number of photos. After about 5-10 photos it loads the menu very slowly and its quite buggy. After 20+ photos it wont load the menu at all without freezing and the app crashing.
    My iphone 6+ was set up as a new phone (not restored from back-up).
    I hope this is some kind of bug that will be fixed in ios 8.0.3, but wondered if anyone else has the same problem or has any solutions?
    My workaround at the moment is just to go the photos app and either copy and paste the photo into a message, or share the photo via the photos app.

    I have this same issue with my 128 gb 6 plus.  I've tried restoring as new on a few occasions, but to no avail.  I did notice while my pc was synchronizing my apps, that the feature worked fine a few times until the synchronization was complete.  I seriously hope that the numbers of photos limits one's use of the feature, because i purchased the 128 gb 6 plus so that i could keep photos at my ready.
    Has anyone heard of a solution yet?

  • Windows doesn't recognize Ipod and causes iTunes to Crash. . HELP!!

    Hi,
    Recently, I plugged in my ipod (30GB Photo) to my computer (running windows XP with SP2) and it caused itunes to crash. I rebooted the machine and tried again and the same thing has happened. I've spent the past day trying to fix it. I have done the following things and nothing has worked:
    -reset my IPOD
    -formated my IPOD (erased all the songs)
    -uninstalled and reinstalled ITUNES & QUICKTIME
    -tried to reinstall the ipod on the computer using the original cd.
    -disabled startup items to check if anything has been conflicting
    -tried all the usb ports on my computer and 2 different wires
    I don't know what else to do! I don't think the ipod is formatted for windows anymore (is that possible?) and whenever I try plugging it in, iTunes freezes up until I unplug the ipod. As well, Explorer recognizes it as a "Removable Disk" not IPOD.
    Please helpppppp! Thank you sooo much

    Hi there
    You're pretty much describing a problem I had yesterday.
    I've got the 2gb model and initially it was working fine. I run off a 4 port usb hub with other equipment running as well.
    Everything was okay but I kept getting a balloon telling me that usb 2.0 would be faster, so I routed my extension cable directly to a usb 2.0 port on my computer and all of what you describe started.
    The PC showed my nano as a removeable drive but could not be acesssed. If I managed to get it recognised in itunes (took forever) then it just said it was corrupted and was unable to restore.
    After much cursing and trawling the internet for answers, I gave up and put the cable back to the hub.
    And.....everything worked again !!
    I can only conclude that my hub (quite old) does not work on usb 2.0, or putting the extension cable (5m) straight into my PC causes a power drop / signal loss ??
    Are you using an extension cable or a hub? something to try.
    Good luck anyway
    Regards
      Windows XP Pro  

  • Microsoft Office for Mac open recent File menu option causing AFP to crash

    Hi all,
    We have an Xserve running Mac OS X Server Leopard 10.5.8. The Xserve hosts three file shares for about 60 users. Our network is 99% Mac based running mostly 10.5.8 with a few 10.6.x. We have historically over the past several years had the AFP service become unreliable and crash frequently. Late last week the AFP service crashes constantly. The quick solution to getting it up and running is to delete the AFP.conf file in /etc.
    We have troubleshot one cause of AFP crashing to the Open Recent... File menu option in Microsoft Office for Mac applications. That is, through some amount (haven't been able to narrow it down to how much) of opening documents on the share via the Open Recent menu the AFP service will crash.
    Here's what's happening in the AppleFileServer .crash file:
    Process: AppleFileServer [26065]
    Path: /usr/sbin/AppleFileServer
    Identifier: AppleFileServer
    Version: ??? (???)
    Code Type: X86 (Native)
    Parent Process: launchd [1]
    Date/Time: 2010-04-12 13:25:54.666 -0700
    OS Version: Mac OS X Server 10.5.8 (9L34)
    Report Version: 6
    Anonymous UUID: 273147DD-D725-4DAB-B403-95391FF85FE1
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000015
    Crashed Thread: XX
    ******** blah *********
    Thread XX Crashed:
    0 AppleFileServer 0x0004bc15 operator+(OSException&) + 103513
    1 AppleFileServer 0x00064988 operator+(OSException&) + 205260
    2 AppleFileServer 0x0006da4e operator+(OSException&) + 242322
    3 AppleFileServer 0x000711f3 operator+(OSException&) + 256567
    4 AppleFileServer 0x00071446 operator+(OSException&) + 257162
    5 AppleFileServer 0x00076686 operator+(OSException&) + 278218
    6 AppleFileServer 0x000790d7 operator+(OSException&) + 289051
    7 AppleFileServer 0x0004560c operator+(OSException&) + 77392
    8 AppleFileServer 0x00044269 operator+(OSException&) + 72365
    9 AppleFileServer 0x00044343 operator+(OSException&) + 72583
    10 libSystem.B.dylib 0x9587c155 pthreadstart + 321
    11 libSystem.B.dylib 0x9587c012 thread_start + 34
    This is followed by a lot of these entries in AppleFileService.log file:
    IP xx.xx.xx.xx - - [12/Apr/2010:13:25:54 -0800] "Login username" 0 0 0
    IP xx.xx.xx.xx - - [12/Apr/2010:13:25:54 -0800] "No matching key: username" 1271103954 1271103943 1
    ** - - [12/Apr/2010:13:26:15 -0800] "Mounted Volume VOLUME1" 0 0 0
    ** - - [12/Apr/2010:13:26:15 -0800] "Mounted Volume VOLUME2" 1 0 0
    ** - - [12/Apr/2010:13:26:15 -0800] "DiskArbStart -" 0 0 0
    Our solution is to have all our users turn off the open recent option in Word, Excel, and PowerPoint. Not an ideal solution but it may get the AFP service running "good enough."
    Has anyone had an experience like this before or can anyone duplicate the AFP service crashing when trying to open documents on a share via the open recent menu? Any other ideas?
    Thanks

    Update.
    I have been able to consistently reproduce a problem where the AFP service will crash if a file that a user has an alias to is moved to a folder and the user is denied access to .
    1. On your Mac create an alias to a file or folder, that you have access to, that is stored on a share served via AFP. The alias can be in the Places section of a Finder window, on the Desktop, or anywhere an alias can be created. Lets call what the alias points to the target.
    2. Move the target to a folder on the AFP share and deny the user or group Read & Write access to that folder.
    3. Try accessing the target via the alias created in step 1.
    The AFP service should crash.
    Can anyone reproduce this crash scenario too?

  • External hard drive causing finder to crash

    The problem in a nutshell:
    On 2 different occasions today, trying to open the hard drive folder (after not accessing the EHD for a couple hours) caused Finder to crash and my Macbook hung on shutdown - I had to unplug the USB hub or do a forced manual shutdown. When restarting the computer, my computer couldn't read the hard drive - I did find a way to fix that (see details below).
    I don't know why this is happening in the first place or whether this indicates a bigger problem. Thus far, all data on these drives is backed up elsewhere, but I want these drives to be my backup (aside from DVD hard copies, of course). If anyone knows what may be causing this problem, I'd appreciate your help, thanks!
    My system:
    I have an early 2008 Macbook with OSX 10.6.8 and 4GB RAM.
    Last week I bought two identical Hitachi DeskPro 3TB USB hard drives -- call them External HD A & B --, connected to my Macbook via a USB hub that has its own power source. The EHDs have their own power sources as well. All power sources are plugged into surge-protected power strips. (The EHD B is a cloned copy of the EHD A using backup software).
    Each EHD is divided into 3 partitions.
    In System Preferences, I did NOT choose to have the hard drive(s) go to sleep whereever possible.
    Both EHDs run cool - I've never seen any sign of overheating.
    Details of What Happened:
    Both times, I was actively using my computer but hadn't accessed the EHD for a couple hours or so.  Both times, only EHD A was present in the Finder. (EHD B was physically plugged in, but ejected from Finder, as is my ususal practice.)
    Upon restart, I got a message that "a drive plugged into this computer cannot be read", giving me the option to Initialize, Ignore, or Eject. Restarting my Macbook (with one or both EHDs connected) didn't make a difference.
    Neither drive showed up in Disk Utility, but they both showed up in System Profiler under USB, albeit with much fewer details than when the drives are showing up normally. The scanner attached to the USB hub has worked just fine.
    Both times, the solution to the undetectable EHD problem was to plug in the drive's power source directly into the wall socket and the drive would promptly show up on my desktop. (It doesn't matter whether I plugged the USB directly into my Macbook or kept it plugged into the USB hub.) Once I do that, I can eject the drive, plug it back into the power strip, and it works just fine. I verified the drives in Disk Utility both times and they tested ok.

    I'm replying to my own post here since it's far to late to update the original message: To update: after more than 6 months, I can verify that the solution given at bottom of my original post (plugging the drive directly into a wall socket) has worked every time, both in the US and in Asia.  I have no idea why this is so, just that it works.

  • Importing video from sony handy cam HDR-cx130 keeps causing imovies to crash. any solutions?

    importing video from sony handy cam HDR-cx130 keeps causing imovies to crash. any solutions? This started happening since the last update if that helps.

  • Noise Ninja Causing CS6 to Crash

    I have read a previous post regarding this issue, but it did not apply to my problem, so here goes.
    Attempting to run the Noise Ninja plug-in causes Photoshop to crash.
    I have tried to run Noise Ninja on several 16-bit CR2 as Smart Object files (opened from ACR) and a 16-bit TIFF as Smart Object file (opened from Photoshop) and each time after the 'Profiling Image' step completes and the Noise Ninja dialog box opens, Photoshop crashes. I have tried using both the 32-bit and 64-bit versions of the plug-in (in there respective versions of Photoshop) and the same thing happens.
    The Plug-ins have been installed properly using the manufacturer's installer.
    I have tried rebooting my computer.
    I have tried uninstalling/reinstalling Noise Ninja.
    I have tried uninstalling/reinstalling CS6.
    I haven't encountered any other issues.
    Noise Ninja still works fine in CS5.
    Windows
    Application Error Event Logs for the last crash:
    1.
    Fault bucket , type 0
    Event Name: APPCRASH
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: Photoshop.exe
    P2: 13.0.0.0
    P3: 4f551de1
    P4: KERNELBASE.dll
    P5: 6.1.7601.17651
    P6: 4e21213c
    P7: e06d7363
    P8: 000000000000cacd
    P9:
    P10:
    Attached files:
    C:\Users\frank\AppData\Local\Temp\WEREA0.tmp.WERInternalMetadata.xml
    These files may be available here:
    C:\Users\frank\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_Photoshop.exe_50 5c74e816bde25e9ffe099da221376ed9cc1f_12923a32
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: b07f32a1-7613-11e1-8ac2-bcaec5e326ae
    Report Status: 1
    2.
      Faulting application name: Photoshop.exe, version: 13.0.0.0, time stamp: 0x4f551de1
    Faulting module name: KERNELBASE.dll, version: 6.1.7601.17651, time stamp: 0x4e21213c
    Exception code: 0xe06d7363
    Fault offset: 0x000000000000cacd
    Faulting process id: 0x12e4
    Faulting application start time: 0x01cd0a2068f96bcd
    Faulting application path: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Photoshop.exe
    Faulting module path: C:\Windows\system32\KERNELBASE.dll
    Report Id: b07f32a1-7613-11e1-8ac2-bcaec5e326ae
    System Info:
    Adobe Photoshop Version: 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: AMD CPU Family:15, Model:4, Stepping:3 with MMX, SSE Integer, SSE FP, SSE2, SSE3
    Physical processor count: 4
    Processor speed: 3456 MHz
    Built-in memory: 8191 MB
    Free memory: 5097 MB
    Memory available to Photoshop: 7261 MB
    Memory used by Photoshop: 60 %
    Image tile size: 132K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    Video Card Vendor: ATI Technologies Inc.
    Video Card Renderer: ATI Radeon HD 5700 Series
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 1080, right: 1920
    Video Card Number: 1
    Video Card: ATI Radeon HD 5700 Series
    OpenCL Unavailable
    Driver Version: 8.950.0.0
    Driver Date: 20120214000000.000000-000
    Video Card Driver: aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atiumd64.dll,atidxx64.d ll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
    Video Mode: 1920 x 1080 x 4294967296 colors
    Video Card Caption: ATI Radeon HD 5700 Series
    Video Card Memory: 1024 MB
    Video Rect Texture Size: 16384
    Serial number: Tryout Version
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\
    Temporary file path: C:\Users\frank\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 227.4G, 87.1G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2012/01/18-15:07:40   66.492997   66.492997
       adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
       AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
       AdobeOwl.dll   Adobe Owl 2012/02/09-16:00:02   4.0.93   66.496052
       AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
       AdobePIP.dll   Adobe Product Improvement Program   6.0.0.1642  
       AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
       adobe_caps.dll   Adobe CAPS   5,0,10,0  
       AGM.dll   AGM 2012/01/18-15:07:40   66.492997   66.492997
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   62.490293
       aif_ocl.dll   AIF   3.0   62.490293
       aif_ogl.dll   AIF   3.0   62.490293
       amtlib.dll   AMTLib (64 Bit)   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
       ARE.dll   ARE 2012/01/18-15:07:40   66.492997   66.492997
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2012/01/18-15:07:40   66.492997   66.492997
       BIBUtils.dll   BIBUtils 2012/01/18-15:07:40   66.492997   66.492997
       boost_date_time.dll   DVA Product   6.0.0  
       boost_signals.dll   DVA Product   6.0.0  
       boost_system.dll   DVA Product   6.0.0  
       boost_threads.dll   DVA Product   6.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.0.5.19287   2.0.5.19287
       CoolType.dll   CoolType 2012/01/18-15:07:40   66.492997   66.492997
       data_flow.dll   AIF   3.0   62.490293
       dvaaudiodevice.dll   DVA Product   6.0.0  
       dvacore.dll   DVA Product   6.0.0  
       dvamarshal.dll   DVA Product   6.0.0  
       dvamediatypes.dll   DVA Product   6.0.0  
       dvaplayer.dll   DVA Product   6.0.0  
       dvatransport.dll   DVA Product   6.0.0  
       dvaunittesting.dll   DVA Product   6.0.0  
       dynamiclink.dll   DVA Product   6.0.0  
       ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
       FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
       filter_graph.dll   AIF   3.0   62.490293
       hydra_filters.dll   AIF   3.0   62.490293
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       image_compiler.dll   AIF   3.0   62.490293
       image_flow.dll   AIF   3.0   62.490293
       image_runtime.dll   AIF   3.0   62.490293
       JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2.1.2.1640  
       mediacoreif.dll   DVA Product   6.0.0  
       MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS6   CS6  
       Plugin.dll   Adobe Photoshop CS6   CS6  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (64 bit)   3.0.0.383  
       PSArt.dll   Adobe Photoshop CS6   CS6  
       PSViews.dll   Adobe Photoshop CS6   CS6  
       SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
       ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
       tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
       WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       3D Studio 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       ADM 3.11x01
       Angled Strokes 13.0
       Average 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Bas Relief 13.0
       BMP 13.0
       Camera Raw 7.0
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Clouds 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Collada 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Color Halftone 13.0
       Colored Pencil 13.0
       CompuServe GIF 13.0
       Conté Crayon 13.0
       Craquelure 13.0
       Crop and Straighten Photos 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Crop and Straighten Photos Filter 13.0
       Crosshatch 13.0
       Crystallize 13.0
       Cutout 13.0
       Dark Strokes 13.0
       De-Interlace 13.0
       Dicom 13.0
       Difference Clouds 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Embed Watermark 4.0
       Entropy 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Extrude 13.0
       FastCore Routines 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Flash 3D 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Google Earth 4 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Grain 13.0
       Graphic Pen 13.0
       Halftone Pattern 13.0
       HDRMergeUI 13.0
       IFF Format 13.0
       Ink Outlines 13.0
       JPEG 2000 13.0
       Kurtosis 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Maximum 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Mean 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Measurement Core 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Median 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Mezzotint 13.0
       Minimum 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       MMXCore Routines 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Ocean Ripple 13.0
       Oil Paint 13.0
       OpenEXR 13.0
       Paint Daubs 13.0
       Palette Knife 13.0
       Patchwork 13.0
       Paths to Illustrator 13.0
       PCX 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Picture Package Filter 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Pinch 13.0
       Pixar 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Plaster 13.0
       Plastic Wrap 13.0
       PNG 13.0
       Pointillize 13.0
       Polar Coordinates 13.0
       Portable Bit Map 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Range 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Read Watermark 4.0
       Reticulation 13.0
       Ripple 13.0
       Rough Pastels 13.0
       Save for Web 13.0
       ScriptingSupport 13.0
       Shear 13.0
       Skewness 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Standard Deviation 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Sumi-e 13.0
       Summation 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       U3D 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Underpainting 13.0
       Vanishing Point 13.0
       Variance 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Variations 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       Wavefront|OBJ 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       WIA Support 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Wind 13.0
       Wireless Bitmap 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       ZigZag 13.0
    Optional and third party plug-ins:
       Noise Ninja NO VERSION
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

    The root cause of this issue has been traced to an apparent bug in the public beta version of CS6.  Its been reported to Adobe and they are looking at it.    There were no issues with CS6 m.122 and this problem started with the public beta release (m.415).     Noise Ninja should not be crashing Photoshop because of this problem however.  It should merely report an error processing the image.    PictureCode will release an update very soon.  The update will fix the crash of CS6 and I expect it to have a workaround for the CS6 problem as well.

  • MS14-080 Cumulative Security Update for IE causes IE9 to crash with iframe.dll error

    Anyone heard from MS about a fix for MS14-080?
    We've switched off all Windows Updates on our network since MS14-080 went on and started causing IE9 to crash. 
    Appears to crash IE repeatedly when accessing pages using frames.
    EVENT LOG: Application  EVENT TYPE: Error  SOURCE: Application Error  CATEGORY: Application Crashing
    Events  EVENT ID: 1000  COMPUTER:  TIME: Thu 2014-12-11 08:52:14 AM  MESSAGE: Faulting application name: iexplore.exe, version: 9.0.8112.16599, time stamp: 0x5473964b Faulting module name: IEFRAME.dll, version: 9.0.8112.16599, time stamp:
    0x547396ec Exception code: 0xc0000005 Fault offset: 0x001a8290 Faulting process id: 0x13e8 Faulting application start time: 0x01d015520bb830fa Faulting application path: C:\Program Files (x86)\Internet Explorer\iexplore.exe Faulting module path: C:\Windows\system32\IEFRAME.dll
    Report Id: 4adcd51a-8145-11e4-9906-7845c40d6d6c 

    Hi Adrian,
    About this issue, we have received feedback and is working on fixing this issue. Meanwhile, you could submit the
    feedback in this website:
    https://connect.microsoft.com/IE/Feedback
    Karen Hu
    TechNet Community Support

  • Printing causes macpro to crash/restart

    printing causes macpro to crash/restart

    OK, I understand borderless printing is not supported on plain paper, but I don't think a hard crash is an acceptable result.
    I can live with the minimize margins turned on but that opens up another documented bug where the last line to line and a half are not printed on the last sheet in a print set, If you are only printing one sheet at a time than every sheet will be missing this print. Has HP come up with or even looked into why this is happening?
    Thanks,
    Don

Maybe you are looking for