[PATCH 3/3] gameux/tests: verifying registry values created by GameExplorer

Andrew Eikum aeikum at codeweavers.com
Wed Aug 18 11:28:09 CDT 2010


> This result is strange, cause routine modified by this patch (called
> test_add_remove_game ) is not even called on these operating systems -
> and test added by my previous patch demonstrates it (and it succeeded).
> Did I something wrong? I cannot imagine how it could fail when previous
> test was succeeded.

You can see the error message dialog in the screenshots on the testbot 
result webpage.  In this case, you've got missing exports, 
ConvertSidToSidStringW and RegGetValueW.  Some solutions are to make 
those into function pointers (and skip appropriately if they're 
missing), use the A versions if they exist, or use a different function 
that exists on more platforms.

Andrew



More information about the wine-devel mailing list