WineHQ
PunkBuster Bundled



Category: Main > Games > Game Tools > PunkBuster > Bundled


NamePunkBuster
VersionBundled
License Free to use
URLhttp://www.evenbalance.com/
Votes 66
RatingBronze
Wine Version1.5.20
Maintainers of this version:
Description
Bundled with software in many popular online games such as Battlefield 2, America's Army, Call of Duty, F.E.A.R, Prey, Far Cry and many others.
Selected Test Results (selected in 'Test Results' table below)

What works

  • This test was made FarCry 3 on 32Bits wineprefix :
  • PB is installed by game installer
  • Play online (Co-Op or Multi online)


What does not

This test was made FarCry 3 on 32Bits wineprefix :

  • Nothing


What was not tested

  • Play on 64Bits wineprefix


Additional Comments


Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
CurrentDebian GNU/Linux 7.0 "Wheezy" x86_64Dec 24 20121.5.20 Yes Yes Bronze Berillions 
ShowDebian GNU/Linux 6.0 "Squeeze" x86_64Jun 13 20121.5.6 Yes Yes Bronze Berillions 
ShowFedora 14 x86_64Feb 15 20111.3.13 Yes No Garbage Barborica Alexandru 
ShowUbuntu 9.10 "Karmic" x86_64 (+ variants like Kubuntu)Nov 18 20091.1.33 Yes Yes Garbage phantom_ch 
ShowUbuntu 8.04 "Hardy" x86_64 (+ variants like Kubuntu)Dec 31 20081.1.11 Yes Yes Garbage JeffZ 


Known bugs
Bug # Description Status Resolution Other apps affected
9685 Punkbuster removes me from game for UNKNOWN WINDOWS API FUNCTION [131124] (Not a Wine bug) CLOSED WONTFIX View
27075 Battlefield Heroes: Punkbuster doesn't work as it should (ntoskrnl.exe.PsLookupProcessByProcessId stub needed) CLOSED FIXED View
30901 32-bit PunkBuster services fail to run in 64-bit WINEPREFIX NEW View

 
PunkBuster enabled games status

­­Following is a list of games and their status regarding PunkBuster/Wine.

The list is not complete and may change over time. Please help to im­prove the table by reporting your game along with the kick message (number).

 Game  Status  Wine version­  Kick # reported
­Assassin's Creed Brotherhood/R­evelations­ working (2012-06-13­)
1.5.6

Call of Duty not working (2010-04-09)
1.3.13 131125

 


 
UNKNOWN WINDOWS API FUNCTION [131xxx]

EvenBalance instructs the PB client to carry out several integrity checks.
One of those checks determines if certain components of the operating system have been modified in memory - so called API fingerprinting.

Third party software and hacks modify parts of operating system in memory for their own reasoning.
To detect this modifications, Punkbuster takes fingerprints from operating system API entry code.
A number of system libraries (dlls) and their respective API are verified.

Each fingerprint is compared with a list of signatures o­n PB server.
If the fingerprint does not match, a kick is issued for the player along with the following infamous message: ­

­­"UNKNOWN WINDOWS API FUNCTION [131xxx]" ­

Depending on PB server/client versions and game, this specific check might be executed immediately upon join or several minutes thereafter. ­
There have been rare occurrences where this specific check was never executed thus letting the player remain on server without being kicked.

Because of this specific API integrity check, PunkBuster will not work with wine in most PB-enabled multiplayer games.

The API entry code generated by (wine)gcc compiler differs from Windows, resulting in signature mismatches.
There is no way to mimick/generate all the required API entry code to keep the signature check succeeding due to technical limitations and legal reasons.

Technically there are ways (client hacks) to circumvent those checks even in Wine - but this is out of the scope of Wine. Such manipulations defeat the purpose of PunkBuster.


Following is a small part of my own list of most common [131xxx] kick id's (EvenBalance considers them a hook target by hacks).
The complete API fingerprinting list is larger and extended by EvenBalance from time to time.

 Kick #  Library  API (signature fail)
 131124  kernel32.dll  IsBadReadPtr
 131125  user32.dll  CreateWindowExA
 131126  user32.dll  GetForegroundWindow
 131131  kernel32.dll  GetTickCount
 131133  d3d9.dll  Direct3DCreate9
 131134  kernel32.dll  DeviceIoControl
 131136  ddraw.dll  DirectDrawCreate
 131932  kernel32.dll  VirtualQuery


 
PunkBuster service components test

Besides the client dlls, the Windows version of PunkBuster consists of system services and a kernel driver.

C:\WINDOWS\system32\PnkBstrA.exe

C:\WINDOWS\system32\PnkBstrB.exe

C:\WINDOWS\system32\drivers\PnkBstrK.sys

­

For further information see: here.

You can verify the functioning of the services with this tool from EvenBalance: here

Test with GUI:

$ wine pbsvc.exe­

­­­

Silent (unattended) installation of services without GUI:

$ wine pbsvc.exe /i --no-display --i-accept-the-pb-eula­
­­­

 
Updating PunkBuster files (PBSetup)

