Page 4 of 4 FirstFirst ... 234
Results 31 to 34 of 34

Thread: Howto: Get Continuum (a.k.a. Subspace) to work with Ubuntu.

  1. #31
    Join Date
    May 2008
    Beans
    250
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Howto: Get Continuum (a.k.a. Subspace) to work with Ubuntu.

    Gen2ly, is there a fix for the new 1.1.33 (1.2) wine version? It won't load. It was working fine before, however I need the new wine version.
    Got the Java & Ubuntu caffeine fix!

  2. #32
    Join Date
    Nov 2006
    Location
    There and back again
    Beans
    1,097

    Re: Howto: Get Continuum (a.k.a. Subspace) to work with Ubuntu.

    Quote Originally Posted by Xog View Post
    Gen2ly, is there a fix for the new 1.1.33 (1.2) wine version? It won't load. It was working fine before, however I need the new wine version.
    I'd like to be able to help you Xog but am using wine-stable-1.0.1-8 here because I discovered it runs better for some of my games. I'm guessing the the process.c file has been altered again and a new patch will need to be created. You can look at the patch and see if you can fix it. Otherwise, I'd ask in the minegoboom forums. They would be the most likely to know how to fix this (they created the earlier patch) and see if they can help you.

  3. #33
    Join Date
    May 2008
    Beans
    250
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Howto: Get Continuum (a.k.a. Subspace) to work with Ubuntu.

    Thanks,

    Code:
    mkdir ~/contwine-build
    cd ~/contwine-build
    sudo apt-get build-dep wine
    sudo apt-get source wine
    cd wine1.2-1.1.31
    sed -i '2568 i\\if (access \& PROCESS_VM_WRITE) return NULL;' dlls/kernel32/process.c
    ./configure
    make
    sudo checkinstall
    At this point the modified wine is installed, so I ran the normal cont installation:
    Code:
    wget http://getcontinuum.com/downloads/continuum/Continuum040Setup.exe
    wine Continuum040Setup.exe
    and it all runs fine.

    (note: if "checkinstall" isn't already installed, you may have to first issue "sudo apt-get install checkinstall" to get it)
    Got the Java & Ubuntu caffeine fix!

  4. #34
    Join Date
    Oct 2008
    Beans
    105
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Howto: Get Continuum (a.k.a. Subspace) to work with Ubuntu.

    I'm probably a little impatient in asking this, but the subspace2.net server doesn't seem to be working, so I can't download the new kernel32.dll.so.

    I'm going to wait for a bit and see if it starts working again later, but if it doesn't, can someone provide a link for their kernel32's?

    Edit: Ok, I was a little impatient. subspace2.net is back online now.
    Last edited by mathfreak123; December 12th, 2009 at 11:18 PM.

Page 4 of 4 FirstFirst ... 234

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
  •