laeknishendr

  • laeknishendr
  • Member since
  • Last active (0 visits)

Comments

  • Which distro and wine version is that? (run: wine --version)
  • ah why does nothing ever work as you want it to :P okay, apparently that wasn't introduced til Python2.6 so presumably you have a pre 2.6 install If you change line 56 to read: os.popen("unzip " + gamedata + "/base/T2csri.vl2.bak " + " ".join(toextract) + " -d " + tmp) that should do the same thing (assuming you have unzip…
  • Hello Terracon, Firstly I'll say I'm using this on wine-1.1.9, any other wine versions might have unexpected (or expected) issues. it's a bit verbose to explain everything in minute details so instead I have written a script to (hopefully) do it for you, it should be attached to this post. Before running the script rename…
  • Thanks Turkeh, that got the UE sorted. I did actually get it working but it's not elegant and I did have to disable the server browser. I found that the server fetching/querying did cause the Wine infinite loop thing, but not every time. And something related happens in the background periodically while in game which was…
  • It seems to be a quirk of the Wine version I was using, I went back a few versions (to whatever's in the OpenSUSE repos, can't remember) and Ruby kicked in no problems. For what it's worth: it looks like the Wine freezing issue is caused by trying to pull the whatismyipaddress.php page. I went back to a clean T2csri.vl2,…
  • Hi Thyth, thanks for your response but as I said it's exactly the same install. To make it clearer: I'm just mounting the NTFS drive and Wine-ing the t2 executable. The public.store and private.store are there and are perfectly recognised and parsed and allow login under Windows but when running under Wine, Tribes is…
  • I've tried what Turkeh has said above hoping to get a temporary solution to stop me having to reboot all the time, and found that now I've got past the freezing intro screen, the local account details are not being found. The log in screen doesn't recognise that any local accounts exist: in the dropdown thing where my…