Results 1 to 2 of 2

Thread: rendering problem with wine

  1. #1
    Join Date
    Nov 2009
    Location
    istanbul
    Beans
    31
    Distro
    Ubuntu Development Release

    rendering problem with wine

    I'm trying to get a game running on wine and I think there is a problem with directx
    I did all that was written here but when I launch the game the characters do not render at all, there is no one just a shadow on the ground(everything else works perfectly and it feels like it's running faster than it runs on windows)
    then, to see whats wrong i ran the game in the terminal with this:
    Code:
    wine "/home/deniz/.wine/dosdevices/c:/Program Files/Cryptic Studios/Star Trek Online.exe"
    this time nothing renders properly but you can at least see the characters even if they aren't rendered properly and the terminal says:
    Code:
    err:d3d:wined3d_event_query_test Event query created despite lack of GL support
    err:d3d:wined3d_event_query_ops_get_data The GL event query failed, returning D3DERR_INVALIDCALL
    a friend told me that compiz sometimes causes problems like this because it disables direct rendering, so i checked it
    Code:
    deniz@deniz-laptop:~$ glxinfo | grep rendering
    direct rendering: No (LIBGL_ALWAYS_INDIRECT set)
    I deleted compiz completely and got it to say yes but nothing changed
    any ideas??
    "do not gain the world and loose your soul
    wisdom is better thansilver or gold"
    Bob Marley


  2. #2
    Join Date
    Aug 2009
    Beans
    1,419

    Re: rendering problem with wine

    You need to provide more information. For instance, you need to tell us the version of Ubuntu you're running, the graphics hardware you have, and whether you have the proper proprietary drivers installed for your graphics hardware.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •