Wine + Debian + utorrent

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
s05
Newbie
Newbie
Posts: 2
Joined: Sun Oct 12, 2008 5:39 am

Wine + Debian + utorrent

Post by s05 »

Hi guys, complete Linux noob here... I've got a seedbox running utorrent. Recently there was a crash of utorrent and since then I have not been able to reopen the program. I have updated to utorrent 1.8 using:

wget http://download.utorrent.com/1.8/utorrent.exe

When I go to open utorrent now using:

wine utorrent.exe

It comes up with the installation screen rather than just opening as a stand alone program like it has in the past. If I then click install, the screen disappears and I get loads of crap in the command line window:

Code: Select all

s05@ks300565:~$ wine utorrent_1.7.7.exe
fixme:msvcrt:__lconv_init  stub
fixme:heap:HeapSetInformation 0x110000 0 0x458b00 4
s05@ks300565:~$ fixme:msvcrt:__lconv_init  stub
fixme:heap:HeapSetInformation 0x110000 0 0x458b00 4
fixme:shell:DllCanUnloadNow stub
err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not registered
err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4} could be created for context 0x1
fixme:heap:HeapSetInformation 0x610000 0 0x458b00 4
fixme:shell:DllCanUnloadNow stub
err:seh:setup_exception stack overflow 0 bytes in thread 0018 eip 7bc76dd9 esp 00241000 stack 0x241000-0x350000
err:ntdll:RtlpWaitForCriticalSection section 0x45f404 "?" wait timed out in thread 0039, blocked by 0018, retrying (60 sec)
and then it just keeps repeating that.

Anyone got any ideas?

Thanks again.

S
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine + Debian + utorrent

Post by dimesio »

s05 wrote:

Code: Select all

s05@ks300565:~$ wine utorrent_1.7.7.exe
When running from the terminal, first cd to the directory where the exe is located.

Why are you using the exe for 1.7.7 when you say you have updated to 1.8?
s05
Newbie
Newbie
Posts: 2
Joined: Sun Oct 12, 2008 5:39 am

Post by s05 »

I was trying an older version of utorrent to see if it made any difference. It didn't.

I tried changing directory to the correct one, and I don't think it's made any difference. Any other things I might be doing wrong?

S
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Try a fresh install to a clean wineprefix.
Locked