Jacek Caban jacek@codeweavers.com writes:
dlls/urlmon/bindprot.c | 343 +++++++++++++++++++++++++++++------------------ 1 files changed, 212 insertions(+), 131 deletions(-)
It breaks the tests:
../../../tools/runtest -q -P wine -M gameux.dll -T ../../.. -p gameux_test.exe.so gameexplorer.c && touch gameexplorer.ok gameexplorer.c:571: Test failed: IGameExplorer::AddGame failed (error 0x80004005) gameexplorer.c:589: Test failed: IGameExplorer::AddGame failed (error 0x80004005) gameexplorer.c:640: Test failed: IGameExplorer2::InstallGame failed (error 0x80004005) gameexplorer.c:643: Test failed: cannot find game with GDF path L"Z:\home\julliard\wine\wine\dlls\gameux\tests\gameux_test.exe" in scope 2 make: *** [gameexplorer.ok] Error 4
On 10/18/10 8:15 PM, Alexandre Julliard wrote:
Jacek Cabanjacek@codeweavers.com writes:
dlls/urlmon/bindprot.c | 343 +++++++++++++++++++++++++++++------------------ 1 files changed, 212 insertions(+), 131 deletions(-)
It breaks the tests:
../../../tools/runtest -q -P wine -M gameux.dll -T ../../.. -p gameux_test.exe.so gameexplorer.c&& touch gameexplorer.ok gameexplorer.c:571: Test failed: IGameExplorer::AddGame failed (error 0x80004005) gameexplorer.c:589: Test failed: IGameExplorer::AddGame failed (error 0x80004005) gameexplorer.c:640: Test failed: IGameExplorer2::InstallGame failed (error 0x80004005) gameexplorer.c:643: Test failed: cannot find game with GDF path L"Z:\home\julliard\wine\wine\dlls\gameux\tests\gameux_test.exe" in scope 2 make: *** [gameexplorer.ok] Error 4
I didn't think about running these tests, sorry. It looks like res: protocol handling in CreateUri is not up to the task yet.
Jacek