WineHQ

World Wine News

All the news that fits, we print.

01/09/2009
by Zachary Goldberg
Issue: 355

XML source
More Issues...

This is the 355 issue of the World Wine News publication. Its main goal is to ring in the new year with Wine 2009! The cheesiest rhyme you've heard this year I am sure. It also serves to inform you of what's going on around Wine. Wine is an open source implementation of the Windows API on top of X and Unix. Think of it as a Windows compatibility layer. Wine does not require Microsoft Windows, as it is a completely alternative implementation consisting of 100% Microsoft-free code, but it can optionally use native system DLLs if they are available. You can find more info at www.winehq.org


This week, 233 posts consumed 339 K. There were 74 different contributors. 40 (54%) posted more than once. 21 (28%) posted last week too.

The top 5 posters of the week were:

  1. 20 posts in 29K by austinenglish at gmail.com (Austin English)
  2. 19 posts in 29K by robertshearman at gmail.com (Rob Shearman)
  3. 17 posts in 13K by dank at kegel.com (Dan Kegel)
  4. 11 posts in 12K by julliard at winehq.org (Alexandre Julliard)
  5. 10 posts in 14K by wine at mkarcher.dialup.fu-berlin.de (Michael Karcher)

News: Wine in 2009 Archive
News

Welcome to the first World Wine 2009 Newsletter! Okay, I'm sorry, that rhyme just had to be made. 2008 was an exciting year for Wine, from releasing Wine 1.0 to having Photoshop CS2 work nigh flawlessly, (and CS3 installing) to the release of CrossOver Games and CrossOver Chromium. Realistically its likely that 2009 will see Wine 1.2 which will (unrealistically) include flawless DirectX 10 and Wine64 support as well as a fully functioning DIB engine. (Realistically Wine64 may happen. See later in this issue for status of the DIB engine).

What would a new years edition of the WWN be without annual commit statistics? This year provided by Hans Leidekker:

$ for year in {2002..2008}; do \
  count=$( git log | grep ^Date: | grep $year | wc -l ); \
  echo "Number of commits in $year: $count"; \
  done
Number of commits in 2002: 3094
Number of commits in 2003: 3283
Number of commits in 2004: 3851
Number of commits in 2005: 6006
Number of commits in 2006: 8431
Number of commits in 2007: 9532
Number of commits in 2008: 11292

Paul Vriens with a slight modification:

I had a look at these stats as I'm (still) playing around with gitstat
in combination with Wine. The numbers didn't match up so I had a closer
look. 'git log' shows the author date and not the commit date.

So maybe this one is more correct?

$ for year in {2002..2008}; do \
   count=$(git log --pretty='format:%cd' | grep $year | wc -l ); \
   echo "Number of commits in $year: $count"; \
   done
Number of commits in 2002: 3094
Number of commits in 2003: 3283
Number of commits in 2004: 3851
Number of commits in 2005: 6006
Number of commits in 2006: 8404
Number of commits in 2007: 9540
Number of commits in 2008: 11307

Oh and btw, Happy New Year to all !

Eric Pouech brings up a slightly different statistic, unique authors:

digging a bit deeper:
for year in {2002..2008}; do \
count=$( git log | grep -2 -e "^Date.*$year" | grep ^Author: | sed -e
's/<.*\>//' | LC_ALL=C sort -u -f | wc -l ); \
echo "Number of committers $count in year: $year"; \
done
Number of committers 185 in year: 2002
Number of committers 166 in year: 2003
Number of committers 183 in year: 2004
Number of committers 211 in year: 2005
Number of committers 197 in year: 2006
Number of committers 217 in year: 2007
Number of committers 234 in year: 2008

of course, this doesn't take into account the different names used by
the same person (ie there is for example a "frangois gouget" in the
committers' list...)
but this gives a good idea of the variation
A+
This WWN was published with assistance in editing from Andrew Riedi and Austin English.

Test Suite Passes! Archive

Since the early 2000s (long, long ago) the Wine community has maintained a test suite to test the behavior of the Windows APIs. Essentially a developer will learn how a specific function should work, and then write a test to ensure that the function behaves properly in many scenarios. This test can then be applied in both Windows (to confirm that the test does in fact represent how the function behaves in Windows) and in Wine, to make sure that Wine's functions output is the same as Windows'. This form of black box engineering is key to Wine's ability to match the Windows APIs and to prevent regressions.

Fortunately, Wine's test suite has grown very large over the years. Unfortunately many of the tests have been broken on Wine for everybody on the planet except for one man. As it turns out this one man is the only man for whom it counts, Alexandre Julliard, where it has always passed. Everyone else had large number of test failures, which led to regressions in various parts of Wine. In prepration for Wine 1.0, a lot of effort was made to make the tests pass for everyone. These efforts, along with Patchwatcher, have brought the test passing rate up drastically. Now, there are three machines capable of passing the tests! (Alexandre's, Stefan D's, and now Alasdair's!)

The succeeding test run was by Alasdair Sinclair on his Fedora 10 laptop.

It may not be obvious from the linked page what passing means. If you drill down in to the Wine based statistics you'll see that one of the columns has an orange header. In fact this is the only orange header, everything else is red. Orange indicates that there were no failed tests. The header is not yet yellow or green because some tests are skipped.


Wine in Ubuntu Archive
Ubuntu

So there was a lot of press in mid-December about some work Scott Ritchie was doing. Scott Ritchie, an Ubuntu MOTU (Master of the Universe), and avid Wine community member, brought up the idea of integrating Wine into Ubuntu Main.

The initial proposal is a very good read. Scott has very high aspirations for the idea:

There's also great potential to build upon Wine as a platform for porting applications. In theory, there's nothing stopping us from using Wine as a means of creating a package out of an arbitrary piece of formerly Windows-only software; Google has already done this in-house for Picasa, however we could take it one step further and package everything from the open source eMule to commercial tax software. With proper packages, these programs would be easier to install and use on Ubuntu than in Windows itself.

Feedback to the idea is mixed. Most Linux/Ubuntu users seem enthusiastic about the idea, however there is some concern from developerss and Ubuntu QA folks about the overall end user experience. Dan Kegel even inspired a similar thread on Wine-Devel. Overall the conversation on Wine-devel was hopeful and included some ideas of how it should be done. One of the more interesting pitches comes from Reece Dunn.

It would be useful to have winetricks distributed in a deb/rpm package, so that you could install it easily to have it updated/managed by the package manager. This would provide the core support for installing applications run on wine via deb/rpm packages (that would depend on winetricks and wine).

Each application would then use winetricks (and any support scripts that it provides, similar to what PlayOnLinux does), and support an install.sh and uninstall.sh script. These scripts can then be run via the pre/post install/uninstall hooks in the deb/rpm packages to do the installation.

For the install.sh and uninstall.sh scripts, it could be useful to provide a mechanism in AppDB to create and modify these so that the maintainers/users of the application could create these scripts. There would need to be a way to aggregate the scripts and to version control them.

Also, to simplify package creation we could have a configuration file that then generates the deb or rpm data and builds the corresponding package output using the package manager tools. This information (and what version of wine the app works well on) could even be extracted from AppDB itself and thus remove the need to have a wine-specific package configuration format.

- Reece

Scott Ritchie has done a lot of work analyzing what is needed to be done to achieve a well integrated Wine-Ubuntu experience. As has been brought up in many conversations of this topic the devil is in the details of the integration. Scott has his own wiki page which links toBetter Wine Integration and Best Wine Integration wiki specifications. There is also a Wine Ubuntu Team that you can join if you are interested in helping out!

For some other takes on these events see ZDNet and Phoronix and PC Mech and Linux Loop .


OpenBSD, we do care! Archive
Wine on BSD

Now and then the issue of Wine on platforms other than Linux comes up. The WWN has highlighted, and it was highlighted at WineConf that the Wine development community is willing to support other platforms and makes a best effort to do so. The limiting factor is simply developers who use other platforms for regular testing. Below an excerpt from Wine-Devel. David Gerard writes in with a wine-users question:

Some of us on wine-users are trying to get Wine to install on OpenBSD. First, of course, we need to get it to compile on OpenBSD ...

Are bugs on this platform considered valid reportable bugs? I couldn't find any OpenBSD bugs on a quick search in Bugzilla.

State of things: it doesn't compile cleanly yet, and ./configure seems to fail to recognise a lot of libs that are in fact present.

(I realise that running Windows on OpenBSD may cause a matter-antimatter explosion as the two security models meet ... But it has *hack value*!)

- d.

Austin English, Wine bugs enthusiast, responds:

File bugs on compiling issues, if you're sure they're bugs in wine and not bugs in OpenBSD.

Kai Blin

They are considered valid bugs, but be prepared to go through a lot of iterations if developers aren't able to test on their own machines. (At least I don't have a spare just for toying with OpenBSD) Basically, the best way to get a new, uncommon POSIX OS supported in Wine is to get somebody familiar with (programming on) the OS to work on Wine, or at least closely with the Wine developers. That's how FreeBSD was fixed to better support Wine's needs some time ago. This required a couple of patches to the FreeBSD kernel, IIRC, so if the OpenBSD kernel lacks a feature Wine needs, you might have to spend time talking to the OpenBSD team to get features added.

Cheers,
Kai

Austin has, in a personal interview, confirmed his interest in identifying OpenBSD bugs and recently has submitted a number of patches to fix compilation on non-Linux/x86 machines.


DXDiag for Wine Archive
DXDiag

Dan Kegel brought up the idea again that Wine could use a utility similar to DXDiag, and that the implementation of such a utility could make a good student project.

Hi folks,
it seems odd to me that Wine doesn't have a tool like dxdiag yet. We often have people complain that graphics aren't working, and we have to ask them to do things like run glxgears as diagnostics. Would it make sense to implement our own dxdiag.exe program?
This seems like it might be a fun student project.
- Dan

Several developers and Wine D3D experts then gave their opinions. Roderick Colenbrander:

On Windows the main task of dxdiag is to show some diagnostic info and to run some very basic network, sound and 3d tests. In case of Wine 3D testing would be the most important feature but I'm not sure if it is that useful. There are various causes of slowness e.g. no 3d drivers installed, indirect rendering, driver bugs (e.g. fglrx falling back to indirect rendering due to virtual memory issues in Wine), the use of a composition manager and more. Most of this information can't be retrieved using Win32 APIs or we would need internal APIs.

I think it would be better to write a 'wine3ddiag' script which uses glxinfo, glxgears and which can also check if lets say compiz is running.

Roderick

Henri Verbeet:

If the student in question is capable, sure. Like Chris already mentioned, I think the main use of such an application would be dumping information like supported caps, texture formats, etc in case of D3D and supported extensions, pixelformats, various limits, drivers strings, etc. for OpenGL. It would probably also be useful to dump some registry settings, like anything under HKCU\Software\Wine\Direct3D. We could add some tests to see if basic D3D is working, but on its own I don't think that adds much over glxinfo & glxgears.

The next step is to find out specifically which function calls are needed to get this information. Dan Kegel:

OK. Can you list the main Win32 API calls you'd like such an app to use to retrieve information?

Henri again:

For d3d9 that would probably be IDirect3D9::CheckDeviceFormat(), IDirect3D9::CheckDeviceMultiSampleType(), IDirect3D9::EnumAdapterModes(), IDirect3D9::GetAdapterIdentifier() and IDirect3D9::GetDeviceCaps(). Ddraw and d3d8 should have similar methods, I'm not completely sure about dxgi/d3d10.

For OpenGL there's DescribePixelFormat(), and glGetString() with various constants like GLRENDERER, GL_VENDOR, GL_VERSION and GL_EXTENSIONS. Limits are usually retrieved with glGetIntegerv() or glGetFloatv() and an appropriate constant.

This part of the conversation seemed to die off (hopefully a student will pick up on it and run with it). Stefan Dösinger later discussed another way to think of these utilities in Wine.

I think we should stay as close to the way the windows tools work and avoid inventing too much wine-specific things. This is how I understand the windows tools:

* dxdiag.exe: Prints DLL information, has very simple tests for ddraw, d3d, dsound, dmusic, dplay. The tests just show that a device can be created and a cube can be rendered. This could detect if the opengl libs are missing, but it won't be able to tell direct rendering from indirect rendering. (really dxdiag can't say so via the win32 API).

*) dxcapsviewer.exe: This app lists all the capability flags advertised for ddraw, d3d8, dsound, etc. It is part of the dx sdk, but I don't see a problem with implementing it. Sooner or later we'll clone other tools from the dx sdk too, like vsa.exe, psa.exe and fxc.exe(shader assemblers and compiler)

Another feature idea is to enable ddraw, d3d8 and d3d9 to import a capability flag dump from dxcapsviewer to advertise exactly the same flags as on Windows. This can help to debug capability flag problems.

*) pixwin.exe is interesting too. It allows to record something similar to a +d3d9 trace on Windows, and save it for playback. The native version currently doesn't work on wine, but I think it is fixable. A similar tool could be useful to (1) see if a log recorded on windows produces the same output on Wine, and (2) to see if a windows app performs the same calls on Wine as it does on Windows(to detect caps problems for example)


Real DIB Progress Archive
DIB Engine

Massimo Del Fedele has been working hard on a new DIB (Device Independent Bitmap) Engine using bits from Jesse Allen and Huw Davies. Alexandre thus far has been reluctant to use either Jesse or Huw's implementation. It has yet to be seen what Alexandre thinks of this attempt. Massimo has reported some success with real world applications (Something others were having trouble with).

As my DIB engine is becoming usable (I already use it on Autocad for my job), I'm thinking to publish the patches. As it's still not complete, I'm thinking to add a way to enable it on demand with registry and environment variable :

export WINEDIB=ON activates it
export WINEDIB=OFF deactivates it

if no environment variable, it checks a registry key (I'd like to have some suggestion on where to put it). If no environment variable nor registry entry are present it'll be disabled (by now) as is for testing purposes.

How should I publish it ? A big unique patch, 2 patches, one with the (small) changes in gdi32 and another big one with the engine itself, or many small patches ?
Is it right to put on wine patches list ?

Ciao

Max


Serious Wine64 Progress Archive
Wine64

Improvements in Wine's ability to compile for 64-bits and run native Win64 applications have made a number of headlines lately. Many of the major roadblocks have been cleared, and some major benchmarks are starting to be met. Maarten has a number of test applications working and Dan Kegel has a new wiki page for compiling Wine64 yourself. There is also a a 64-bit version of winetest available on the wine test page . Speaking of the test suite, Wine64 does pass a significant number of tests. Dan Kegel:

I updated https://wiki.winehq.org/Wine64 with easy instructions (thanks, Maarten!) for how to build wine's 64 bit support and try 64 bit pacman (which works!).

And then I ran "make -k test".

Surprisingly, I got 260 passing tests according to
find . -name '*.ok' | wc
and only 128 failed tests according to
grep ok.*Error test.log | wc -l

Ladies and gentlemen, I believe it's time for a 64 bit winetest.exe to be added to the daily build, and for 64 bit test data to start showing up at http://test.winehq.org. That would let us tamp down errors in the test suite on 64 bits. (Yeah, I know, gcc with win64 ABI isn't released yet, and there are problems with exception handling still, but it still seems worth it...)
- Dan


Vertex Pipeline Replacement Status Update Archive
Direct3D

In the last WWN there was a lot of excitement about Stefan Dösinger's vertex pipeline replacement. However, there is some unfortunate news in this area: Stefan has shelved the new pipeline work. It turns out that the new design did not yield significant performance improvements and in many scenarios actually was slower than the original. Stefan:

I am pretty sure my code can be optimized(the lighting code is *awful*), but it certainly complicates things if I have to be really picky with respect to performance from the start to avoid causing regressions.


Weekly AppDB/BugZilla Status Changes Archive
AppDB / BugZilla
BugZilla Changes:

Category Total Bugs Last Issue Total Bugs This Issue Net Change
UNCONFIRMED 2266 2137 -129
NEW 1974 2035 +61
ASSIGNED 38 38 0
REOPENED 89 94 +5
RESOLVED 98 117 +19
CLOSED 11923 12420 +497
TOTAL OPEN 4367 4304 -63
TOTAL 16388 16841 +453



AppDB Application Status Changes

*Disclaimer: These lists of changes are automatically generated by information entered into the AppDB. These results are subject to the opinions of the users submitting application reviews. The Wine community does not guarantee that even though an application may be upgraded to 'Gold' or 'Platinum' in this list, that you will have the same experience and would provide a similar rating.

Updates by App Maintainers

Application Old Status/Version New Status/Version Change
AstroPop Deluxe 1.1 Garbage (1.0.0) Platinum (1.1.10)
+4
Battlefield 1942 1.6x Gold (1.0-rc2) Platinum (1.1.10)
+1
Blade Runner 1.00 Bronze (1.1.0) Platinum (1.1.12)
+3
CDex v 1.7 Beta 2 Silver (0.9.52) Platinum (1.1.11)
+2
Cashflow 101 egame 1.0 Gold (1.0-rc1) Platinum (1.1.11)
+1
Chrome 1.1.3 Silver (1.0-rc3) Platinum (1.1.11)
+2
Chrome 1.2 Gold (1.1.1) Platinum (1.1.11)
+1
Gomez Peer Latest Gold (1.0.0) Platinum (1.1.10)
+1
Heavy Weapon Deluxe 1.0 Garbage (1.1.1) Platinum (1.1.10)
+4
Insaniquarium Deluxe 1.1 Garbage (1.1.1) Platinum (1.1.10)
+4
Microsoft Office (installer only) 2007 Silver (1.1.10) Platinum (1.1.11)
+2
NewsLeecher 3.9 Beta 14 Gold (0.9.58) Platinum (1.1.10)
+1
Peggle Deluxe 1.0.1 Gold (1.0-rc1) Platinum (1.1.10)
+1
Rocket Mania Deluxe 1.01 Gold (1.0.0) Platinum (1.1.10)
+1
Turbocad LE TurboCad LE Silver (0.9.54) Platinum (1.1.10)
+2
Typer Shark Deluxe 1.02 Gold (1.0.0) Platinum (1.1.10)
+1
Wakan 1.6x Gold (1.1.1) Platinum (1.1.10)
+1
iCCup launcher 1.4 Garbage (1.1.10) Platinum (1.1.12)
+4
Age of Empires III 1.x Bronze (1.0.0) Gold (1.1.11)
+2
Patrician III: Rise of the Hanse 1.1 Platinum (1.0-rc1) Gold (1.1.11)
-1
Ski Challenge 09 1 Garbage (1.0.1) Gold (1.1.10)
+3
Station Launcher 698327 Garbage (1.1.11) Gold (1.1.12)
+3
2The Lord of the Rings: The Battle for Middle-Eart... Bronze (1.0-rc1) Gold (1.1.12)
+2
Warcraft III The Frozen Throne: 1.x Silver (1.1.10) Gold (1.1.11)
+1
openCanvas Plus 1.1 Silver (1.0-rc4) Gold (1.1.12)
+1
Acrobat Reader 5.0.x Garbage (0.9.40) Silver (1.1.12)
+2
Acrobat Reader 6.0.x Bronze (0.9.53) Silver (1.1.12)
+1
Crysis Crysis 1.x (1.1.1.5767+) Bronze (1.0.0) Silver (1.1.11)
+1
Falcon 4.0 Allied force 1.0 Garbage (1.0.0) Silver (1.1.10)
+2
Max/MSP 4.6.3 Runtime Bronze (1.0-rc2) Silver (1.1.12)
+1
Microsoft Office (installer only) 2003 Bronze (1.1.11) Silver (1.1.12)
+1
Oni 1.0 Bronze (1.1.4) Silver (1.1.9)
+1
Republic: The Revolution 1.0 Bronze (0.9.41) Silver (1.1.12)
+1
Rome: Total War 1.x Garbage (1.1.10) Silver (1.1.12)
+2
Star Wars: The Battle of Endor 2.1 Garbage (1.1.1) Silver (1.1.10)
+2
The Witcher 1.0 Bronze (1.1.1) Silver (1.1.12)
+1
Culpa Innata 1.03 English Platinum (1.1.0) Bronze (1.1.11)
-3
Dynasty Warriors 4 Hyper 1.0 Garbage (0.9.46) Bronze (1.1.10)
+1
Notepad .NET 2 Garbage (1.0-rc4) Bronze (1.1.10)
+1
Paint Shop Pro 9.x Silver (0.9.36) Bronze (1.1.11)
-1
Paint.Net 3.35 Beta Garbage (1.0-rc4) Bronze (1.1.10)
+1
StepMania 4.0 Platinum (0.9.31) Bronze (1.1.12)
-3
VeZA Route Planner 2005 Garbage (1.1.0) Bronze (1.1.11)
+1
Age of Empires III 1.x Bronze (1.0.0) Garbage (1.1.11)
-1
AutoCAD 2005 Silver (1.1.1) Garbage (1.1.11)
-2
Battlefield Vietnam 1.0 Gold (1.0-rc3) Garbage (1.1.12)
-3
Bejeweled Deluxe 1.87 Platinum (1.0.0) Garbage (1.1.10)
-4
Chuzzle Deluxe 1.x Platinum (1.0.0) Garbage (1.1.10)
-4
Dynasty Warriors 4 Hyper 1.0 Bronze (1.1.10) Garbage (1.1.11)
-1
Family Feud 1.0 Gold (1.1.1) Garbage (1.1.10)
-3
Family Tree Maker 2006 Silver (1.1.11) Garbage (1.1.12)
-2
Garena 3.0 Gold (1.1.11) Garbage (1.1.12)
-3
Global Operations 2.0 Silver (1.1.0) Garbage (1.1.11)
-2
Master of Orion 2: Battle at Antares 1.31 Silver (1.0.0) Garbage (1.1.12)
-2
Maya PLE 8.5 Gold (1.0.0) Garbage (1.1.11)
-3
Mids' Hero Designer 1.4 Silver (1.0-rc4) Garbage (1.1.11)
-2
Zuma Deluxe 1.0 Platinum (1.0.1) Garbage (1.1.10)
-4
Total Change
+23

Updates by the Public

Application Old Status/Version New Status/Version Change
Ableton Live 7.0.3 Silver (1.1.1) Platinum (1.1.11)
+2
American McGee's Alice 1.0 Gold (1.0-rc4) Platinum (1.1.9)
+1
Anno 1602: Creation of a New World Gold: 1.0 Gold (1.0-rc2) Platinum (1.1.11)
+1
Baldur's Gate 1.0 Gold (0.9.57) Platinum (1.1.10)
+1
Ballance 1.13 Garbage (0.9.37) Platinum (1.1.10)
+4
Bejeweled 2 Deluxe 1.0 & 1.1 Garbage (1.0.0) Platinum (1.1.10)
+4
Broken Sword 2.5 1.0 Silver (1.1.0) Platinum (1.1.10)
+2
CDex 1.51 Gold (0.9.28) Platinum (1.1.10)
+1
Caesar III 1.x Gold (1.1.10) Platinum (1.1.9)
+1
Cossacks II: Napoleonic Wars 1.2 (German) Gold (0.9.60) Platinum (1.1.11)
+1
Counter-Strike: Source Retail / Steam Gold (1.1.10) Platinum (1.1.11)
+1
Delta Force: Black Hawk Down 1.5.05 Garbage (1.0-rc1) Platinum (1.1.10)
+4
Enterprise architect 7.1 Garbage (1.1.0) Platinum (1.1.10)
+4
Euro Truck Simulator 1.0 GER Bronze (1.0.1) Platinum (1.1.10)
+3
Fatal/Fake 1.13 Bronze (0.9.41) Platinum (1.0.1)
+3
Fireworks MX Gold (1.0-rc5) Platinum (1.1.10)
+1
Fritz 8 Gold (1.1.3) Platinum (1.1.7)
+1
Full Tilt Poker Latest Gold (1.0.0) Platinum (1.1.10)
+1
Grand Theft Auto III 1.1 Garbage (1.1.1) Platinum (1.1.10)
+4
Guild Wars All Versions Gold (1.1.10) Platinum (1.1.11)
+1
Half-Life Counter-Strike: 1.6 Gold (1.1.0) Platinum (1.1.11)
+1
Heroes of Might and Magic II Gold: 1.0 Bronze (0.9.58) Platinum (1.0.1)
+3
1Heroes of Might and Magic III The Shadow of Death... Gold (1.0.0) Platinum (1.1.10)
+1
Homeworld 2 1.x Bronze (1.1.11) Platinum (1.1.12)
+3
Lineage 2 CT2 - Gracia: Part 2 Gold (1.1.10) Platinum (1.1.11)
+1
Mama Muh und die Krähe ISBN 3-7891-8034-3 Gold (0.9.59) Platinum (1.1.8)
+1
Mig 29 Fulcrum 1.0 Garbage (0.9.33) Platinum (1.1.10)
+4
MultiGo 4.x Garbage (0.9.20) Platinum (1.0.1)
+4
NaturalMotion endorphin 2.7.1 Learning Edition Garbage (0.9.56) Platinum (1.1.10)
+4
NuSphere PHPEd 5.2.0 (Build 5220) Silver (1.1.0) Platinum (1.1.11)
+2
Open TTD 0.6.0 beta1 Gold (0.9.52) Platinum (1.0.1)
+1
Open Workbench 1.1.6 Silver (1.1.5) Platinum (1.1.9)
+2
OpenOffice.org 3.0 Silver (1.1.10) Platinum (1.1.12)
+2
OpenZelda 0.0.0 Garbage (0.9.48) Platinum (1.1.12)
+4
Pacific General 1.0 Bronze (0.9.46) Platinum (1.1.10)
+3
Real MYST 1.x Bronze (1.0-rc2) Platinum (1.0.1)
+3
Revenant 1.0 Garbage (0.9.56) Platinum (1.1.12)
+4
Richard Burns Rally 1.x Silver (1.0.1) Platinum (1.1.12)
+2
Riven: The Sequel to Myst 1.x Bronze (1.0-rc1) Platinum (1.0.1)
+3
Rumble Box Tournament Edition Garbage (1.1.1) Platinum (1.1.10)
+4
Silent Hill 2 1.0 Garbage (1.0.0) Platinum (1.0.1)
+4
StepMania 3.9 Bronze (1.1.10) Platinum (1.1.7)
+3
Teenage Mutant Ninja Puppets Party Release Garbage (0.9.31) Platinum (1.1.10)
+4
1The Elder Scrolls III: Morrowind 1.6.1820 (Bloodm... Gold (1.0.0) Platinum (1.1.10)
+1
1The Lord of the Rings: The Battle for Middle-Eart... Gold (1.1.10) Platinum (1.1.11)
+1
The Settlers IV 1.0-2.50.1516 Gold (1.1.0) Platinum (1.1.10)
+1
The Suffering The Suffering - Prison Is Hell Garbage (1.1.0) Platinum (1.1.11)
+4
Trainz 2004 CZ Silver (1.0-rc4) Platinum (1.1.10)
+2
Turing 4.0.5 Silver (0.9.1) Platinum (1.0.1)
+2
Universal Share Downloader 1.3.5.1 Silver (1.0.0) Platinum (1.1.10)
+2
VisualBoyAdvance 1.8.0-beta 3 Bronze (1.1.0) Platinum (1.1.11)
+3
Warblade 1.31 Garbage (1.0.1) Platinum (1.1.10)
+4
Warcraft III The Frozen Throne: 1.x Gold (1.1.11) Platinum (1.1.9)
+1
WinCupl 5.30.2 Garbage (0.9.12) Platinum (1.0.1)
+4
You Don't know Jack Volume 4 (The Ride) Gold (0.9.36) Platinum (1.0.1)
+1
pkr Latest Gold (1.1.10) Platinum (1.1.12)
+1
Age of Empires II The Age of Kings: 2.x Bronze (1.1.11) Gold (1.1.12)
+2
Age of Empires II The Conquerors Expansion: 1.0x Silver (1.0.1) Gold (1.1.12)
+1
Baldur's Gate II Baldur's Gate: 4 in 1 Boxset Platinum (1.0-rc4) Gold (1.1.11)
-1
Baldur's Gate II Throne of Bhaal Silver (1.1.0) Gold (1.1.11)
+1
Baldur's Gate Tales of the Sword Coast: 1.3.5512 Silver (1.1.1) Gold (1.1.11)
+1
Bejeweled Twist 1.0 Platinum (1.0.1) Gold (1.1.10)
-1
Bone: Out From Boneville 1.0 Garbage (0.9.8) Gold (1.1.11)
+3
Call of Duty 1.5 Platinum (1.1.1) Gold (1.1.10)
-1
2ChessPlanet (chessok playing zone client) 1.0.0 (... Bronze (0.9.44) Gold (1.1.11)
+2
Colin McRae Rally 2.0 1.09 Garbage (1.0-rc4) Gold (1.1.10)
+3
Counter-Strike: Source Retail / Steam Platinum (1.1.11) Gold (1.1.12)
-1
Derive 6.x Platinum (1.1.11) Gold (1.1.12)
-1
Deus Ex: Invisible War 1.x Bronze (1.1.1) Gold (1.1.11)
+2
Driver: Parallel Lines 1.0 Silver (0.9.46) Gold (1.0.1)
+1
2Ever 17: The Out of Infinity Retail English Relea... Garbage (0.9.58) Gold (1.1.11)
+3
2F.E.A.R.: First Encounter Assault Recon Demo (Sin... Garbage (0.9.20) Gold (1.1.11)
+3
Fallout 3 1.x Silver (1.1.10) Gold (1.1.12)
+1
Grand Theft Auto: San Andreas 1.00 Silver (1.0.0) Gold (1.0.1)
+1
Half-Life 2 Retail (32-bit) Bronze (1.1.0) Gold (1.1.10)
+2
Hearts of Iron II Armageddon Platinum (1.1.1) Gold (1.1.12)
-1
Heroes of Might and Magic IV 1.0-3.0 Platinum (1.0.1) Gold (1.1.10)
-1
Hitman 2: Silent Assassin 1.x Platinum (1.1.1) Gold (1.1.10)
-1
King's Bounty: the Legend (new, 2008) 1.0 Garbage (1.0-rc1) Gold (1.1.11)
+3
Kyodai Mahjongg 2006 Silver (0.9.52) Gold (1.1.10)
+1
Medal of Honor: Allied Assault 1.1 Platinum (1.0.0) Gold (1.1.11)
-1
Messiah 0.x Bronze (0.9.22) Gold (1.1.10)
+2
Metin - 2 080603 Platinum (1.0-rc3) Gold (1.1.10)
-1
Monopoly Tycoon 1.4 Silver (1.1.0) Gold (1.1.10)
+1
OutRun 2006: Coast 2 Coast 1.0 Garbage (1.1.10) Gold (1.1.11)
+3
Pandora's Box 1.0a Platinum (1.0-rc2) Gold (1.0.1)
-1
People's General 1.x Bronze (0.9.52) Gold (1.1.10)
+2
Photoshop CS3 (10.0) Bronze (1.1.10) Gold (1.1.6)
+2
Populous: The Beginning 1.01 Silver (1.0.0) Gold (1.1.10)
+1
Prince of Persia: The Sands of Time 1.00 Silver (1.0-rc4) Gold (1.1.10)
+1
Rayman 2 - The Great Escape 1.x Bronze (1.0-rc4) Gold (1.1.12)
+2
Real MYST 1.x Bronze (1.0-rc2) Gold (1.0.1)
+2
Simplorer 7.0 Platinum (0.9.33) Gold (1.1.10)
-1
Space Empires IV 1.x Silver (1.0.0) Gold (1.0.1)
+1
Star Wars: Knights of the Old Republic 1.03 Silver (1.1.10) Gold (1.1.11)
+1
StarCraft 1.x Platinum (1.0.0) Gold (1.1.10)
-1
StarCraft Brood War: 1.x Bronze (1.1.11) Gold (1.1.12)
+2
Startopia 1.x Garbage (1.0-rc1) Gold (1.1.10)
+3
System Shock 2 2.3 Silver (1.1.0) Gold (1.1.11)
+1
Tag & Rename 3.4 Platinum (1.1.0) Gold (1.1.10)
-1
Test Drive 6 pcjeux Silver (0.9.45) Gold (1.1.11)
+1
The Elder Scrolls III: Morrowind 1.2.0722 Silver (1.0.0) Gold (1.0.1)
+1
2The Lord of the Rings: The Battle for Middle-Eart... Silver (1.0.0) Gold (1.1.10)
+1
Touhou 6 ~ Embodiment of Scarlet Devil 1.02 Silver (0.9.50) Gold (1.1.10)
+1
Twinsen's Odyssey release Bronze (1.1.0) Gold (1.1.10)
+2
Unreal II: The Awakening 1000-1403 Silver (1.0.1) Gold (1.1.10)
+1
WinRAR 3.x Platinum (1.0.1) Gold (1.1.9)
-1
World of Goo 1.0 Platinum (1.1.10) Gold (1.1.11)
-1
Zuma Deluxe 1.0 Garbage (1.1.10) Gold (1.1.12)
+3
pkr Latest Silver (1.1.1) Gold (1.1.10)
+1
uTorrent 1.8.1 Platinum (1.1.10) Gold (1.1.11)
-1
Age of Mythology 1.10 Platinum (1.1.0) Silver (1.1.7)
-2
ArtRage 2.5 Starter Edition Gold (0.9.58) Silver (1.1.12)
-1
Battlefield 1942 1.6x Platinum (1.1.10) Silver (1.1.11)
-2
Battlefield 1942 1.x Garbage (0.9.59) Silver (1.1.10)
+2
Command & Conquer 3: Tiberium Wars 1.x Gold (1.1.10) Silver (1.1.11)
-1
Command & Conquer: Generals 1.0x Gold (1.0-rc3) Silver (1.1.11)
-1
Command & Conquer: Generals Zero Hour: 1.04 Garbage (1.1.8) Silver (1.1.9)
+2
Command & Conquer: Red Alert 2 1.00x Platinum (1.0.0) Silver (1.1.10)
-2
Command & Conquer: Red Alert 3 Retail 1.x Gold (1.1.10) Silver (1.1.11)
-1
Compumap Portable 4.0.9.2 Bronze (1.0.1) Silver (1.1.10)
+1
Counter-Strike: Source Retail / Steam Platinum (1.1.11) Silver (1.1.12)
-2
CuneiForm 12 Gold (1.0-rc4) Silver (1.1.10)
-1
Dungeon Keeper 2 1.x Bronze (1.1.0) Silver (1.1.12)
+1
Emergency 4: Global Fighters for Lif 1.0 Garbage (1.0.0) Silver (1.1.10)
+2
Grand Theft Auto: San Andreas 1.00 Gold (1.0.1) Silver (1.1.10)
-1
Guitar Pro 5.x Garbage (1.1.10) Silver (1.1.12)
+2
Heroes of Might and Magic 1.0 Bronze (0.9.59) Silver (1.0.1)
+1
Hitman 2: Silent Assassin 1.x Gold (1.1.10) Silver (1.1.11)
-1
Homeworld 2 1.x Platinum (1.0.1) Silver (1.1.10)
-2
King's Bounty: the Legend (new, 2008) 1.0 Garbage (1.1.7) Silver (1.1.9)
+2
Lingvo 12.0 Bronze (1.0-rc1) Silver (1.1.10)
+1
Lock On: Modern Air Combat 1.0 Garbage (1.1.0) Silver (1.1.8)
+2
Magic Workstation 0.94f Bronze (1.1.2) Silver (1.1.7)
+1
Medieval 2: Total War 1.3 Bronze (1.0.0) Silver (1.1.10)
+1
OpenOffice.org 3.0 Platinum (1.0.1) Silver (1.1.10)
-2
Operation Flashpoint GOTY 1.96 Garbage (1.1.3) Silver (1.1.8)
+2
P-touch Editor 4.2.210 Garbage (0.9.58) Silver (1.1.11)
+2
Populous: The Beginning 1.01 Gold (1.1.10) Silver (1.1.11)
-1
QIP QIP Infium Gold (1.0.0) Silver (1.1.10)
-1
Quicken Quicken 2007 Premier Platinum (1.1.10) Silver (1.1.12)
-2
Rise of Nations 2.04 Bronze (1.0.0) Silver (1.0.1)
+1
Serious Sam: The First Encounter 1.0x Gold (0.9.54) Silver (1.0.1)
-1
Sid Meier's Civilization IV Complete Gold (1.1.0) Silver (1.1.11)
-1
SimCity 4 1.x Bronze (1.0-rc2) Silver (1.0.1)
+1
Star Wars: Knights of the Old Republic 1.03 Gold (1.0.0) Silver (1.1.10)
-1
Steam All Versions Platinum (1.0.0) Silver (1.1.10)
-2
Tarzan, action game Full Garbage (0.9.34) Silver (1.1.11)
+2
3The Elder Scrolls III: Morrowind 1.3.1029 (Tribun... Gold (0.9.50) Silver (1.1.10)
-1
The Elder Scrolls IV: Oblivion 1.2.x Gold (1.0.0) Silver (1.1.11)
-1
3The Lord of the Rings: The Battle for Middle-Eart... Garbage (1.0-rc4) Silver (1.1.10)
+2
Warcraft III The Frozen Throne: 1.x Bronze (1.0.1) Silver (1.1.10)
+1
Windows Installer 3.1 Garbage (1.1.7) Silver (1.1.9)
+2
iTunes 8.0.2 Garbage (1.1.10) Silver (1.1.11)
+2
AOLpress 2.0 Garbage (0.9.41) Bronze (1.1.7)
+1
Age of Empires II The Age of Kings: 2.x Silver (1.0.1) Bronze (1.1.11)
-1
Beasts & Bumpkins 1.0 Garbage (1.0.0) Bronze (1.1.10)
+1
BioEdit 7.0.9 Gold (0.9.39) Bronze (1.1.11)
-2
Brave Soul 20031215 Garbage (1.0-rc2) Bronze (1.1.12)
+1
CT-Art 3.0 Platinum (0.9.22) Bronze (1.1.10)
-3
4CalorieKing Nutrition and Exercise Manager Austra... Platinum (0.9.47) Bronze (1.1.9)
-3
Clive Barker's Jericho 1.0 Gold (1.0-rc1) Bronze (1.1.12)
-2
Cold Fear 1.0 Silver (0.9.37) Bronze (1.1.11)
-1
Combat Arms 1.0 Gold (1.0.1) Bronze (1.1.11)
-2
Command & Conquer: Red Alert 3 Retail 1.x Gold (1.1.11) Bronze (1.1.12)
-2
Crimsonland 1.9.8 Silver (1.0-rc1) Bronze (1.1.12)
-1
Delta Force: Black Hawk Down 1.5.05 Garbage (1.0-rc1) Bronze (1.1.10)
+1
Earth 2150 2.8.7 Silver (0.9.41) Bronze (1.0.1)
-1
Enemy Territory: Quake Wars Steam Retail Garbage (1.0.0) Bronze (1.1.11)
+1
Evil Genius 1.00 Gold (1.0.1) Bronze (1.1.10)
-2
Fallout 1.x Platinum (1.1.10) Bronze (1.1.7)
-3
Fallout 3 1.x Silver (1.1.10) Bronze (1.1.8)
-1
FineReader 7.0 pro multilanguage Silver (1.0-rc3) Bronze (1.0.1)
-1
FitDay 1.0.0.6 Silver (1.0.0) Bronze (1.1.10)
-1
Garry's Mod 11 Gold (0.9.60) Bronze (1.1.11)
-2
Grand Theft Auto: San Andreas 1.01 Gold (1.1.0) Bronze (1.1.10)
-2
Guild Wars All Versions Gold (1.1.10) Bronze (1.1.11)
-2
Hattrick Control 2.13 Platinum (1.1.0) Bronze (1.1.11)
-3
Homeworld 1.05 Garbage (1.0.0) Bronze (1.1.10)
+1
Hostile Waters 1 Platinum (0.9.58) Bronze (1.1.10)
-3
Jagged Alliance 2 JA2 Gold (JA2+JA2UB) 1.12 Silver (1.1.0) Bronze (1.1.11)
-1
LEGO Star Wars: The Video Game 1.0 Gold (1.1.0) Bronze (1.1.11)
-2
4Lara Croft Tomb Raider: The Angel of Darkness 1.0... Garbage (0.9.30) Bronze (1.1.12)
+1
Microsoft Office (installer only) 2007 Platinum (1.1.11) Bronze (1.1.12)
-3
Microsoft Outlook 2003 Garbage (1.0-rc2) Bronze (1.1.12)
+1
Mount&Blade 1.003 Silver (1.1.11) Bronze (1.1.12)
-1
Neverwinter Nights 1.68 Gold (0.9.59) Bronze (1.1.11)
-2
Obscure 1.1 Silver (0.9.48) Bronze (1.1.11)
-1
Omikron: The Nomad Soul 1.0 Silver (0.9.60) Bronze (1.1.10)
-1
Powerdvd 7.0 (trial) Platinum (1.0.0) Bronze (1.1.10)
-3
Quicken Home & Business 2007 Garbage (0.9.59) Bronze (1.1.10)
+1
Quicken Quicken 2007 Premier Platinum (1.1.10) Bronze (1.1.12)
-3
RapeLay 1.1 Garbage (0.9.50) Bronze (1.1.9)
+1
Rites of War 1.x Garbage (0.9.38) Bronze (1.0.1)
+1
Riven: The Sequel to Myst 1.x Platinum (1.0.1) Bronze (1.1.9)
-3
4Sid Meier's Civilization IV 3.13 (Beyond The Swor... Gold (0.9.60) Bronze (1.1.10)
-2
Sniper Elite 1.0 Silver (1.0.0) Bronze (1.1.10)
-1
StarCraft Brood War: 1.x Gold (1.1.10) Bronze (1.1.11)
-2
StepMania 3.9 Gold (0.9.53) Bronze (1.1.10)
-2
Stronghold 1.x Silver (1.0.0) Bronze (1.1.11)
-1
Supreme Commander SC 1.x.3xxx Garbage (1.1.1) Bronze (1.1.10)
+1
The Elder Scrolls III: Morrowind 1.2.0722 Silver (1.0.0) Bronze (1.0.1)
-1
4The Lord of the Rings: The Battle for Middle-Eart... Garbage (1.0-rc4) Bronze (1.1.10)
+1
The Settlers: Heritage of Kings 1.06 Gold (1.1.1) Bronze (1.1.11)
-2
Tom Clancy's Ghost Recon 1.0 Garbage (1.0.0) Bronze (1.1.10)
+1
4Unreal II: The Awakening Expanded Multiplayer: 77... Gold (0.9.36) Bronze (1.1.10)
-2
4Victoria: An Empire Under the Sun Revolutions 2.0... Garbage (1.1.1) Bronze (1.1.10)
+1
Visio 2003 Gold (1.1.0) Bronze (1.1.8)
-2
VisualBoyAdvance 1.x Garbage (0.9.50) Bronze (1.1.9)
+1
Warhammer Online Live Silver (1.1.11) Bronze (1.1.12)
-1
Warhammer: Mark of Chaos Battle March Garbage (1.1.10) Bronze (1.1.11)
+1
Winamp 5.x Free "Basic" Silver (1.0.0) Bronze (1.0.1)
-1
Xpand Rally 1.0 Garbage (0.9.31) Bronze (1.1.11)
+1
iDeaS 1.0.x Gold (0.9.49) Bronze (1.1.11)
-2
Access 2003 Bronze (1.0-rc1) Garbage (1.1.12)
-1
AirPort Extreme Admin Utility 3.2 Gold (0.9.14) Garbage (1.0.1)
-3
AutoCAD 2008 Bronze (1.0.0) Garbage (1.1.12)
-1
Carmageddon TDR 2000 1.0 Bronze (1.0-rc4) Garbage (1.1.12)
-1
Chicken Invaders 1.30 Platinum (0.9.39) Garbage (1.1.11)
-4
Circle of Blood 1.0 Platinum (1.1.0) Garbage (1.1.10)
-4
Combat Arms 1.0 Gold (1.0.1) Garbage (1.1.11)
-3
Command & Conquer: Generals 1.0x Gold (1.0-rc3) Garbage (1.0.1)
-3
Command & Conquer: Red Alert 2 1.00x Platinum (1.1.10) Garbage (1.1.11)
-4
Command & Conquer: Red Alert 3 Retail 1.x Gold (1.1.10) Garbage (1.1.11)
-3
Cronous 20050522 Platinum (1.0-rc4) Garbage (1.1.11)
-4
Die Kunst des Mordens - Geheimakte FBI 1.0 Silver (0.9.53) Garbage (1.1.11)
-2
Dungeon Siege II 2.x Platinum (1.0-rc2) Garbage (1.1.10)
-4
Motocross Madness 2 1.0 Bronze (0.9.58) Garbage (1.1.12)
-1
MyScript Notes 2.2 Silver (1.0.0) Garbage (1.1.9)
-2
OriginPro 8.0 Gold (0.9.55) Garbage (1.1.10)
-3
Photo Mechanic 4.X Gold (0.9.9) Garbage (1.1.10)
-3
Poker Tracker Hold'em V3.00.2 Platinum (1.0.0) Garbage (1.1.10)
-4
Portal 1.0 Bronze (1.0.0) Garbage (1.1.10)
-1
Poser 7.0 Bronze (1.0.0) Garbage (1.1.10)
-1
Rise & Fall: Civilizations at War 1.0 Silver (1.0-rc1) Garbage (1.1.10)
-2
Risk II 1.01e Gold (0.9.56) Garbage (1.1.10)
-3
Rome: Total War 1.x Silver (1.0.0) Garbage (1.1.10)
-2
SWAT 4 demo Gold (1.0-rc2) Garbage (1.0.1)
-3
Sid Meier's Railroads! 1.x Gold (1.0-rc1) Garbage (1.1.11)
-3
Silent Hunter II 1.1 Gold (0.9.12) Garbage (1.0.1)
-3
Silver 1.0 Silver (1.0-rc5) Garbage (1.1.12)
-2
Sins of a Solar Empire 1.05 Silver (1.0-rc3) Garbage (1.1.10)
-2
Star Trek: Armada 1.x Silver (1.0.0) Garbage (1.0.1)
-2
Tribes: Vengeance 1.0 (client) Silver (1.0.0) Garbage (1.1.10)
-2
Tunatic 1.0.1b Bronze (1.0.0) Garbage (1.1.11)
-1
Ultima Online Kingdom Reborn Bronze (1.1.6) Garbage (1.1.9)
-1
Urban Chaos 1.0 Gold (0.9.38) Garbage (1.0.1)
-3
Warhammer Online Live Silver (1.1.11) Garbage (1.1.12)
-2
Warhammer: Mark of Chaos Battle March Bronze (1.1.11) Garbage (1.1.12)
-1
World of Goo 1.2 Gold (1.0.1) Garbage (1.1.9)
-3
eBay Turbo Lister 6.4.101.1 Bronze (0.9.59) Garbage (1.1.10)
-1
foldit beta Platinum (1.0-rc4) Garbage (1.1.10)
-4
Total Change
+31

All Kernel Cousin issues and summaries are copyright their original authors, and distributed under the terms of the
GNU General Public License, version 2.0.