WineHQ
Gómez Peer Latest



Category: Main > Networking & Communication > Net Tools > Gómez Peer > Latest


NameGómez Peer
VersionLatest
License Free to use
URLhttp://www.gomezpeerzone.com/
Votes 3
RatingBronze
Wine Version1.5.14
Free Download Signup page
Free Download Download
Maintainers of this version:
Description
Latest version of Gomez Peer.
Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results (selected in 'Test Results' table below)

What works
Install


What does not
Auto-update fails and so the app cannot be run


What was not tested
Uninstall


Additional Comments


Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
ShowUbuntu 12.04 "Precise" x86_64 (+ variants like Kubuntu)Oct 06 20121.5.14 Yes Yes Bronze Ken Sharp 
ShowFreeBSD 9.0 x86_64Oct 06 20121.4.1 Yes Yes Bronze Ken Sharp 
ShowUbuntu 12.04 "Precise" x86_64 (+ variants like Kubuntu)Jul 23 20121.5.6 Yes Yes Silver Ken Sharp 
ShowUbuntu 11.04 "Natty" x86_64 (+ variants like Kubuntu)Jun 13 20121.5.6 Yes No Garbage Ken Sharp 
ShowUbuntu 12.04 "Precise" x86_64 (+ variants like Kubuntu)Mar 06 20121.4-rc6 Yes Yes Silver Kåre Baastrup 


Known bugs
Bug # Description Status Resolution Other apps affected
26548 GómezPEER is always visible behind other windows NEW View
26549 Add support for setting processor priority (niceness) NEW View
26550 Top shows unnamed process when running GomezPEER NEW View
26944 taskkill needs to handle both / and - switches NEW View
29133 Gómez PEER fails to update NEW View
31068 Gómez Peer Vis C++ error NEW View
31517 Gomez Peer blanks screen and does not redraw correctly NEW View
31820 GomezPEER Bug 26944 causes a Wineserver crash NEW View

 
Workarounds

winetricks -q vcrun2005

Then drop taskkill.exe into ~/.wine/drive_c/windows/system32 (for 32-bit) or syswow64 (for 64-bit), for Linux only. For other OS compile the .exe yourself using this patch.


 
Auto-update
From time to time the Peer automatically updates itself.  This has never really worked so it's probably best you download the latest version and install it over the top of the old version.

 
Niceness

At time of writing Wine fails to set niceness (known as priority in Windows). To work around this you can use the ionice and nice programs which are available for most Linux distributions (and others).

For example:

ionice -c3 nice -n19 wine "c:\\Program Files\\Gomez\\GomezPEER\\bin\\GomezPEER.exe"

The background process can use 100% CPU so if you do not do this you may notice a system slowdown.

Under Windows, GomezPEER.exe runs at normal priority and java.exe runs at idle priority. You can use a script to do this if you wish but the above should be adequate.

Note: The above will also start the wineserver in idle priority, so all other Wine applications will also be given the lowest priority. If you run other Windows processes you will want to run the above last. The following shell script should offer a clue as to how to work around this problem should you later need to start a new Windows application with normal priority.


#!/bin/sh
WINEDEBUG=-all
wineboot
ionice -c3 nice -n19 wine "c:\\Program Files\\Gomez\\GomezPEER\\bin\\GomezPEER.exe"


 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

gozilla.exe/panzilla hack
by Kåre Baastrup on Tuesday October 23rd 2012, 16:57
The follwoing works for me:

crontab
with:
59 * * * * killall gozilla.exe

it keeps gomez running :-)

[post new] [reply to this]




   << Back

Page loaded in 0.1916 seconds.