Need Hardware Suggestion

Need Hardware Suggestion.
I need to test compatibility of my “browser accessed” application on the Mac platform. My target test case is 10.5.6 and Safari 3.2.1 and Firefox 3.0.6
Which is the cheapest Apple (computer) hardware in which I can run this configuration to test my application’s interface compatibility?
(Application is data-grid intensive Microsoft .Net 3.5 / MVC, SQL Server)

Which is the cheapest Apple (computer) hardware
The MacMini

Similar Messages

  • Need hardware suggestions for midi and audio

    hi everyone,
    im thinking of getting a new imac and setting up a little recording studio in my room. nothing fancy, just for my own enjoyment.
    i've been looking for the best way to plug in my midi keyboard, and microphone/instruments. is a breakout box the best way to go? i won't need to record more than one instrument at a time. is there a box that has one midi input, one instrument input, and maybe an xlr input that will work with imac/garageband? will i need a preamp for this, or will it boost the signal as well?
    any recommendations on models are greatly appreciated.

    i use the Edirol Audio Capture midi device. it has midi in out ports, audio L(mono) and R in ports, and an audio out port. I use it mainly to play guitar and record it into garage band, but my brother uses a keyboard attatched to it through the midi port and that works fine too. I definetly reccomend it.
    link: http://www.roland.com/products/en/UA-20/index.html

  • Pogo games won't load - cleared cache, reloaded firefox, reloaded plugins, reloaded java, reloaded adobe flash - nothing is working - need NEW suggestions please.

    Pogo games won't load - cleared cache, uninstalled and reloaded firefox, reloaded plugins, uninstalled and reloaded java, uninstalled and reloaded adobe flash - nothing is working - need NEW suggestions please.

    Try doing these steps:
    Install Firefox 11 from [http://www.getfirefox.com www.getfirefox.com]. simply install it over your current version of Firefox to make sure all Windows Registry settings get recreated correctly.
    Run all Windows Updates. Service packs, etc. You may have to run this several times to ensure that you get all needed updates.
    Download and Install MalwareBytes Anti-Malware, run a full Scan. [http://www.malwarebytes.org/ http://www.malwarebytes.org/]. This helps check that there are no viruses on your computer causing issues. You can uninstall this program after you clean off any infections.
    Update your graphics driver (Firefox uses your graphics card for some rendering, and an out of date graphics card driver can cause problems. [https://support.mozilla.org/en-US/kb/how-do-i-upgrade-my-graphics-drivers https://support.mozilla.org/en-US/kb/how-do-i-upgrade-my-graphics-drivers].
    After doing all these steps, try restarting your computer, and seeing if Pogo will run.
    If it doesn't work, go into your control panel, and uninstall every installation of Java and Flash that you have. Restart your computer again, then install them from [http://fpdownload.macromedia.com/pub/flashplayer/current/licensing/win/install_flash_player_11_plugin_32bit.exe http://fpdownload.macromedia.com/pub/flashplayer/current/licensing/win/install_flash_player_11_plugin_32bit.exe] for Flash, and [http://javadl.sun.com/webapps/download/AutoDL?BundleId=62313 http://javadl.sun.com/webapps/download/AutoDL?BundleId=62313] for Java. again, restart your PC, then test.
    Try to start Firefox in [[Safe mode|Safe mode]]. This mode disables all extensions, user customizations, hardware acceleration, etc. temporarily for diagnostic and troubleshooting. If Firefox works find in Safe Mode, then this is likely an add-on issue. Restart Firefox in normal mode, then type "About:addons" (without the quotes) in the address bar. Disable your extensions one by one, restarting Firefox between each one, until you find the trouble maker. Once you do, you can disable that add-on and report the issue to that add-on's developer.
    If it does not help the issue, open up your Firefox Profile. [[Backing up your information|Backing up your information]] shows you where that is stored by default. Delete or rename the "pluginreg.dat" file (make sure Firefox is closed when you do this). Test again.

  • Need a suggestion for  change in cv02n tcode

    Hi all,
    Need a suggestion to update the additional tab / classification in cv02n transaction.
    I want to update the charecterstics(custom) in the additional tab(and also in classification tab).
    Thanks & regards
    Pavan

    Hi all,
    Found solution

  • Query performance tuning need your suggestions

    Hi,
    Below is the sql query and explain plan which is taking 2 hours to execute and sometime it is breaking up( erroring out) due to memory issue.
    Below it the query which i need to improve the performance of the code please need your suggestion in order to tweak so that time take for execution become less and also in less memory consumption
    select a11.DATE_ID DATE_ID,
    sum(a11.C_MEASURE) WJXBFS1,
    count(a11.PKEY_GUID) WJXBFS2,
    count(Case when a11.C_MEASURE <= 10 then a11.PKEY_GUID END) WJXBFS3,
    count(Case when a11.STATUS = 'Y' and a11.C_MEASURE > 10 then a11.PKEY_GUID END) WJXBFS4,
    count(Case when a11.STATUS = 'N' then a11.PKEY_GUID END) WJXBFS5,
    sum(((a11.C_MEASURE ))) WJXBFS6,
    a17.DESC_DATE_MM_DD_YYYY DESC_DATE_MM_DD_YYYY,
    a11.DNS DNS,
    a12.VVALUE VVALUE,
    a12.VNAME VNAME,
    a13.VVALUE VVALUE0,
    a13.VNAME VNAME0,
    9 a14.VVALUE VVALUE1,
    a14.VNAME VNAME1,
    a15.VVALUE VVALUE2,
    a15.VNAME VNAME2,
    a16.VVALUE VVALUE3,
    a16.VNAME VNAME3,
    a11.PKEY_GUID PKEY_GUID,
    a11.UPKEY_GUID UPKEY_GUID,
    a17.DAY_OF_WEEK DAY_OF_WEEK,
    a17.D_WEEK D_WEEK,
    a17.MNTH_ID DAY_OF_MONTH,
    a17.YEAR_ID YEAR_ID,
    a17.DESC_YEAR_FULL DESC_YEAR_FULL,
    a17.WEEK_ID WEEK_ID,
    a17.WEEK_OF_YEAR WEEK_OF_YEAR
    from ACTIVITY_F a11
    join (SELECT A.ORG as ORG,
    A.DATE_ID as DATE_ID,
    A.TIME_OF_DAY_ID as TIME_OF_DAY_ID,
    A.DATE_HOUR_ID as DATE_HOUR_ID,
    A.TASK as TASK,
    A.PKEY_GUID as PKEY_GUID,
    A.VNAME as VNAME,
    A.VVALUE as VVALUE
    FROM W_ORG_D A join W_PERSON_D B on
    (A.TASK = B.TASK AND A.ORG = B.ID
    AND A.VNAME = B.VNAME)
    WHERE B.VARIABLE_OBJ = 1 ) a12
    on (a11.PKEY_GUID = a12.PKEY_GUID and
    a11.DATE_ID = a12.DATE_ID and
    a11.ORG = a12.ORG)
    join (SELECT A.ORG as ORG,
    A.DATE_ID as DATE_ID,
    A.TIME_OF_DAY_ID as TIME_OF_DAY_ID,
    A.DATE_HOUR_ID as DATE_HOUR_ID,
    A.TASK as TASK,
    A.PKEY_GUID as PKEY_GUID,
    A.VNAME as VNAME,
    A.VVALUE as VVALUE
    FROM W_ORG_D A join W_PERSON_D B on
    (A.TASK = B.TASK AND A.ORG = B.ID
    AND A.VNAME = B.VNAME)
    WHERE B.VARIABLE_OBJ = 2) a13
    on (a11.PKEY_GUID = a13.PKEY_GUID and
    a11.DATE_ID = a13.DATE_ID and
    a11.ORG = a13.ORG)
    join (SELECT A.ORG as ORG,
    A.DATE_ID as DATE_ID,
    A.TIME_OF_DAY_ID as TIME_OF_DAY_ID,
    A.DATE_HOUR_ID as DATE_HOUR_ID,
    A.TASK as TASK,
    A.PKEY_GUID as PKEY_GUID,
    A.VNAME as VNAME,
    A.VVALUE as VVALUE
    FROM W_ORG_D A join W_PERSON_D B on
    (A.TASK = B.TASK AND A.ORG = B.ID
    AND A.VNAME = B.VNAME)
    WHERE B.VARIABLE_OBJ = 3 ) a14
    on (a11.PKEY_GUID = a14.PKEY_GUID and
    a11.DATE_ID = a14.DATE_ID and
    a11.ORG = a14.ORG)
    join (SELECT A.ORG as ORG,
    A.DATE_ID as DATE_ID,
    A.TIME_OF_DAY_ID as TIME_OF_DAY_ID,
    A.DATE_HOUR_ID as DATE_HOUR_ID,
    A.TASK as TASK,
    A.PKEY_GUID as PKEY_GUID,
    A.VNAME as VNAME,
    A.VVALUE as VVALUE
    FROM W_ORG_D A join W_PERSON_D B on
    (A.TASK = B.TASK AND A.ORG = B.ID
    AND A.VNAME = B.VNAME)
    WHERE B.VARIABLE_OBJ = 4) a15
    on (a11.PKEY_GUID = a15.PKEY_GUID and
    89 a11.DATE_ID = a15.DATE_ID and
    a11.ORG = a15.ORG)
    join (SELECT A.ORG as ORG,
    A.DATE_ID as DATE_ID,
    A.TIME_OF_DAY_ID as TIME_OF_DAY_ID,
    A.DATE_HOUR_ID as DATE_HOUR_ID,
    A.TASK as TASK,
    A.PKEY_GUID as PKEY_GUID,
    A.VNAME as VNAME,
    A.VVALUE as VVALUE
    FROM W_ORG_D A join W_PERSON_D B on
    (A.TASK = B.TASK AND A.ORG = B.ID
    AND A.VNAME = B.VNAME)
    WHERE B.VARIABLE_OBJ = 9) a16
    on (a11.PKEY_GUID = a16.PKEY_GUID and
    a11.DATE_ID = a16.DATE_ID and
    A11.ORG = A16.ORG)
    join W_DATE_D a17
    ON (A11.DATE_ID = A17.ID)
    join W_SALES_D a18
    on (a11.TASK = a18.ID)
    where (a17.TIMSTAMP between To_Date('2001-02-24 00:00:00', 'YYYY-MM-DD HH24:MI:SS') and To_Date('2002-09-12 00:00:00', 'YYYY-MM-DD HH24:MI:SS')
    and a11.ORG in (12)
    and a18.SRC_TASK = 'AX012Z')
    group by a11.DATE_ID,
    a17.DESC_DATE_MM_DD_YYYY,
    a11.DNS,
    a12.VVALUE,
    a12.VNAME,
    a13.VVALUE,
    a13.VNAME,
    a14.VVALUE,
    a14.VNAME,
    a15.VVALUE,
    a15.VNAME,
    a16.VVALUE,
    a16.VNAME,
    a11.PKEY_GUID,
    a11.UPKEY_GUID,
    a17.DAY_OF_WEEK,
    a17.D_WEEK,
    a17.MNTH_ID,
    a17.YEAR_ID,
    a17.DESC_YEAR_FULL,
    a17.WEEK_ID,
    a17.WEEK_OF_YEAR;
    Explained.
    PLAN_TABLE_OUTPUT
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time |
    | 0 | SELECT STATEMENT | | 1 | 1245 | 47 (9)| 00:00:01 |
    | 1 | HASH GROUP BY | | 1 | 1245 | 47 (9)| 00:00:01 |
    |* 2 | HASH JOIN | | 1 | 1245 | 46 (7)| 00:00:01 |
    |* 3 | HASH JOIN | | 1 | 1179 | 41 (5)| 00:00:01 |
    |* 4 | HASH JOIN | | 1 | 1113 | 37 (6)| 00:00:01 |
    |* 5 | HASH JOIN | | 1 | 1047 | 32 (4)| 00:00:01 |
    |* 6 | HASH JOIN | | 1 | 981 | 28 (4)| 00:00:01 |
    | 7 | NESTED LOOPS | | 1 | 915 | 23 (0)| 00:00:01 |
    | 8 | NESTED LOOPS | | 1 | 763 | 20 (0)| 00:00:01 |
    | 9 | NESTED LOOPS | | 1 | 611 | 17 (0)| 00:00:01 |
    | 10 | NESTED LOOPS | | 1 | 459 | 14 (0)| 00:00:01 |
    | 11 | NESTED LOOPS | | 1 | 307 | 11 (0)| 00:00:01 |
    | 12 | NESTED LOOPS | | 1 | 155 | 7 (0)| 00:00:01 |
    | 13 | NESTED LOOPS | | 1 | 72 | 3 (0)| 00:00:01 |
    | 14 | TABLE ACCESS BY INDEX ROWID| W_SALES_D | 1 | 13 | 2 (0)| 00:00:01 |
    |* 15 | INDEX UNIQUE SCAN | CONS_UNQ_W_SALES_D_SRC_ID | 1 | | 1 (0)| 00:00:01 |
    | 16 | TABLE ACCESS BY INDEX ROWID| W_DATE_D | 1 | 59 | 1 (0)| 00:00:01 |
    |* 17 | INDEX UNIQUE SCAN | UIDX_DD_TIMSTAMP | 1 | | 0 (0)| 00:00:01 |
    | 18 | TABLE ACCESS BY INDEX ROWID | ACTIVITY_F | 1 | 83 | 4 (0)| 00:00:01 |
    |* 19 | INDEX RANGE SCAN | PK_ACTIVITY_F | 1 | | 3 (0)| 00:00:01 |
    |* 20 | TABLE ACCESS BY INDEX ROWID | W_ORG_D      | 1 | 152 | 4 (0)| 00:00:01 |
    |* 21 | INDEX RANGE SCAN | IDX_FK_CVSF_PKEY_GUID | 10 | | 3 (0)| 00:00:01 |
    |* 22 | TABLE ACCESS BY INDEX ROWID | W_ORG_D | 1 | 152 | 3 (0)| 00:00:01 |
    |* 23 | INDEX RANGE SCAN | IDX_FK_CVSF_PKEY_GUID | 10 | | 3 (0)| 00:00:01 |
    |* 24 | TABLE ACCESS BY INDEX ROWID | W_ORG_D | 1 | 152 | 3 (0)| 00:00:01 |
    |* 25 | INDEX RANGE SCAN | IDX_FK_CVSF_PKEY_GUID | 10 | | 3 (0)| 00:00:01 |
    |* 26 | TABLE ACCESS BY INDEX ROWID | W_ORG_D | 1 | 152 | 3 (0)| 00:00:01 |
    |* 27 | INDEX RANGE SCAN | IDX_FK_CVSF_PKEY_GUID | 10 | | 3 (0)| 00:00:01 |
    |* 28 | TABLE ACCESS BY INDEX ROWID | W_ORG_D | 1 | 152 | 3 (0)| 00:00:01 |
    |* 29 | INDEX RANGE SCAN | IDX_FK_CVSF_PKEY_GUID | 10 | | 3 (0)| 00:00:01 |
    |* 30 | TABLE ACCESS FULL | W_PERSON_D | 1 | 66 | 4 (0)| 00:00:01 |
    |* 31 | TABLE ACCESS FULL | W_PERSON_D | 1 | 66 | 4 (0)| 00:00:01 |
    |* 32 | TABLE ACCESS FULL | W_PERSON_D | 1 | 66 | 4 (0)| 00:00:01 |
    |* 33 | TABLE ACCESS FULL | W_PERSON_D | 1 | 66 | 4 (0)| 00:00:01 |
    |* 34 | TABLE ACCESS FULL | W_PERSON_D | 1 | 66 | 4 (0)| 00:00:01 |
    -----------------------------------------------------------------------------------------------------------------------

    Hi,
    I'm not a tuning expert but I can suggest you to post your request according to this template:
    Thread: HOW TO: Post a SQL statement tuning request - template posting
    HOW TO: Post a SQL statement tuning request - template posting
    Then:
    a) you should posting a code which is easy to read. What about formatting? Your code had to be fixed in a couple of lines.
    b) You could simplify your code using the with statement. This has nothing to do with the tuning but it will help the readability of the query.
    Check it below:
    WITH tab1 AS (SELECT a.org AS org
                       , a.date_id AS date_id
                       , a.time_of_day_id AS time_of_day_id
                       , a.date_hour_id AS date_hour_id
                       , a.task AS task
                       , a.pkey_guid AS pkey_guid
                       , a.vname AS vname
                       , a.vvalue AS vvalue
                       , b.variable_obj
                    FROM    w_org_d a
                         JOIN
                            w_person_d b
                         ON (    a.task = b.task
                             AND a.org = b.id
                             AND a.vname = b.vname))
      SELECT a11.date_id date_id
           , SUM (a11.c_measure) wjxbfs1
           , COUNT (a11.pkey_guid) wjxbfs2
           , COUNT (CASE WHEN a11.c_measure <= 10 THEN a11.pkey_guid END) wjxbfs3
           , COUNT (CASE WHEN a11.status = 'Y' AND a11.c_measure > 10 THEN a11.pkey_guid END) wjxbfs4
           , COUNT (CASE WHEN a11.status = 'N' THEN a11.pkey_guid END) wjxbfs5
           , SUM ( ( (a11.c_measure))) wjxbfs6
           , a17.desc_date_mm_dd_yyyy desc_date_mm_dd_yyyy
           , a11.dns dns
           , a12.vvalue vvalue
           , a12.vname vname
           , a13.vvalue vvalue0
           , a13.vname vname0
           , a14.vvalue vvalue1
           , a14.vname vname1
           , a15.vvalue vvalue2
           , a15.vname vname2
           , a16.vvalue vvalue3
           , a16.vname vname3
           , a11.pkey_guid pkey_guid
           , a11.upkey_guid upkey_guid
           , a17.day_of_week day_of_week
           , a17.d_week d_week
           , a17.mnth_id day_of_month
           , a17.year_id year_id
           , a17.desc_year_full desc_year_full
           , a17.week_id week_id
           , a17.week_of_year week_of_year
        FROM activity_f a11
             JOIN tab1 a12
                ON (    a11.pkey_guid = a12.pkey_guid
                    AND a11.date_id = a12.date_id
                    AND a11.org = a12.org
                    AND a12.variable_obj = 1)
             JOIN tab1 a13
                ON (    a11.pkey_guid = a13.pkey_guid
                    AND a11.date_id = a13.date_id
                    AND a11.org = a13.org
                    AND a13.variable_obj = 2)
             JOIN tab1 a14
                ON (    a11.pkey_guid = a14.pkey_guid
                    AND a11.date_id = a14.date_id
                    AND a11.org = a14.org
                    AND a14.variable_obj = 3)
             JOIN tab1 a15
                ON (    a11.pkey_guid = a15.pkey_guid
                    AND a11.date_id = a15.date_id
                    AND a11.org = a15.org
                    AND a15.variable_obj = 4)
             JOIN tab1 a16
                ON (    a11.pkey_guid = a16.pkey_guid
                    AND a11.date_id = a16.date_id
                    AND a11.org = a16.org
                    AND a16.variable_obj = 9)
             JOIN w_date_d a17
                ON (a11.date_id = a17.id)
             JOIN w_sales_d a18
                ON (a11.task = a18.id)
       WHERE (a17.timstamp BETWEEN TO_DATE ('2001-02-24 00:00:00', 'YYYY-MM-DD HH24:MI:SS')
                               AND TO_DATE ('2002-09-12 00:00:00', 'YYYY-MM-DD HH24:MI:SS')
              AND a11.org IN (12)
              AND a18.src_task = 'AX012Z')
    GROUP BY a11.date_id, a17.desc_date_mm_dd_yyyy, a11.dns, a12.vvalue
           , a12.vname, a13.vvalue, a13.vname, a14.vvalue
           , a14.vname, a15.vvalue, a15.vname, a16.vvalue
           , a16.vname, a11.pkey_guid, a11.upkey_guid, a17.day_of_week
           , a17.d_week, a17.mnth_id, a17.year_id, a17.desc_year_full
           , a17.week_id, a17.week_of_year;
    {code}
    I hope I did not miss anything while reformatting the code. I could not test it not having the proper tables.
    As I said before I'm not a tuning expert nor I pretend to be but I see this:
    1) Table W_PERSON_D is read in full scan. Any possibility of using indexes?
    2) Tables W_SALES_D, W_DATE_D,  ACTIVITY_F and W_ORG_D have TABLE ACCESS BY INDEX ROWID which definitely is not fast.
    You should provide additional information for tuning your query checking the post I mentioned previously.
    Regards.
    Al                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Tune the SQL Query need a Suggestion

    Hi,
    There is a view created which takes 17seconds to execute the query, When i split the query and execute each query takes .15 seconds to execute. Below it the query which i need to improve the performance of the code please need your suggestion in order to tweek so that time take for execution become less
    SELECT 'Parature' "Source",
    NULL "Distibutor",
    reseller_name "Reseller",
    NULL "Reseller City",
    NULL "Reseller State",
    A.Country "Reseller Country",
    DECODE (a.state, 'APAC', 'APAC', 'EMEA', 'EMEA', NULL, 'Unknown', 'US' ) "Reseller Theater",
    NULL "Customer Name",
    NULL "Customer City",
    NULL "Customer State",
    NULL "Customer Country",
    NULL "Customer Theater",
    NULL "Sales Book Date",
    NULL "Ship Date",
    c.sales_order_number "Sales Order Number",
    C.Po_Number "PO Number",
    controller_model_number_1 "Product Name",
    TRIM (UPPER (serial_number_1)) "Product Serial Number",
    c.contract_id "Contract ID",
    product_name "Support Name",
    TO_DATE (c.contract_purchase_date) "Start Date",
    TO_DATE (c.contract_expiration_date) "Expire Date",
    NULL "Header Status",
    NULL "Line Status",
    NULL "Line Type",
    NULL "Termination Reason",
    NULL "Location_id",
    NULL "Product_id"
    FROM edb_assets c,
    edb_accounts a
    WHERE controller_model_number_1 != 'NULL'
    AND Serial_Number_1 != 'NULL'
    AND C.Amid = A.Amid(+)
    UNION
    SELECT 'Parature' "Source",
    NULL "Distibutor",
    reseller_name "Reseller",
    NULL "Reseller City",
    NULL "Reseller State",
    A.Country "Reseller Country",
    DECODE (a.state, 'APAC', 'APAC', 'EMEA', 'EMEA', NULL, 'Unknown', 'US' ) "Reseller Theater",
    NULL "Customer Name",
    NULL "Customer City",
    NULL "Customer State",
    NULL "Customer Country",
    NULL "Customer Theater",
    NULL "Sales Book Date",
    NULL "Ship Date",
    c.sales_order_number "Sales Order Number",
    C.Po_Number "PO Number",
    controller_model_number_2 "Product Name",
    TRIM (UPPER (serial_number_2)) "Product Serial Number",
    c.contract_id "Contract ID",
    product_name "Support Name",
    TO_DATE (c.contract_purchase_date) "Start Date",
    TO_DATE (c.contract_expiration_date) "Expire Date",
    NULL "Header Status",
    NULL "Line Status",
    NULL "Line Type",
    NULL "Termination Reason",
    NULL "Location_id",
    NULL "Product_id"
    FROM edb_assets c,
    edb_accounts a
    WHERE controller_model_number_2 != 'NULL'
    AND serial_number_2 != 'NULL'
    AND C.Amid = A.Amid(+)
    UNION
    SELECT 'Parature' "Source",
    NULL "Distibutor",
    reseller_name "Reseller",
    NULL "Reseller City",
    NULL "Reseller State",
    A.Country "Reseller Country",
    DECODE (a.state, 'APAC', 'APAC', 'EMEA', 'EMEA', NULL, 'Unknown', 'US' ) "Reseller Theater",
    NULL "Customer Name",
    NULL "Customer City",
    NULL "Customer State",
    NULL "Customer Country",
    NULL "Customer Theater",
    NULL "Sales Book Date",
    NULL "Ship Date",
    c.sales_order_number "Sales Order Number",
    C.Po_Number "PO Number",
    controller_model_number_3 "Product Name",
    TRIM (UPPER (serial_number_3)) "Product Serial Number",
    c.contract_id "Contract ID",
    product_name "Support Name",
    TO_DATE (c.contract_purchase_date) "Start Date",
    TO_DATE (c.contract_expiration_date) "Expire Date",
    NULL "Header Status",
    NULL "Line Status",
    NULL "Line Type",
    NULL "Termination Reason",
    NULL "Location_id",
    NULL "Product_id"
    FROM edb_assets c,
    edb_accounts a
    WHERE controller_model_number_3 != 'NULL'
    AND serial_number_3 != 'NULL'
    AND C.Amid = A.Amid(+)
    UNION
    SELECT 'Parature' "Source",
    NULL "Distibutor",
    reseller_name "Reseller",
    NULL "Reseller City",
    NULL "Reseller State",
    A.Country "Reseller Country",
    DECODE (a.state, 'APAC', 'APAC', 'EMEA', 'EMEA', NULL, 'Unknown', 'US' ) "Reseller Theater",
    NULL "Customer Name",
    NULL "Customer City",
    NULL "Customer State",
    NULL "Customer Country",
    NULL "Customer Theater",
    NULL "Sales Book Date",
    NULL "Ship Date",
    c.sales_order_number "Sales Order Number",
    C.Po_Number "PO Number",
    controller_model_number_4 "Product Name",
    TRIM (UPPER (serial_number_4)) "Product Serial Number",
    c.contract_id "Contract ID",
    product_name "Support Name",
    TO_DATE (c.contract_purchase_date) "Start Date",
    TO_DATE (c.contract_expiration_date) "Expire Date",
    NULL "Header Status",
    NULL "Line Status",
    NULL "Line Type",
    NULL "Termination Reason",
    NULL "Location_id",
    NULL "Product_id"
    FROM edb_assets c,
    edb_accounts a
    WHERE controller_model_number_4 != 'NULL'
    AND serial_number_4 != 'NULL'
    AND C.Amid = A.Amid(+)
    UNION
    SELECT 'Parature' "Source",
    NULL "Distibutor",
    reseller_name "Reseller",
    NULL "Reseller City",
    NULL "Reseller State",
    A.Country "Reseller Country",
    DECODE (a.state, 'APAC', 'APAC', 'EMEA', 'EMEA', NULL, 'Unknown', 'US' ) "Reseller Theater",
    NULL "Customer Name",
    NULL "Customer City",
    NULL "Customer State",
    NULL "Customer Country",
    NULL "Customer Theater",
    NULL "Sales Book Date",
    NULL "Ship Date",
    c.sales_order_number "Sales Order Number",
    C.Po_Number "PO Number",
    controller_model_number_5 "Product Name",
    TRIM (UPPER (serial_number_5)) "Product Serial Number",
    c.contract_id "Contract ID",
    product_name "Support Name",
    TO_DATE (c.contract_purchase_date) "Start Date",
    TO_DATE (c.contract_expiration_date) "Expire Date",
    NULL "Header Status",
    NULL "Line Status",
    NULL "Line Type",
    NULL "Termination Reason",
    NULL "Location_id",
    NULL "Product_id"
    FROM edb_assets c,
    edb_accounts a
    WHERE controller_model_number_5 != 'NULL'
    AND serial_number_5 != 'NULL'
    AND C.Amid = A.Amid(+)
    UNION
    SELECT 'ERP' "Source",
    Imv.Bill_To "Distibutor",
    Imv.Ship_To "Reseller",
    Ship_To_City "Reseller City",
    Ship_To_State "Reseller State",
    Edb2_Global.Country_Name_Theater(Imv.Ship_To_Country ,'COUNTRY') "Reseller Country",
    Edb2_Global.Country_Name_Theater(Imv.Ship_To_Country ,'THEATER') "Reseller Theater",
    Cl.Company_Name "Customer Name",
    Cl.City "Customer City",
    Cl.State "Customer State",
    Edb2_Global.Country_Name_Theater(Cl.Country,'COUNTRY') "Customer Country",
    Edb2_Global.Country_Name_Theater(Cl.Country,'THEATER') "Customer Theater",
    Imv.So_Booked_Date "Sales Book Date",
    Imv.Ship_Date "Ship Date",
    Imv.Order_Number "Sales Order Number",
    Imv.Cust_Po_Number "PO Number",
    Cp.Item_Name "Product Name",
    Cp.Product_Serial_Number "Product Serial Number",
    TO_CHAR(Imv.contract_number)"Contract ID",
    Imv.Service_Description "Support Name",
    Imv.Service_Start_Date "Start Date",
    Imv.Service_End_Date "Expire Date",
    Imv.Header_Status "Header Status",
    Imv.Line_Status "Line Status",
    Imv.Line_Type "Line Type",
    Imv.Termination_Reason "Termination Reason",
    Cl.Location_Id "Location_id",
    cp.id "Product_id"
    FROM ib_support_contracts_mv imv,
    customer_products cp,
    customer_locations cl
    WHERE Upper (Trim (Imv.Serial_Number)) = Upper (Trim (Cp.Product_Serial_Number(+)))
    AND Cp.Location_Id = Cl.Location_Id(+)
    There is a union for each and every query, Please suggest how to tweek
    Thanks
    Sudhir

    Try
    select distinct a.*
    from (SELECT 'Parature' "Source",
    NULL "Distibutor",
    reseller_name "Reseller",
    NULL "Reseller City",
    NULL "Reseller State",
    A.Country "Reseller Country",
    DECODE (a.state, 'APAC', 'APAC', 'EMEA', 'EMEA', NULL, 'Unknown', 'US' ) "Reseller Theater",
    NULL "Customer Name",
    NULL "Customer City",
    NULL "Customer State",
    NULL "Customer Country",
    NULL "Customer Theater",
    NULL "Sales Book Date",
    NULL "Ship Date",
    c.sales_order_number "Sales Order Number",
    C.Po_Number "PO Number",
    controller_model_number_1 "Product Name",
    TRIM (UPPER (serial_number_1)) "Product Serial Number",
    c.contract_id "Contract ID",
    product_name "Support Name",
    TO_DATE (c.contract_purchase_date) "Start Date",
    TO_DATE (c.contract_expiration_date) "Expire Date",
    NULL "Header Status",
    NULL "Line Status",
    NULL "Line Type",
    NULL "Termination Reason",
    NULL "Location_id",
    NULL "Product_id"
    FROM edb_assets c,
    edb_accounts a
    WHERE controller_model_number_1 != 'NULL'
    AND Serial_Number_1 != 'NULL'
    AND C.Amid = A.Amid(+)
    union all
    SELECT 'Parature' "Source",
    NULL "Distibutor",
    reseller_name "Reseller",
    NULL "Reseller City",
    NULL "Reseller State",
    A.Country "Reseller Country",
    DECODE (a.state, 'APAC', 'APAC', 'EMEA', 'EMEA', NULL, 'Unknown', 'US' ) "Reseller Theater",
    NULL "Customer Name",
    NULL "Customer City",
    NULL "Customer State",
    NULL "Customer Country",
    NULL "Customer Theater",
    NULL "Sales Book Date",
    NULL "Ship Date",
    c.sales_order_number "Sales Order Number",
    C.Po_Number "PO Number",
    controller_model_number_2 "Product Name",
    TRIM (UPPER (serial_number_2)) "Product Serial Number",
    c.contract_id "Contract ID",
    product_name "Support Name",
    TO_DATE (c.contract_purchase_date) "Start Date",
    TO_DATE (c.contract_expiration_date) "Expire Date",
    NULL "Header Status",
    NULL "Line Status",
    NULL "Line Type",
    NULL "Termination Reason",
    NULL "Location_id",
    NULL "Product_id"
    FROM edb_assets c,
    edb_accounts a
    WHERE controller_model_number_2 != 'NULL'
    AND serial_number_2 != 'NULL'
    AND C.Amid = A.Amid(+)
    union all
    SELECT 'Parature' "Source",
    NULL "Distibutor",
    reseller_name "Reseller",
    NULL "Reseller City",
    NULL "Reseller State",
    A.Country "Reseller Country",
    DECODE (a.state, 'APAC', 'APAC', 'EMEA', 'EMEA', NULL, 'Unknown', 'US' ) "Reseller Theater",
    NULL "Customer Name",
    NULL "Customer City",
    NULL "Customer State",
    NULL "Customer Country",
    NULL "Customer Theater",
    NULL "Sales Book Date",
    NULL "Ship Date",
    c.sales_order_number "Sales Order Number",
    C.Po_Number "PO Number",
    controller_model_number_3 "Product Name",
    TRIM (UPPER (serial_number_3)) "Product Serial Number",
    c.contract_id "Contract ID",
    product_name "Support Name",
    TO_DATE (c.contract_purchase_date) "Start Date",
    TO_DATE (c.contract_expiration_date) "Expire Date",
    NULL "Header Status",
    NULL "Line Status",
    NULL "Line Type",
    NULL "Termination Reason",
    NULL "Location_id",
    NULL "Product_id"
    FROM edb_assets c,
    edb_accounts a
    WHERE controller_model_number_3 != 'NULL'
    AND serial_number_3 != 'NULL'
    AND C.Amid = A.Amid(+)
    union all
    SELECT 'Parature' "Source",
    NULL "Distibutor",
    reseller_name "Reseller",
    NULL "Reseller City",
    NULL "Reseller State",
    A.Country "Reseller Country",
    DECODE (a.state, 'APAC', 'APAC', 'EMEA', 'EMEA', NULL, 'Unknown', 'US' ) "Reseller Theater",
    NULL "Customer Name",
    NULL "Customer City",
    NULL "Customer State",
    NULL "Customer Country",
    NULL "Customer Theater",
    NULL "Sales Book Date",
    NULL "Ship Date",
    c.sales_order_number "Sales Order Number",
    C.Po_Number "PO Number",
    controller_model_number_4 "Product Name",
    TRIM (UPPER (serial_number_4)) "Product Serial Number",
    c.contract_id "Contract ID",
    product_name "Support Name",
    TO_DATE (c.contract_purchase_date) "Start Date",
    TO_DATE (c.contract_expiration_date) "Expire Date",
    NULL "Header Status",
    NULL "Line Status",
    NULL "Line Type",
    NULL "Termination Reason",
    NULL "Location_id",
    NULL "Product_id"
    FROM edb_assets c,
    edb_accounts a
    WHERE controller_model_number_4 != 'NULL'
    AND serial_number_4 != 'NULL'
    AND C.Amid = A.Amid(+)
    union all
    SELECT 'Parature' "Source",
    NULL "Distibutor",
    reseller_name "Reseller",
    NULL "Reseller City",
    NULL "Reseller State",
    A.Country "Reseller Country",
    DECODE (a.state, 'APAC', 'APAC', 'EMEA', 'EMEA', NULL, 'Unknown', 'US' ) "Reseller Theater",
    NULL "Customer Name",
    NULL "Customer City",
    NULL "Customer State",
    NULL "Customer Country",
    NULL "Customer Theater",
    NULL "Sales Book Date",
    NULL "Ship Date",
    c.sales_order_number "Sales Order Number",
    C.Po_Number "PO Number",
    controller_model_number_5 "Product Name",
    TRIM (UPPER (serial_number_5)) "Product Serial Number",
    c.contract_id "Contract ID",
    product_name "Support Name",
    TO_DATE (c.contract_purchase_date) "Start Date",
    TO_DATE (c.contract_expiration_date) "Expire Date",
    NULL "Header Status",
    NULL "Line Status",
    NULL "Line Type",
    NULL "Termination Reason",
    NULL "Location_id",
    NULL "Product_id"
    FROM edb_assets c,
    edb_accounts a
    WHERE controller_model_number_5 != 'NULL'
    AND serial_number_5 != 'NULL'
    AND C.Amid = A.Amid(+)
    union all
    SELECT 'ERP' "Source",
    Imv.Bill_To "Distibutor",
    Imv.Ship_To "Reseller",
    Ship_To_City "Reseller City",
    Ship_To_State "Reseller State",
    Edb2_Global.Country_Name_Theater(Imv.Ship_To_Country ,'COUNTRY') "Reseller Country",
    Edb2_Global.Country_Name_Theater(Imv.Ship_To_Country ,'THEATER') "Reseller Theater",
    Cl.Company_Name "Customer Name",
    Cl.City "Customer City",
    Cl.State "Customer State",
    Edb2_Global.Country_Name_Theater(Cl.Country,'COUNTRY') "Customer Country",
    Edb2_Global.Country_Name_Theater(Cl.Country,'THEATER') "Customer Theater",
    Imv.So_Booked_Date "Sales Book Date",
    Imv.Ship_Date "Ship Date",
    Imv.Order_Number "Sales Order Number",
    Imv.Cust_Po_Number "PO Number",
    Cp.Item_Name "Product Name",
    Cp.Product_Serial_Number "Product Serial Number",
    TO_CHAR(Imv.contract_number)"Contract ID",
    Imv.Service_Description "Support Name",
    Imv.Service_Start_Date "Start Date",
    Imv.Service_End_Date "Expire Date",
    Imv.Header_Status "Header Status",
    Imv.Line_Status "Line Status",
    Imv.Line_Type "Line Type",
    Imv.Termination_Reason "Termination Reason",
    Cl.Location_Id "Location_id",
    cp.id "Product_id"
    FROM ib_support_contracts_mv imv,
    customer_products cp,
    customer_locations cl
    WHERE Upper (Trim (Imv.Serial_Number)) = Upper (Trim (Cp.Product_Serial_Number(+)))
    AND Cp.Location_Id = Cl.Location_Id(+)) a
    Edited by: HuaMin on May 9, 2012 2:58 PM

  • Need a suggestion about Hierarchy ...

    Hi All,
    Greeting.
    I have a requirement to change Hierarchy dynamically.
    e.g. Cost Center Hierarchy
    Node 1  ==> Level 1
    Node 1.2  ==> Level 2
    Node 1.3  ==> Level 3
    CC 100001
    Node 2 ==> Level 1
    Node 2.2 ==> Level 2
    CC 100002
    Requirement:
    1. Add CC 100002 under Node 1.2
    2. Delete Node 2.2
    My Question is whether there is Interface that user can play with hierarchy so user can add/delete the node.
    Perhaps, the interface can be in ABAP program / Javascript / etc.
    My Idea is like this:
    1. I download the Hierarchy, with that Interface I can play with the Hierarchy.
    2. Using that Hierarchy, I can generate some CSV file, than I upload the Hierarchy using the flat-file.
    3. But before I upload it, I erase the Hierarchy first.
    But now, I'm still confuse with what the Interface it, that can make user play with the Hierarchy.
    Really need your suggestion ..
    Thanks a lot all and have a good day,
    Best regards,
    Daniel N.

    Either use java.net.URLConnection or Jakarta's HttpClient. Either way, you will need to familiarize yourself with Java's I/O package java.io. In particular, you will want to see how java.io.InputStream works. There are extensive I/O tutorials on this site and the Net in general.
    - Saish

  • WM to be streamlined - Need Expert Suggestions

    Hi experts,
    I need your suggestions on the below scenario.
    I have been handovered with responsiblity to streamline the WMS system by resloving issue and fixing the gaps.
    Problem is Client was not using WMS sytem from last 9 months and it is still connected to MM.
    Hence everyday corresponding  WM docuements are generated relevant to MM and other process which is still in open status.
    Now i am in dilemma how to tackle this situation !
    I have the below plan :
    1.Resolving and closing all existing issues in production server.
    2.Stock correction in IM and WM
    3.Identifying and fixing the gaps
    But what if i found that the existing process conifured in SAP doesn't need the business requirement ? And need to implement again ?
    Believe me that any help on this will be highly appreciated.
    Thanks in advance.

    Hi Manish,
    Thanks a lot for sharing your views on this plan.
    I found some congigurations changes to be done.
    So my plan is to first resolve the productions issues and then disconnect WM from IM.
    2) They were not using WM but WM was still active as per SAP WM, for any movement  system create TO without TO confirmation you can not post a delivery. How are they managing today if there is some alternate way they can move back to the same. Try to understand that ?
    Ans)They were able to issue the stock by using allow negative stock functionality
    But now the major challenge is to clear the negative stock from interim storage types(911,914,921,922)
    So is there any short cut method to clear this negative stocks lying in interim storage types as now i am doing it manually but there are thousands of -ve stock entries.
    It is getting horrible to clear those bulk -ve entries !
    Thank you..

  • Hi need good suggestion for future

    hi experts,
    i need good suggestion for my future _
    i have 3 + exp as a ABAP consultant,
    i am looking for a change, i wish to add some thing to ABAP? but, i couldn't understand what to do? pls help me in this regard..
    my skills are : very good in ABAP
    vey weak in OOPS.
    waiting for good advice
    thanks in advance

    the future will depends on the OOPS only . for all the companies started working on OOPS only they are upgrading to the oops from the general abap...be aware of that ..
    it is better to learn XI or HRABAP  it is good for you i think.

  • Need 3 suggestions on upgrading a G3 to Panther

    I'm upgrading my mothers old G3 350mhz iMac to Panther. I need 3 suggestions please. Please keep in mind that she does basic things like Mail & Browse the net - nothing intensive.
    1) She has 192 megs of ram. I'm I correct to assume it has 2 slots and probably one has 64 and a 128 ram chip in it. I'm guessing I could ditch the 64 chip and add a 256 or 512 in that slot and it would suffice for her needs?
    2) She'll need a larger internal HD. I like Seagate. What type of HD does this take? I ordered from Egghead.com last time and was pleased, could someone please tell me which Seagates (either an 80 gig or larger) that they sell that would suffice for her. By the way, what's the max. HD it can take (like my cube, 125 gigs?)
    3) Anyone that has a reputable link to a vendor that can sell me a copy of OS X Panther would be much appreciated.
    By the way, she was hoping I could pull this off for around $150, but I'm wondering if it will take more like $200.

    Newegg.com is exactly where I just ordered a new HD for it. In fact, I ordered the same exact HD for it that I put in my Cube a month ago, which is a 120 gig Seagate (hope it worx & is compatible). I was going to get an 80 gig, but for just 12$ more I got the 120 gig so it seemed like a no brainer. I'm guessing this iMac also has the 125 gig limitation as the cube, so I didn't go beyond 120 gigs.
    Ordered 512 megs of ram from OWC and also I ordered the retail Panther CD's from OWC. Panther cost a little more than the ram, but after racking my brain on eBay looking at the Panther computer specific cd's (for example, Panther for eMac, Panther for Powerbook, etc...) I just decided to get the Universal CD which should be guaranteed to work. OWC also guarantees it for 90 days, so I feel confident about the purchase.
    The idea of buying a $30 iMac 400mhz firewire motherboard off of eBay has intrigued me, but at this point I don't want to do that much surgery on the unit - that can be a future upgrade if needed.
    Mom will be mostly using Safari, Mail, and dabbling with digital photos from time to time (just saving them and viewing them, no intensive post processing). I think these upgrades will suffice her for atleast 2 more years (I hope).
    My one concern is that she is using Netflix now and asked me if she'll be able to preview the Media Player movie trailers there (she can't now as her media player for os 9.1 just doesn't seem to play many of the trailers). I'm concerned here because I read where media player 9's recommended speed is somewhere in the range of a 450mhz G3. Anyone know if it will still work at 350mhz speed with the upgrades I'll be making?

  • Kodi needs Hardware Accelerated openCL rendering

    $ kodi
    (process:27981): Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.
    Error: couldn't find RGB GLX visual or fbconfig
    "Kodi needs Hardware Accelerated openCL rendering."
    I'm try install opencl-mesa-git
    LLVM-CC nvptx--nvidiacl/lib/shared/vstore.cl.bc
    LLVM-CC nvptx--nvidiacl/lib/workitem/get_global_id.cl.bc
    LLVM-CC nvptx--nvidiacl/lib/workitem/get_global_size.cl.bc
    CXX utils/prepare-builtins.o
    LLVM-CC nvptx64--nvidiacl/lib/synchronization/barrier.cl.bc
    LLVM-CC nvptx64--nvidiacl/lib/workitem/get_group_id.cl.bc
    LLVM-CC nvptx64--nvidiacl/lib/workitem/get_local_id.cl.bc
    LLVM-CC nvptx64--nvidiacl/lib/workitem/get_local_size.cl.bc
    LLVM-CC nvptx64--nvidiacl/lib/workitem/get_num_groups.cl.bc
    LLVM-AS nvptx64--nvidiacl/lib/integer/add_sat.ll.bc
    LLVM-AS nvptx64--nvidiacl/lib/integer/sub_sat.ll.bc
    LLVM-CC nvptx64--nvidiacl/lib/async/async_work_group_copy.cl.bc
    ./utils/prepare-builtins.cpp:43:36: error: no member named 'getMemBufferRef' in
          'llvm::MemoryBuffer'; did you mean 'getMemBuffer'?
            parseBitcodeFile(BufferPtr.get()->getMemBufferRef(), Context);
                                              ^~~~~~~~~~~~~~~
                                              getMemBuffer
    /usr/include/llvm/Support/MemoryBuffer.h:99:24: note: 'getMemBuffer' declared
          here
      static MemoryBuffer *getMemBuffer(StringRef InputData,
                           ^
    ./utils/prepare-builtins.cpp:43:52: error: too few arguments to function call,
          at least argument 'InputData' must be specified
            parseBitcodeFile(BufferPtr.get()->getMemBufferRef(), Context);
                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
    /usr/include/llvm/Support/MemoryBuffer.h:99:3: note: 'getMemBuffer' declared
          here
      static MemoryBuffer *getMemBuffer(StringRef InputData,
      ^
    ./utils/prepare-builtins.cpp:78:8: error: no matching constructor for
          initialization of 'llvm::tool_output_file'
      (new tool_output_file(OutputFilename, EC, sys::fs::F_None));
           ^                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /usr/include/llvm/Support/ToolOutputFile.h:49:3: note: candidate constructor not
          viable: no known conversion from 'cl::opt<std::string>' to 'const char *'
          for 1st argument
      tool_output_file(const char *filename, std::string &ErrorInfo,
      ^
    /usr/include/llvm/Support/ToolOutputFile.h:52:3: note: candidate constructor not
          viable: requires 2 arguments, but 3 were provided
      tool_output_file(const char *Filename, int FD);
      ^
    /usr/include/llvm/Support/ToolOutputFile.h:26:7: note: candidate constructor
          (the implicit copy constructor) not viable: requires 1 argument, but 3
          were provided
    class tool_output_file {
          ^
    LLVM-CC nvptx64--nvidiacl/lib/async/async_work_group_strided_copy.cl.bc
    3 errors generated.
    Makefile:8: recipe for target 'utils/prepare-builtins.o' failed
    make: *** [utils/prepare-builtins.o] Error 1
    make: *** Waiting for unfinished jobs....
    ==> ERROR: A failure occurred in build().
        Aborting...
    ==> ERROR: Makepkg was unable to build libclc-git.
    ==> Restart building libclc-git ? [y/N]
    ==> -----------------------------------
    ==>
    [bartosz@E450 ~]$ vainfo
    libva info: VA-API version 0.37.0
    libva info: va_getDriverName() returns 0
    libva info: Trying to open /usr/lib/dri/r600_drv_video.so
    libva info: va_openDriver() returns -1
    vaInitialize failed with error code -1 (unknown libva error),exit
    What can I do now?
    -- mod note: split from kodi hangs the system. Trilby --
    Last edited by Trilby (2015-01-04 13:52:11)

    Ok now kodi runnig but only running nothing else don't working.
    No sound - but other aplication in OS have a sound.
    Always when try open mkv video file kodi crash but other video aplication working property.
    $ kodi
    /usr/lib/kodi/kodi.bin: /usr/lib/libmysqlclient.so.18: no version information available (required by /usr/lib/kodi/kodi.bin)
    /usr/bin/kodi: line 168:  2111 Segmentation fault      (core dumped) "$LIBDIR/${bin_name}/${bin_name}.bin" $SAVED_ARGS
    Crash report available at /home/bartosz/kodi_crashlog-20150104_173959.log
    $ sudo find / -name libmysqlclient.so*
    /usr/lib/libmysqlclient.so
    /usr/lib/libmysqlclient.so.18.0.0
    /usr/lib/libmysqlclient.so.18
    $ cat kodi_crashlog-20150104_173959.log
    ############## Kodi CRASH LOG ###############
    ################ SYSTEM INFO ################
    Date: nie, 4 sty 2015, 17:39:59 CET
    Kodi Options:
    Arch: x86_64
    Kernel: Linux 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014
    Release: Arch Linux
    ############## END SYSTEM INFO ##############
    ############### STACK TRACE #################
    =====> Core file: /home/bartosz/.config/core (2015-01-04 17:40:00.351149046 +0100)
    =========================================
    [New LWP 1317]
    [New LWP 1308]
    [New LWP 1280]
    [New LWP 1312]
    [New LWP 1311]
    [New LWP 1287]
    [New LWP 1286]
    [New LWP 1289]
    [New LWP 1285]
    [New LWP 1288]
    [New LWP 1316]
    [New LWP 1313]
    [New LWP 1278]
    [New LWP 1282]
    [New LWP 1315]
    [New LWP 1277]
    [New LWP 1272]
    [New LWP 1314]
    [New LWP 1310]
    [Thread debugging using libthread_db enabled]
    Using host libthread_db library "/usr/lib/libthread_db.so.1".
    Core was generated by `/usr/lib/kodi/kodi.bin'.
    Program terminated with signal SIGSEGV, Segmentation fault.
    #0 0x00007f339c878a02 in ?? () from /usr/lib/vdpau/libvdpau_r600.so.1
    Thread 19 (Thread 0x7f33afffe700 (LWP 1310)):
    #0 0x00007f33ddf90c78 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
    #1 0x0000000000f6ab35 in ComprDataIO::UnpWrite(unsigned char*, unsigned int) ()
    #2 0x0000000000f633d1 in CmdExtract::UnstoreFile(ComprDataIO&, long long) ()
    #3 0x0000000000f64e70 in CmdExtract::ExtractCurrentFile(CommandData*, Archive&, int, bool&) ()
    #4 0x0000000000bb0681 in XFILE::CRarFileExtractThread::Process() ()
    #5 0x0000000001c74adf in CThread::Action() ()
    #6 0x0000000001c74d99 in CThread::staticThread(void*) ()
    #7 0x00007f33ddf8b314 in start_thread () from /usr/lib/libpthread.so.0
    #8 0x00007f33d82e724d in clone () from /usr/lib/libc.so.6
    Thread 18 (Thread 0x7f339d7fa700 (LWP 1314)):
    #0 0x00007f33ddf90c78 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
    #1 0x0000000000a512b0 in ActiveAE::CActiveAEStream::AddData(unsigned char* const*, unsigned int, unsigned int, double) ()
    #2 0x00000000019b7bc0 in CDVDAudio::AddPackets(stDVDAudioFrame const&) ()
    #3 0x00000000019a442f in CDVDPlayerAudio::OutputPacket(stDVDAudioFrame&) ()
    #4 0x00000000019a64f3 in CDVDPlayerAudio::Process() ()
    #5 0x0000000001c74adf in CThread::Action() ()
    #6 0x0000000001c74d99 in CThread::staticThread(void*) ()
    #7 0x00007f33ddf8b314 in start_thread () from /usr/lib/libpthread.so.0
    #8 0x00007f33d82e724d in clone () from /usr/lib/libc.so.6
    Thread 17 (Thread 0x7f33dfcf7800 (LWP 1272)):
    #0 0x00007f33ddf8d827 in pthread_mutex_lock () from /usr/lib/libpthread.so.0
    #1 0x0000000000d8d206 in CApplicationPlayer::GetInternal() const ()
    #2 0x0000000000d8dee6 in CApplicationPlayer::IsPlaying() const ()
    #3 0x0000000000d8e019 in CApplicationPlayer::IsPlayingVideo() const ()
    #4 0x0000000000936b1d in CGUIVideoControl::Render() ()
    #5 0x00000000008d3a33 in CGUIControl::DoRender() ()
    #6 0x00000000008e35ce in CGUIControlGroup::Render() ()
    #7 0x00000000008d3a33 in CGUIControl::DoRender() ()
    #8 0x00000000008b01e4 in CGUIWindow::DoRender() ()
    #9 0x00000000008b4f0a in CGUIWindowManager::RenderPass() const ()
    #10 0x00000000008b50e7 in CGUIWindowManager::Render() ()
    #11 0x0000000000d65f40 in CApplication::RenderNoPresent() ()
    #12 0x0000000000d6bd31 in CApplication::Render() ()
    #13 0x0000000000e27419 in CXBApplicationEx::Run() ()
    #14 0x0000000000e2ddab in XBMC_Run ()
    #15 0x0000000000757da5 in main ()
    Thread 16 (Thread 0x7f33c46de700 (LWP 1277)):
    #0 0x00007f33ddf90c78 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
    #1 0x0000000000a467b3 in ActiveAE::CActiveAE::Process() ()
    #2 0x0000000001c74adf in CThread::Action() ()
    #3 0x0000000001c74d99 in CThread::staticThread(void*) ()
    #4 0x00007f33ddf8b314 in start_thread () from /usr/lib/libpthread.so.0
    #5 0x00007f33d82e724d in clone () from /usr/lib/libc.so.6
    Thread 15 (Thread 0x7f33c7ede700 (LWP 1315)):
    #0 0x00007f33d82de44d in poll () from /usr/lib/libc.so.6
    #1 0x00007f33da961f81 in ?? () from /usr/lib/libpulse.so.0
    #2 0x00007f33da95382c in pa_mainloop_poll () from /usr/lib/libpulse.so.0
    #3 0x00007f33da953e9e in pa_mainloop_iterate () from /usr/lib/libpulse.so.0
    #4 0x00007f33da953f50 in pa_mainloop_run () from /usr/lib/libpulse.so.0
    #5 0x00007f33da961f33 in ?? () from /usr/lib/libpulse.so.0
    #6 0x00007f33d41d0708 in ?? () from /usr/lib/pulseaudio/libpulsecommon-5.0.so
    #7 0x00007f33ddf8b314 in start_thread () from /usr/lib/libpthread.so.0
    #8 0x00007f33d82e724d in clone () from /usr/lib/libc.so.6
    Thread 14 (Thread 0x7f33c560f700 (LWP 1282)):
    #0 0x00007f33ddf908cf in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
    #1 0x00007f33c68659fb in ?? () from /usr/lib/xorg/modules/dri/r600_dri.so
    #2 0x00007f33c6865267 in ?? () from /usr/lib/xorg/modules/dri/r600_dri.so
    #3 0x00007f33ddf8b314 in start_thread () from /usr/lib/libpthread.so.0
    #4 0x00007f33d82e724d in clone () from /usr/lib/libc.so.6
    Thread 13 (Thread 0x7f33c86df700 (LWP 1278)):
    #0 0x00007f33ddf908b7 in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
    #1 0x00007f33da9625c0 in pa_threaded_mainloop_wait () from /usr/lib/libpulse.so.0
    #2 0x0000000000a6a3ac in CAESinkPULSE::AddPackets(unsigned char**, unsigned int, unsigned int) ()
    #3 0x0000000000a4a276 in ActiveAE::CActiveAESink::OutputSamples(ActiveAE::CSampleBuffer*) ()
    #4 0x0000000000a4c2ef in ActiveAE::CActiveAESink::StateMachine(int, Actor::Protocol*, Actor::Message*) ()
    #5 0x0000000000a4c8eb in ActiveAE::CActiveAESink::Process() ()
    #6 0x0000000001c74adf in CThread::Action() ()
    #7 0x0000000001c74d99 in CThread::staticThread(void*) ()
    #8 0x00007f33ddf8b314 in start_thread () from /usr/lib/libpthread.so.0
    #9 0x00007f33d82e724d in clone () from /usr/lib/libc.so.6
    Thread 12 (Thread 0x7f339dffb700 (LWP 1313)):
    #0 0x00007f33ddf90c78 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
    #1 0x000000000096ca52 in CEvent::WaitMSec(unsigned int) ()
    #2 0x000000000096a987 in VDPAU::CDecoder::Decode(AVCodecContext*, AVFrame*) ()
    #3 0x000000000095cfa5 in CDVDVideoCodecFFmpeg::Decode(unsigned char*, int, double, double) ()
    #4 0x00000000019ad3d9 in CDVDPlayerVideo::Process() ()
    #5 0x0000000001c74adf in CThread::Action() ()
    #6 0x0000000001c74d99 in CThread::staticThread(void*) ()
    #7 0x00007f33ddf8b314 in start_thread () from /usr/lib/libpthread.so.0
    #8 0x00007f33d82e724d in clone () from /usr/lib/libc.so.6
    Thread 11 (Thread 0x7f339c831700 (LWP 1316)):
    #0 0x00007f33ddf90c78 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
    #1 0x000000000096c576 in VDPAU::COutput::Process() ()
    #2 0x0000000001c74adf in CThread::Action() ()
    #3 0x0000000001c74d99 in CThread::staticThread(void*) ()
    #4 0x00007f33ddf8b314 in start_thread () from /usr/lib/libpthread.so.0
    #5 0x00007f33d82e724d in clone () from /usr/lib/libc.so.6
    Thread 10 (Thread 0x7f33acde0700 (LWP 1288)):
    #0 0x00007f33d82e0193 in select () from /usr/lib/libc.so.6
    #1 0x0000000000f9fa69 in SOCKETS::CSocketListener::Listen(int) ()
    #2 0x0000000000f8f28e in EVENTSERVER::CEventServer::Run() ()
    #3 0x0000000000f8f658 in EVENTSERVER::CEventServer::Process() ()
    #4 0x0000000001c74adf in CThread::Action() ()
    #5 0x0000000001c74d99 in CThread::staticThread(void*) ()
    #6 0x00007f33ddf8b314 in start_thread () from /usr/lib/libpthread.so.0
    #7 0x00007f33d82e724d in clone () from /usr/lib/libc.so.6
    Thread 9 (Thread 0x7f33ae5e3700 (LWP 1285)):
    #0 0x00007f33ddf90c78 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
    #1 0x000000000101d0e2 in CJobManager::GetNextJob(CJobWorker const*) ()
    #2 0x000000000101da4a in CJobWorker::Process() ()
    #3 0x0000000001c74adf in CThread::Action() ()
    #4 0x0000000001c74d99 in CThread::staticThread(void*) ()
    #5 0x00007f33ddf8b314 in start_thread () from /usr/lib/libpthread.so.0
    #6 0x00007f33d82e724d in clone () from /usr/lib/libc.so.6
    Thread 8 (Thread 0x7f339ffff700 (LWP 1289)):
    #0 0x00007f33d82e0193 in select () from /usr/lib/libc.so.6
    #1 0x0000000000fa227a in JSONRPC::CTCPServer::Process() ()
    #2 0x0000000001c74adf in CThread::Action() ()
    #3 0x0000000001c74d99 in CThread::staticThread(void*) ()
    #4 0x00007f33ddf8b314 in start_thread () from /usr/lib/libpthread.so.0
    #5 0x00007f33d82e724d in clone () from /usr/lib/libc.so.6
    Thread 7 (Thread 0x7f33adde2700 (LWP 1286)):
    #0 0x00007f33d82de44d in poll () from /usr/lib/libc.so.6
    #1 0x00007f33df3110ba in ?? () from /usr/lib/libavahi-common.so.3
    #2 0x00007f33df310c43 in avahi_simple_poll_run () from /usr/lib/libavahi-common.so.3
    #3 0x00007f33df310e18 in avahi_simple_poll_iterate () from /usr/lib/libavahi-common.so.3
    #4 0x00007f33df31104d in avahi_simple_poll_loop () from /usr/lib/libavahi-common.so.3
    #5 0x00007f33df311114 in ?? () from /usr/lib/libavahi-common.so.3
    #6 0x00007f33ddf8b314 in start_thread () from /usr/lib/libpthread.so.0
    #7 0x00007f33d82e724d in clone () from /usr/lib/libc.so.6
    Thread 6 (Thread 0x7f33ad5e1700 (LWP 1287)):
    #0 0x00007f33ddf90c78 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
    #1 0x000000000101d0e2 in CJobManager::GetNextJob(CJobWorker const*) ()
    #2 0x000000000101da4a in CJobWorker::Process() ()
    #3 0x0000000001c74adf in CThread::Action() ()
    #4 0x0000000001c74d99 in CThread::staticThread(void*) ()
    #5 0x00007f33ddf8b314 in start_thread () from /usr/lib/libpthread.so.0
    #6 0x00007f33d82e724d in clone () from /usr/lib/libc.so.6
    Thread 5 (Thread 0x7f339effd700 (LWP 1311)):
    #0 0x00007f33ddf908cf in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
    #1 0x00000000013e0b2b in ?? ()
    #2 0x00007f33ddf8b314 in start_thread () from /usr/lib/libpthread.so.0
    #3 0x00007f33d82e724d in clone () from /usr/lib/libc.so.6
    Thread 4 (Thread 0x7f339e7fc700 (LWP 1312)):
    #0 0x00007f33ddf908cf in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
    #1 0x00000000013e0b2b in ?? ()
    #2 0x00007f33ddf8b314 in start_thread () from /usr/lib/libpthread.so.0
    #3 0x00007f33d82e724d in clone () from /usr/lib/libc.so.6
    Thread 3 (Thread 0x7f33c74c9700 (LWP 1280)):
    #0 0x00007f33d82de44d in poll () from /usr/lib/libc.so.6
    #1 0x0000000001b1d4aa in PERIPHERALS::CPeripheralBusUSB::WaitForUpdate() ()
    #2 0x0000000001b1d560 in PERIPHERALS::CPeripheralBusUSB::Process() ()
    #3 0x0000000001c74adf in CThread::Action() ()
    #4 0x0000000001c74d99 in CThread::staticThread(void*) ()
    #5 0x00007f33ddf8b314 in start_thread () from /usr/lib/libpthread.so.0
    #6 0x00007f33d82e724d in clone () from /usr/lib/libc.so.6
    Thread 2 (Thread 0x7f339f7fe700 (LWP 1308)):
    #0 0x00007f33d82b661d in nanosleep () from /usr/lib/libc.so.6
    #1 0x00007f33d82e08d4 in usleep () from /usr/lib/libc.so.6
    #2 0x0000000001c748f2 in CThread::Sleep(unsigned int) ()
    #3 0x0000000001999e80 in CDVDPlayer::Process() ()
    #4 0x0000000001c74adf in CThread::Action() ()
    #5 0x0000000001c74d99 in CThread::staticThread(void*) ()
    #6 0x00007f33ddf8b314 in start_thread () from /usr/lib/libpthread.so.0
    #7 0x00007f33d82e724d in clone () from /usr/lib/libc.so.6
    Thread 1 (Thread 0x7f337ffff700 (LWP 1317)):
    #0 0x00007f339c878a02 in ?? () from /usr/lib/vdpau/libvdpau_r600.so.1
    #1 0x0000000000966e27 in VDPAU::CMixer::ProcessPicture() ()
    #2 0x00000000009698e3 in VDPAU::CMixer::StateMachine(int, Actor::Protocol*, Actor::Message*) ()
    #3 0x0000000000969dfd in VDPAU::CMixer::Process() ()
    #4 0x0000000001c74adf in CThread::Action() ()
    #5 0x0000000001c74d99 in CThread::staticThread(void*) ()
    #6 0x00007f33ddf8b314 in start_thread () from /usr/lib/libpthread.so.0
    #7 0x00007f33d82e724d in clone () from /usr/lib/libc.so.6
    ############# END STACK TRACE ###############
    ################# LOG FILE ##################
    17:39:20 T:140475335030784 NOTICE: special://profile/ is mapped to: special://masterprofile/
    17:39:20 T:140475335030784 NOTICE: -----------------------------------------------------------------------
    17:39:20 T:140475335030784 NOTICE: Starting Kodi (14.0 Git:Unknown). Platform: Linux x86 64-bit
    17:39:20 T:140475335030784 NOTICE: Using Release Kodi x64 build
    17:39:20 T:140475335030784 NOTICE: Kodi compiled Jan 1 2015 by GCC 4.9.2 for Linux x86 64-bit version 3.18.1 (201217)
    17:39:20 T:140475335030784 NOTICE: Running on Arch Linux rolling, kernel: Linux x86 64-bit version 3.17.6-1-ARCH
    17:39:20 T:140475335030784 NOTICE: FFmpeg statically linked, version: 2.4.4-xbmc-2.4.4-Helix
    17:39:20 T:140475335030784 NOTICE: Host CPU: AMD E-450 APU with Radeon(tm) HD Graphics, 2 cores available
    17:39:20 T:140475335030784 NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
    17:39:20 T:140475335030784 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/kodi
    17:39:20 T:140475335030784 NOTICE: special://masterprofile/ is mapped to: /home/bartosz/.kodi/userdata
    17:39:20 T:140475335030784 NOTICE: special://home/ is mapped to: /home/bartosz/.kodi
    17:39:20 T:140475335030784 NOTICE: special://temp/ is mapped to: /home/bartosz/.kodi/temp
    17:39:20 T:140475335030784 NOTICE: The executable running is: /usr/lib/kodi/kodi.bin
    17:39:20 T:140475335030784 NOTICE: Local hostname: E450
    17:39:20 T:140475335030784 NOTICE: Log File is located: /home/bartosz/.kodi/temp/kodi.log
    17:39:20 T:140475335030784 NOTICE: -----------------------------------------------------------------------
    17:39:20 T:140475335030784 NOTICE: load settings...
    17:39:20 T:140475335030784 NOTICE: Found 1 Lists of Devices
    17:39:20 T:140475335030784 NOTICE: Enumerated PULSE devices:
    17:39:20 T:140475335030784 NOTICE: Device 1
    17:39:20 T:140475335030784 NOTICE: m_deviceName : Default
    17:39:20 T:140475335030784 NOTICE: m_displayName : Default
    17:39:20 T:140475335030784 NOTICE: m_displayNameExtra: Default Output Device (PULSEAUDIO)
    17:39:20 T:140475335030784 NOTICE: m_deviceType : AE_DEVTYPE_PCM
    17:39:20 T:140475335030784 NOTICE: m_channels : FL,FR
    17:39:20 T:140475335030784 NOTICE: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
    17:39:20 T:140475335030784 NOTICE: m_dataFormats : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
    17:39:20 T:140475335030784 NOTICE: Device 2
    17:39:20 T:140475335030784 NOTICE: m_deviceName : alsa_output.pci-0000_00_01.1.hdmi-stereo
    17:39:20 T:140475335030784 NOTICE: m_displayName : Built-in Audio Digital Stereo (HDMI)
    17:39:20 T:140475335030784 NOTICE: m_displayNameExtra: HDMI / DisplayPort (PULSEAUDIO)
    17:39:20 T:140475335030784 NOTICE: m_deviceType : AE_DEVTYPE_PCM
    17:39:20 T:140475335030784 NOTICE: m_channels : FL,FR
    17:39:20 T:140475335030784 NOTICE: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
    17:39:20 T:140475335030784 NOTICE: m_dataFormats : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
    17:39:20 T:140475335030784 NOTICE: Device 3
    17:39:20 T:140475335030784 NOTICE: m_deviceName : alsa_output.pci-0000_00_14.2.analog-stereo
    17:39:20 T:140475335030784 NOTICE: m_displayName : Built-in Audio Analog Stereo
    17:39:20 T:140475335030784 NOTICE: m_displayNameExtra: Analog Output (PULSEAUDIO)
    17:39:20 T:140475335030784 NOTICE: m_deviceType : AE_DEVTYPE_PCM
    17:39:20 T:140475335030784 NOTICE: m_channels : FL,FR
    17:39:20 T:140475335030784 NOTICE: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
    17:39:20 T:140475335030784 NOTICE: m_dataFormats : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
    17:39:20 T:140475335030784 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
    17:39:20 T:140475335030784 NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
    17:39:20 T:140475335030784 NOTICE: Default DVD Player: dvdplayer
    17:39:20 T:140475335030784 NOTICE: Default Video Player: dvdplayer
    17:39:20 T:140475335030784 NOTICE: Default Audio Player: paplayer
    17:39:20 T:140475335030784 NOTICE: Disabled debug logging due to GUI setting. Level 0.
    17:39:20 T:140475335030784 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
    17:39:20 T:140475335030784 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
    17:39:20 T:140475335030784 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
    17:39:20 T:140475335030784 NOTICE: Loaded playercorefactory configuration
    17:39:20 T:140475335030784 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
    17:39:20 T:140475335030784 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
    16:39:20 T:140474875651840 NOTICE: Thread ActiveAE start, auto delete: false
    16:39:20 T:140474940552960 NOTICE: Thread AESink start, auto delete: false
    16:39:21 T:140474940552960 NOTICE: PulseAudio: Opened device Default in pcm mode with Buffersize 150 ms
    16:39:21 T:140475335030784 NOTICE: Running database version Addons16
    16:39:21 T:140475335030784 NOTICE: ADDONS: Using repository repository.xbmc.org
    16:39:21 T:140475335030784 ERROR: Unable to load libcec.so.2, reason: libcec.so.2: cannot open shared object file: No such file or directory
    16:39:21 T:140475335030784 ERROR: Initialise - failed to initialise bus cec
    16:39:21 T:140474921588480 NOTICE: Thread PeripBusUSBUdev start, auto delete: false
    16:39:21 T:140475335030784 NOTICE: Setup SDL
    16:39:21 T:140475335030784 NOTICE: Checking resolution 16
    16:39:21 T:140475335030784 NOTICE: Using visual 0x1e2
    16:39:21 T:140475335030784 NOTICE: GL_VENDOR = X.Org
    16:39:21 T:140475335030784 NOTICE: GL_RENDERER = Gallium 0.4 on AMD PALM
    16:39:21 T:140475335030784 NOTICE: GL_VERSION = 3.0 Mesa 10.5.0-devel (git-48094d0)
    16:39:21 T:140475335030784 NOTICE: GL_SHADING_LANGUAGE_VERSION = 1.30
    16:39:21 T:140475335030784 NOTICE: GL_EXTENSIONS = GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_polygon_offset GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_S3_s3tc GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_compression_s3tc GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_NV_fog_distance GL_APPLE_packed_pixels GL_APPLE_vertex_array_object GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_NV_primitive_restart GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_occlusion_query2 GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_float GL_ARB_texture_rectangle GL_ATI_texture_compression_3dc GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_mirror_clamp GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_ATI_texture_mirror_once GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_gpu_program_parameters GL_EXT_texture_array GL_EXT_texture_compression_latc GL_EXT_texture_integer GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_OES_EGL_image GL_ARB_copy_buffer GL_ARB_depth_buffer_float GL_ARB_draw_instanced GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_map_buffer_range GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_AMD_conservative_depth GL_AMD_draw_buffers_blend GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_stencil_export GL_ARB_ES2_compatibility GL_ARB_blend_func_extended GL_ARB_debug_output GL_ARB_draw_buffers_blend GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_shader_stencil_export GL_ARB_shader_texture_lod GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_multisample GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_uniform_buffer_object GL_ARB_vertex_type_2_10_10_10_rev GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_NV_texture_barrier GL_ARB_get_program_binary GL_ARB_robustness GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_texture_compression_bptc GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_NV_vdpau_interop GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_base_instance GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_shading_language_420pack GL_ARB_shading_language_packing GL_ARB_texture_storage GL_ARB_transform_feedback_instanced GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_transform_feedback GL_AMD_shader_trinary_minmax GL_ARB_ES3_compatibility GL_ARB_clear_buffer_object GL_ARB_explicit_uniform_location GL_ARB_invalidate_subdata GL_ARB_stencil_texturing GL_ARB_texture_query_levels GL_ARB_texture_storage_multisample GL_ARB_vertex_attrib_binding GL_KHR_debug GL_ARB_buffer_storage GL_ARB_multi_bind GL_ARB_seamless_cubemap_per_texture GL_ARB_texture_mirror_clamp_to_edge GL_ARB_vertex_type_10f_11f_11f_rev GL_EXT_shader_integer_mix GL_ARB_clip_control GL_ARB_derivative_control GL_ARB_texture_barrier GL_KHR_context_flush_control
    16:39:22 T:140475335030784 NOTICE: Running database version Addons16
    16:39:22 T:140475335030784 NOTICE: Running database version ViewModes6
    16:39:22 T:140475335030784 NOTICE: Running database version Textures13
    16:39:22 T:140475335030784 NOTICE: Running database version MyMusic48
    16:39:22 T:140475335030784 NOTICE: Running database version MyVideos90
    16:39:22 T:140475335030784 NOTICE: Running database version TV26
    16:39:22 T:140475335030784 NOTICE: Running database version Epg8
    16:39:22 T:140475335030784 NOTICE: start dvd mediatype detection
    16:39:22 T:140475334874880 NOTICE: Thread DetectDVDMedia start, auto delete: false
    16:39:22 T:140475335030784 WARNING: JSONRPC: Could not parse type "PVR.Details.Channel"
    16:39:22 T:140475335030784 WARNING: JSONRPC: Could not parse type "PVR.Details.ChannelGroup.Extended"
    16:39:22 T:140475335030784 WARNING: JSONRPC: Could not parse type "GUI.Property.Value"
    16:39:22 T:140475335030784 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
    16:39:22 T:140475335030784 NOTICE: initialize done
    16:39:22 T:140475335030784 NOTICE: Running the application...
    16:39:22 T:140474534565632 NOTICE: Thread LanguageInvoker start, auto delete: false
    16:39:22 T:140474534565632 NOTICE: -->Python Interpreter Initialized<--
    16:39:22 T:140474503763712 NOTICE: Thread JobWorker start, auto delete: true
    16:39:22 T:140475335030784 NOTICE: starting zeroconf publishing
    16:39:22 T:140475335030784 NOTICE: ES: Starting event server
    16:39:22 T:140474262210304 NOTICE: Thread TCPServer start, auto delete: false
    16:39:22 T:140474270603008 NOTICE: Thread EventServer start, auto delete: false
    16:39:22 T:140474270603008 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
    16:39:22 T:140474270603008 NOTICE: UDP: Listening on port 9777
    16:39:22 T:140474278995712 NOTICE: Thread JobWorker start, auto delete: true
    16:39:22 T:140475334874880 NOTICE: Thread RSSReader start, auto delete: false
    16:39:37 T:140474534565632 NOTICE: Thread PAPlayer start, auto delete: false
    16:39:49 T:140474253817600 NOTICE: Thread BackgroundLoader start, auto delete: false
    16:39:54 T:140474503763712 NOTICE: Thread JobWorker start, auto delete: true
    16:39:54 T:140474278995712 NOTICE: Thread BackgroundLoader start, auto delete: false
    16:39:56 T:140474278995712 NOTICE: Previous line repeats 2 times.
    16:39:56 T:140474278995712 NOTICE: Thread RarFileExtract start, auto delete: false
    16:39:57 T:140475335030784 NOTICE: Previous line repeats 1 times.
    16:39:57 T:140475335030784 NOTICE: DVDPlayer: Opening: rar://%2fhome%2fbartosz%2fvideo%2f6.Souls.2010.720p.BluRay.x264-SADPANDA%2f6.souls.2010.720p.bluray.x264-sadpanda.rar/6.Souls.2010.720p.BluRay.x264-SADPANDA.mkv
    16:39:57 T:140475335030784 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
    16:39:57 T:140474534565632 NOTICE: Thread DVDPlayer start, auto delete: false
    16:39:57 T:140474534565632 NOTICE: Creating InputStream
    16:39:57 T:140474278995712 NOTICE: Thread RarFileExtract start, auto delete: false
    16:39:57 T:140474534565632 WARNING: GetDirectory: rar lib returned no files in archive /home/bartosz/video/6.Souls.2010.720p.BluRay.x264-SADPANDA/6.souls.2010.720p.bluray.x264-sadpanda.rar, likely corrupt
    16:39:57 T:140474534565632 WARNING: Previous line repeats 20 times.
    16:39:57 T:140474534565632 NOTICE: Creating Demuxer
    16:39:57 T:140474253817600 NOTICE: Thread RarFileExtract start, auto delete: false
    16:39:57 T:140474534565632 NOTICE: Opening stream: 0 source: 256
    16:39:57 T:140474534565632 NOTICE: Creating video codec with codec id: 28
    16:39:57 T:140474534565632 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
    16:39:57 T:140474534565632 NOTICE: Creating video thread
    16:39:57 T:140474534565632 NOTICE: Opening stream: 1 source: 256
    16:39:57 T:140474534565632 NOTICE: Finding audio codec for: 86020
    16:39:57 T:140474237032192 NOTICE: Thread DVDPlayerVideo start, auto delete: false
    16:39:57 T:140474237032192 NOTICE: running thread: video_thread
    16:39:57 T:140474534565632 NOTICE: Creating audio thread
    16:39:57 T:140473884735232 NOTICE: Thread DVDPlayerAudio start, auto delete: false
    16:39:57 T:140473884735232 NOTICE: running thread: CDVDPlayerAudio::Process()
    16:39:57 T:140474534565632 NOTICE: Opening stream: 2 source: 256
    16:39:57 T:140474237032192 NOTICE: VAAPI::Close
    16:39:57 T:140473884735232 NOTICE: Creating audio stream (codec id: 86020, channels: 6, sample rate: 48000, no pass-through)
    16:39:57 T:140474237032192 NOTICE: CDVDVideoCodecFFmpeg::GetFormat - Creating VDPAU(1280x544)
    16:39:57 T:140474237032192 NOTICE: VDPAU::CreateContext - creating decoder context
    16:39:57 T:140474237032192 NOTICE: vdp_device = 0x00000001 vdp_st = 0x00000000
    16:39:57 T:140474237032192 NOTICE: VDPAU Decoder capabilities:
    16:39:57 T:140474237032192 NOTICE: name level macbs width height
    16:39:57 T:140474237032192 NOTICE: ------------------------------------
    16:39:57 T:140474237032192 NOTICE: MPEG1 0 9216 2048 1152
    16:39:57 T:140474237032192 NOTICE: MPEG2_SIMPLE 3 9216 2048 1152
    16:39:57 T:140474237032192 NOTICE: MPEG2_MAIN 3 9216 2048 1152
    16:39:57 T:140474237032192 NOTICE: H264_BASELINE 41 9216 2048 1152
    16:39:57 T:140474237032192 NOTICE: H264_MAIN 41 9216 2048 1152
    16:39:57 T:140474237032192 NOTICE: H264_HIGH 41 9216 2048 1152
    16:39:57 T:140474237032192 NOTICE: VC1_ADVANCED 4 9216 2048 1152
    16:39:57 T:140474237032192 NOTICE: MPEG4_PART2_ASP 5 9216 2048 1152
    16:39:57 T:140474237032192 NOTICE: ------------------------------------
    16:39:57 T:140474237032192 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_NOISE_REDUCTION
    16:39:57 T:140474237032192 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_SHARPNESS
    16:39:57 T:140474237032192 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_DEINTERLACE_TEMPORAL
    16:39:57 T:140474237032192 NOTICE: VAAPI::Close
    16:39:57 T:140474237032192 NOTICE: CDVDVideoCodecFFmpeg::GetFormat - Creating VDPAU(1280x544)
    16:39:57 T:140474237032192 NOTICE: (VDPAU) screenWidth:1280 vidWidth:1280 surfaceWidth:1280
    16:39:57 T:140474237032192 NOTICE: (VDPAU) screenHeight:544 vidHeight:544 surfaceHeight:544
    16:39:57 T:140474940552960 NOTICE: PulseAudio: Opened device Default in pcm mode with Buffersize 150 ms
    16:39:58 T:140473876342528 NOTICE: Thread Vdpau Output start, auto delete: false
    16:39:58 T:140473876342528 NOTICE: COutput::OnStartup: Output Thread created
    16:39:58 T:140473876342528 NOTICE: VDPAU::COutput::CreateGlxContext - created context
    16:39:58 T:140473876342528 NOTICE: VDPAU::COutput: vdpau gl interop initialized
    16:39:58 T:140473867949824 NOTICE: Thread Vdpau Mixer start, auto delete: false
    16:39:58 T:140473867949824 NOTICE: CMixer::OnStartup: Output Thread created
    16:39:58 T:140473867949824 NOTICE: (VDPAU) Creating the video mixer
    16:39:58 T:140473876342528 NOTICE: VDPAU::COutput::InitBufferPool - Output Surface created
    16:39:58 T:140474237032192 NOTICE: Previous line repeats 3 times.
    16:39:58 T:140474237032192 ERROR: (VDPAU) Error: No backend implementation could be loaded.(1) at VDPAU.cpp:1047
    16:39:58 T:140474237032192 ERROR: Previous line repeats 2 times.
    16:39:58 T:140474237032192 NOTICE: (VDPAU) Close
    16:39:58 T:140474237032192 ERROR: (VDPAU) Error: No backend implementation could be loaded.(1) at VDPAU.cpp:1047
    ############### END LOG FILE ################
    ############ END Kodi CRASH LOG #############
    ~]\$
    Any idea?

  • Need some suggestion on bapi

    Hello,
         I am not able to pass multiple values for single import parameter..i tired calling function module in loop and also tried RANGES..Need some suggestion on this..
    Thanks and Regards,
           sapdev86
    Moderator Message: Basic Question
    Edited by: kishan P on Oct 14, 2010 11:46 AM

    Hi,
    BAPI is nothing but a function module and also RFC enabled. So u can call that fm from outside SAP. U can call that BAPI using some logic or u can make hardcoding the parameters, its depends mainly on ur requirement.
    Regards
    Amitava

  • Need serious Suggestion and Help

    Well,
    Hi to all this is my first post so expecting correct reply to my prob actuallly in this programming era i want to get certified in java and ORACLE but first concentrating on java so first of all i need how to start up guide and finish by certification can any body provide me the clear info how to get started how to go as i am in dilema of listening j2me j2ee etc like that i need a plan how to perfectly start and cover all these whch one to cover first and which one has to cover later and i need good suggestions from all users hope u can understand my postiion
    thank u ,
    saipothuri

    Buy a good introductory book on Java programming, plus do these tutorials:
    http://java.sun.com/docs/books/tutorial/index.html
    ....Among those tutorial, when you tackle JDBC: http://java.sun.com/docs/books/tutorial/jdbc/index.html
    use Oracle as a local DB and a DB served on network by a Web application.
    For Web application and J2EE, you will have to buy another introductory book.

  • Need sound suggestion

    Hi! I am about to implement sound for a program and I need a suggestion on what to use to do so. The program is an applet which consists of six JPanels and a button interface (START/STOP/RESETetc.) On each panel, I have a sorting algorithm doing its job on a set of dots, sorting them into a line. I would like to add sound to each panel. The sound should be activated when the user clicks on the panel. Also, the pitch should increase as the algorithm gets closer and closer to finish. Does anybody know what interface, or APIs I should use in order to play the sound and modify the pitch, as the program is running?
    Thanks,
    Cunduro.

    Check out the Java "Sound" tutorial link found on this page:
    http://java.sun.com/docs/books/tutorial/

  • I have bought an ipad on 31st october from Saturn, ( a store in Germany) in contract with a service provider called etelon . can i change my IPAD 3 to 4 .. need ur suggestions and guidance

    I have bought an ipad on 31st october from Saturn, ( a store in Germany) in contract with a service provider called etelon . can i change my IPAD 3 to 4 .. need ur suggestions and guidance

    You will need to check that store's returns policy - Apple only accept iPads bought from directly from them, not from other stores.

Maybe you are looking for

  • Book mark icon in Adhoc query?

    Hi, There is an Adhoc query created by the end user.The book mark icon available is not working but the CONTEXT MENU on any of the values is producing the book mark properly.Can just any one help me to find the solution of this? Why BOOK MARK ICON is

  • Accessing method of parent from instanced class

    Heyo! I don't know if this makes sense. But I can't figure out another way to do it. Hell, I can't even figure this out. :P So. I've got this class:         JPanel cp = new JPanel();      JPanel menuScreen = new egMenuScreen();      JPanel newGame =

  • Reviving an old FCP project from version 5.1 to current software and Back

    I am about to start revisions on a project that was started using version 5.1 I have since upgraded my FCP software to the current version. My project contains over 100 hours of footage along with an enormous amount of graphic files, logos, etc. I'll

  • Deducting leave quota for multiple lates in a month

    Hi Experts, I am working on a Positive Time implementation and I am facing problem with one of the clientu2019s requirement. If an employee is late for more than 3 times in a single month (not necessarily consecutive) then his leave quota should be d

  • Conditions based on user groups

    Hi, I am already using the authorization i dont want to make any changes. I want to restrict the column using user group. If my user group is admin or unique then display the item and if the user group helpdesk or test then dont display. I am using c