misc: remove references to wineprefixcreate

Alexandre Julliard julliard at winehq.org
Mon Jul 19 08:14:51 CDT 2010


Austin English <austinenglish at gmail.com> writes:

> diff --git a/dlls/dinput8/dinput8_main.c b/dlls/dinput8/dinput8_main.c
> index 87dd07b..416e355 100644
> --- a/dlls/dinput8/dinput8_main.c
> +++ b/dlls/dinput8/dinput8_main.c
> @@ -66,7 +66,7 @@ HRESULT WINAPI DECLSPEC_HOTPATCH DirectInput8Create(HINSTANCE hinst, DWORD dwVer
>      
>      hr = CoCreateInstance( &CLSID_DirectInput8, punkOuter, CLSCTX_INPROC_SERVER, riid, ppDI);
>      if(FAILED(hr)) {
> -        ERR("CoCreateInstance failed with hr = %d; Try running wineprefixcreate to fix it.\n", hr);
> +        ERR("CoCreateInstance failed with hr = %d; Try running `wineboot -u` to fix it.\n", hr);

It doesn't make sense to recommend wineboot instead, users should never
have to do that.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list