Having problems with Boxee installation

I'm quite new with Linux, I decided Arch was the distribution I wanted to use.  I didn't understand it, and that's a much better way to learn (in my opinion) is by confronting yourself with a problem and finding ways or help from other people so you know in the future.
So far, everything I've done has been fairly straight forward and when I've had a problem I've been able to just google it, and find an answer...  Just in this case, not so much.
I've been waiting for quite a while to install Boxee via the AUR located @ http://aur.archlinux.org/packages.php?ID=22241 when it became stable enough for x86_64, but people get busy and I'm sure that isn't the package maintainers top priority.  However, in one of the comments, a user came across some progress and uploaded his own source tarball.  Having really never installed without pacman or yaourt, I thought it'd be some fun to try and do it.
These are the steps I took in that quest:
cd ~
mkdir test
cd !*
wget http://distant-giant.com/boxee-1.2.0.20310-1.src.tar.gz
tar zxvf boxee-1.2.0.20310-1.src.tar.gz
cd boxee
makepkg -s
sudo pacman -U boxee-1.2.0.20310-1-x86_64.pkg.tar
It looked like it installed correctly, cool!  Let's find out how in the world I open it up!
[matthew@developer ~]$ pacman -Qi boxee
Name : boxee
Version : 1.2.0.20310-1
URL : http://www.boxee.tv/
Licenses : GPL
Groups : None
Provides : None
Depends On : fribidi libpng mesa libsamplerate libjpeg-turbo libmad jasper libogg libvorbis libmysqlclient libmms sdl_mixer libcdio enca hal zip libvdpau gperf unzip
faad2 smbclient lzo2 fontconfig libtiff libxtst libxinerama libxrandr faac avahi
Optional Deps : None
Required By : None
Conflicts With : None
Replaces : None
Installed Size : 4.00 K
Packager : Unknown Packager
Architecture : x86_64
Build Date : Sun 02 Oct 2011 03:52:43 PM PDT
Install Date : Sun 02 Oct 2011 03:55:52 PM PDT
Install Reason : Explicitly installed
Install Script : No
Description : A freeware cross-platform media center software with social networking features that is a fork of the open source XBMC media center
[matthew@developer ~]$ pacman -Ql boxee
[matthew@developer ~]$
Ruh-roh. X_X  Can't find anything.  Did some manual searching in some places I had suspicions it'd be in, but that turned out to be... not there, too.
Much appreciated if someone would be so kind as to help a dork out!

