Autotunnel GG

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Yahmi2
Level 1
Level 1
Posts: 7
Joined: Wed Dec 14, 2011 8:12 pm

Autotunnel GG

Post by Yahmi2 »

hello folks, im using wine to run autotunel gg from pingfu, but when i try to run it, return me an error. Its in Portuguese.

"The program Autotunnel gg.exe found a problem and needs to be closed."

Am i doing something wrong or i missed some steps, also i couldnt found any bugs related to this app.

ty

http://postimage.org/image/8subxc0ep/
Yahmi2
Level 1
Level 1
Posts: 7
Joined: Wed Dec 14, 2011 8:12 pm

Post by Yahmi2 »

Edit: Forgot to mention im running ubuntu 11.10 with last updates and wine 1.3
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Autotunnel GG

Post by vitamin »

Yahmi2 wrote:"The program Autotunnel gg.exe found a problem and needs to be closed."
Full Wine version (wine --version)? Terminal output http://wiki.winehq.org/FAQ#get_log ?
Yahmi2
Level 1
Level 1
Posts: 7
Joined: Wed Dec 14, 2011 8:12 pm

Re: Autotunnel GG

Post by Yahmi2 »

vitamin wrote:
Yahmi2 wrote:"The program Autotunnel gg.exe found a problem and needs to be closed."
Full Wine version (wine --version)? Terminal output http://wiki.winehq.org/FAQ#get_log ?
wine-1.3.28
Yahmi2
Level 1
Level 1
Posts: 7
Joined: Wed Dec 14, 2011 8:12 pm

Post by Yahmi2 »

sorry for multiple post

log.txt
wine: cannot find L"C:\\windows\\system32\\AutoTunnelGG.exe"
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Autotunnel GG

Post by dimesio »

Yahmi2 wrote: wine-1.3.28
That version is old; upgrade to 1.3.35. If it still doesn't work, post terminal output.
Yahmi2
Level 1
Level 1
Posts: 7
Joined: Wed Dec 14, 2011 8:12 pm

Post by Yahmi2 »

sudo add-apt-repository ppa:ubuntu-wine/ppa
You are about to add the following PPA to your system:
Latest official WineHQ releases
Welcome to the Wine Team PPA. Here you can get the latest available Wine betas for every supported version of Ubuntu. This PPA is managed by Scott Ritchie, and is a replacement for the WineHQ budgetdedicated.com repository used for Jaunty and earlier.
More info: https://launchpad.net/~ubuntu-wine/+archive/ppa
Press [ENTER] to continue or ctrl-c to cancel adding it

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.y2VMRs14hV --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80/ --recv 883E8688397576B6C509DF495A9A06AEF9CB8DB0
gpg: requesting key F9CB8DB0 from hkp server keyserver.ubuntu.com
gpg: chave F9CB8DB0: chave pública "Launchpad PPA for Ubuntu Wine Team" importada
gpg: no ultimately trusted keys found
gpg: Número total processado: 1
gpg: importados: 1 (RSA: 1)


sudo apt-get update
E: Unable to get exclusive access /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)
E: Unable to create exclusive access to the directory /var/lib/apt/lists/
gosx@gosx-desktop:~$

oh dam
Yahmi2
Level 1
Level 1
Posts: 7
Joined: Wed Dec 14, 2011 8:12 pm

Post by Yahmi2 »

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

Post by dimesio »

Code: Select all

wine: Call from 0x7b839672 to unimplemented function msvcp60.dll.??0Init@ios_base@std@@QAE@XZ, aborting
Try winetricks vcrun6.
Yahmi2
Level 1
Level 1
Posts: 7
Joined: Wed Dec 14, 2011 8:12 pm

Post by Yahmi2 »

dimesio wrote:

Code: Select all

wine: Call from 0x7b839672 to unimplemented function msvcp60.dll.??0Init@ios_base@std@@QAE@XZ, aborting
Try winetricks vcrun6.
Worked
Thanks a lot dimesio
Locked