Automatic in-game update of PB client files doesn't always work correctly. To work around that, update the PB files manually with "PBSetup" tool provided by EvenBalance.

Visit EvenBalance homepage for instructions. Download the Windows version of the updater and run it for the PB-enabled games you have installed.


 
PunkBuster Client - pbcl.cfg - Logging PB messages

You can show PunkBuster server messages in-game and log them to a file. To do that, create a file named "pbcl.cfg" in the "pb" folder of the game. Put the following in the "pbcl.cfg" file:

pb_msgprefix "PunkBuster Client"
pb_sleep 60
pb_logtofile 1
­pb_sslog 1
pb_sssave 1­­ ­
­­­

­This will print PB messages to your on screen console area, so kicks can be easily seen instead of being hidden in the pull-down console. You can disable the screenshot notifications with the pb_sslog setting, if you receive to much messages on large servers.

PB_MsgPrefix [New Prefix]
Holds the text that PunkBuster displays in front of every output line displayed; the default is "[skipnotify]PunkBuster Client".

PB_LogToFile [0=no, 1=yes]
When set to 1, PunkBuster will log activity to the pbcl.log file; the default is 0 which means only errors are logged.

PB_Sleep [Period]
Holds the period of time (milliseconds) that PunkBuster "sleeps" between processing cycles; the default is 60; lower numbers will cause PunkBuster to process events more times each second which also has the effect of increasing the bandwidth used by PunkBuster; Players with a modem connection will probably want to set this as high as possible.

PB_SsLog [0=no, 1=yes]
When set to 1 (which is the default), PunkBuster will create an entry in the pbsslog.htm log file every time a PunkBuster Server requests a screenshot to be taken and delivered; this log file is designed to be viewed with a web browser and contains information about the size of the image, when it was taken, and also a digital signature of the image itself.

PB_SsSave [0=no, 1=yes]
When set to 1 (0 is the default), PunkBuster will save all Server-requested Screenshots to the local hard drive so that Players can see the actual screenshots that have been delivered to Game Servers that they were connected to; if this setting and the PB_SsLog setting are both set to 1, then the pbsslog.htm log file will automatically have links created for local viewing directly from the log file.


 
PunkBuster Support/Version for Wine/Linux Petition
See: http://www.petitionspot.com/petitions/PunkBusterforWINE

 

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

Information about Punkbuster and wine
by phantom_ch on Thursday November 26th 2009, 18:29
Hi all

Have some information about Punkbuster (and other copy-protection suites) from Crossover:

-------------
We have *not* contacted the makers of PunkBusters, itself. We have contacted the makers of GameGuard and a few other copy-protection suites, but not PunkBusters. Our previous experiences with 3rd-party copy protection makers is relatively uniform in that they don't want to work with Crossover. Opening up their code to us in order to Codeweavers to program around it would open their software up to risk that, however slight, is unacceptable to them. Their business is not mac-compatibility, it is providing the best copy-protection that they can. So, rather than work with the makers of the copy protection, itself, we tend to work with the designers of individual games when they want their game ported to Mac/Linux (who can provide us with non-copy-protected code for the game).
-------------

What you think about this? How can we contact directly the BIG Gamer producers like Infinity Ward/Activision, EA, Ubisoft,... and get a copy-protection system that works in wine or GET ported Games for Linux?

I try to invest more power in this... there need to be a solution.

Thanks all for help

king regards from switzerland
phantom_ch

[post new] [reply to this]

Contacting EvenBalance
by phantom_ch on Wednesday November 18th 2009, 4:07
Hi all...

Today i contacted EB over their Support Ticket System:

-----------------------------
Dear EvenBalance Team

I play a lot of PunkBuster enabled windows games on my machine. So i have spent a lot of money in windows games and do that anytime, for new games ;).

My game machine is my only windows machine i have. For work, developing (web) and other things i use Linux (Ubuntu).

So i will change also my game machine to Ubuntu and installing games with wine, which works perfect, also for the newest games.

The installation of PB with wine works also and PB can find the game (CoD4) and update PB information.

The big problem is, you know, that if a game run's in wine and in MultiPlayer mode, PB Kicks the Gamer out of the PB enabled Server.

I tried to check out the Problem and found, that PB checks API's and dll's for originaly windows code lines, or something like this.. and cause wine's API's and dll's are not a copy of window's, PB check fails -> so kick from PB enabled servers.

Some people have contacted wine and PB developers, to get them together.
I know that there is also a Linux PB client, but this won't work in/with a wine installation.

I don't really know, why there is no solution, eg. PB trusts wine's API's or dll's, i just try to give this information:

If i want play windows games on Linux with wine, i can AND i need to buy the game anyway, so why not make a PB wine compatibility?

We are all on the same planet, we are all Gamers :) so, let's try work together...

So, thank you very much for your time reading this ticket and thank your for your feedback.

Kind Regards from Switzerland and have a nice Day
phantom_ch
-----------------------------

If there is any answer, i will post it here...

phanom

[post new] [reply to this]




   << Back

Page loaded in 0.1785 seconds.