Search:

Type: Posts; User: no1wantdthisname; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    2,955

    [ubuntu] Re: Font rendering - infinality patches

    Patching freetype:


    mkdir /tmp/workspace/
    cd /tmp/workspace/
    apt-get source freetype
    cd freetype-*/

    cp /tmp/somewhere/*infinality*.patch debian/patches-freetype/
  2. Replies
    10
    Views
    1,751

    [all variants] Re: Mobility 5870 Compatibility

    It took a while, but I finally managed to get it stable in both win7 and lucid.

    For those having the same problem, I just followed everything in the link I posted earlier, except I left the...
  3. Replies
    10
    Views
    1,751

    [all variants] Re: Mobility 5870 Compatibility

    I ended up updating the vbios through this guide: http://forum.notebookreview.com/asus/498015-g73-gsod-fixes-resources.html

    When I ran furmark before updating vbios, I would experience a GSOD...
  4. Replies
    10
    Views
    1,751

    [all variants] Re: Mobility 5870 Compatibility

    Avoid at all costs. Seriously.

    My g73jh has been constantly freezing with vertical bars (the GSOD issue) in both windows 7 and ubuntu. It even occurs just watching videos.
  5. [SOLVED] Re: How to set netbeans to use SUN jdk instead of open Jdk??

    update-java-alternatives -l


    Then


    update-java-alternatives -s (From above)
  6. Replies
    9
    Views
    1,217

    [SOLVED] Re: VERY Noob c++ question...

    http://augustcouncil.com/~tgibson/tutorial/iotips.html

    Looks like this problem:


    std::cin.getline() can run into problems when used with std::cin >> var.
  7. Replies
    11
    Views
    1,418

    Re: Wine can't find Warcraft 3 disc

    Run in opengl.



    wine war3.exe -opengl


    I'd recommend using a patched wine as well.
    It'll fix the focus loss bug, inability to host, and missing chat issues.
  8. Re: Chromium (Google Chrome dev) 3.0.197.0 (0) has serious upgrades!

    https://launchpad.net/~chromium-daily/+archive/ppa

    And window decorations can be set be right clicking the area right of the tab bar.
  9. Re: Warcraft III - Any body else getting memory errors with the new 1.23 patch?

    This git repo fixes the crashing: http://repo.or.cz/w/wine/warcraft3.git

    From: http://bugs.winehq.org/show_bug.cgi?id=17809#c27

    You still need the focus patch though.
  10. Re: Any body else getting memory error's with the new 1.23 patch?

    Sounds like Warcraft III. I'm getting the same problem.
  11. Replies
    36
    Views
    3,836

    Re: GNOME Do 0.8 Alpha Release

    Anyone getting it working on 64bit? I can't select docky because the theme option is greyed out.
  12. Replies
    27
    Views
    5,787

    [all variants] Re: Updated packages for MPlayer

    Did you remove the dshowserver patch?
  13. Re: In Need of Warcraft 3 Icons

    If you installed via wine, then the icons are in ~/.local/share/icons/.

    Or you could just get from this attachment.
  14. Replies
    64
    Views
    6,065

    Re: Flash 10rc (aka the third beta)

    http://blogs.adobe.com/penguin.swf/2008/08/library_expansion.html
    Flash 10rc has new dependencies. Get libnss3-1d, libnspr4-0d, and libcurl3.



    Not really sure. My source list doesn't look...
  15. Replies
    64
    Views
    6,065

    Re: Flash 10rc (aka the third beta)

    I got it to work on 64bit using getlibs and getting these packages:


    getlibs -p libnss3-1d
    getlibs -p libnspr4-0d
    getlibs -p libcurl3
  16. Re: How to: Get the latest wine patched for Warcraft 3 through apt

    I managed to install on 64bit, but it required installing the 32bits libraries as well.


    On a side note, have you made any progress on adding delay reduction?
  17. Replies
    1
    Views
    632

    Re: Warcraft 3 Hosting

    Which version of wine are you using? I believe hosting is still broken even in 1.1.2.

    Try this:
    http://ubuntuforums.org/showthread.php?t=803988
  18. Re: How to: Get the latest wine patched for Warcraft 3 through apt

    Snoopy doesn't seem to work? It doesn't detect the game creation and player joins.
  19. Replies
    9
    Views
    18,084

    [kubuntu] Re: net use x:\\vboxsvr\ not working

    First of all, are you including the space after x: ?
    Secondly, there should be the shared folder name after \\vboxsvr\
    I.E.



    net use x: \\vboxsvr\(shared name)
  20. Re: [SOLVED] Warcraft III patch 1.22 and msvcr80.dll

    What wine version are you using? Because I'm actually using this repo:


    deb http://ppa.launchpad.net/starfall87/ubuntu hardy main

    for a patched wine 1.10 to fix the alt+tab and hosting...
  21. Replies
    11
    Views
    651

    Re: Virus discussion

    Yeah, I've always been worried about ~/.gnomerc. This file gets executed by default when you start gnome. For example:


    echo "foo" > ~/foo

    Put that in ~/.gnomerc.
    Log out and log back in. ...
  22. [SOLVED] Warcraft III patch 1.22 and msvcr80.dll

    After the latest patch, Warcraft III no longer runs. It was working fine before. Here's the output:


    fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT"...
  23. Can't host in Warcraft III unless older version of wine

    Just wondering if anyone is getting the same problem.

    When I have wine 0.9.57, people can't join my game.
    However with wine 0.9.43, they can. I didn't change anything other than wine.

    Is...
  24. Replies
    4
    Views
    1,031

    Re: Pcsx2 Cant Choose Plugins Directory

    You need to build the plugins. Unfortunately the plugins aren't in the source package. Only way to get them is via subversion.
  25. Replies
    37
    Views
    6,509

    Re: PCSX 0.9.4 Just released...

    I managed to get it to compile and run using this thread:
    http://ubuntuforums.org/showthread.php?t=399165&highlight=pcsx2

    However you will need 2 more packages: libglew-dev and libasound2-dev.
    ...
Results 1 to 25 of 71
Page 1 of 3 1 2 3