[Solved] WoW and Wine: Run time errors and massive lag.

Ok, so I have a AMD A4 Kabini series APU, and I installed the ati open source drivers and added the correct settings into the
/etc/X11/xorg.conf.d/20-radeon.conf
, however when ever I run WoW it becomes extremely laggy and to a point where it is unusable. Heres the output from the point that I start getting errors:
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 16/02/2014, dlt (d/m/y): 19/10/2014
fixme:win:EnumDisplayDevicesW ((null),0,0x192edf4,0x00000000), stub!
libGL error: dlopen /usr/lib32/xorg/modules/dri/radeonsi_dri.so failed (/usr/lib32/xorg/modules/dri/radeonsi_dri.so: cannot open shared object file: No such file or directory)
libGL error: unable to load driver: radeonsi_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: radeonsi
fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)").
fixme:win:EnumDisplayDevicesW ((null),0,0x192ecf4,0x00000000), stub!
fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)").
fixme:win:EnumDisplayDevicesW ((null),0,0x192f1c4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x192f324,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x192f444,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x192f5d4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x192f5d4,0x00000000), stub!
fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)").
fixme:win:EnumDisplayDevicesW ((null),0,0x192f6f4,0x00000000), stub!
fixme:d3d:swapchain_init The application requested more than one back buffer, this is not properly supported.
Please configure the application to use double buffering (1 back buffer) if possible.
fixme:win:EnumDisplayDevicesW ((null),0,0x192f054,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x192f194,0x00000000), stub!
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x192f87c): stub
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x192f87c): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x192df34,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x192df64,0x00000000), stub!
fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)").
fixme:win:EnumDisplayDevicesW ((null),0,0x192dfe4,0x00000000), stub!
err:wininet:open_http_connection create_netconn failed: 12029
err:wininet:open_http_connection create_netconn failed: 12029
err:wininet:open_http_connection create_netconn failed: 12029
fixme:imm:ImmReleaseContext (0x2004c, 0x1b97a8): stub
What do I have to install to fix this issue ?
Solved by installing lib32-ati-dri
Last edited by nathanmartins (2014-08-03 20:38:05)

Most of us don't need any  /etc/X11/xorg.conf.d/20-radeon.conf , please post it's contents.
The error messages indicate WoW can't find /usr/lib32/xorg/modules/dri/radeonsi_dri.so , the 32-bit multlib version of ati-dri .
$ pkgfile /usr/lib32/xorg/modules/dri/radeonsi_dri.so
multilib/lib32-ati-dri
LoneVVolf/lib32-mesa-r300-r600-radeonsi-git
$
Do you have lib32-ati-dri installed ?

Similar Messages

  • Error installing itunes win 7 home . Run time error R6034 and Error 7 windows error 1114

    I receive these error messages trying to re-install itunes:
    Run time error R6034 and
    Error 7 Windows error 1114.
    started happening about a week ago.
    Any help?
    I tried removing and reinstalling already, same mesages
    G

    Check for .dll files Go to C:\Program Files (x86)\iTunes and C:\Program Files\iTunes and look for .dll files. If you find QTMovie.DLL, or any other .dll files, move them to the desktop. Reboot your computer. Note: Depending on your operating system, you may only have one of the listed paths.
    So they want me to put all of the DLL files to desk top?  I dont have any that have QTmovie
    I have:
    In itunes .resources folder:
    itunes.dll
    itunesRegistry
    In itunesHelper.resources  folder
    ituneshelper.dll
    In Itunes main folder: ie. program files (x86) Itunes
    gnsdk_dsp.dll
    gnsdk_musicid.dll
    gnsdk_sdkmanager.dll
    gnsdk_submit.dll
    iAdCore.dll
    itunes.dll
    itunesadmin.dll
    ituneshelper.dll
    itunesoutlookaddin.dll
    Sorry I'm not a real computer dude but would like to resolve and not lose all my music etc.
    Thanks
    G

  • Run-Time errors using DAQmx and Borland C++ Builder 5.0

    I've written a simple program on MS Visual C++ 6.0 to test my PCI-6014 board and it works fine.
    I copied the code to Borland C++ builder 5.0 and had some linker problems with the .lib files that where solved with borland's "coff2omf".
    Now I've been getting run-time errors when I use the function DAQmxCreateAIVoltageChan()... The error code is -50251: "The specified software component is not available. The component was not loaded".
    But I'm sure that the code is right, since it works fine on MS Visual C++ 6.0!
    That the part of the code where I'm getting the error:
    iErro = DAQmxCreateTask("", &thTask);
    iErro = DAQmxCreateAIVoltageChan(thTask, "Dev1/ai0", "", DAQmx_Val_Diff, -10.0, 10.0, DAQmx_Val_Volts, NU
    LL);
    Thanks for the help,
    Marcelo

    Hello
    Borland enables certain types of exceptions by default which are initially disable in MSVC. You will need to refer to the documentation for Borland Builder on how to disable floating point exceptions. I believe you can do it by adding the following statement to your initialization code, but you should double check this:
    _control87(MCW_EM, MCW_EM);
    These exceptions get thrown because we are doing some floating point initialization underneath. This is not an indication of a bug or a problem of any sort. Apparently you have to this for alot of libraries to work correctly with Borland (OpenGL etc...)
    Hope this helps
    Bilal Durrani
    NI
    Bilal Durrani
    NI

  • INI instrument driver and fatal run time errors

    Hey everyone, I'm experimenting with the INI instrument driver and running into a fatal run time error.  Here's what I know so far:
    The runtime error only happens during the very first Ini_Putxxx
    It only happens if the target INI file does not yet exist.  After the file is created with a Ini_WriteToFile, then the program will proceed with all my Put functions without any errors.
    Ideas?
    Solved!
    Go to Solution.

    Are you sure about that? I just tried calling these functions in the Interactive Execution window without errors (the destination file wasn't there before the call and has been created without errors):
    #include "inifile.h"
    static int error = 0;
    static IniText T = 0;
    T = Ini_New (0);
    Ini_PutString (T, "General", "Item 1", "Test string");
    Ini_PutInt (T, "General", "Item 2", 123);
    Ini_PutDouble (T, "General", "Item 3", Pi ());
    error = Ini_WriteToFile (T, "C:\\test.ini");
    Ini_Dispose (T);
    Ini_PutXX functions do not make any disk access, they work entirely in memory; the only functions where the instrument accesses the disk are Ini_WriteToFile and Ini_ReadFromFile. Which error are you receiving? Can you post a sample code that exhibits the error?
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Run time error while running BDC for production order creation and confirmation:

    Dear Gurus,
    We have a situation, where the users are trying to do the entries creation of order or confirmation (through manual and BDC). But, if there is any kind of a deficit quantities in consumption or GR quantity, then it is going to run time error and Dumps are coming in program SAPLCORB
    and the transaction code is coming for CO11N.
    How to avoid this error to run the production system in smoothing way...Any flash lights on this will be great full
    Regards,
    Madhu.G

    Hi Madhu,
    Expert Caetano has rightly point out. Refer Note 1840705 - RAISE_EXCEPTION short dump if running CO11N in background
    Cause
    The short dump is triggered because SAP transaction CO11N contains new GUI elements that cannot always be dealt with in a background process,
    such as the confirmation texts.
    Resolution
    SAP recommends that the standard production order BAPIs, such as BAPI_PRODORDCONF_CREATE_TT, should be used to post a confirmation in background.
    If this is not feasible, the following workaround may be uses:
    Define a confirmation profile in transaction OPK0; 
    In the detail areas, remove the area "Confirmation text"; 
    Set this profile as standard, so that it is chosen automatically by the system when a batch-job
    is started; 
    Assign this confirmation profile to the batch user with transaction SU3 using parameter CORUPROF.
    Also see Note 429432 - CO11N: Batch input in background dumps if long text is maintained
    Refer to note 1154692 - Endless loop during confirmation in background if you doing Auto GR during confirmations
    Thanks & Regards,
    Ramagiri

  • Run time error while Creating IDN and Inbound Delivery

    Hi All,
    I am getting Run time error while creating Inbound Delivery Notification from Inbound Queue and Inbound Delivery from IDN
    After debugging i come to know that system is looking for Patch Level SAPKNA7026 but in my system Patch is upto SAPKNA7022
    Is there any OSS notes available to deactivate/resolve this run time error ? I tried 0001798794 Deactivation of hierarchical access functionality but system is still giving me run time error
    Regards,
    P@M

    Hi Agrawal
    As you are getting run-time error after entering the sold to party and material and the error is in SAPLV61Z ,
    close the session for sometime and open again and then create sales order and then enter sold to party and material and then check wheather you are getting or not. If you are still facing the problem then take the help of the ABAP & BASIS consultant's.
    Regards
    Srinath

  • I can't get my itunes to update it keeps giving me a run time error but every time it tells me to uninstall and reinstall I keep getting the same error.

    I keep trying to update itunes but it gives me a run time error and tells me to uninstall and then reinstall. It is driving me crazy. Any suggestions?

    Hi, I had this problem too and Barton (bless you) has said
    1. go to C:\ programe files(x86) itunes & c:programesfiles/itunes. look for all .dll iles
    2. QT movie.DLL ( I didn't have this file) and all .dll files. and move to the desk top.
    I did any file that had a .dll after it.
    3. reboot your computer.
    4. Uninstall Itunes and anything that is related with Apple. eg Quicktime,Bonjour. what ever says Apple is the publisher.
    5. Reboot computer
    6. go to Itunes and down load again.
    This fixed my computer and it took me 3 days until a remote assistant guys that I used for another problem told me to go on community Itunes.
    I tried a few of the suggestions but had trouble following but this is pretty simple even for me.
    Good luck

  • KE30 Report:-Takes very long time and ends in a Run time error

    Hi Expert,
    Since last three  week (after up gradation of system) we are not able to run any of KE30 reports in Production system and its end with Run Time Error. Even in development system where data is minimum it is taking 45 Minutes to give output where it should take maximum 4-5 Minute. Before up gradation it was working fine
    What could be the reason for this and how can i resolve this.
    Thanks in Advance
    Bipin Tiwari

    HI Sridhara
    Thanks for quick response. After Up Gradation we ran SGEN T-code but no impact on system performance. There after we build new summarisation level in KEDVP (system proposed) and activated it but still it is taking 30-.35 minute to generate the report in Development system which should normaly take 1-2 Munite.
    Can you suggest what else we can do or is there any better way for build summarisation level  in given scenario.
    Best Regards
    Bipin Tiwari

  • "RUN-TIME ERROR '3078': The Microsoft Access database engine cannot find the input table or query 'name'. Make sure it exists and that its name is spelled correctly.

     When I run the code below I get the following error:"RUN-TIME ERROR '3078': The Microsoft Access database engine cannot find the input table or query 'False'. Make sure it exists and that its name is spelled correctly. Note that I do not call
    anything by the name of "false" anywhere in this code.
    The subject code (the underscored line of code is highlighted in the debugger when the error occurs):
    Option Compare Database
    Private Sub JobAssign_Click()
    MatLotListAvail_openform
    End Sub
    Function MatLotListAvail_openform()
    Dim dbsAPIShopManager2010 As DAO.Database
    Dim rstMaterialLotJobJoint As DAO.Recordset
    Dim strSQL As String
    Set dbsAPIShopManager2010 = CurrentDb
    strSQL = "SELECT * FROM MaterialLotJobJoint WHERE JobID" = "tempvars!JobID" And "MatLotID" = "tempvars!MatLotID"
    Set rstMaterialLotJobJoint = dbsAPIShopManager2010.OpenRecordset(strSQL, dbOpenDynaset)
    If rstMaterialLotJobJoint.EOF Then
    DoCmd.OpenForm "JobAssignMatConf", acNormal, "", "", acEdit, acNormal
    Forms!JobAssignMatConf!PartapiIDVH = TempVars!PartapiID
    Forms!JobAssignMatConf!JobapiIDVH = TempVars!JobapiID
    Forms!JobAssignMatConf!JobIDVH = TempVars!JobID
    Forms!JobAssignMatConf!MaterialLotIDVH = TempVars!MatLotID
    Forms!JobAssignMatConf!Desc = TempVars!MatDesc
    Forms!JobAssignMatConf!recdate = TempVars!recdate
    DoCmd.Close acForm, "MaterialLotListAvailable"
    Else: MsgBox "This material lot has already been assigned to this job."
    DoCmd.Close acForm, "MaterialLotListAvailable"
    End If
    End Function

    I think the SQL statement should be
    strSQL = "SELECT * FROM MaterialLotJobJoint WHERE JobID=" & _
    tempvars!JobID & " AND MatLotID=" & tempvars!MatLotID
    This assumes thatJobID and MatLotID are number fields.
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

  • Trying to upgrade my i-phone 3 operating system to ios-5.  The program seems to download fine, but at the end it says network run time error and then I have to cancel it out and try again.  Tried 5 times and I can't upgrade the system.  help?

    I am trying to upgrade the operating system on my i-phone 3 to ios-5.  I download the program and it runs and downloads.  When almost finished, an error occurs that says Network run time error.  This cancels out the download.  I have tried 5 times with the sdame result.  Can anyone help?  Thanks

    This is asked and answered frequently... a simple search of the forums would have revealed that disabling any Anti-Virus and Firewall software on the computer prior to downloading will rectify the issue.

  • Run time Error in accessing Analyzer on VIsa 64 bit, Office 2007 and SAP GU

    Hello experts-
    I can not run Bex Analyzer using WINDOWS VISTA HOME PREMIUM 64 bit OS, Office 2007 and SAP GUI 7.10
    I am receiving Run time error "5" and does not let me open or create a new query. Please share your experience and thoughts so that I could be able to fix this issue
    Thanks

    Hi Suresh,
    Check the RFC connection of Source system. It seems that your rfc connection is not working properly. So make sure that you are able to establisthed the connection between these 2 systems.
    Regards
    Subhash

  • Run time error in me22n and me 23n

    Hi,
    first time in me22n if i edit something and press save,changes are getting saved perfectly and i am getting success message.so now its in display mode.if i press display<-> change icon,and do some changes and press save  i am getting run time error."Raise-EXCEPTION'.
    EXCEPTION CONDITION 'fAILURE' RAISED..
    if i open me23n po in display mode.after make it change mode and after making some changes and press save i am getting same error..
    which badi-method or user exit i have to check for this?
    Regards,
    Kavitha

    Short text
    Exception condition "FAILURE" raised.
    What happened?
    The current ABAP/4 program encountered an unexpected
    situation.
    Error analysis
    A RAISE statement in the program "CL_HANDLE_MANAGER_MM==========CP" raised the
    exception
    condition "FAILURE".
    Since the exception was not intercepted by a superior
    program, processing was terminated.
    Short description of exception condition:
    For detailed documentation of the exception condition, use
    Transaction SE37 (Function Library). You can take the called
    function module from the display of active calls.
    Trigger Location of Runtime Error
    Program CL_HANDLE_MANAGER_MM==========CP
    Include CL_HANDLE_MANAGER_MM==========CM005
    Row 13
    Module type (METHOD)
    Module Name GET
    Source Code Extract
    Line SourceCde
    1
    2 METHOD get.
    3
    4 IF my_manager is initial.
    5 CALL METHOD get_manager.
    6 ENDIF.
    7
    8 CALL METHOD my_manager->search EXPORTING im_id = im_id
    9 IMPORTING ex_handle = ex_handle
    10 EXCEPTIONS failure = 01.
    11
    12 IF sy-subrc ne 0.
    >>>>> RAISE failure.
    14 ENDIF.
    15
    16 ENDMETHOD.

  • Have Elements 11 and I get a Run Time Error when going into editor?

    I have Elements 11 and I am getting a run time error when I select editor.  It worked 2 weeks ago and now I get the message. I use Windows 7 and it nothing has changed in the past two weeks that I know of. The error is Microsoft Visual C ++ runtime Library

    Windows was installed in 2013, so it is whatever that dumb version was with
    no 'off'...
    I have Photoshop Elements 10.0
    I have no idea what an optimized computer means.
    When I say 'either editor' I mean I can't use the Full or Quick editor,
    they both produce the same message stream.
    As follows:
       Box pops up that is Microsoft Visual C ++ Runtime Library  with the
    message:
        Runtime Error
        Program : C:\Program files
        THis application has requested the Runtime to terminate it is an
    unusual way....
       PLease contact the application support team for more information
    If I click the OK button then I get an Adobe Photoshop Elements 10 box that
    pops up which says
    "Elements 10 has stopped working"
    I have no problem downloading images into the program or renaming files or
    pulling images back out I just can't edit.
    Hope that helps.
    Leslie
    On Tue, Mar 31, 2015 at 11:27 AM, A.T. Romano <[email protected]>

  • Run-Time Error window doesn't have Retry and Ignore options

    Hi,
    The run-Time Error window usually have 4 bullets at the bottom part.  They all used to be enabled untill recently.  Somehow, I only have the Run Cleanup and Abort immediately bullets enabled.  Why are the Retry and Ignore disabled?  Is there an option to turn it on and off?
    Thanks
    Rafi

    Hi,
    Its possible you have operator privileges. What's user type are you running as?
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Excel not even open - "cannot complete this task with available resources" and then VBA run-time error randomly appear!

    Has anyone else seen the "Excel cannot complete this task with available resources" error message appear when Excel isn't even open? It keeps happening to me, and it's the strangest thing.
    It seems like interacting with Excel files sometimes prompts it - for example, I just turned on my computer this morning, checked my email, and then opened Google Chrome to upload some Excel files. Excel hasn't been opened at any point since the machine
    booted up, but this Excel error popped up while I was uploading the files.
    Checked the Task Manager because I was baffled (not that this is the first time it's happened), and there's no Excel application running, just that silly error message. Choose OK on that error and a VBA run-time error message appears (not even sure if it's
    Excel VBA or Word/Outlook but I assume it's Excel - it's the good old 1004, application-defined or object-defined error).
    Debug is greyed out, so it won't let me debug to see what the problem is. Choosing End brings the "Excel cannot complete this task with available resources" message back for one final performance.
    This happens on a not-infrequent basis: Excel isn't open, and I randomly get this set of Excel errors: 1) "cannot complete task", 2) VBA run-time, 3) "cannot complete task" again. Then it's done, until the next time it happens. Weird.
    I have 32-bit Windows 7 and Excel 2013/2010/2007/2003/2002 (I know!) but the issue only started after installing 2013. I also get the "cannot complete this task" message regularly when working in Excel (generally with Power Pivot or something legitimately
    memory-hungry though), and restarting the application does the trick. I don't mind a heads-up when I'm gobbling up too many resources, but when Excel's not even open, it's a bit ridiculous. It's like I have a zombie Excel! Does interacting with Excel files
    via upload/moving around Windows Explorer actually trigger some sort of Excel action in the background?
    Any ideas would be most appreciated!! Thank you :)

    Hi,
    As the memory error messages , it can be very generic and don't always identify the real cause of the issue. We may try to use the KB that Mr. KR mentioned above to troubleshoot it.
    On the other hand, if the file is xls format, we may convert to the new file format .XLSM and test.
    http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel/Q_28339883.html
    Next, try to disable hardware graphics acceleration from File > Options > Advanced > Display section and disable Aero Themes (if you enabled) to check the results.
    For the hangs and crashes issues, we may use ADPlus.vbs to troubleshoot:
    http://support.microsoft.com/kb/286350/en-us
    http://www.networksteve.com/exchange/topic.php/Excel_cannot_complete_this_task_with_available_resources_error,/?TopicId=39411&Posts=1
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Hope it's helpful.
    George Zhao
    TechNet Community Support

Maybe you are looking for