WineHQ

World Wine News

All the news that fits, we print.

09/22/2008
by Zachary Goldberg
Issue: 352

XML source
More Issues...

This is the 352 issue of the World Wine News publication. Its main goal is to prepare the world for WineConf 2008. 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, 541 posts consumed 839 K. There were 103 different contributors. 69 (66%) posted more than once. 55 (53%) posted last week too.

The top 5 posters of the week were:

  1. 40 posts in 60K by dank at kegel.com (Dan Kegel)
  2. 35 posts in 46K by julliard at winehq.org (Alexandre Julliard)
  3. 28 posts in 34K by paul.vriens.wine at gmail.com (Paul Vriens)
  4. 27 posts in 42K by truiken at gmail.com (James Hawkins)
  5. 24 posts in 25K by hverbeet at gmail.com (Henri Verbeet)

News: Progress towards 1.2 Archive
News

This WWN will be slightly shorter than usual. This is in part due to inevitable lack of time on part of the editor, and WineConf coming up this week. Expect an extensive coverage of that event in the WWN next week.

Alexandre's summary's of recent developments in development release announcements:

Wine 1.1.5
    * Substantial JavaScript implementation.
    * Partial support for layered windows.
    * Support for Unicode file export in Regedit.
    * Proper exception handling in widl-generated code.
    * Asynchronous requests and cookies support in WinHTTP.
    * Various bug fixes.

Wine 1.1.4
    *  Substantial chunks of WinHTTP are implemented.
    * More JavaScript support.
    * Beginnings of shell AppBar implementation.
    * Several fixes for Google Chrome support.
    * Chinese translations.
    * Various bug fixes.

Theres a big push to get a solid WinHTTP running to support Chrome , Google's new entry into the web browser market.

Dan Kegel Section

Dan put together an interesting summary of statistics from various monitors for Linux adoption.

Dan has also written in with an interesting bit about some Wine praise.

http://forum.ubuntuusers.de/topic/softmaker-office-2008--eine-alternative--vora/ has a review of an office suite named Softmaker Office 2008, available for Windows and now also Linux. The review says in part

[Translated] ("It irritated us that the Windows version runs better on Wine than the native Linux version. If you have the Windows version already, save your money and run it on Wine.")

That's praise of sorts... although I hope it doesn't dissuade other vendors from doing native ports.
- Dan


WineConf 2008 Coming Up Archive
WineConf

WineConf 2008 is coming up, in St. Paul Minnesota, this weekend. The big theme of the event is a gigantic celebration of Wine 1.0! The wiki page has an outline of arrival times and a rough agenda of what will take place.

In addition WineConf traditionally has a mini hackathon -- in past years its been on the test suite in general. This year it appears we may be working hard to fix the test suite on windows machines.

Look forward to reading more (and lots of photos and stories) from this weekend in the next WWN!


CodeWeavers Chromium Archive
Chromium

Jeremy White from CodeWeavers wrote an interesting blog post and email to Wine-devel about CodeWeavers' story of getting chromium to work in Wine. From the blog post first:

(...) So today I am pleased to announce that we have shipped freely available versions of Chromium for both the Mac and Linux. Not only does this give Mac and Linux users a chance to see what all the hype is about, it also lets the world see just how far Wine has come and how powerful it truly can be. In just 11 days, we were able to bring a modern Windows application across to Mac and Linux. (...)

And on the development side of things Jeremy writes to Wine-devel with how they did it:

We've had a lot of fun hacking on Chromium these past few weeks.

We did have a few things that we rushed along to include in the CrossOver Chromium builds that haven't properly baked here on wine-devel. I thought I'd share them in case anyone else wants to match what we did.

First of all, we were working against dev build 21 of Chromium, not Chrome. Note that newer builds of Chromium now work (thanks to a patch by Alexandre), but they're pretty unstable. We got our dev build from here: http://build.chromium.org/buildbot/archives/chromium.tgz

We find we have to have both Times and Arial (or replacements in the registry) in order for it to run stably.