Tried running a debug this time and saving a log.  Whenever I start boxee, I have to restart X to get out of the application.  It looks like (I think) what I said before, that it hangs my system:
Got this trying ./Boxee --debug > ~/boxee.log
03/10/11 10:32:36.2695#DEBUG#bxbgprocess.cpp:180(Start)#bg process [name=thumb-loader] initialized. [m_lazy=1=TRUE] -> MaxNumOfWorkingThreads was set to [2]
03/10/11 10:32:36.2710#DEBUG#bxbgprocess.cpp:180(Start)#bg process [name=Application Messenger] initialized. [m_lazy=1=TRUE] -> MaxNumOfWorkingThreads was set to [1]
03/10/11 10:32:36.2711#DEBUG#bxbgprocess.cpp:180(Start)#bg process [name=Http Cache CleanUp] initialized. [m_lazy=1=TRUE] -> MaxNumOfWorkingThreads was set to [1]
03/10/11 10:32:36.2765#DEBUG#bxcurl.cpp:115(Initialize)#curl initialized. version <7.22.0>
Running Boxee test...
And the log goes to... /tmp/matthew-boxee.log
03:32:36.0283 NOTICE: -----------------------------------------------------------------------
03:32:36.0283 NOTICE: Starting BOXEE, Platform: GNU/Linux. Built on Oct 2 2011 (WCREV)
03:32:36.0283 NOTICE: special://xbmc/ is mapped to: /home/matthew/boxee/boxee/src/boxee-ce4100-1.2.0
03:32:36.0283 NOTICE: special://masterprofile/ is mapped to: /home/matthew/.boxee/UserData
03:32:36.0283 NOTICE: special://home/ is mapped to: /home/matthew/.boxee/UserData
03:32:36.0284 NOTICE: special://temp/ is mapped to: /home/matthew/.boxee/temp
03:32:36.0284 NOTICE: special://userhome/ is mapped to: /home/matthew
03:32:36.0284 NOTICE: The executable running is: /home/matthew/boxee/boxee/src/boxee-ce4100-1.2.0/Boxee
03:32:36.0284 NOTICE: Log File is located: /tmp/matthew-boxee.log
03:32:36.0284 NOTICE: -----------------------------------------------------------------------
03:32:36.0284 ERROR: /home/matthew/boxee/boxee/src/boxee-ce4100-1.2.0/system/settingsmap.xml: <setting> servers.jsonrpcserver was not found
03:32:36.0288 ERROR: CXRandR::Query - unable to open xrandr xml
03:32:36.0288 NOTICE: Setup SDL
03:32:36.0325 ERROR: CXRandR::Query - unable to open xrandr xml
03:32:36.0328 ERROR: CXRandR::Query - unable to open xrandr xml
03:32:36.0328 INFO: Available videomodes (xrandr):
03:32:36.0331 ERROR: CXRandR::Query - unable to open xrandr xml
03:32:36.0331 INFO: Number of connected outputs: 0
03:32:36.0331 INFO: Drives are mapped
03:32:36.0331 NOTICE: load settings...
03:32:36.0331 NOTICE: special://profile/ is mapped to: special://masterprofile/
03:32:36.0331 NOTICE: loading special://masterprofile/guisettings.xml
03:32:36.0332 INFO: Writing to syslog disabled
03:32:36.0332 NOTICE: Getting hardware information now...
03:32:36.0333 INFO: Using analog output
03:32:36.0333 INFO: AC3 pass through is disabled
03:32:36.0333 INFO: DTS pass through is disabled
03:32:36.0333 INFO: Audio library is ALSA
03:32:36.0333 NOTICE: Checking resolution 12
10:32:36.0333 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
10:32:36.0333 NOTICE: Loaded playercorefactory configuration
10:32:36.0333 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
10:32:36.0333 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
10:32:36.0333 NOTICE: No advancedsettings.xml to load (special://masterprofile/advancedsettings.xml)
10:32:36.0333 NOTICE: Default DVD Player: dvdplayer
10:32:36.0333 NOTICE: Default Video Player: dvdplayer
10:32:36.0333 NOTICE: Default Audio Player: paplayer
10:32:36.0333 NOTICE: special://masterprofile/sources.xml
10:32:36.0389 NOTICE: Using fbConfig[0]
10:32:36.0392 INFO: GL: Maximum texture width: 2048
10:32:36.0482 INFO: LIRC device not found
10:32:36.0485 NOTICE: GL_VENDOR = NVIDIA Corporation
10:32:36.0485 NOTICE: GL_RENDERER = GeForce 9800 GTX/9800 GTX+/PCI/SSE2
10:32:36.0485 NOTICE: GL_VERSION = 3.3.0 NVIDIA 280.13
10:32:36.0485 NOTICE: GL_SHADING_LANGUAGE_VERSION = 3.30 NVIDIA via Cg compiler
10:32:36.0486 NOTICE: GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX = 524288
10:32:36.0486 NOTICE: GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX = 524288
10:32:36.0486 NOTICE: GL_EXTENSIONS = GL_ARB_blend_func_extended GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_ES2_compatibility GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_provoking_vertex GL_ARB_robustness GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_shading_language_include GL_ARB_shadow GL_ARB_sync GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_compression GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_swizzle GL_ARB_timer_query GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_provoking_vertex GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_swizzle GL_EXT_texture_type_2_10_10_10_REV GL_EXT_timer_query GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_x11_sync_object GL_EXT_import_sync_object GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_alpha_test GL_NV_blend_minmax GL_NV_blend_square GL_NV_complex_primitives GL_NV_conditional_render GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_explicit_multisample GL_NV_fbo_color_attachments GL_NV_fence GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragdepth GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_gpu_program4 GL_NV_half_float GL_NV_light_max_exponent GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_path_rendering GL_NV_pixel_data_range Ignoring unknown parameter "debug"
Ignoring unknown parameter "debug"
GL_NV_point_sprite GL_NV_primitive_restart GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_shader_buffer_load GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc GL_NV_texture_env_combine4 GL_NV_texture_expand_normal GL_NV_texture_lod_clamp GL_NV_texture_multisample GL_NV_texture_rectangle GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_vdpau_interop GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NVX_conditional_render GL_NVX_gpu_memory_info GL_OES_depth24 GL_OES_depth32 GL_OES_depth_texture GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_array_object GL_OES_vertex_half_float GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum
10:32:36.0486 INFO: CGraphicContext::SetVideoResolution res = 12 width = 0 height = 0 screen id = 0
10:32:36.0489 ERROR: GLX: Same window as before, refreshing context
10:32:36.0490 INFO: GL: Maximum texture width: 2048
10:32:36.0491 ERROR: Texture manager unable to load file: special://xbmc/media/Splash.jpg
10:32:36.0492 WARNING: ReleaseTextureInternal: Unable to release texture special://xbmc/media/Splash.jpg
10:32:36.0547 INFO: load language info file [/home/matthew/boxee/boxee/src/boxee-ce4100-1.2.0/language/English/langinfo.xml]
10:32:36.0548 INFO: load language file [/home/matthew/boxee/boxee/src/boxee-ce4100-1.2.0/language/English/strings.xml]
10:32:36.0562 INFO: load keymapping
10:32:36.0564 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
10:32:36.0569 INFO: Loading special://xbmc/system/keymaps/joystick.AppleRemote.xml
10:32:36.0570 INFO: Loading special://xbmc/system/keymaps/joystick.Harmony.xml
10:32:36.0572 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
10:32:36.0574 INFO: Loading special://xbmc/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
10:32:36.0574 INFO: Loading special://xbmc/system/keymaps/joystick.WiiRemote.xml
10:32:36.0576 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
10:32:36.0578 WARNING: Keymapping error: no such action 'tabnext' defined
10:32:36.0578 WARNING: Keyboard Translator: Can't find button volumeup
10:32:36.0579 WARNING: Keyboard Translator: Can't find button volumedown
10:32:36.0579 WARNING: Keyboard Translator: Can't find button mute
10:32:36.0582 INFO: Loading special://xbmc/system/keymaps/remote.xml
10:32:36.0584 WARNING: Keymapping error: no such action 'nubmer2' defined
10:32:36.0588 INFO: Loading special://xbmc/system/Lircmap.xml
10:32:36.0588 INFO: load charsets
10:32:36.0588 INFO: Checking skin version of: boxee
10:32:36.0588 INFO: Skin version is: 2.1 (2.100000)
10:32:36.0589 INFO: GUI format 0x0 0x0
10:32:36.0589 ERROR: **** FAILED to create fbo. status: 8cd6
10:32:36.0591 INFO: CZeroconfBrowserAvahi::clientCallback: avahi server not available. But may become later...
10:32:36.0591 INFO: CZeroconfBrowserAvahi::doAddServiceType client not available. service browsing queued
10:32:36.0591 INFO: CZeroconfBrowserAvahi::doAddServiceType client not available. service browsing queued
10:32:36.0591 INFO: CZeroconfBrowserAvahi::doAddServiceType client not available. service browsing queued
10:32:36.0591 INFO: CZeroconfBrowserAvahi::doAddServiceType client not available. service browsing queued
10:32:36.0591 INFO: CZeroconfBrowserAvahi::doAddServiceType client not available. service browsing queued
10:32:36.0591 INFO: CZeroconfBrowserAvahi::doAddServiceType client not available. service browsing queued
10:32:36.0594 ERROR: Initialize - pcm_open_lconf, alsa error: -2 - No such file or directory
10:32:36.0594 ERROR: Creating a Null Audio Renderer, Check your audio settings as this should not happen
10:32:36.0594 INFO: creating subdirectories
10:32:36.0594 INFO: userdata folder: special://masterprofile/
10:32:36.0594 INFO: recording folder:
10:32:36.0594 INFO: screenshots folder:special://home/screenshots
10:32:36.0594 INFO: thumbnails folder:special://masterprofile/Thumbnails
10:32:36.0790 NOTICE: start dvd mediatype detection
10:32:36.0790 NOTICE: initializing playlistplayer
10:32:36.0790 NOTICE: DONE initializing playlistplayer
10:32:36.0794 INFO: CCheckInternetConnectionJob::DoWork - Checking the internet connection. [server=1][internet=1] (offline) 0
10:32:36.0794 NOTICE: load default skin:[boxee]
10:32:36.0794 INFO: load skin from:special://xbmc/skin/boxee
10:32:36.0794 INFO: delete old skin...
10:32:36.0795 INFO: Default 4:3 resolution directory is special://xbmc/skin/boxee/720p
10:32:36.0795 INFO: Default 16:9 resolution directory is special://xbmc/skin/boxee/720p
10:32:36.0795 INFO: Skin version is: 2.1
10:32:36.0795 INFO: Loading skin includes from /home/matthew/boxee/boxee/src/boxee-ce4100-1.2.0/skin/boxee/720p/includes.xml
10:32:36.0818 INFO: load fonts for skin...
10:32:36.0818 INFO: Loading fonts from special://xbmc/skin/boxee/720p/Font.xml
10:32:36.0820 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:36.0821 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:36.0821 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:36.0823 INFO: load new skin...
10:32:36.0823 INFO: Skin version is: 2.1 (2.100000)
10:32:36.0826 INFO: Loading user windows, path special://xbmc/skin/boxee/720p
10:32:36.0826 INFO: Loading skin file: special://xbmc/skin/boxee/720p/custom_boxee_osd_settings.xml
10:32:36.0826 INFO: Loading skin file: special://xbmc/skin/boxee/720p/custom_boxee_credits.xml
10:32:36.0826 INFO: Loading user windows, path special://xbmc/skin/boxee/720p
10:32:36.0827 INFO: Loading skin file: special://xbmc/skin/boxee/720p/custom_boxee_osd_settings.xml
10:32:36.0827 INFO: Loading skin file: special://xbmc/skin/boxee/720p/custom_boxee_credits.xml
10:32:36.0827 INFO: Loading user windows, path special://xbmc/skin/boxee/720p
10:32:36.0827 INFO: Loading skin file: special://xbmc/skin/boxee/720p/custom_boxee_osd_settings.xml
10:32:36.0828 INFO: Loading skin file: special://xbmc/skin/boxee/720p/custom_boxee_credits.xml
10:32:36.0871 WARNING: CPingJob::DoWork - Going to check ping. [server=1][internet=1] (ping)
10:32:37.0006 INFO: initialize new skin...
10:32:37.0012 ERROR: **** FAILED to create fbo. status: 8cd6
10:32:37.0012 INFO: Loading special://xbmc/skin/boxee/sounds/sounds.xml
10:32:37.0012 INFO: skin loaded...
10:32:37.0012 ERROR: Error, trying to add a second window with id 10008 to the window manager
10:32:37.0013 ERROR: Error, trying to add a second window with id 10429 to the window manager
10:32:37.0017 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0017 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0017 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0017 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0017 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0017 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0017 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0017 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0017 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0017 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0017 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
After that I noticed that there was already a log file @ /tmp/matthew-boxee.log, so I opened that up too.
03:32:36.0283 T:140198099462208 M:3652194304 NOTICE: -----------------------------------------------------------------------
03:32:36.0283 T:140198099462208 M:3652194304 NOTICE: Starting BOXEE, Platform: GNU/Linux. Built on Oct 2 2011 (WCREV)
03:32:36.0283 T:140198099462208 M:3652194304 NOTICE: special://xbmc/ is mapped to: /home/matthew/boxee/boxee/src/boxee-ce4100-1.2.0
03:32:36.0283 T:140198099462208 M:3652194304 NOTICE: special://masterprofile/ is mapped to: /home/matthew/.boxee/UserData
03:32:36.0283 T:140198099462208 M:3652194304 NOTICE: special://home/ is mapped to: /home/matthew/.boxee/UserData
03:32:36.0284 T:140198099462208 M:3652194304 NOTICE: special://temp/ is mapped to: /home/matthew/.boxee/temp
03:32:36.0284 T:140198099462208 M:3652194304 NOTICE: special://userhome/ is mapped to: /home/matthew
03:32:36.0284 T:140198099462208 M:3652194304 NOTICE: The executable running is: /home/matthew/boxee/boxee/src/boxee-ce4100-1.2.0/Boxee
03:32:36.0284 T:140198099462208 M:3652194304 NOTICE: Log File is located: /tmp/matthew-boxee.log
03:32:36.0284 T:140198099462208 M:3652194304 NOTICE: -----------------------------------------------------------------------
03:32:36.0284 T:140198099462208 M:3652194304 ERROR: /home/matthew/boxee/boxee/src/boxee-ce4100-1.2.0/system/settingsmap.xml: <setting> servers.jsonrpcserver was not found
03:32:36.0288 T:140198099462208 M:3651866624 ERROR: CXRandR::Query - unable to open xrandr xml
03:32:36.0288 T:140198099462208 M:3651866624 NOTICE: Setup SDL
03:32:36.0325 T:140198099462208 M:3648372736 ERROR: CXRandR::Query - unable to open xrandr xml
03:32:36.0328 T:140198099462208 M:3648380928 ERROR: CXRandR::Query - unable to open xrandr xml
03:32:36.0328 T:140198099462208 M:3648380928 INFO: Available videomodes (xrandr):
03:32:36.0331 T:140198099462208 M:3648643072 ERROR: CXRandR::Query - unable to open xrandr xml
03:32:36.0331 T:140198099462208 M:3648643072 INFO: Number of connected outputs: 0
03:32:36.0331 T:140198099462208 M:3648643072 INFO: Drives are mapped
03:32:36.0331 T:140198099462208 M:3648643072 NOTICE: load settings...
03:32:36.0331 T:140198099462208 M:3648643072 NOTICE: special://profile/ is mapped to: special://masterprofile/
03:32:36.0331 T:140198099462208 M:3648643072 NOTICE: loading special://masterprofile/guisettings.xml
03:32:36.0332 T:140198099462208 M:3648643072 INFO: Writing to syslog disabled
03:32:36.0332 T:140198099462208 M:3648643072 NOTICE: Getting hardware information now...
03:32:36.0333 T:140198099462208 M:3648643072 INFO: Using analog output
03:32:36.0333 T:140198099462208 M:3648643072 INFO: AC3 pass through is disabled
03:32:36.0333 T:140198099462208 M:3648643072 INFO: DTS pass through is disabled
03:32:36.0333 T:140198099462208 M:3648643072 INFO: Audio library is ALSA
03:32:36.0333 T:140198099462208 M:3648643072 NOTICE: Checking resolution 12
10:32:36.0333 T:140198099462208 M:3648643072 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
10:32:36.0333 T:140198099462208 M:3648643072 NOTICE: Loaded playercorefactory configuration
10:32:36.0333 T:140198099462208 M:3648643072 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
10:32:36.0333 T:140198099462208 M:3648643072 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
10:32:36.0333 T:140198099462208 M:3648643072 NOTICE: No advancedsettings.xml to load (special://masterprofile/advancedsettings.xml)
10:32:36.0333 T:140198099462208 M:3648643072 NOTICE: Default DVD Player: dvdplayer
10:32:36.0333 T:140198099462208 M:3648643072 NOTICE: Default Video Player: dvdplayer
10:32:36.0333 T:140198099462208 M:3648643072 NOTICE: Default Audio Player: paplayer
10:32:36.0333 T:140198099462208 M:3648643072 NOTICE: special://masterprofile/sources.xml
10:32:36.0389 T:140198099462208 M:3643883520 NOTICE: Using fbConfig[0]
10:32:36.0392 T:140198099462208 M:3643199488 INFO: GL: Maximum texture width: 2048
10:32:36.0482 T:140198099462208 M:3641851904 INFO: LIRC device not found
10:32:36.0485 T:140198099462208 M:3641106432 NOTICE: GL_VENDOR = NVIDIA Corporation
10:32:36.0485 T:140198099462208 M:3641106432 NOTICE: GL_RENDERER = GeForce 9800 GTX/9800 GTX+/PCI/SSE2
10:32:36.0485 T:140198099462208 M:3641106432 NOTICE: GL_VERSION = 3.3.0 NVIDIA 280.13
10:32:36.0485 T:140198099462208 M:3641106432 NOTICE: GL_SHADING_LANGUAGE_VERSION = 3.30 NVIDIA via Cg compiler
10:32:36.0486 T:140198099462208 M:3641270272 NOTICE: GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX = 524288
10:32:36.0486 T:140198099462208 M:3641262080 NOTICE: GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX = 524288
10:32:36.0486 T:140198099462208 M:3641262080 NOTICE: GL_EXTENSIONS = GL_ARB_blend_func_extended GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_ES2_compatibility GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_provoking_vertex GL_ARB_robustness GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_shading_language_include GL_ARB_shadow GL_ARB_sync GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_compression GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_swizzle GL_ARB_timer_query GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_provoking_vertex GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_swizzle GL_EXT_texture_type_2_10_10_10_REV GL_EXT_timer_query GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_x11_sync_object GL_EXT_import_sync_object GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_alpha_test GL_NV_blend_minmax GL_NV_blend_square GL_NV_complex_primitives GL_NV_conditional_render GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_explicit_multisample GL_NV_fbo_color_attachments GL_NV_fence GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragdepth GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_gpu_program4 GL_NV_half_float GL_NV_light_max_exponent GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_path_rendering GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_shader_buffer_load GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc GL_NV_texture_env_combine4 GL_NV_texture_expand_normal GL_NV_texture_lod_clamp GL_NV_texture_multisample GL_NV_texture_rectangle GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_vdpau_interop GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NVX_conditional_render GL_NVX_gpu_memory_info GL_OES_depth24 GL_OES_depth32 GL_OES_depth_texture GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_array_object GL_OES_vertex_half_float GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum
10:32:36.0486 T:140198099462208 M:3641262080 INFO: CGraphicContext::SetVideoResolution res = 12 width = 0 height = 0 screen id = 0
10:32:36.0489 T:140198099462208 M:3640868864 ERROR: GLX: Same window as before, refreshing context
10:32:36.0490 T:140198099462208 M:3640664064 INFO: GL: Maximum texture width: 2048
10:32:36.0491 T:140198099462208 M:3640340480 ERROR: Texture manager unable to load file: special://xbmc/media/Splash.jpg
10:32:36.0492 T:140198099462208 M:3640340480 WARNING: ReleaseTextureInternal: Unable to release texture special://xbmc/media/Splash.jpg
10:32:36.0547 T:140198099462208 M:3640283136 INFO: load language info file [/home/matthew/boxee/boxee/src/boxee-ce4100-1.2.0/language/English/langinfo.xml]
10:32:36.0548 T:140198099462208 M:3640283136 INFO: load language file [/home/matthew/boxee/boxee/src/boxee-ce4100-1.2.0/language/English/strings.xml]
10:32:36.0562 T:140198099462208 M:3634155520 INFO: load keymapping
10:32:36.0564 T:140198099462208 M:3633647616 INFO: Loading special://xbmc/system/keymaps/gamepad.xml
10:32:36.0569 T:140198099462208 M:3631869952 INFO: Loading special://xbmc/system/keymaps/joystick.AppleRemote.xml
10:32:36.0570 T:140198099462208 M:3631616000 INFO: Loading special://xbmc/system/keymaps/joystick.Harmony.xml
10:32:36.0572 T:140198099462208 M:3630600192 INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
10:32:36.0574 T:140198099462208 M:3626536960 INFO: Loading special://xbmc/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
10:32:36.0574 T:140198099462208 M:3626029056 INFO: Loading special://xbmc/system/keymaps/joystick.WiiRemote.xml
10:32:36.0576 T:140198099462208 M:3623170048 INFO: Loading special://xbmc/system/keymaps/keyboard.xml
10:32:36.0578 T:140198099462208 M:3626217472 WARNING: Keymapping error: no such action 'tabnext' defined
10:32:36.0578 T:140198099462208 M:3626217472 WARNING: Keyboard Translator: Can't find button volumeup
10:32:36.0579 T:140198099462208 M:3626217472 WARNING: Keyboard Translator: Can't find button volumedown
10:32:36.0579 T:140198099462208 M:3626217472 WARNING: Keyboard Translator: Can't find button mute
10:32:36.0582 T:140198099462208 M:3627675648 INFO: Loading special://xbmc/system/keymaps/remote.xml
10:32:36.0584 T:140198099462208 M:3627167744 WARNING: Keymapping error: no such action 'nubmer2' defined
10:32:36.0588 T:140198099462208 M:3634790400 INFO: Loading special://xbmc/system/Lircmap.xml
10:32:36.0588 T:140198099462208 M:3634790400 INFO: load charsets
10:32:36.0588 T:140198099462208 M:3634790400 INFO: Checking skin version of: boxee
10:32:36.0588 T:140198099462208 M:3634790400 INFO: Skin version is: 2.1 (2.100000)
10:32:36.0589 T:140198099462208 M:3634790400 INFO: GUI format 0x0 0x0
10:32:36.0589 T:140198099462208 M:3634630656 ERROR: **** FAILED to create fbo. status: 8cd6
10:32:36.0591 T:140198099462208 M:3634569216 INFO: CZeroconfBrowserAvahi::clientCallback: avahi server not available. But may become later...
10:32:36.0591 T:140198099462208 M:3634569216 INFO: CZeroconfBrowserAvahi::doAddServiceType client not available. service browsing queued
10:32:36.0591 T:140198099462208 M:3634569216 INFO: CZeroconfBrowserAvahi::doAddServiceType client not available. service browsing queued
10:32:36.0591 T:140198099462208 M:3634569216 INFO: CZeroconfBrowserAvahi::doAddServiceType client not available. service browsing queued
10:32:36.0591 T:140198099462208 M:3634569216 INFO: CZeroconfBrowserAvahi::doAddServiceType client not available. service browsing queued
10:32:36.0591 T:140198099462208 M:3634569216 INFO: CZeroconfBrowserAvahi::doAddServiceType client not available. service browsing queued
10:32:36.0591 T:140198099462208 M:3634569216 INFO: CZeroconfBrowserAvahi::doAddServiceType client not available. service browsing queued
10:32:36.0594 T:140198099462208 M:3634569216 ERROR: Initialize - pcm_open_lconf, alsa error: -2 - No such file or directory
10:32:36.0594 T:140198099462208 M:3634569216 ERROR: Creating a Null Audio Renderer, Check your audio settings as this should not happen
10:32:36.0594 T:140198099462208 M:3634569216 INFO: creating subdirectories
10:32:36.0594 T:140198099462208 M:3634569216 INFO: userdata folder: special://masterprofile/
10:32:36.0594 T:140198099462208 M:3634569216 INFO: recording folder:
10:32:36.0594 T:140198099462208 M:3634569216 INFO: screenshots folder:special://home/screenshots
10:32:36.0594 T:140198099462208 M:3634569216 INFO: thumbnails folder:special://masterprofile/Thumbnails
10:32:36.0790 T:140198099462208 M:3634958336 NOTICE: start dvd mediatype detection
10:32:36.0790 T:140198099462208 M:3634798592 NOTICE: initializing playlistplayer
10:32:36.0790 T:140198099462208 M:3634798592 NOTICE: DONE initializing playlistplayer
10:32:36.0794 T:140197791713024 M:3634569216 INFO: CCheckInternetConnectionJob::DoWork - Checking the internet connection. [server=1][internet=1] (offline) 0
10:32:36.0794 T:140198099462208 M:3634569216 NOTICE: load default skin:[boxee]
10:32:36.0794 T:140198099462208 M:3634569216 INFO: load skin from:special://xbmc/skin/boxee
10:32:36.0794 T:140198099462208 M:3634569216 INFO: delete old skin...
10:32:36.0795 T:140198099462208 M:3634569216 INFO: Default 4:3 resolution directory is special://xbmc/skin/boxee/720p
10:32:36.0795 T:140198099462208 M:3634569216 INFO: Default 16:9 resolution directory is special://xbmc/skin/boxee/720p
10:32:36.0795 T:140198099462208 M:3634569216 INFO: Skin version is: 2.1
10:32:36.0795 T:140198099462208 M:3634569216 INFO: Loading skin includes from /home/matthew/boxee/boxee/src/boxee-ce4100-1.2.0/skin/boxee/720p/includes.xml
10:32:36.0818 T:140198099462208 M:3630575616 INFO: load fonts for skin...
10:32:36.0818 T:140198099462208 M:3630575616 INFO: Loading fonts from special://xbmc/skin/boxee/720p/Font.xml
10:32:36.0820 T:140198099462208 M:3630575616 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:36.0821 T:140198099462208 M:3630575616 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:36.0821 T:140198099462208 M:3630575616 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:36.0823 T:140198099462208 M:3630575616 INFO: load new skin...
10:32:36.0823 T:140198099462208 M:3630575616 INFO: Skin version is: 2.1 (2.100000)
10:32:36.0826 T:140198099462208 M:3630575616 INFO: Loading user windows, path special://xbmc/skin/boxee/720p
10:32:36.0826 T:140198099462208 M:3630575616 INFO: Loading skin file: special://xbmc/skin/boxee/720p/custom_boxee_osd_settings.xml
10:32:36.0826 T:140198099462208 M:3630575616 INFO: Loading skin file: special://xbmc/skin/boxee/720p/custom_boxee_credits.xml
10:32:36.0826 T:140198099462208 M:3630575616 INFO: Loading user windows, path special://xbmc/skin/boxee/720p
10:32:36.0827 T:140198099462208 M:3630575616 INFO: Loading skin file: special://xbmc/skin/boxee/720p/custom_boxee_osd_settings.xml
10:32:36.0827 T:140198099462208 M:3630575616 INFO: Loading skin file: special://xbmc/skin/boxee/720p/custom_boxee_credits.xml
10:32:36.0827 T:140198099462208 M:3630575616 INFO: Loading user windows, path special://xbmc/skin/boxee/720p
10:32:36.0827 T:140198099462208 M:3630575616 INFO: Loading skin file: special://xbmc/skin/boxee/720p/custom_boxee_osd_settings.xml
10:32:36.0828 T:140198099462208 M:3630575616 INFO: Loading skin file: special://xbmc/skin/boxee/720p/custom_boxee_credits.xml
10:32:36.0871 T:140197791713024 M:3489304576 WARNING: CPingJob::DoWork - Going to check ping. [server=1][internet=1] (ping)
10:32:37.0006 T:140198099462208 M:3612839936 INFO: initialize new skin...
10:32:37.0012 T:140198099462208 M:3612839936 ERROR: **** FAILED to create fbo. status: 8cd6
10:32:37.0012 T:140198099462208 M:3612839936 INFO: Loading special://xbmc/skin/boxee/sounds/sounds.xml
10:32:37.0012 T:140198099462208 M:3612839936 INFO: skin loaded...
10:32:37.0012 T:140198099462208 M:3612839936 ERROR: Error, trying to add a second window with id 10008 to the window manager
10:32:37.0013 T:140198099462208 M:3612839936 ERROR: Error, trying to add a second window with id 10429 to the window manager
10:32:37.0017 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0017 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0017 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0017 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0017 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0017 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0017 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0017 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0017 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0017 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0017 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0017 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0018 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0018 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0018 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0018 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0018 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0018 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0018 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0018 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0018 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0018 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0019 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0019 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0019 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0019 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0019 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0019 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0019 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0019 T:140198099462208 M:3612110848 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0020 T:140198099462208 M:3611856896 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0020 T:140198099462208 M:3611856896 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0020 T:140198099462208 M:3611856896 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0020 T:140198099462208 M:3611856896 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0020 T:140198099462208 M:3611856896 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0020 T:140198099462208 M:3611856896 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0020 T:140198099462208 M:3611856896 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0020 T:140198099462208 M:3611856896 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0020 T:140198099462208 M:3611856896 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0020 T:140198099462208 M:3611856896 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0020 T:140198099462208 M:3611856896 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0020 T:140198099462208 M:3611856896 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0020 T:140198099462208 M:3611856896 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0020 T:140198099462208 M:3611856896 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0020 T:140198099462208 M:3611856896 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0020 T:140198099462208 M:3611856896 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
10:32:37.0026 T:140198099462208 M:3611611136 NOTICE: Running the application...
10:32:37.0026 T:140198099462208 M:3611611136 NOTICE: Webserver: Starting...
10:32:37.0026 T:140197817157376 M:3611611136 INFO: WebServer: Server starting using /home/matthew/boxee/boxee/src/boxee-ce4100-1.2.0/web on 192.168.1.2:8800
10:32:37.0026 T:140197817157376 M:3611611136 NOTICE: Webserver: Started
10:32:37.0071 T:140197791713024 M:3611664384 WARNING: CPingJob::DoWork - Check ping returned [retCode=200][Response-IsEmpty=0]. [server=1][internet=1] (ping)
Pretty much the same thing (new at this, just thought posting both might be beneficial, even if they're pretty much the same thing except for the very bottom of the second one).
Last edited by unlimit (2011-10-03 10:43:18)

Similar Messages

  • Hello I'm having problems with the installation of EFI 2.2 my macbook shutdown every time I try to install the actualization is this normal?

    Hello I'm having problems with the installation of EFI 2.2 my macbook shuts down every time I try to install the actualization is this normal?

    Hello I'm having problems with the installation of EFI 2.2 my macbook shuts down every time I try to install the actualization is this normal?

  • Trying to install Itunes on windows 7 and having problems with windows installer

    Trying to upgrade itunes 9 to 10 and updates through itunes have been unsuccessful. I have downloaded itunes 10 from Apple but when trying to install it on my computer I get the error message: " The windows installer service could not be accessed. This can occur if you are running windows in safe mode, or if the windows installer is not correctly installed. Contact your support personnel for assistance."
    I also cannot uninstall itunes 9 as I get the same message.
    Any ideas? I got an ipod touch for my birthday and I want to use it!!!!

    Hi, I'm new here...from Malaysia. I also hav this problems last night...b4 that my iTunes working is ok...but last night i would like to connect my iPad to iTunes...there was an error Apple Application Support error2...
    i had use the way teach bu b nior...but there was another erro when the installation of "AppleMobileDeviceSupport64.msi"
    the error is "Service'Apple Mobile Device'(Apple Mobile Device) failed to start, Verify that you sufficient privileges to start system services."
    what should i do now?

  • I am having problems with the installation of Adobe Acrobat. I received an Error 103 the setup file can not be located. Can someone help

    I am trying to install Adobe Acrobat after I purchased the monthly membership. I did receive help but the after the installation is complete I receive error 103 which states that the setup file can not be located.

    Hi uniquenader,
    Did you encounter any errors during installation? Which OS are you using?
    Did you have any previous versions of Acrobat / Reader installed?
    Please use the Acrobat Cleaner tool ( Download Adobe Reader and Acrobat Cleaner Tool - Adobe Labs ) to remove the software completely,
    Re-download, reinstall and check.
    Regards,
    Rave

  • Having problems with my installation of OS Maverick

    Since installing OS maverick my Mac Mini (2011) has slowed down and generates a lot of invalid permissions, heats up o burning, and freezes up. Should I try to recover the previous OS and just forget about OS Maverick? How to recover?
    Judith

    Hello, thx for the suggestion, here are the results from Etre,
    -JMS
    Problem description:
    Installing OS maverick to mt Mac Mini  (2011) has caused it to slow down considerably, the computer heats up ++, and the system freezes. What is the best course of action? Deinstall OS maverick? How?
    EtreCheck version: 2.0.2 (86)
    Report generated October 12, 2014 at 9:19:41 AM GMT-5
    Hardware Information: ℹ️
      Mac mini (Mid 2011) (Verified)
      Mac mini - model: Macmini5,1
      1 2.3 GHz Intel Core i5 CPU: 2-core
      2 GB RAM Upgradeable
      BANK 0/DIMM0
      1 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      1 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 3000 - VRAM: 288 MB
      HP x20LED 1600 x 900 @ 60 Hz
    System Software: ℹ️
      OS X 10.9.5 (13F34) - Uptime: 0 days 1:34:4
    Disk Information: ℹ️
      Hitachi HTS547550A9E384 disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 499.25 GB (423.95 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
      Apple Computer, Inc. IR Receiver
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /System/Library/Extensions
      [not loaded] com.devguru.driver.SamsungComposite (1.2.58 - SDK 10.6) Support
      /System/Library/Extensions/ssuddrv.kext/Contents/PlugIns
      [not loaded] com.devguru.driver.SamsungACMControl (1.2.58 - SDK 10.6) Support
      [not loaded] com.devguru.driver.SamsungACMData (1.2.58 - SDK 10.6) Support
      [not loaded] com.devguru.driver.SamsungMTP (1.2.58 - SDK 10.5) Support
      [not loaded] com.devguru.driver.SamsungSerial (1.2.58 - SDK 10.6) Support
    Launch Agents: ℹ️
      [loaded] com.google.keystone.agent.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.google.keystone.daemon.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist Support
      [invalid?] com.google.GoogleContactSyncAgent.plist Support
      [invalid?] com.Livestation.plist Support
    User Login Items: ℹ️
      iTunesHelper UNKNOWN (missing value)
      Google Drive ApplicationHidden (/Applications/Google Drive.app)
      KiesAgent UNKNOWN (missing value)
      KiesViaWiFiAgent UNKNOWN (missing value)
      java Unix Executable File (/System/Library/Frameworks/JavaVM.framework/Versions/A/Commands/java)
      AdobeResourceSynchronizer ApplicationHidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
      Safari Application (/Applications/Safari.app)
      Google Chrome ApplicationHidden (/Applications/Google Chrome.app)
      Dropbox UNKNOWN (missing value)
      iTunes Application (/Applications/iTunes.app)
      App Store Application (/Applications/App Store.app)
      fuspredownloader ApplicationHidden (/Users/[redacted]/Library/Application Support/.FUS/fuspredownloader.app)
    Internet Plug-ins: ℹ️
      JavaAppletPlugin: Version: Java 8 Update 20 Check version
      o1dbrowserplugin: Version: 5.4.2.18903 Support
      nplastpass: Version: 2.5.5 Support
      Default Browser: Version: 537 - SDK 10.9
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
      FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 Support
      Silverlight: Version: 5.1.20913.0 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.152 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      CitrixICAClientPlugIn: Version: 11.2.0 Support
      googletalkbrowserplugin: Version: 5.4.2.18903 Support
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
      SharePointBrowserPlugin: Version: 14.0.0 Support
      DirectorShockwave: Version: 12.1.3r153 - SDK 10.6 Support
    Safari Extensions: ℹ️
      LastPass
    3rd Party Preference Panes: ℹ️
      Citrix Online Plug-in  Support
      Flash Player  Support
      Java  Support
      MacFUSE  Support
      NTFS-3G  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: OFF
      Auto backup: NO - Auto backup turned off
      Volumes being backed up:
      Macintosh HD: Disk size: 499.25 GB Disk used: 75.30 GB
      Destinations:
      GoFlex Home Backup [Network]
      Total size: 0 B
      Total number of backups: 0
      Oldest backup: -
      Last backup: -
      Size of backup disk: Too small
      Backup size 0 B < (Disk used 75.30 GB X 3)
    Top Processes by CPU: ℹ️
          6% WindowServer
          2% mdworker
          0% Google Drive
          0% fontd
          0% AppleSpell
    Top Processes by Memory: ℹ️
      67 MB Google Chrome
      58 MB Google Chrome Helper
      47 MB Microsoft Word
      45 MB WindowServer
      37 MB iTunes
    Virtual Memory Information: ℹ️
      42 MB Free RAM
      539 MB Active RAM
      509 MB Inactive RAM
      735 MB Wired RAM
      1.18 GB Page-ins
      30 MB Page-outs

  • Hi! I just bought Lion and I am having a problem with the installation. It keeps telling me that the computer's hard drive has a S.M.A.R.T. problem. How can I solve it?problem.

    Hi! I just bought Lion and I am having a problem with the installation. It keeps telling me that the computer's hard drive has a S.M.A.R.T. problem. How can I solve it?
    Thanks!
    Angela

    You may have a hard drive problem. When I installed Lion, the installer told me that it couldn't complete because the hard drive was failing (or broken, the exact words escape me). Since the HD had been functioning just fine, I took it to the Genius Bar, and found out that yes, the hard drive was slowly dying (bad sectors). I couldn't reboot into Snow Leopard, the installer wouldn't let me and then the drive just wouldn't work at all.
    I had to replace my drive and restore from Time Machine. Thankfully, I had Time Machine, and had just done a backup 5 minutes before the crash.
    Best of luck.

  • Having trouble trying to install itunes 10.5. Receive message saying 'There is a problem with this installer package. A program required for this install to complete could not be found. Please contact product vendor'

    Having trouble trying to install itunes 10.5. Receive message saying 'There is a problem with this installer package. A program required for this install to complete could not be found. Please contact product vendor'

    Managed to get the installation sorted. Go to Control Panel, and where you have a list of all installed programs, repair all the Apple/Itunes related programs. Installation worked fine after that. Hopefully it helps you out too!

  • I am having problems with installing Itunes 10.5 .With the windows installer

    I am having problems with installing Itunes 10.5.It's the first time i dowload it,but every time het gives me an error message that a programm that was needed for installing didn't run.
    What can i do???

    When I attempt the download for Itunes 10.6, I get an immediate response of ""Files shared by these updates" has an invalid signature. The download has been removed."
    That's suggesting that the AppleApplicationSupport.msi is getting damaged during the download via Apple Software Update for Windows.
    Are you able to get the 10.6  update to go through if you use an iTunesSetup.exe (or iTunes64Setup.exe) installer file from the Apple Website?
    http://www.apple.com/itunes/download/

  • Problems with iTunes installation

    Hello,
    I am having problems with installing iTunes 10.4. I am running an Acer Aspire M1640 running Windows Vista (32) v 6.0.6002 SP2 and updated.
    When trying to update my old version of iTunes I got the following error
    "Bonjour: The feature that you are trying to use is on a network resource that is unavailable. Click OK or enter an alternate pathway to a folder containing the installation package 'Bonjour msi' in the box below."
    When I tried OK I got a repeat of the error and when I tried "Browse" this produced an unintelligble list of files.
    I then went to the Apple iTunes installation problems and followed the instructions there.
    Firstly I managed to delete the majority of the files in the Tenp folder and then uninstalled the old iTunes and made sure that Windows was updated.
    I tried downloading a new version of iTunes from the Apple download site but on attempting to install it I ended up with the same error.
    Can anybody out there offer any help with this as I am currently without my iTunes

    Hi again,
    I have just posted an answer to my problem on a "more like this" discussion that I found on Apple Support Communities. So far I have managed to install iTunes and QuickTime in the way b noir suggests on this post.
    It is early days but so far so good.
    Uninstalling iTunes/Quicktime "The feature you are trying to use is on..."

  • Are you having problems with Windows XP Pro and Airport Utility Updates?

    I was having problems with my wireless laptop setting up my Bonjour Printer. I checked to make sure I had downloaded the latest updates to Airport Utility and Bonjour. Check. After doing this I noticed I couldn't see my Airport Extreme through the Airport Utility. After much frustration and bringing my entire network crashing down around me, I got help from a knowledgeable guy from Cox Cable in San Diego. He helped me get my trusty iMac Power PC online. It saw my Airport Extreme but no answers were forthcoming in any forums about my XP issues. Here is what finally solved my problem. I uninstalled all Airport Utility and Bonjour Programs. I then went back to Airport Utility 5.3.1 for Windows. It installs Bonjour Printer services with this download. Everything is working perfectly again. I have my Canon Pixma MP500 connected to the USB port on my AEBS and Bonjour walked right through the setup process. I suggest that if this works for you, turn off all Airport Utility and AEBS firmware updates until you see that whatever issue Apple created with these updates gets fixed.

    Well... it worked! :D
    I'm pretty sure the extra 512 memory stick was the problem, that would explain why it was being inconsistent with its type of failures before. I'm going to reinstall it later and run memtest86 and try and see if i can get it to work at all somehow without causing problems, cuz 1.5 was already low enough...
    DryHeat, yeah it was with SP2 but I got it installed now so no worries
    Thanks a lot!

  • My wife has been having problems with Safari, and many third party software and malware programs infecting her Mac Book Pro.

    My wife has been having problems with Safari, and many third party software and malware programs infecting her Mac Book Pro. I have tried to reset Safari but it keeps coming back, taking over Safari, changing defaults, start pages, and search engines, Etc.
    Is it safe to use programs like MacKeeper, who keeps send my wife's computer message and alerts, or should I just wipe the drive and start over?
    Skip

    I am having lot's of lag time with Safari, etc..
    I'll type in a website.. and it will take 15-20 seconds to start..
    Start time: 17:51:37 12/02/14
    Model Identifier: MacBookPro11,3
    System Version: OS X 10.10.1 (14B25)
    Kernel Version: Darwin 14.0.0
    Time since boot: 14 days 3:02
    USB
       My Passport 07B8 (Western Digital Technologies, Inc.)
    Diagnostic reports
       2014-11-13 QuickLookSatellite crash x2
       2014-11-21 com.apple.WebKit.Plugin.64 crash
    Log
       Nov 30 21:32:39 PM notification timeout (pid 345, Adobe CEF Helper)
       Nov 30 21:32:39 PM notification timeout (pid 99018, CEPHtmlEngine)
       Nov 30 21:32:39 PM notification timeout (pid 99019, CEPHtmlEngine He)
       Dec  1 09:09:03 [[0xffffff802bfa4000]  OpCode 0x0C01 (Set Event Mask) from: kernel_task (0)  Synchronous  status: 0x00 (kIOReturnSuccess) state: 2 (BUSY) timeout: 5000] Bluetooth warning: An HCI Req timeout occurred.
       Dec  1 09:52:03 PM notification timeout (pid 266, Creative Cloud)
       Dec  1 09:52:03 PM notification timeout (pid 346, Adobe CEF Helper)
       Dec  1 09:52:03 PM notification timeout (pid 345, Adobe CEF Helper)
       Dec  1 10:04:37 process WindowServer[114] caught causing excessive wakeups. Observed wakeups rate (per sec): 170; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 12755007
       Dec  1 10:31:08 ALF: ifnet_get_address_list_family error 12
       Dec  1 10:59:17 process Meeting Center[2921] caught causing excessive wakeups. Observed wakeups rate (per sec): 647; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45104
       Dec  1 12:24:35 process com.apple.WebKit[4567] caught causing excessive wakeups. Observed wakeups rate (per sec): 297; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 76962
       Dec  1 14:31:01 process com.apple.WebKit[7400] caught causing excessive wakeups. Observed wakeups rate (per sec): 397; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 53188
       Dec  1 14:43:52 process com.apple.WebKit[7400] caught causing excessive wakeups. Observed wakeups rate (per sec): 224; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 150084
       Dec  1 14:47:34 process com.apple.WebKit[7400] caught causing excessive wakeups. Observed wakeups rate (per sec): 332; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 222103
       Dec  1 15:03:29 process com.apple.WebKit[7400] caught causing excessive wakeups. Observed wakeups rate (per sec): 214; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 370572
       Dec  1 16:38:03 SIOCPROTODETACH_IN6: utun2 error=6
       Dec  1 16:38:08 SIOCPROTODETACH_IN6: utun2 error=6
       Dec  1 20:08:30 jnl: disk3s2: replay_journal: from: 112328704 to: 113115136 (joffset 0x3a38000)
       Dec  1 20:08:30 jnl: disk3s2: journal replay done.
       Dec  1 20:27:11 com.adobe.acc.AdobeCreativeCloud.75292.UUID: Service exited with abnormal code: 5
       Dec  2 08:23:00 process com.apple.WebKit[11891] caught causing excessive wakeups. Observed wakeups rate (per sec): 161; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 527508
       Dec  2 09:29:37 firefox (map: 0xffffff80317c5960) triggered DYLD shared region unnest for map: 0xffffff80317c5960, region 0x7fff9ae00000->0x7fff9b000000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
       Dec  2 10:04:39 SIOCPROTODETACH_IN6: utun2 error=6
       Dec  2 10:04:44 SIOCPROTODETACH_IN6: utun2 error=6
       Dec  2 16:42:24 process com.apple.WebKit[26151] caught causing excessive wakeups. Observed wakeups rate (per sec): 153; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45002
    Swap (MiB): 41556
    Activity
       Net: 210 in, 20 out (KiB/s)
    Memory: kernel_task (UID 0) is using 1632 MB
    kexts
       com.cisco.kext.acsock (1.1.0)
       com.wdc.driver.USB.64.10.9 (1.0.1)
    Daemons
       com.cisco.anyconnect.vpnagentd
       com.oracle.java.JavaUpdateHelper
       com.apple.installer.osmessagetracing
       com.microsoft.office.licensing.helper
       com.google.keystone.daemon
       com.wdc.WDSmartWareService
       com.oracle.java.Helper-Tool
       com.adobe.fpsaud
       com.wdc.SmartwareDriveService
    Agents
       com.adobe.AdobeCreativeCloud
       com.zimbra.desktop
       com.citrix.ServiceRecords
       com.google.keystone.system.agent
       com.apple.photostream-agent
       com.genieo.completer.download
       com.genieo.completer.update
       com.cisco.anyconnect.gui
       com.citrix.ReceiverHelper
       com.citrix.AuthManager_Mac
       com.citrix.FMDAgent.14800.UUID
       com.oracle.java.Java-Updater
       com.fiplab.MailTabProHelper
       com.adobe.PDApp.AAMUpdatesNotifier.74724.UUID
       com.citrixonline.GoToMeeting.G2MUpdate
       com.apple.AirPortBaseStationAgent
       com.microsoft.SyncServicesAgent
    Startup items
       /System/Library/StartupItems/ciscod/ciscod
       /System/Library/StartupItems/ciscod/StartupParameters.plist
    Bundles
       /System/Library/Extensions/hp_fax_io.kext
       - com.hp.kext.hp-fax-io
       /System/Library/Extensions/hp_Inkjet1_io_enabler.kext
       - com.hp.print.hpio.Inkjet1.kext
       /System/Library/Extensions/hp_Inkjet4_io_enabler.kext
       - com.hp.print.hpio.Inkjet4.kext
       /System/Library/Extensions/hp_Inkjet8_io_enabler.kext
       - com.hp.print.hpio.inkjet8.kext
       /System/Library/Extensions/JMicronATA.kext
       - com.jmicron.JMicronATA
       /System/Library/Extensions/WD1394_64_109HPDriver.kext
       - com.wdc.driver.1394.64.10.9
       /System/Library/Extensions/WDUSB_64_109HPDriver.kext
       - com.wdc.driver.USB.64.10.9
       /Library/Extensions/hp_io_printerclassdriver_enabler.kext
       - com.hp.hpio.hp-io-printerclassdriver-enabler
       /Library/Internet Plug-Ins/AdobeAAMDetect.plugin
       - com.AdobeAAMDetectLib.AdobeAAMDetect
       /Library/Internet Plug-Ins/CitrixICAClientPlugIn.plugin
       - com.citrix.citrixicaclientplugIn
       /Library/Internet Plug-Ins/Flash Player.plugin
       - N/A
       /Library/Internet Plug-Ins/googletalkbrowserplugin.plugin
       - com.google.googletalkbrowserplugin
       /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
       - com.oracle.java.JavaAppletPlugin
       /Library/Internet Plug-Ins/npg.plugin
       - npg.graphon.com
       /Library/Internet Plug-Ins/o1dbrowserplugin.plugin
       - com.google.o1dbrowserplugin
       /Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin
       - com.microsoft.sharepoint.browserplugin
       /Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin
       - com.microsoft.sharepoint.webkitplugin
       /Library/Internet Plug-Ins/Silverlight.plugin
       - com.microsoft.SilverlightPlugin
       /Library/Internet Plug-Ins/SlingPlayer.plugin
       - com.slingmedia.slingplayer.plugin.nspapi
       /Library/PreferencePanes/Flash Player.prefPane
       - com.adobe.flashplayerpreferences
       /Library/PreferencePanes/FMDSysPrefPane.prefPane
       - Citrix.FMDSysPrefPane
       /Library/PreferencePanes/JavaControlPanel.prefPane
       - com.oracle.java.JavaControlPanel
       /Library/PreferencePanes/WDQuickViewPrefsPane.prefPane
       - com.westerndigital.quickview.prefpanel
       /Library/PreferencePanes/Zimbra.prefPane
       - com.zimbra.prefpanel
       /Library/ScriptingAdditions/Adobe Unit Types.osax
       - N/A
       Library/Address Book Plug-Ins/SkypeABDialer.bundle
       - com.skype.skypeabdialer
       Library/Address Book Plug-Ins/SkypeABSMS.bundle
       - com.skype.skypeabsms
       Library/Internet Plug-Ins/CitrixOnlineWebDeploymentPlugin.plugin
       - com.citrixonline.mac.WebDeploymentPlugin
       Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin
       - com.Google.GoogleEarthPlugin.plugin
       Library/Internet Plug-Ins/WebEx.plugin
       - com.webex.WebEx
       Library/Internet Plug-Ins/WebEx.plugin/Contents/Resources
       - com.webex.WebEx
       Library/Internet Plug-Ins/WebEx64.plugin
       - com.cisco_webex.plugin.gpc64
    dylibs
       /usr/lib/libaudioc.dylib
       /usr/lib/libclipc.dylib
       /usr/lib/libcs.dylib
       /usr/lib/libdc.dylib
       /usr/lib/libfilec.dylib
       /usr/lib/libMonoPosixHelper.dylib
       /usr/lib/libpbr.dylib
       /usr/lib/libprintc.dylib
       /usr/lib/libsc.dylib
       /usr/lib/libSFFileMonitor.32.dylib
       /usr/lib/libSFIPC.32.dylib
       /usr/lib/libSFIPC.I.dylib
       /usr/lib/libSFsqlite3.7.4.dylib
       /usr/lib/libSFSyncEngine.I.dylib
       /usr/lib/libupc.dylib
    App extensions
       it.bloop.airmail.beta10.Airmail-Today-Beta
       it.bloop.airmail.beta10.Airmail-Composer-Beta
       com.wunderkinder.wunderlistdesktop.sharingextension
       com.wunderkinder.wunderlistdesktop.todayextension
       com.readitlater.PocketMac.AddToPocketShareExtension
       com.stylemac.instadesk.Photodesk-Feed
       it.bloop.airmail.beta10.Airmail-Share-Beta
    Apps
       /Applications/Uninstall IM Completer.app
    Contents of /Library/LaunchAgents/com.cisco.anyconnect.gui.plist (checksum 1087717482)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>KeepAlive</key>
        <dict>
        <key>PathState</key>
        <dict>
        <key>/opt/cisco/anyconnect/gui_keepalive</key>
        <true/>
        </dict>
        </dict>
        <key>Label</key>
        <string>com.cisco.anyconnect.gui</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
        <string>open</string>
        <string>--wait-apps</string>
        <string>/Applications/Cisco/Cisco AnyConnect Secure Mobility Client.app</string>
        </array>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.citrix.AuthManager_Mac.plist (checksum 1591517921)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>ServiceIPC</key>
        <true/>
        <key>MachServices</key>
        <dict>
        <key>com.citrix.AuthManager_Mac</key>
        <true/>
        </dict>
        <key>Label</key>
        <string>com.citrix.AuthManager_Mac</string>
        <key>WaitForDebugger</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/local/libexec/AuthManager_Mac.app/Contents/MacOS/AuthManager_Mac</ string>
        </array>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>Disabled</key>
        <false/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.citrix.ReceiverHelper.plist (checksum 676087606)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.citrix.ReceiverHelper</string>
        <key>RunAtLoad</key>
        <true/>
        <key>KeepAlive</key>
        <dict>
        <key>SuccessfulExit</key>
        <false/>
        </dict>
        <key>WaitForDebugger</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/local/libexec/ReceiverHelper.app/Contents/MacOS/ReceiverHelper</st ring>
        </array>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>Disabled</key>
        <false/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.citrix.ServiceRecords.plist (checksum 1445213025)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>ServiceIPC</key>
        <true/>
        <key>MachServices</key>
        <dict>
        <key>com.citrix.Beacons</key>
        <true/>
        <key>com.citrix.ServiceRecords</key>
        <true/>
        </dict>
        <key>Label</key>
        <string>com.citrix.ServiceRecords</string>
        <key>RunAtLoad</key>
        <true/>
        <key>KeepAlive</key>
        <true/>
        <key>WaitForDebugger</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/local/libexec/ServiceRecords.app/Contents/MacOS/ServiceRecords</st ring>
        </array>
       ...and 8 more line(s)
    Contents of /Library/LaunchAgents/com.oracle.java.Java-Updater.plist (checksum 3453356730)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.oracle.java.Java-Updater</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/Java Updater.app/Contents/MacOS/Java Updater</string>
        <string>-bgcheck</string>
        </array>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>9</integer>
        <key>Minute</key>
        <integer>57</integer>
        <key>Weekday</key>
        <integer>3</integer>
        </dict>
       </dict>
       ...and 1 more line(s)
    Contents of /Library/LaunchDaemons/com.cisco.anyconnect.vpnagentd.plist (checksum 2630047092)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN
       http://www.apple.com/DTDs/PropertyList-1.0.dtd >
       <plist version="1.0">
       <dict>
            <key>Label</key>
            <string>com.cisco.anyconnect.vpnagentd</string>
            <key>ProgramArguments</key>
            <array>
                 <string>/opt/cisco/anyconnect/bin/vpnagentd</string>
                 <string>-execv_instance</string>
            </array>
            <key>KeepAlive</key>
            <true/>
            <key>RunAtLoad</key>
            <true/>
            <key>AbandonProcessGroup</key>
            <true/>
            <key>EnableTransactions</key>
            <false/>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.wdc.SmartwareDriveService.plist (checksum 2733252498)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.wdc.SmartwareDriveService</string>
        <key>Program</key>
        <string>/Library/Application Support/WD SmartWare Services/SmartwareDriveService</string>
        <key>RunAtLoad</key>
        <true/>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.wdc.WDSmartWareService.plist (checksum 1153517838)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.wdc.WDSmartWareService</string>
       <!-- <key>Program</key>
        <string>/Library/Application Support/WD SmartWare Services/SmartwareServerApp.app/Contents/MacOS/SmartwareServiceApp</string> -->
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/WD SmartWare Services/SmartwareServiceApp.app/Contents/MacOS/SmartwareServiceApp</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.genieo.completer.download.plist (checksum 1894818845)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.genieo.completer.download</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Users/USER/Library/Application Support/com.genieoinnovation.Installer/Completer.app/Contents/MacOS/Installer</ string>
        <string>-trigger</string>
        <string>download</string>
        <string>-isDev</string>
        <string>0</string>
        <string>-installVersion</string>
        <string>15886</string>
        <string>-firstAppId</string>
        <string>19340001</string>
        </array>
        <key>WatchPaths</key>
        <array>
        <string>/Users/USER/Downloads</string>
        </array>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.genieo.completer.update.plist (checksum 2339121592)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.genieo.completer.update</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Users/USER/Library/Application Support/com.genieoinnovation.Installer/Completer.app/Contents/MacOS/Installer</ string>
        <string>-trigger</string>
        <string>update</string>
        <string>-isDev</string>
        <string>0</string>
        <string>-installVersion</string>
        <string>15886</string>
        <string>-firstAppId</string>
        <string>19340001</string>
        </array>
        <key>StartInterval</key>
        <integer>86400</integer>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.microsoft.LaunchAgent.SyncServicesAgent.plist (checksum 3051698494)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>KeepAlive</key>
        <false/>
        <key>Label</key>
        <string>com.microsoft.SyncServicesAgent</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Microsoft Office 2011/Office/SyncServicesAgent.app/Contents/MacOS/SyncServicesAgent</string>
        </array>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.zimbra.desktop.plist (checksum 3676173668)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
               <key>Label</key>
               <string>com.zimbra.desktop</string>
               <key>ProgramArguments</key>
               <array>
                       <string>/Users/USER/Library/Zimbra Desktop/bin/zdesktop</string>
                       <string>start</string>
                       <string>-w</string>
               </array>
       

  • I'm still having problems with XUL Runner - please help am getting desperate!

    I recently sought help over a problem I am having with FF. When I try and load it, I get a message telling me that XUL runner 1.9.2.11 is not compatible with 1.9.2.12. The advice I received was to do a clean install. I have done this a number of times - using the Uninstall option in Control Panel as well as running the uninstall utility in the Firefox program folder. Each time I reinstall, and get the same problem. The only difference is that a few days ago I was installing FF 3.6.10, and that gave the error message that XUL runner 1.9.2.11 was not compatible with 1.9.2.10.
    I have FF set as my default browser, so when I click on links in e-mails, etc. I get the same failure to load symptoms. However, I found by chance that FF works OK in conjunction with System Mechanic 10 - a maintenance utility I have on my machine. If I select the on-line help option from that Menu, FF loads and runs OK. I can open new tabs and have no problem loading other pages. However, even with FF open, if I click a link in an e-mail, I get the XUL Runner error message.
    Although not all symptoms are the same, I am also having problems with IE8. When I run the program it loads, shows a 'connecting' message in the tab header, then closes. If I uninstall FF, then System Mechanic selects IE8 as the default browser, and as with FF, loads OK.
    Chrome and Safari both run OK (thankfully). there must be someone out there who knows what this all points to - is that person you?!
    Note: Trouble shooting information retrieved using FF when opened with System Mechanic.

    If you have such problems then you need remove the Firefox program folder before installing a new copy of the full Firefox installer.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.

  • Problem with the installation file

    Hello Everyone!
    I am trying to install Nokia Ovi Suite in my Windows 7 computer from yesterday, whenever I run the web installer file I am getting the Error Message as "Problem with the installation file" (attached as a jpeg file with this post).
    I have downloaded the exe file (approx 88.4MB from : http://nds1.nokia.com/files/support/global/phones/software/Nokia_Ovi_Suite_webinstaller_ALL.exe ) several times, still no luck.
    Anyone is having the solution for this problem?
    Thanks in advance!
    Solved!
    Go to Solution.
    Attachments:
    Error Message.JPG ‏23 KB

    Hi SSA
    I've downloaded it so many times I nearly exceeded my download limit ! Seriously , I know others must be able to get it , so why is there a problem ?  I'm going to stop at the store where I purchased the phone and get THEM to try. If the sig is OK , I'm going to copy it and bring it home , if it's NOT OK then maybe they'll take it up with Nokia as they're the ones selling it to the ' happy customers' ..? When I first contacted support , they said to disable both firewall and A/V before attempting to download it ? I've downloaded thousands of files and never had to do that ? Sure ,you might have to disable something during installation , but not for the download ? I even did it in safe mode with networking and the same thing happened. I even asked if they could send me an install CD and they said NO.  Not happy about that either..We'll see what happens.. I like the phone ..I'd just like it to do what I bought it for !!

  • Am running Firefox 3.6.10. Am having problems with Firefox crashing after upgrading to Kaspersky Internet Security 2011. Anyone else having same problem. Oh, BTW am still using Windows XP operating system.

    Am running Firefox 3.6.10. Am having problems with Firefox crashing after upgrading to Kaspersky Internet Security 2011. Anyone else having same problem. Oh, BTW am still using Windows XP operating system.

    The latest flash player release is 11,0,1,152.
    Can you upgrade to this version and see whether the crash stil exists?
    Go to get.adobe.com/flashplayer to download and install flash player.
    In case you need direct link to installer/uninstaller, please go to http://forums.adobe.com/message/3952360#3952360 to find them.
    saranlee wrote:
    My computer crashes repeatedly and I get the message pages are not responding do you want to stop, and/or shockwave is not responding do you want to stop. I have Windows XP Service Pack 3, I am having the same issues whether I use Internet Explorer, Google Chrome, or Mozilla Firefox. My HP Pavilion Desktop has 504 MB of Ram and I am using high speed internet connection. Because it was crashing so much, I used the uninstall program for Flash player to uninstall Flash, I checked my registry and removed anything I saw that was Flash. I then uninstalled Google Chrome and Mozilla Firefox, then I reinstalled the most recent versions from their websites. I did the same for FlashPlayer and Shockwave Flash. I went to the Adobe website and had them check to see if it was working and it shows I have FlashPlayer 10.3.181.36. The page that shows  which version of flash player goes with Windows XP states that I should have 10.3.181.34 (This is what I thought I had before I updated, I was having the same problems). When I went into my computer to see what version I have, it shows 11.5.9.620 Activex and both Flash Player and Flash Player Object is listed as 10.3.181.34. My firewall for Windows is set to medium. I also am running Norton Internet Security. It takes anywhere from 3-6minutes for some of my games to load, and I have to refresh at least 3-4 times in order to play. When I do start to play it freezes frequently and I use escape to free it up. This has been going on for a month. I have no idea what to do. I am not very computer savy and I have been learning as I go.

  • I'm having problems with my Ibook G4

    I'm having problems with my Ibook G4, I leave it in the car on a sunny day and he ended up overheating after I called and he started off alone. Soon after he turned over, and when I press the power button, it makes a strange noise, the fan rotates at high speed, but nothing appears on the screen, it would be any problem on the memory card? Can anyone help me? Thanks

    Try reset of PMU and PRAM first and/or see if it can boot from a installation cd or dvd. Maybe try safe mode boot.
    http://support.apple.com/kb/HT1379
    http://support.apple.com/kb/HT1431
    http://www.mac-forums.com/forums/apple-notebooks/13136-notebook-instant-fixes-th read.html
    Safe mode
    http://support.apple.com/kb/ht1564
    http://support.apple.com/kb/ht1455

Maybe you are looking for