Tribes: Ascend fails to complete install

Questions about Wine on Linux
Locked
statici
Newbie
Newbie
Posts: 4
Joined: Fri Feb 27, 2015 1:17 am

Tribes: Ascend fails to complete install

Post by statici »

The installer begins fine, but unfortunately the installer which works fine is the installer for the real installer; the "authentication and update service."
This auth and update service fails to start, and therefore the full install fails.
Here's the error stuffs though; I just ran a basic winedbg on it to try and get more information out of it, but nothing I googled really helped me :(
http://pastebin.com/h2zWKvKr

Halp? This is on Debian Jessie, I'm going to be making that my primary OS here soon, but Tribes is the only game I play so...yeah.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Tribes: Ascend fails to complete install

Post by dimesio »

Code: Select all

static@Staticboxv2:~$ sudo winedbg Downloads/InstallHiRezGamesEnglish.exe
http://wiki.winehq.org/FAQ#run_as_root

If the problem persists when running as a normal user in a clean wineprefix, post plain terminal output (not winedbg).
statici
Newbie
Newbie
Posts: 4
Joined: Fri Feb 27, 2015 1:17 am

Re: Tribes: Ascend fails to complete install

Post by statici »

dimesio wrote:http://wiki.winehq.org/FAQ#run_as_root

If the problem persists when running as a normal user in a clean wineprefix, post plain terminal output (not winedbg).

Code: Select all

static@Staticboxv2:~$ wine Downloads/InstallHiRezGamesEnglish.exe 
err:service:service_send_start_message service L"HiPatchService" failed to start
err:service:service_send_start_message service L"HiPatchService" failed to start
This is what I tried initially; I figured a sudo winedbg would give more info :O
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Tribes: Ascend fails to complete install

Post by dimesio »

You didn't mention what Wine version you're using. If it's not the latest development release, upgrade, and retest in a clean wineprefix.
statici
Newbie
Newbie
Posts: 4
Joined: Fri Feb 27, 2015 1:17 am

Re: Tribes: Ascend fails to complete install

Post by statici »

Code: Select all

static@Staticboxv2:~$ wine --version
wine-1.6.2
Seems to be the newest version, at least according to https://www.winehq.org/download/. I could try downloading the development release, but the problem it's been having is the same problem that's been around since 2013: https://appdb.winehq.org/objectManager. ... &iId=13677
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Tribes: Ascend fails to complete install

Post by dimesio »

1.6.2 is over a year old. It is useless for testing.

There is already a bug report for this, https://bugs.winehq.org/show_bug.cgi?id=30020, which hasn't been updated in over a year. Retest in 1.7.37, and add a comment to the bug report stating whether or not the problem still exists.
statici
Newbie
Newbie
Posts: 4
Joined: Fri Feb 27, 2015 1:17 am

Re: Tribes: Ascend fails to complete install

Post by statici »

Alright. I'll get 1.7.37 asap and get back to you here...sorry for the long response times, I need to set up email notifications lol.
Locked