We have 3 winhttp patches we used that we're going to clean up and get into WineHQ properly, but here they are in raw form: winhttp_reset_content_length.diff fixes a glitch in winhttp on redirects. winhttp_flags.diff fixes a fairly obvious mistake (and turns out to be the gating factor for gmail support) winhttp_cookies.diff is the beginning of a cookie manager; Hans is still working on this one.

Also, we used the following ...er...patches:

focus.diff (hack by Alexandre, makes single tabs work okay)
gdi hack by Huw, makes the map hand on maps.google.com not a blob

Cheers,
Jeremy

A bit of an editorial:
So I actually went and downloaded CrossOver Chromium Edition and played with it for a bit. I first tried GMail, no issues. I said to myself alright, that is pretty impressive. How about a real test: will flash work? I went to youtube.com and sure enough I got the error "Flash isn't installed." Aww poop. Well, let's try installing it. Clicked the "go to Adobe to get Flash" link, downloaded the executable which ran a really fast installer. I went back to youtube.com and..... no luck. At this point I had lost a bit of hope. But then an idea struck me! I closed the browser and re-opened it. Off to youtube.com and... voila! Working flash video! I watched a rather cute video of a cat smacking a printer with its paw. After about 45 seconds of this the cat hit it hard enough that the paper tray came lose and the cat went flying. Perfect.

As a Wine user of many years there are these occasional moments in using Wine when, after getting something seemingly outrageously complex to work, you sit back and go wow: that's really a miracle. This was one of them for me, hats off to the entire Wine and CodeWeavers team.


Coverity Run Archive
Static Code Analysis

In the aftermath of adding a static analysis tool 'Flawfinder' to the Wine patchwatcher Dan Kegel discussed Coverity, a commonly used code analysis tool.

And they (Coverity) in fact do this for Wine. We've fixed a number of issues it found, see e.g. http://marc.info/?l=wine-patches&w=2&r=1&s=coverity&q=b There are lots more to fix.

The last scan they did was in late May, though. They say they migrated to new servers and have been slowly bringing up all the OSS scans again. They haven't given a target date for having Wine's scan back online yet. - Dan

Perhaps by coincidence 2 days later Marcus Meissner writes in saying that Coverity has finally re-added Wine to their periodic passes.

Hi folks,

A new Coverity run (274) was done finally, so we can restart looking at issues ;)

Still a lot of NULL ptr migration issues which suck to fix, but well.

Ciao, Marcus

Followed by Dan Kegel's (oddly) enthusiastic response about new errors!

Yay! Here are the new errors introduced since the end of May, sorted by source file.

There are only 23 not in test code:

(23 errors cut from quote)

Sure would be nice if Coverity could identify the cl which introduced each problem :-)


Running Linux Apps from within a Wine App Archive
Development

Mike Engelhardt writes in with a question which is asked often enough I feel that the answer warrants being highlighted, as it may help many others.

I write a Windows application that I want to be useful under Linux & WINE. (..) I want to simply launch xchm from my app whenever my app finds itself being run under WINE. What I have is done so far is system() a command with path names of xchm and my .chm file that seem to basically be trying to outsmart WINE outsmarting Windows. Clearly this is an ugly hack and is not a long term solution. Is there a supported/recommended manner of launching an X Window System executable with Linux absolute path arguments from a MS Windows application running under Linux & WINE? --Mike

Rob Shearman's response:

Hi Mike,

You should you should just do "ShellExecute(helpfilepath)" and set the default value of HKCR\chm.file\shell\open\command to Z:\usr\bin\xchm on install and the user can change this if he or she wishes.

I think it is safe to assume that Z: will always map to "/" in Wine. You can always not install the association if Z: isn't mapped to anything.

--
Rob Shearman


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

