WineHQ

GameGenII

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

Free Download Archived version

Test Results

Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results

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:

  • GPU: Intel
  • Driver: proprietary

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,

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentUbuntu 20.04 "Focal" (+ variants like Kubuntu)Feb 06 20216.1No, but has workaround Yes YesSilverJeffZ 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

Comments

Back