Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    4,934

    Re: Wine not loading UltraSurf

    Hmmm, delay much ):P

    I can't take any credit for the amazing work the Wine dev's do. I always encourage folk to put some coinage the way of Code Weavers who support the WINE project with...
  2. Replies
    7
    Views
    4,934

    Re: Wine not loading UltraSurf

    I guess you try:

    winetricks vcrun6
    ln -s ~/.wine/drive_c/windows/system32/mfc42.dll ~/.wine/drive_c/Program\ Files/Ultrasurf
    To create a soft-link to the "missing" dll - in the applications...
  3. Replies
    1
    Views
    393

    Re: Steam in wine

    I would suggest reading the Wine FAQ. Links are in the stickies for this subforum. There I can't even bothered providing links I've typed this so many times... :popcorn:

    Long and short : don't run...
  4. Replies
    10
    Views
    1,636

    Re: Wine & Kubuntu Work?

    wine cfg&
    is the same as:

    wine cfg.exe&
    Hence the error:

    wine: cannot find L"C:\\windows\\system32\\cfg.exe"

    Remember Wine is just a compatibility layer. It will report to the Windows...
  5. Replies
    9
    Views
    1,310

    Re: Float denormalized operand

    Hi natjudnet

    Glad to hear your experience of Linux-Mint is positive! I wasn't really suggesting you switch over though!

    Of course I suppose the big question is what Clement Lefebvre will do...
  6. Replies
    9
    Views
    1,310

    Re: Float denormalized operand

    @natjudnet

    I've been playing about with my laptop and tried installing the latest Linux-Mint 11 Gnome release (based off 11.04). I'll keep an eye out for this problem - useful to know about in...
  7. [SOLVED] Re: ATI/AMD FGLRX graphics driver not installing

    Ahhh...

    Referring once again to the linked guide :) :



    I would probably run those commands in recovery mode.


    After a reboot...
  8. [SOLVED] Re: ATI/AMD FGLRX graphics driver not installing

    The first bit is just giving some X-server info (sorry not too clued up on the nuisances there). I know you can have multiple X-server window manager clients (included networked ones). You can also...
  9. [SOLVED] Re: ATI/AMD FGLRX graphics driver not installing

    Ah I forgot to check if you did the crucial reboot as well (again from the linked guide):



    So did you (starting with the root shell/ recovery mode):

    sudo aticonfig --initial -f
    !!REBOOT...
  10. [SOLVED] Re: ATI/AMD FGLRX graphics driver not installing

    I did accidentally leave off (ah if you'd read the linked guide you would have seen my deliberate error:

    sudo aticonfig --initial -f
    just before you run:

    flgrxinfo

    But TBH I doubt that...
  11. [SOLVED] Re: ATI/AMD FGLRX graphics driver not installing

    That's what that extra option (that you've never used!!) is for in the Grub menu. That's the menu that appears when you first turn on your PC. If it doesn't appear!! then maybe you want to jank up...
  12. Re: Upgrading ubuntu. Will wine applicatons be affected?

    Quoting from section 7.2 of the FAQ:


    TBH I do keep posting the same comment. But the documentation isn't really that obtuse. Try looking through the source code if you think it is (btw Wine...
  13. Replies
    1
    Views
    391

    Re: Halo Trial Version

    Hi

    Have you referred to the Wine AppDB page for Halo: trial version?

    What graphics card are you rolling with? Do you have the proprietary driver installed for this?

    Bob
  14. Replies
    10
    Views
    1,636

    Re: Wine & Kubuntu Work?

    @TurtleKing

    RE: output from Wine 1.3.23 (don't bother with 1.2.xx - it may be 'stable' but the code was frozen months ago - with no further updates being backported):

    Is that in a GUI - I...
  15. Re: Upgrading ubuntu. Will wine applicatons be affected?

    @jfreak_

    Dude, this stuff is all covered in the Wine FAQ... See the top of the subforum in the stickies - you read them right? (Or were you too busy posting urgent requests for help :) )

    If you...
  16. Replies
    1
    Views
    1,140

    Re: Project Blackout (Epic Fps Game)

    Hi dude,

    Tried the game out (hmmm big download). I can get so far... Looks like there is some Hack Shield Pro crap - to stop online cheating or whatever... That sort of thing isn't supported by...
  17. Replies
    8
    Views
    5,234

    Re: Problems installing Flight Simulator X

    Hi

    Hmmm come back to this thread in 2-5 years time - when the ATI FOSS drivers have fully matured OpenGL support! :popcorn:

    Bob

    PS I am not joking - it will come :D
  18. [SOLVED] Re: ATI/AMD FGLRX graphics driver not installing

    Hey dude,

    It's me again! :popcorn:

    OK to even have a hope of running FS-X you need the proprietary drivers up and working 100%!! It'll probably still end up being a slide-show though... ;)
    ...
  19. Replies
    8
    Views
    5,234

    Re: Problems installing Flight Simulator X

    Hey,

    No problem there dude! :popcorn:

    What are your hardware specs ? lspci -v console output (as a .txt attachment would do) if you are not sure - would be a start! Have you installed a...
  20. Replies
    1
    Views
    322

    Re: Halo C.E. Exeption data at startup :(

    You're really pushing you luck to do any gaming on that laptop (since it is quite underspec'd).

    Does it feature Intel integrated graphics per chance (which are not great to start with and are also...
  21. Replies
    2
    Views
    349

    Re: Minor wine with panel problem

    Basically what is happening their is that your Window manager is using graphics card acceleration... Because the menu bars are being rendered this way they can overlay your OpenGL game.
    Fix is to...
  22. Re: Ubuntu 11.04, unable to connect to Steam

    Hi

    I am one of the maintainers (read: glorified moderator :) ) for this application on Wine AppDB. I can confirm it works very well with Wine 1.3.23 (the most recent Wine release) - it's running...
  23. Replies
    14
    Views
    2,258

    Re: Team Fortress 2 --> Micro Stuttering

    np

    Just out of interest what version of Wine does CrossOver use for running TF2?

    Thanks
    Bob
  24. [SOLVED] Re: Problem Running NFS MOST WANTED ON WINE (11.04)

    That is the sort of bug report that helps push Wine forwards... I presume it's not a side-effect of the no-CD/DVD patch though? :popcorn:

    Bob
  25. Replies
    21
    Views
    3,880

    Re: crysis in ubuntu 9.04 or 10.04?

    I presume this is caused by Git assuming you want to start a new source code branch.

    Found this in the Wine regression testing guide:

    git reset --hard HEAD
    That appears to discard any patches...
Results 1 to 25 of 228
Page 1 of 10 1 2 3 4