Category Total Bugs Last Issue Total Bugs This Issue Net Change
UNCONFIRMED 2391 2435 +44
NEW 1879 1928 +49
ASSIGNED 36 37 +1
REOPENED 80 78 -2
RESOLVED 889 669 -220
CLOSED 9740 10215 +475
TOTAL OPEN 4386 4478 +92
TOTAL 15015 15362 +347



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
BitTorrent 5.2.0 Gold (1.1.3) Platinum (1.1.4)
+1
Gomez Peer Latest Gold (1.0.0) Platinum (1.1.4)
+1
Homeworld 2 Demo Garbage (1.1.1) Platinum (1.1.4)
+4
RenWeb RenWeb Gold (1.0-rc1) Platinum (1.1.4)
+1
The Hidden: Source Beta 4b Gold (0.9.46) Platinum (1.1.3)
+1
Theme Hospital Beta 4 Bronze (0.9.55) Platinum (1.1.4)
+3
Bridge CS2 Garbage (0.9.55) Gold (1.1.3)
+3
Crusader Kings 1.0x Platinum (1.0.0) Gold (1.1.0)
-1
Dungeon Keeper 2 1.x Bronze (1.1.2) Gold (1.1.4)
+2
Homeworld 2 1.x Garbage (1.1.1) Gold (1.1.4)
+3
Jane's Fighters Anthology 1.02 F Garbage (0.9.59) Gold (1.1.4)
+3
Notetab Light 5.5 Garbage (1.1.0) Gold (1.1.4)
+3
MindManager Pro 6 Bronze (0.9.46) Silver (1.1.4)
+1
Spore 1.0 Bronze (1.1.3) Silver (1.1.4)
+1
BYOND 4.x Garbage (1.0.0) Bronze (1.1.4)
+1
FineReader 8.0 Professional Silver (0.9.60) Bronze (1.1.4)
-1
New Star Soccer 3 3.16 Garbage (0.9.51) Bronze (1.1.4)
+1
Roller Coaster Tycoon 1.08.187 Platinum (1.0.0) Bronze (1.1.0)
-3
Roller Coaster Tycoon Loopy Landscapes: 1.20.013 Silver (1.1.3) Bronze (1.1.5)
-1
Space Empires V 1.74 Garbage (1.1.0) Bronze (1.1.3)
+1
4Star Wars: Jedi Knight - Mysteries of the Sith De... Gold (0.9.59) Bronze (1.1.3)
-2
Ghost Recon Advanced Warfighter 2 1.0 Silver (0.9.60) Garbage (1.1.3)
-2
Total Change
+20

Updates by the Public

