http://bugs.winehq.org/show_bug.cgi?id=21536
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|Star Wars: The Force |Multiple games need |Unleashed exits with error: |'HKLM\SYSTEM\CurrentControl |Windows Virtual Memory must |Set\Control\Session |be enabled |Manager\Memory' | |'PagingFiles' registry key | |(Star Wars: The Force | |Unleashed, Guitar Hero III)
--- Comment #15 from Anastasius Focht focht@gmx.net --- Hello folks,
refining summary as multiple games are affected. It seems there is only one key needed.
--- snip --- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "PagingFiles"=hex(7):43,00,3a,00,5c,00,70,00,61,00,67,00,65,00,66,00,69,00,6c,00,65,00,2e,00,73,00,79,00,73,00,20,00,31,00,30,00,30,00,20,00,31,00,35,00,30,00,30,00,00,00,00,00 --- snip ---
Relevant part of trace log:
--- snip --- $ WINEDEBUG=+tid,+seh,+relay wine ./SWTFU.exe >>log.txt 2>&1 ... 0026:Call PE DLL (proc=0x3fbbd53,module=0x3f90000 L"AWL_Release.dll",reason=PROCESS_ATTACH,res=0x1) ... 0026:Call advapi32.RegOpenKeyExW(80000002,00262c60 L"SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management",00000000,00020019,03f8ef5c) ret=03f987b9 0026:Ret advapi32.RegOpenKeyExW() retval=00000000 ret=03f987b9 0026:Call advapi32.RegQueryValueExW(00000090,00266af8 L"PagingFiles",00000000,03f8ef64,03f8ef68,03f8ef60) ret=03f987fa 0026:Ret advapi32.RegQueryValueExW() retval=00000000 ret=03f987fa ... 0026:Call advapi32.RegCloseKey(00000090) ret=03f98862 0026:Ret advapi32.RegCloseKey() retval=00000000 ret=03f98862 --- snip ---
Technet/MSDN: http://technet.microsoft.com/en-us/library/cc963232.aspx
--- quote --- HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
"PagingFiles"
Data type: REG_BINARY Range: Name Minimum(MB) Maximum(MB) Default value: C:\Pagefile.sys 27 77
Description
Specifies the name of the paging file and the minimum and maximum size range (in megabytes) for the paging file. --- quote ---
Regards