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

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

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

Similar Messages

  • [SOLVED] High CPU usage on running any graphical program

    Hi!
    When I run any program like steam and java games which should use lot gpu but they don't. Instead of that programs use 70%-100% of cpu power and almost none gpu. I have newest nvidia drivers but I can't install nvidia-libgl because it doesn't work with bumblebee and whitout bumblebee I can't open steam. I'm running xfce desktop  with xorg11. This bug doesn't appear on flashplayer. Even when I set my graphics to lowest it still uses tons cpu and fps won't make any change (5-10fps).
    Here is log from steam:
    /home/campus/.local/share/Steam/steam.sh: rivi 161: VERSION_ID: sitomaton muuttuja
    /home/campus/.local/share/Steam/steam.sh: rivi 161: VERSION_ID: sitomaton muuttuja
    Running Steam on arch 64-bit
    /home/campus/.local/share/Steam/steam.sh: rivi 161: VERSION_ID: sitomaton muuttuja
    STEAM_RUNTIME is enabled automatically
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steamwebhelper)/version(20150413151658)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428938218)
    [0420/180852:ERROR:nss_util.cc(1018)] Failed to load NSS libraries.
    Installing breakpad exception handler for appid(steamwebhelper)/version(20150413151658)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428965940)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428965940)
    Unable to read VR Path Registry from /home/campus/.openvr/openvrpaths.vrpath
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    FillInMachineIDInfo took a total of 0 milliseconds
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    PulseAudio connect failed (used only for Mic Volume Control) with error: Access denied
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    ** (steam:5344): WARNING **: Could not initialize NMClient /org/freedesktop/NetworkManager: Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Generating new string page texture 2: 48x256, total string texture memory is 49,15 KB
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    (steam:5344): Gtk-WARNING **: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Adding licenses for the following package(s): 0, 216, 1679, 1680, 4303, 4772, 11795, 12328, 13054, 13437, 16139, 16222, 16750, 17569, 17641, 17982, 18485, 27035, 27101, 28497, 28987, 29776, 30286, 30879, 31937, 32037, 32889, 44226, 45440, 45705, 54451, 54974, 55143, 55144, 56320, 57406, 58580, 58582, 58584, 58590, 59811, 61119, 61131, 61363, 62024, 64229, 64700, 64701
    roaming config store loaded successfully - 1939 bytes.
    migrating temporary roaming config store
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/180906:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    Failed to init SteamVR because it isn't installed
    ExecCommandLine: ""/home/campus/.local/share/Steam/ubuntu12_32/steam" "nice" "-n" "19" "wine" "-no-dwrite" "
    System startup time: 13,70 seconds
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    /usr/bin/env: python: Tiedostoa tai hakemistoa ei ole
    Generating new string page texture 69: 256x256, total string texture memory is 311,30 KB
    Generating new string page texture 70: 64x256, total string texture memory is 376,83 KB
    Generating new string page texture 71: 48x256, total string texture memory is 49,15 KB
    Generating new string page texture 72: 128x256, total string texture memory is 507,90 KB
    Generating new string page texture 73: 8x256, total string texture memory is 516,10 KB
    Generating new string page texture 74: 32x256, total string texture memory is 548,86 KB
    [0420/180906:ERROR:renderer_main.cc(227)] Running without renderer sandbox
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    [0420/180907:ERROR:renderer_main.cc(227)] Running without renderer sandbox
    Generating new string page texture 91: 64x256, total string texture memory is 114,69 KB
    Generating new string page texture 92: 128x256, total string texture memory is 245,76 KB
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Generating new string page texture 93: 24x256, total string texture memory is 573,44 KB
    Generating new string page texture 103: 384x256, total string texture memory is 966,66 KB
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Fontconfig warning: "/home/campus/.local/share/Steam/bin/panorama/etc/fonts/conf.d/41-repl-os-win.conf", line 148: Having multiple values in <test> isn't supported and may not work as expected
    Fontconfig warning: "/home/campus/.local/share/Steam/bin/panorama/etc/fonts/conf.d/41-repl-os-win.conf", line 160: Having multiple values in <test> isn't supported and may not work as expected
    AL lib: pulseaudio.c:612: Context did not connect: Access denied
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steamwebhelper)/version(20150413151658)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428938218)
    [0420/181047:ERROR:nss_util.cc(1018)] Failed to load NSS libraries.
    Installing breakpad exception handler for appid(steamwebhelper)/version(20150413151658)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428965940)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428965940)
    Compiled against SDL version 2.0.4 and linked against SDL version 2.0.4
    COpenGLSurface::BInitialize: Current session is
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    sh: /usr/bin/alienware_wmi_control.sh: Tiedostoa tai hakemistoa ei ole
    DeleteFBOFreeList: Removing 7 FBO objects, total 1
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Warning, someone is using SetHTTPRequestRequiresVerifiedCertificate on Linux, where it doesn't work, and we won't actually verifyAdding activate event to a panel(CommunityMenu) without a tab or selection index, the gamepad and keyboard can't get here.
    Adding activate event to a panel(CommunityGameHub) without a tab or selection index, the gamepad and keyboard can't get here.
    sh: /usr/bin/alienware_wmi_control.sh: Tiedostoa tai hakemistoa ei ole
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181048:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181049:ERROR:renderer_main.cc(227)] Running without renderer sandbox
    HTTP Response for http://store.steampowered.com/api/featuredcategories/?extra=controller,&trailer=1&f=l: 200, 34744
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Fontconfig warning: line 37: unknown element "fontpattern"
    Fontconfig warning: line 38: unknown element "fontpattern"
    Fontconfig warning: line 39: unknown element "fontpattern"
    Fontconfig warning: line 40: unknown element "fontpattern"
    HTTP Response for https://store.steampowered.com/api/featured/?cc=FI&l=english&f=l: 200, 34515
    [0420/181054:ERROR:renderer_main.cc(227)] Running without renderer sandbox
    sh: /usr/bin/alienware_wmi_control.sh: Tiedostoa tai hakemistoa ei ole
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    **** Panel FavoritePages has fill-parent-flow for height, but isn't in a flowing down layout
    Installing breakpad exception handler for appid(steamwebhelper)/version(20150413151658)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428938218)
    [0420/181115:ERROR:nss_util.cc(1018)] Failed to load NSS libraries.
    Installing breakpad exception handler for appid(steamwebhelper)/version(20150413151658)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428965940)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428965940)
    DeleteFBOFreeList: Removing 41 FBO objects, total 0
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:5344): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    Installing breakpad exception handler for appid(steamwebhelper)/version(20150413151658)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428938218)
    [0420/181118:ERROR:nss_util.cc(1018)] Failed to load NSS libraries.
    Installing breakpad exception handler for appid(steamwebhelper)/version(20150413151658)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428965940)
    Installing breakpad exception handler for appid(steamwebhelper)/version(1428965940)
    Compiled against SDL version 2.0.4 and linked against SDL version 2.0.4
    COpenGLSurface::BInitialize: Current session is
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    sh: /usr/bin/alienware_wmi_control.sh: Tiedostoa tai hakemistoa ei ole
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:browser_main_loop.cc(240)] Gtk: Teemamoottorin moduulia ei löytynyt module_path:sta: ”xfce”,
    [0420/181119:ERROR:renderer_main.cc(227)] Running without renderer sandbox
    Warning, someone is using SetHTTPRequestRequiresVerifiedCertificate on Linux, where it doesn't work, and we won't actually verifyAdding activate event to a panel(CommunityMenu) without a tab or selection index, the gamepad and keyboard can't get here.
    Adding activate event to a panel(CommunityGameHub) without a tab or selection index, the gamepad and keyboard can't get here.
    sh: /usr/bin/alienware_wmi_control.sh: Tiedostoa tai hakemistoa ei ole
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    HTTP Response for http://store.steampowered.com/api/featuredcategories/?extra=controller,&trailer=1&f=l: 200, 34744
    Fontconfig warning: line 37: unknown element "fontpattern"
    Fontconfig warning: line 38: unknown element "fontpattern"
    Fontconfig warning: line 39: unknown element "fontpattern"
    Fontconfig warning: line 40: unknown element "fontpattern"
    HTTP Response for https://store.steampowered.com/api/featured/?cc=FI&l=english&f=l: 200, 34515
    [0420/181123:ERROR:renderer_main.cc(227)] Running without renderer sandbox
    Adding activate event to a panel(ButtonBody) without a tab or selection index, the gamepad and keyboard can't get here.
    HTTP Response for http://cdn.steamcommunity.com/news/newsforapp/v0001/?appid=252490&count=5&maxlength=300&format=json: 200, 3370
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Launching appid 252490
    Starting for app: Rust
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Installing breakpad exception handler for appid(steam)/version(1428965940)
    Moving back to: ShowLibraryMostRecent (focus: MostRecentCarousel)
    Removing from backstack: LibraryShowApp (focus: ButtonBody)
    lspci:
    00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
    00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
    00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
    00:1c.5 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c4)
    00:1c.6 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 7 (rev c4)
    00:1c.7 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 8 (rev c4)
    00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
    00:1f.0 ISA bridge: Intel Corporation H77 Express Chipset LPC Controller (rev 04)
    00:1f.2 IDE interface: Intel Corporation 7 Series/C210 Series Chipset Family 4-port SATA Controller [IDE mode] (rev 04)
    00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
    00:1f.5 IDE interface: Intel Corporation 7 Series/C210 Series Chipset Family 2-port SATA Controller [IDE mode] (rev 04)
    01:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 760] (rev a1)
    01:00.1 Audio device: NVIDIA Corporation GK104 HDMI Audio Controller (rev a1)
    03:00.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 30)
    05:00.0 Ethernet controller: Qualcomm Atheros AR8151 v2.0 Gigabit Ethernet (rev c0)
    06:00.0 USB controller: Etron Technology, Inc. EJ168 USB 3.0 Host Controller (rev 01)
    Thanks!
    Last edited by campus735 (2015-04-21 04:45:10)

    I reinstalled all gpu drivers 64 and 32 bit versions, now steam complains this:
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1605
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1610
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1615
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1620
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1625
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1630
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1635
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1640
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1645
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1650
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1655
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1660
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1665
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1670
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1675
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1680
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1685
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1690
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1695
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1700
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1705
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1710
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1715
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1720
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1725
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1730
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1735
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1740
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1745
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1771
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1777
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1782
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1787
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1792
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1797
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1802
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1807
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1812
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1817
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1822
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1827
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1832
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1837
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1842
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1847
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1852
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1857
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1862
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1867
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1872
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1877
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1882
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1887
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1892
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1897
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1902
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1907
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1912
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1917
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1922
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1927
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1932
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1937
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1942
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1947
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1952
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1957
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1964
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1970
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1975
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1980
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1985
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1990
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 1995
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2000
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2005
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2010
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2015
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2020
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2025
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2030
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2035
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2040
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2045
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2050
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2055
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2060
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2065
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2070
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2075
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2080
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2085
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2090
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2095
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2100
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2105
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2110
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2115
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2120
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2125
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2130
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2135
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2140
    xerror_handler: X failed, continuing
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2145
    xerror_handler: X failed, continuing
    /home/buildbot/buildslave_steam/steam_rel_client_ubuntu12_linux/build/src/vgui2/src/surface_opengl.cpp (563) : Assertion Failed: glIsTexture( id )
    Steam: An X Error occurred
    X Error of failed request: BadWindow (invalid Window parameter)
    Major opcode of failed request: 155
    Resource id in failed request: 0x2a00013
    Serial number of failed request: 2150
    xerror_handler: X failed, continuing

  • MSI GE70 won't run any discs

    I'm new to this forum and hopefully I've posted this in the right section.
    My MSI Ge70 suddenly won't read any discs. First I tried a game and then several DVDs 
    I'm not all that good with computers, but I did make the PC search the net and see if it run with the latest driver (which it said it did).
    I also deactivated and then reactivated the DVD-ROM drive.
    This happened from one day to the next and I really don't have any ideas except for the lens being damaged or something,
    Appreaciate any help 

    Well, if the drive itself is still recognized and just suddenly can't read discs it is most likely faulty. Try restorig default Windows to ensure there is no malware on your pc preventing the drive to read.
    https://forum-en.msi.com/faq/article/how-to-recover-your-notebook

  • Many apps won't run any longer on yosemite

    All of a sudden on my iMac with Yosemite, many apps won't run, Word, PhotoShop Elements, TrueCrypt .... most are not
    64 bit, but what happened with update it the last week that would cause this

    If you have a 1G (first generation) iPod touch then it can only go to iOS 3.1.3. To identify yours:
    Identifying iPod models
    If you need a higher iOS, you will have to get a newer model iPod.

  • Xine won't run any longer

    Hi there,
    Tried to run xine again, after a few days of various updates, and it doesn't run any longer. Error message:
    xine: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory
    Updated packages of the past few days:
    [02/18/05 08:24] upgraded xorg (11R6.8.2-1 -> 11R6.8.2-2)
    [02/20/05 08:23] upgraded dbus (0.23-4 -> 0.23.2-1)
    [02/20/05 08:23] upgraded gail (1.8.2-2 -> 1.8.2-3)
    [02/21/05 07:57] upgraded curl (7.12.3-1 -> 7.13.0-1)
    [02/21/05 07:57] upgraded dbus (0.23.2-1 -> 0.23.2-3)
    [02/21/05 07:57] upgraded findutils (4.2.15-1 -> 4.2.18-1)
    [02/22/05 08:31] upgraded gnome-icon-theme (2.9.91-1 -> 2.9.91-2)
    [02/22/05 08:31] upgraded gtk-sharp (1.0.4-1 -> 1.0.6-1)
    [02/22/05 08:31] upgraded mono (1.0.5-1 -> 1.0.6-1)
    [02/22/05 08:31] upgraded qscintilla (1.4-1 -> 1.5-1)
    Any idea where I have to start looking? xine-ui? xine-lib?
    Totem runs, btw.
    93,
    -Sascha.rb

    Xine depends on curl, which depends on libidn, but the maintainer forgot to namcap, so pacman doesn't know libidn should be on your system. Tell pacman you want it and xine works again.

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

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

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

  • Windows 7 64 bit won't run any .exe starting with VM*

    In my Windows 7 Professional 64 bit machine, executable whose name starting with "VM" is getting terminated after starting the process. For eg:  vmd.exe, vmtest.exe etc will be forcefully terminated once it is started its execution. But if I rename
    them to some other, it would execute without any issues. Looks very wired. Please help?

    I suggest you use the
    Process Monitor to capture the details. Run the same .exe with and without "vm" name. Then compare the processes. See if there's any clue.
    Regards,
    Miya
    Miya Yao
    TechNet Community Support

  • K7N2GM-L Won't run any 3d apps

    Hi all, I have scoured these boards for an answer with no luck, so here I go:
     I built this machine for my moms trophy shop to do basic 2d artwork like creating logos and stuff on Corel Draw.
     K7N2GM-L
     2x256 Kingmax PC2700
     Barton 2500+
     WD 80gig Caviar
     Lite-on CDRW
     Supercase mid tower w/350w Allied PSU
     3.3v@28a
     5v@35a
     12v@16a
     [email protected]
     History:  I originally bought 1 512 stick of PC3200 Mushkin ram and had fits just getting rig to boot. Finally got it to boot, but only at 100mhz. Installed winxp, all updates, dx9.0b, chipset drivers, video drivers(5672's).
     Then tried getting it to boot up at 166 with no go. Never got to windows higher than 133mhz. Found out it was the Ram. RMAed to newegg for the Kingmax since it is recommended at the MSI site. Now the machine boots up and recognizes the 2500+ no problem.
     Run Prime 95 overnight with no errors. Run Memtest for about 3 hours, no errors. All looks good until I try to run 3Dmark2001se.
     It will fail loading the first test everytime and reboot. I turned of the reboot function in windows so now I get a blue screen with a Minidump error that points to an Nvidia file.
     Tried raising shared video ram to 64 and 128 with no joy. Tried all the other usual stuff also loike making sure video was not cacheble.
     I did run Dxdiag and it runs fine with no errors!
     The only thing that I ran across on this site is maybe the PSU? I saw where someone said .3a on the -5v rail was borderline for IGP?  What kind of crap is that?
     I have an Enermax 350w with 1a on the -5v rail running my gaming rig. Would it be worth ripping that out and putting it in my moms rig to try it?
     Looking for some suggestions here. This thing is driving me nuts. I mean it seems to be stable as a rock until I try to run a 3D application. She probably won't ever use the rig for 3D, but thats not the point. The rig should work on all aspects.
     TIA

    Quote
    Originally posted by cdm
    yeah I knew that. Sorry I ment was the Chipset drivers (Nforce drivers) try using latest Platform/Nforce drivers/ Unified driver from Nvidia's website.
     Yes I have the latest Nforce drivers. First thing I did after windows updates.

  • IE 6 won't run ANY javascripts!

    I'm not a developer but couldn't find anyplace or anyone to answer my dilemna. For months now, no javascript link on any web site will run. I have clicked on all the Java related boxes in Tools, Advanced Options. I have downloaded and installed the latest version of Java. What am I overlooking? I assume I accidentally deleted some file that I need to make Javascript work with IE 6.0.26.
    Colin LaVergne
    [email protected]

    the only thing thats the same in Javascript and Java is 4 letters -> J A V A nothing else
    Now which thing is it you cant run Java or Javascript?
    I once got some kind of bug i my windows, every time IE tried to open ANY Java applet IE and Explorer.exe would hang....
    If you got the same problem the only thing to do is to Reinstall Windows
    I got this bug after installing diffrent versions of Java Plugin... you said your self that you have downloaded/installed every java plugin you could find...
    And learn onething....Java is NOT JavaScript

  • IMac won't run any applications

    We had a power outage yesterday.  Since restarting my iMac, it will not launch any application (including finder).
    I cannot click on anything without it failing.  So I can't even tell you precisely which version of OS X I am running.
    However, I was able to open safari guest mode and am currently typing this from that.  Seems to be working fine.
    I have tried restarting the computer in safe mode a few times and am not getting anywhere.
    Wanted to see if there is anything else I try before lugging this in to a Mac store...

    Without knowing which OS is installed, we would be just guessing the troubleshooting suggestions.  Each OS has their own.  Also, you should always know which OS version is installed on a Mac.  Otherwise, how would you know which software is compatible to install/download? 

  • Firefox won't run any web pages or go to any URL's. All I get is a blank page.

    Firefox started crashing when I used Facebook. I upgraded to the new version and got lots of "memory cannot be read" errors which would crash the program. I installed the Beta version and now all that happens is I get a blank white page. I can't go to any web sites or load any URLs. Bookmarks do not work. I have had to switch to IE for the time being and it runs everything just fine so I know it's not the computer or the web connection. I made sure my proxy settings are correct and I tried disabling Firefox from my firewall and re-adding it, and still no luck. Nothing I do seems to work!

    See http://kb.mozillazine.org/Firefox_crashes and [[Firefox crashes]]
    If you have submitted Breakpad crash reports then post the IDs of one or more Breakpad crash reports (bp-xxxxxxxx-xxxxxxxxx-xxxx-xxxxxxxxxxxx).<br />
    You can find the IDs of the submitted crash reports on the <i>about:crashes</i> page.<br />
    You can open the <i>about:crashes</i> page via the location bar, just like you open a website.<br />
    See: http://kb.mozillazine.org/Breakpad (Mozilla Crash Reporter) and [[Mozilla Crash Reporter|Mozilla Crash Reporter: Breakpad]]

  • (Solved) KDE: converseen won't run

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

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

  • My MacBook has question marks on all folders and won't run ANY program. Help!

    A week ago I was editing some photographs in Photoshop CS 5 extended. My computer has been running slow for a while so I thought that I would finish these files and then clear it of some photos since I know I've recently uploaded several gbs onto it.
    The next day it was frozen. I had to shut it down and restart. It came on and now every folder has a question mark on it and none of the programs will open. They just bounce up and down and then the menu bar says Application not responding.
    I have no idea what I need to do. I was going to update to Lion but I'm unsure if that's what I should do or if it needs some TLC from the apple store.
    Help?

    A professional will image your drive and attempt a bit by bit file recovery method directly from the drive itself.
    You see when you delete something, it's not quite erased yet, but the space the file took is available to be overwritten, so it's only a matter of time before that occurs and the file is really gone.
    So they will recover what they can, and then restore your machine and it's software and return the recovered files.
    The TimeMachine is certainly going to assist, good thing you got it.
    The trick is to hire someone and quit using the computer until they rescue you, show you in person how to rescue yourself .
    Good Luck

  • New Install - MainStage won't run - any ideas?

    I am running fresh install of MainStage
    When I click on the New menu, it does not do anything. I see this error in my syslog (see below)
    On a side note, when I click About MainStage - it says 2.0.0 even though I manually ran the 2.1.1 installer
    3/27/10 6:52:59 PM MainStage[11638] HIToolbox: ignoring exception '* -[NSCFArray initWithObjects:count:]: attempt to insert nil object at objects[0]' that raised inside Carbon event dispatch
    0 CoreFoundation 0x9536840a __raiseError + 410
    1 libobjc.A.dylib 0x98017509 objcexceptionthrow + 56
    2 CoreFoundation 0x952e16ff -[__NSPlaceholderArray initWithObjects:count:] + 463
    3 CoreFoundation 0x95308c23 +[NSArray arrayWithObject:] + 67
    4 MainStage 0x0029e16c 0x0 + 2744684
    5 MainStage 0x0029e9a0 0x0 + 2746784
    6 MainStage 0x0029f36d 0x0 + 2749293
    7 MainStage 0x0029f4d4 0x0 + 2749652
    8 MainStage 0x0029f015 0x0 + 2748437
    9 AppKit 0x97163f86 -[NSApplication sendAction:to:from:] + 112
    10 ProKit 0x023263b8 -[NSProApplication sendAction:to:from:] + 127
    11 MainStage 0x00020d43 0x0 + 134467
    12 AppKit 0x97163e39 -[NSMenuItem _corePerformAction] + 435
    13 AppKit 0x97163b2a -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 174
    14 AppKit 0x97163a16 -[NSMenu performActionForItemAtIndex:] + 65
    15 AppKit 0x971639c9 -[NSMenu _internalPerformActionForItemAtIndex:] + 50
    16 AppKit 0x9716392f -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 97
    17 AppKit 0x97163873 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 336
    18 AppKit 0x97157f79 NSSLMMenuEventHandler + 404
    19 HIToolbox 0x961d1e29 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1567
    20 HIToolbox 0x961d10f0 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 411
    21 HIToolbox 0x961f3981 SendEventToEventTarget + 52
    22 HIToolbox 0x9621fe3b ZL18SendHICommandEventmPK9HICommandmmhPKvP20OpaqueEventTargetRefS5PP14OpaqueEventRef + 448
    23 HIToolbox 0x96244b20 SendMenuCommandWithContextAndModifiers + 66
    24 HIToolbox 0x96244ad7 SendMenuItemSelectedEvent + 121
    25 HIToolbox 0x962449d3 ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2 + 152
    26 HIToolbox 0x96214212 _ZL14MenuSelectCoreP8MenuData5PointdmPP13OpaqueMenuRefPt + 440
    27 HIToolbox 0x962139a9 _HandleMenuSelection2 + 465
    28 HIToolbox 0x962137c7 _HandleMenuSelection + 53
    29 AppKit 0x971514ba _NSHandleCarbonMenuEvent + 285
    30 AppKit 0x97126076 _DPSNextEvent + 2304
    31 AppKit 0x97125306 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    32 AppKit 0x970e749f -[NSApplication run] + 821
    33 ProKit 0x02326ab1 NSProApplicationMain + 326
    34 MainStage 0x000031e6 0x0 + 12774

    Looks like the 2.0.0 was tip off - there were two versions of MainStage installed... I didn't realize the 2.1.1 installed a new binary.
    So once I removed 2.0.0 and ran 2.1.1 it all appears to be working.

  • My Macbook won't run any discs?

    I've Treid Dvd's, and games and neither are running, It just spits them back out?

    Hi, Teggle. 
    Thank you for visiting Apple Support Communities.
    This could be an issue with the disc itself.  I would recommend trying various discs, DVDs and audio.  Here are the best steps to go through when experiencing issues with your SuperDrive.
    The drive accepts discs but they do not mount or are automatically ejected
    Make sure the drive is not upside down. The aluminum enclosure should be facing up.
    Check the disc's surface for scratches and dirt, since these things can prevent the disc from appearing on the desktop.
    The MacBook Air SuperDrive is designed to be used with MacBook Air and Mac mini computers that do not have a built-in optical drive. For best results, connect the MacBook Air SuperDrive directly to the computer's USB port instead a USB hub.
    Reset the System Management Controller (SMC).
    Ensure your drive can read the specific type of disc being used. The System Profiler or System Information may provide additional information regarding what media your computer supports.
    Mac OS X 10.6 Snow Leopard or earlier: Open Apple System Profiler by choosing "About this Mac" from the Apple () menu. Then, click More Info.
    OS X 10.7 Lion or later: Open System Information by choosing "About this Mac" from the Apple () menu. Then, click System Report.
    If the disc continues to not be recognized, contact Apple, an Apple Authorized Service Provider, or make an appointment with an Apple Retail Store for additional troubleshooting, evaluation, or service.
    Apple Computers: Troubleshooting the slot-loading SuperDrive
    http://support.apple.com/kb/HT2801
    If the issue persists you may want to reach out to us here. 
    Cheers,
    Jason H.

Maybe you are looking for

  • Firmware Problem on my zen touch....PLEASE HELP ME

    Hi, I have had my zen touch for over a year now, works great. Recently I tried to up grade the firmware to ZenTouchP4S_PCFW_LB_2__0.exe While installing it erased the whole music plus the previous firmware. So when installing it froze an now my playe

  • Installing Photoshop Elements 1.01 on Windows 8

    To Whom it May Concern, I'm trying to install Photoshop Elements 1.01 on Windows 8, but the system won't let me. Please let me know how i can install this version.  Thank you. RON

  • Upgrade question

    I recently deactivated Acrobat 9 from one laptop and loaded and reactivated on a new laptop.  I am having problems printing to a PDF file.  Since 9 was an upgrade, should Acrobat 8 be loaded first?

  • Relationship between mara and mast table

    Hi gurus i have to get the components of one material for example if the material is paper i need to know the components of this paper (cellulose) any idea? i know all materials are in mara table but i find the transaction  cs03 i put a trace and i c

  • Add a "change text size" option in Dashcode

    I am building an RSS widget. I want to figure out a way to have a slider, which a user can slide to change the size of the font in the RSS feed. How do I do this?