Jump to content

freedom2

Donator
  • Posts

    15
  • Joined

  • Last visited

Posts posted by freedom2

  1. Could someone with NVIDIA drivers (either the broken ones or upgraded/downgraded ones) post the output of running "glxinfo", and the content of ~/.config/0ad/logs/system_info.txt ? (Hopefully that'll include enough information to let the game detect these broken drivers, so in the next release we can give an informative error message to users.)

    My glxinfo

    http://paste.ubuntu.com/534445/

    and my ~/.config/0ad/logs/system_info.txt

    http://paste.ubuntu.com/534447/

    nvidia version 260.19.21

  2. Is this fixed by the 260.19.21 drivers?

    They say:

    which sounds relevant.

    Confirmed on Ubuntu 10.10 ; I upgraded my x86_64 drivers and game now works.

    Thank you for posting this!

    installation notes that may help others:

    had to do a

    sudo modprobe -R nvidia

    after running the nvidia .run installer to overcome an 'api mismatch: nvidia kernal module ... ' error I was getting.

    *off to play around with game now...*

    :):P

  3. Hi - you may be interested in using windowed mode. ( I have same dual monitor issue. )

    Alt-Enter toggles windowed mode.

    and for even more fun ....

    Create ~/.config/0ad/config/local.cfg andput in:

    windowed = true

    Also see /usr/share/games/0ad/config/default.cfg for other options.

  4. As for the 100% CPU, does this happen when in Login screen, or only after login? A re-install of drivers may/may not fix this.

    This went away after reboot, and was typical of my earlier experience with beta 10.10 ubuntu.

    I was excited to see update to 0AD dev pa 8469 in my Update Manager.

    Still have same new error as I posted above . I will play with this a bit more tonight.

  5. Thank you for the windowed config, fabio!

    ....

    Hi - not a seg fault .

    Now it stalls when I hover over the Single Player and gives this output in the window..



    0x7f3b80914916) /usr/lib/games/0ad/libmozjs-ps-release.so(+0x70916) [0x7f3b80914916]
    (0x7f3b8091e6ed) /usr/lib/games/0ad/libmozjs-ps-release.so(js_Invoke+0x8dd) [0x7f3b8091e6ed]
    (0x7f3b8091efc8) /usr/lib/games/0ad/libmozjs-ps-release.so(+0x7afc8) [0x7f3b8091efc8]
    (0x7f3b808c545a) /usr/lib/games/0ad/libmozjs-ps-release.so(JS_CallFunctionValue+0x1a) [0x7f3b808c545a]
    (0x5be6e9) /usr/games/pyrogenesis() [0x5be6e9]

    errno = 0 (?)
    OS error = ?


    ©ontinue, (S)uppress, (B)reak, Launch (D)ebugger, or (E)xit?
    ©ontinue, (S)uppress, (B)reak, Launch (D)ebugger, or (E)xit?
    D
    Sleeping until debugger attaches.
    Please wait.

    and it crashes.

    I will try the as soon as placate wife....

  6. Thanks for writing this script!

    I ran the x86_64 option and had to modify the following, as there were still 386.deb references here:



    echo "Downgrading Packages..."
    dpkg --install nvidia-glx-185_256.53-0ubuntu3_amd64.deb
    if [ $2 == "all" ]
    then
    dpkg --install nvidia-glx_256.53-0ubuntu3_amd64.deb
    dpkg --install nvidia-185-libvdpau_256.53-0ubuntu3_amd64.deb
    dpkg --install nvidia-current-dev_256.53-0ubuntu3_amd64.deb
    dpkg --install nvidia-185-modaliases_256.53-0ubuntu3_amd64.deb
    dpkg --install nvidia-glx-185-dev_256.53-0ubuntu3_amd64.deb
    # echo "true"
    fi
    dpkg --install nvidia-current_256.53-0ubuntu3_amd64.deb
    dpkg --install nvidia-current-modaliases_256.53-0ubuntu3_amd64.deb
    if [ $2 == "all" ]
    then
    dpkg --install nvidia-current-dev_256.53-0ubuntu3_amd64.deb
    fi

    I am now running nvidia 256 drivers with no pain as of yet!

    Thanks again.

    However, am still getting hangs when trying to run 0AD. :ok:

    Is there a shortcut key combination to kill the 0AD game without rebooting computer on linux, or a way to run it windowed so I can access desktop and kill the process?

  7. Hmm downgrading drivers via apt(?) on ubuntu, I'm not entirely sure, as I have rarely used ubuntu (LiveCD at most). In Fedora world, it could be recommended to do "yum downgrade [packagehere]" I think apt may be able to do this also...

    Eh a quick google search led me to this which could potentially work. However I cannot confirm, or deny that as I currently have no ubuntu box to test it with :-(.

    However since then ubuntu may have got a apt-get downgrade or something, I don't know.

    ..........

    or better yet, they may be able to simply uninstall them, then re-install them, by grabbing packages directly from here and here?

    PS:

    I also wrote "or limited to" in previous post :ok: in a sense, the bug is not just limited to 0AD does/could affect others.

    Hello, newbie here,

    As an ubuntu user, I looked but did not find easy way to downgrade my nvidia drivers without having to go to rescue mode . Also as an nvidia + ubuntu user for the past 3.5 years, I'm really hesitant to modify my hard-earned stability and features that the current nvidia build affords. I really like my system that does almost everything that I need it to, except unfortunately play 0A.D..

    Hmm, maybe time to invest in that spare pc for a new fedora box .....

    Continuing best wishes on this project,

    f

  8. I get this error on ubuntu when trying to use the PPA

    Failed to fetch http://ppa.launchpad.net/wfg/0ad/ubuntu/di...urce/Sources.gz 404 Not Found

    Failed to fetch http://ppa.launchpad.net/wfg/0ad/ubuntu/di...d64/Packages.gz 404 Not Found

    Some index files failed to download, they have been ignored, or old ones used instead.

    I am guessing this due to my amd64 processor not being supported.

    I will wish you well and wait until I can get build going.

  9. Did you install the development snapshot PPA ( https://launchpad.net/~wfg/+archive/0ad.dev ) or the Alpha 1 release PPA? Because the latter is not compatible with Ubuntu 10.10, the development PPA should work fine on 10.10 (I had some trouble running the game, but that's due to a bug in the Nvidia graphics drivers and not 10.10 or 0 A.D.) as will the upcoming Alpha 2 (should be out very soon).

    I am old and tired. Thank you for this response that explains my issue as well.

    I will try the launchpad snapshot.

    :ok:

  10. Hello,

    I am on Ubuntu 10.10

    Currently having similar problem.

    The start screen , some cool music, but then a seg fault.

    I have downloaded the SVN code using the instructions here

    http://trac.wildfiregames.com/wiki/BuildInstructions

    and have built the game from the code there.

    But am getting the same error as described.

    Is there an error log somewhere on my system that may give some information ?

    Is there a special debug mode that I could try to run?

    Thank you for your help and time!

    free

    Here is some build output that may be useful:


    -- Setting optimal options
    -- Processor: x86_64
    -- Compiler Flags: -march=athlon64
    -- Looking for OpenGL - found
    -- Looking for GLUT - not found
    -- Looking for DirectX - not found
    -- Looking for GLEW - not found
    -- Looking for Cg - not found
    -- Looking for CUDA - not found
    -- Looking for Maya - not found
    -- Looking for JPEG - found
    -- Looking for PNG - found
    -- Looking for TIFF - found
    -- Looking for OpenEXR - not found
    -- Use thread library: -lpthread
    -- Configuring done

×
×
  • Create New...