Application Old Status/Version New Status/Version Change
Command & Conquer: Red Alert 1.0-3.03 Bronze (1.1.3) Platinum (1.1.4)
+3
Counter-Strike: Source Retail / Steam Bronze (1.1.3) Platinum (1.1.4)
+3
Crazy Machines - The Inventor's Workshop 1.0 Garbage (1.1.0) Platinum (1.1.3)
+4
Crusader Kings 1.0x Silver (1.0-rc4) Platinum (1.0.0)
+2
DVD Decrypter 3.5.4.0 Gold (1.1.2) Platinum (1.1.3)
+1
Delphi 7 Gold (1.1.2) Platinum (1.1.4)
+1
Deus Ex 1.x Bronze (1.0-rc2) Platinum (1.1.0)
+3
Football Manager 2008 8.0 Silver (0.9.53) Platinum (1.0-rc5)
+2
Halo: Combat Evolved Trial Silver (1.1.2) Platinum (1.1.4)
+2
Hearts of Iron II Doomsday Garbage (1.0-rc4) Platinum (1.0.0)
+4
MapSource 6.11.6 Gold (0.9.52) Platinum (1.1.1)
+1
Megaman X8 1.0 Garbage (1.0-rc2) Platinum (1.1.3)
+4
Might and Magic VIII 1 Bronze (1.1.3) Platinum (1.1.4)
+3
1Painkiller: Overdose patched with OverdosePatch84... Bronze (1.1.3) Platinum (1.1.4)
+3
Pariah 1.03 Gold (0.9.53) Platinum (1.0.0)
+1
Sega Smash Pack II 1.0 Silver (0.9.54) Platinum (1.1.3)
+2
Silent Hill 2 1.0 Garbage (1.0.0) Platinum (1.1.4)
+4
Star Trek: Voyager - Elite Force 1.x Gold (0.9.49) Platinum (1.1.4)
+1
Starport: Galactic Empires 1.0 Garbage (0.9.58) Platinum (1.0.0)
+4
Yager 5.27 Garbage (0.9.21) Platinum (1.1.4)
+4
Zuma Deluxe 1.0 Gold (1.0.0) Platinum (1.1.2)
+1
eMule 0.47c, 0.48a, and 0.49a Gold (1.0.0) Platinum (1.1.4)
+1
Aliens Versus Predator 1.0 Garbage (1.1.3) Gold (1.1.4)
+3
Command & Conquer: Red Alert 1.0-3.03 Bronze (1.1.3) Gold (1.1.4)
+2
DVD Shrink 3.2.0.15 Platinum (1.1.2) Gold (1.1.4)
-1
Duke Nukem: Manhattan Project Final retail CD Platinum (0.9.52) Gold (1.1.3)
-1
Dungeon Siege II 2.x Garbage (1.1.3) Gold (1.1.4)
+3
Euro Truck Simulator 1.0 GER Silver (1.0-rc5) Gold (1.1.4)
+1
FIFA 99 1.11 Garbage (0.9.49) Gold (1.1.4)
+3
Fritz 8 Silver (0.9.42) Gold (1.1.3)
+1
Google Chrome 0.2.149.29 Garbage (1.1.0) Gold (1.1.3)
+3
Google SketchUp 6.x Silver (1.0-rc5) Gold (1.0.0)
+1
Grand Theft Auto: San Andreas 1.00 Silver (1.0.0) Gold (1.1.0)
+1
IL-2 Sturmovik 1946 (4.08m) Silver (0.9.60) Gold (1.0.0)
+1
Internet Explorer 6.0 Bronze (1.1.3) Gold (1.1.4)
+2
Max Payne 2: The Fall of Max Payne 1.x Platinum (1.0-rc2) Gold (1.1.0)
-1
Microsoft Office 2007 Bronze (1.1.3) Gold (1.1.4)
+2
Might and Magic IX 1.3 Garbage (0.9.32) Gold (1.1.4)
+3
NBA Live 2003 1.0 Garbage (0.9.5) Gold (1.1.4)
+3
Pirates of the Caribbean 1.0 Platinum (1.1.2) Gold (1.1.3)
-1
PokerStars 2.665 Platinum (1.0.0) Gold (1.1.3)
-1
Portal The First Slice Garbage (1.1.2) Gold (1.1.3)
+3
Progecad Smart 2008 v8.0.11 Bronze (1.0-rc3) Gold (1.1.4)
+2
2S.T.A.L.K.E.R. S.T.A.L.K.E.R.: Shadow of Chernoby... Silver (1.1.3) Gold (1.1.4)
+1
Shaiya latest version Bronze (1.0-rc4) Gold (1.1.4)
+2
2Sid Meier's Civilization IV 3.17 (Beyond the Swor... Garbage (1.1.2) Gold (1.1.5)
+3
SpellForce: The Order of Dawn Platinum 1.52 Bronze (1.1.2) Gold (1.1.4)
+2
StarCraft Brood War: 1.x Platinum (1.0.0) Gold (1.1.3)
-1
StarUML 5.0 Bronze (1.0-rc4) Gold (1.1.3)
+2
SyncBack V3.2.14 Platinum (1.1.2) Gold (1.1.4)
-1
System Shock 2 2.3 Silver (1.1.2) Gold (1.1.4)
+1
Team Fortress 2 - Steam 1.0 Platinum (0.9.56) Gold (1.0.0)
-1
eDrawing Viewer 2008 Garbage (0.9.58) Gold (1.1.1)
+3
1503 A.D.: The New World 1.0 Garbage (1.1.3) Silver (1.1.4)
+2
AVR Studio 4.13 SP2 Build 571 Garbage (1.1.1) Silver (1.1.3)
+2
Battlezone 2 1.3 Public Beta Garbage (1.1.3) Silver (1.1.5)
+2
Broken Sword 2.5 Demo 1 Platinum (0.9.53) Silver (1.1.4)
-2
Cars: Radiator Springs Adventures 06-06-2006 Gold (0.9.53) Silver (1.1.3)
-1
Catan: Die Erste Insel 1.65 Garbage (0.9.60) Silver (1.1.4)
+2
Command & Conquer: Red Alert 2 1.00x Garbage (1.1.2) Silver (1.1.4)
+2
DBDesigner 4.x Platinum (0.9.41) Silver (1.1.4)
-2
Deer Hunter 2005 1.0 Garbage (0.9.59) Silver (1.0.0)
+2
EASy68K 3 Bronze (0.9.56) Silver (1.1.3)
+1
Earth 2160 1.3.8 Gold (1.1.3) Silver (1.1.4)
-1
FAR Manager 1.7 Gold (1.1.2) Silver (1.1.4)
-1
Fallout Tactics All Versions Gold (1.1.0) Silver (1.1.2)
-1
Far Cry 1.x (32-bit) Gold (1.0.0) Silver (1.1.0)
-1
FileMaker Pro 4.1 Platinum (0.9.46) Silver (1.0.0)
-2
FineReader 5.0 Sprint Bronze (0.9.43) Silver (1.1.3)
+1
Flash CS3 Bronze (1.0.0) Silver (1.1.4)
+1
Galactic Civilizations II: Dread Lords 1.x Garbage (0.9.57) Silver (1.0.0)
+2
Google Chrome 0.2.149.29 Garbage (1.1.0) Silver (1.1.3)
+2
Gothic II 1.30 Platinum (1.0.0) Silver (1.1.4)
-2
Grand Theft Auto: San Andreas 1.00 Garbage (1.0-rc5) Silver (1.0.0)
+2
Guild Wars All Versions Platinum (1.1.4) Silver (1.1.5)
-2
HTML Help Workshop 1.32 Gold (0.9.48) Silver (1.1.4)
-1
Kega Fusion 3.51 Gold (1.1.0) Silver (1.1.4)
-1
LEGO Chess 1.0 Bronze (0.9.49) Silver (1.0.0)
+1
MSN Messenger Service 7.0 Bronze (1.0-rc3) Silver (1.1.0)
+1
MaxiVista 2.0.21 ext_A Gold (0.9.36) Silver (1.0.0)
-1
Mech Commander Gold: 02.99.10.0602 Platinum (1.0-rc3) Silver (1.1.3)
-2
MyScript Notes 2.2 Garbage (0.9.60) Silver (1.0.0)
+2
Need for Speed: Hot Pursuit 2 242 Gold (1.1.2) Silver (1.1.3)
-1
Neverwinter Nights II 1.11.1153 Garbage (0.9.59) Silver (1.1.3)
+2
Personal Ancestral File (PAF) 5 Platinum (0.9.47) Silver (1.1.4)
-2
Phun 3.5 beta Garbage (0.9.59) Silver (1.1.2)
+2
Progecad Smart 2008 v8.0.11 Bronze (1.0-rc3) Silver (1.1.4)
+1
Richard Garriott's Tabula Rasa 1.10.6.0 Bronze (1.0.0) Silver (1.1.3)
+1
Roller Coaster Tycoon Loopy Landscapes: 1.20.013 Gold (1.0-rc5) Silver (1.1.3)
-1
Rosetta Stone V3 Platinum (1.0.0) Silver (1.1.3)
-2
3S.T.A.L.K.E.R. S.T.A.L.K.E.R.: Shadow of Chernoby... Gold (1.1.1) Silver (1.1.3)
-1
Screen Antics Johnny Castaway Screen Saver 1.01 Gold (0.9.22) Silver (1.0.0)
-1
Sherlock Holmes - The Awakened 1.0 - Spanish Gold (0.9.56) Silver (1.1.4)
-1
Sonic Foundry Acid/Sony Acid Pro 2.0 Professional Platinum (0.9.9) Silver (1.0.0)
-2
Steam All Versions Gold (1.1.2) Silver (1.1.3)
-1
Steuer-Spar-Erklärung 2008 Bronze (0.9.58) Silver (1.1.0)
+1
Stronghold 1.x Gold (1.0-rc3) Silver (1.0.0)
-1
Stunt GP 1.0 Gold (0.9.59) Silver (1.0.0)
-1
Surfer 8.00 Gold (0.9.61) Silver (1.1.3)
-1
Team Fortress 2 - Steam August 21, 2008 Gold (1.1.2) Silver (1.1.3)
-1
Test Drive Unlimited 1.x Bronze (1.1.2) Silver (1.1.4)
+1
Thandor: The Invasion demo 5 Garbage (0.9.53) Silver (1.1.4)
+2
The Fall - Last Days of Gaia 1.10 Garbage (1.1.0) Silver (1.1.3)
+2
The Guild 2 The Guild 2 Gold Edition Gold (0.9.52) Silver (1.1.3)
-1
The Moment of Silence 1.0 Platinum (1.0-rc1) Silver (1.1.4)
-2
UltraISO 9.X Platinum (0.9.58) Silver (1.0.0)
-2
Vantage Master Online V2 1.0 Gold (0.9.61) Silver (1.1.2)
-1
Visio 2007 Standard Bronze (1.0.0) Silver (1.1.3)
+1
WinSPWW2 1.1B Garbage (0.9.30) Silver (1.1.4)
+2
Xfire Xfire v 1.96 Bronze (1.1.2) Silver (1.1.3)
+1
Xnews 2006.08.24 Gold (0.9.42) Silver (1.1.4)
-1
ePSXe 1.7.0 Platinum (1.0-rc5) Silver (1.1.1)
-2
Adobe Flash Player 9.0.124.0 Platinum (0.9.61) Bronze (1.1.3)
-3
Age of Empires III 1.x Gold (1.0-rc4) Bronze (1.0.0)
-2
Arcanum Unofficial v080708 *FINAL* Silver (1.1.0) Bronze (1.1.3)
-1
Battlefield 1942 1.6x Gold (1.0-rc2) Bronze (1.1.3)
-2
Black Moon Chronicles 1.0 Garbage (0.9.57) Bronze (1.1.3)
+1
Blade Runner 1.00 Platinum (1.0.0) Bronze (1.1.0)
-3
Caesar IV 1.0 Garbage (1.0-rc1) Bronze (1.1.4)
+1
Call of Duty 4: Modern Warfare 1.7 Gold (1.1.2) Bronze (1.1.4)
-2
Command & Conquer: Generals Zero Hour: 1.04 Silver (1.0.0) Bronze (1.1.4)
-1
Command & Conquer: Red Alert 1.0-3.03 Gold (1.1.0) Bronze (1.1.3)
-2
ConvertXtoDVD 3.1.0.24 Silver (1.0-rc4) Bronze (1.0.0)
-1
Google Chrome 0.2.149.29 Gold (1.1.3) Bronze (1.1.4)
-2
Google SketchUp 6.x Silver (1.0.0) Bronze (1.1.4)
-1
Grand Theft Auto: San Andreas 1.00 Silver (1.0.0) Bronze (1.1.4)
-1
4Harry Potter and the Chamber of Secrets Retail CD... Silver (1.1.0) Bronze (1.1.4)
-1
Internet Explorer 6.0 Silver (1.0-rc1) Bronze (1.1.3)
-1
King of Dragon Pass 1.7 Gold (0.9.31) Bronze (1.1.3)
-2
LOCAD2004 1.0 Garbage (0.9.28) Bronze (1.1.4)
+1
Lost Planet: Extreme Condition Trial version Garbage (0.9.53) Bronze (1.1.4)
+1
Medieval 2: Total War 1.3 Garbage (0.9.59) Bronze (1.0.0)
+1
Navigation 2.8.27 Silver (1.0-rc2) Bronze (1.0.0)
-1
4Painkiller: Overdose patched with OverdosePatch84... Garbage (1.1.2) Bronze (1.1.3)
+1
Perfect World International Gold (1.1.2) Bronze (1.1.3)
-2
Project: Snowblind CD Garbage (0.9.56) Bronze (1.1.3)
+1
Safari 3.x Public Beta Gold (0.9.53) Bronze (1.0.0)
-2
Siemens Manager E V6.0 0.74 Platinum (0.9.17) Bronze (1.0.0)
-3
Sonos Desktop Controller 2.5 Garbage (1.0-rc3) Bronze (1.0.0)
+1
Spore 1.0 Silver (1.1.3) Bronze (1.1.4)
-1
Spore Creature Creator Trial Edition Silver (1.1.3) Bronze (1.1.4)
-1
Steam All Versions Gold (1.1.2) Bronze (1.1.3)
-2
Team Fortress 2 - Steam August 21, 2008 Gold (1.1.3) Bronze (1.1.4)
-2
4The Lord of the Rings: The Battle for Middle-Eart... Garbage (1.0-rc4) Bronze (1.1.3)
+1
Tiger Woods PGA Tour 08 1.0 Garbage (0.9.59) Bronze (1.1.4)
+1
Trillian 3.1 basic Silver (0.9.59) Bronze (1.0.0)
-1
Warhammer Online Live Garbage (1.1.0) Bronze (1.1.4)
+1
Warning Forever 1.07 Platinum (0.9.47) Bronze (1.0.0)
-3
X-Wing vs. TIE-Fighter 1.1 Silver (1.1.0) Bronze (1.1.3)
-1
.werkkzeug 1.0 Bronze (0.9.57) Garbage (1.1.3)
-1
1503 A.D.: The New World 1.0 Gold (1.1.2) Garbage (1.1.3)
-3
Age of Empires II The Age of Kings: 2.x Gold (1.1.3) Garbage (1.1.4)
-3
Age of Empires II The Conquerors Expansion: 1.0x Gold (1.0.0) Garbage (1.1.4)
-3
Aliens Versus Predator 1.0 Silver (1.0-rc4) Garbage (1.1.3)
-2
Baldur's Gate II Throne of Bhaal Silver (1.1.0) Garbage (1.1.4)
-2
Blitzkrieg Blitzkreig Anthology Gold (0.9.58) Garbage (1.1.4)
-3
Civilization II: Multiplayer Gold Edition 1.3 Bronze (1.1.2) Garbage (1.1.3)
-1
Europa Universalis III In Nomine 3.0 Bronze (1.0-rc4) Garbage (1.1.4)
-1
Guitar Pro 5.x Platinum (1.1.2) Garbage (1.1.4)
-4
Highway Pursuit 1.x Platinum (1.0-rc3) Garbage (1.1.4)
-4
MechWarrior 3 1.2 Bronze (0.9.61) Garbage (1.1.4)
-1
Microsoft Office 2002 (XP) Platinum (1.0.0) Garbage (1.1.4)
-4
Myth II: Soulblighter Myth II 1.6 Platinum (0.9.46) Garbage (1.1.3)
-4
Spore 1.0 Silver (1.1.3) Garbage (1.1.4)
-2
The Black Mirror 1.0ESP DVD Gold (0.9.43) Garbage (1.1.4)
-3
The Last Express 1.0 Gold (0.9.59) Garbage (1.1.3)
-3
5Unreal II: The Awakening Expanded Multiplayer: 77... Gold (0.9.36) Garbage (1.1.3)
-3
Visio 2003 Silver (1.0.0) Garbage (1.1.4)
-2
WISO Sparbuch 2008 Bronze (1.1.2) Garbage (1.1.3)
-1
Warhammer 40,000: Chaos Gate 1.00 Bronze (0.9.46) Garbage (1.1.4)
-1
Warlords: Battlecry III 1.0x Gold (0.9.56) Garbage (1.1.4)
-3
X-COM: Terror From the Deep standard Silver (0.9.58) Garbage (1.1.3)
-2
Zuma Deluxe 1.0 Platinum (1.1.2) Garbage (1.1.3)
-4
eXperience 112 Demo Platinum (0.9.50) Garbage (1.1.4)
-4
Total Change
-7

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.