As archived.
Application Details:
Version: | V1.1.2 |
License: | Retail |
URL: | https://ultra64.ca/resources/s... |
Votes: | 0 |
Latest Rating: | Silver |
Latest Wine Version Tested: | 6.1 |
Maintainers: About Maintainership
What works
Main application works mostly, though I am not too familiar with the features.
What does not
Some of the text boxes seem to be misdrawn and clip some of the text/
Workarounds
patch see following comment
What was not tested
n/a
Hardware tested
Graphics:
Additional Comments
For the installer to run, it's necessary to patch a stub to return success:
diff --git a/dlls/wsock32/service.c b/dlls/wsock32/service.c
index 2b6e4e7b58d..627a3e6d28f 100644
--- a/dlls/wsock32/service.c
+++ b/dlls/wsock32/service.c
@@ -42,7 +42,7 @@ INT WINAPI GetAddressByNameA(DWORD dwNameSpace, LPGUID lpServiceType, LPSTR lpSe
lpAliasBuffer, lpdwAliasBufferLength);
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
- return SOCKET_ERROR;
+ return 1;
}
INT WINAPI GetAddressByNameW(DWORD dwNameSpace, LPGUID lpServiceType, LPWSTR lpServiceName,
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Ubuntu 20.04 "Focal" (+ variants like Kubuntu) | Feb 06 2021 | 6.1 | No, but has workaround | Yes | Yes | Silver | JeffZ |
Bug # | Description | Status | Resolution | Other apps affected |