http://bugs.winehq.org/show_bug.cgi?id=5221
Summary: "AppDefaults" / "Application Settings" / "version" does not work for Windows 3.1 applications Product: Wine Version: 0.9.12. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-winelib AssignedTo: wine-bugs@winehq.org ReportedBy: guardia@sympatico.ca
When winecfg creates an entry such as this: [Software\Wine\AppDefaults\win31app.exe] "Version"="win98" into user.reg, wine does not "see" it on execution. It used to work in alpha 20050725 (I haven't tried any versions in between).
Proof (pr1.exe is a Windows 3.1 app, lexibase.exe is a Win32 app). I have the following in my user.reg: [Software\Wine\AppDefaults\lexibase.exe] 1124807597 "Version"="winxp"
[Software\Wine\AppDefaults\pr1.exe] 1124807597 "Version"="win98"
And here is the result when executing the following:
[saudet@vaio PR1]$ export WINEDEBUG=all [saudet@vaio PR1]$ wine pr1.exe 2>&1 | grep "getting version" (i.e.: nothing is displayed)
[saudet@vaio exe]$ export WINEDEBUG=all [saudet@vaio exe]$ wine lexibase.exe 2>&1 | grep "getting version" 0009:trace:ver:version_init getting version from L"AppDefaults\lexibase.exe"
So it seems something is not working right in version.c or somewhere near