https://bugs.winehq.org/show_bug.cgi?id=51235
Bug ID: 51235
Summary: Civ2 gold regression wine 6.10
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: gustav.fagerlind(a)gmail.com
Distribution: ---
Created attachment 70103
--> https://bugs.winehq.org/attachment.cgi?id=70103
Stacktrace of the unhandled exception
Civ 2 crashes when starting a game, gui works up to that point.
I am quite sure its a regression of 6.10, I will try to revert to confirm.
I have tested with both 6.10.1 and 6.10.1 staging.
It is consistant.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46962
Bug ID: 46962
Summary: Macromedia Director Player 4.x based games (16-bit NE)
fail to run: "This program requires at least 4MB free
memory to run." (The Rock)
Product: Wine
Version: 4.5
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
I found a game written with Macromedia Director 4.0.4 using Internet Archive:
https://archive.org/search.php?query=macromedia%20director%205&and[]=mediat…https://archive.org/details/THEROCK_201807
-> https://archive.org/download/THEROCK_201807/THE_ROCK.zip
It's a 16-bit NE Windows binary.
--- snip ---
$ WINEDEBUG=+seh,+relay,+globalmem wine ./THE_ROCK.EXE >>log.txt 2>&1
...
005c:Call KERNEL.169: GETFREESPACE(0000) ret=1247:0b09 ds=1577
005c:Call KERNEL32.GlobalMemoryStatus(0087f810) ret=7e57ee80
005c:trace:globalmem:GlobalMemoryStatusEx <-- LPMEMORYSTATUSEX: dwLength 64,
dwMemoryLoad 16, ullTotalPhys 3e30a3000, ullAvailPhys 3407f6000,
ullTotalPageFile 5d90a2000, ullAvailPageFile 5367f5000, ullTotalVirtual
fffdffff, ullAvailVirtual fffcffff
005c:trace:globalmem:GlobalMemoryStatus Length 32, MemoryLoad 16, TotalPhys
ffffffff, AvailPhys ffffffff, TotalPageFile 7fffffff, AvailPageFile 7fffffff,
TotalVirtual fffdffff, AvailVirtual fffcffff
005c:Ret KERNEL32.GlobalMemoryStatus() retval=000000c7 ret=7e57ee80
005c:Ret KERNEL.169: GETFREESPACE() retval=fffcffff ret=1247:0b09 ds=1577
...
005c:Call user32.MessageBoxA(00000000,003b504e "This program requires at least
4MB free memory to run.",003b514e "Director Player 4.0",00000000) ret=f7b4a765
--- snip ---
Wine source:
--- snip ---
1365 /***********************************************************************
1366 * GlobalMemoryStatus (KERNEL32.@)
1367 * Provides information about the status of the memory, so apps can tell
1368 * roughly how much they are able to allocate
1369 *
1370 * RETURNS
1371 * None
1372 */
1373 VOID WINAPI GlobalMemoryStatus( LPMEMORYSTATUS lpBuffer )
1374 {
1375 MEMORYSTATUSEX memstatus;
1376 OSVERSIONINFOW osver;
1377 IMAGE_NT_HEADERS *nt = RtlImageNtHeader( GetModuleHandleW(0) );
1378
1379 /* Because GlobalMemoryStatus is identical to GlobalMemoryStatusEX
save
1380 for one extra field in the struct, and the lack of a bug, we simply
1381 call GlobalMemoryStatusEx and copy the values across. */
1382 memstatus.dwLength = sizeof(memstatus);
1383 GlobalMemoryStatusEx(&memstatus);
1384
1385 lpBuffer->dwLength = sizeof(*lpBuffer);
1386 lpBuffer->dwMemoryLoad = memstatus.dwMemoryLoad;
...
1430 /* limit page file size for really old binaries */
1431 if (nt->OptionalHeader.MajorSubsystemVersion < 4 ||
1432 nt->OptionalHeader.MajorOperatingSystemVersion < 4)
1433 {
1434 if (lpBuffer->dwTotalPageFile > MAXLONG) lpBuffer->dwTotalPageFile
= MAXLONG;
1435 if (lpBuffer->dwAvailPageFile > MAXLONG) lpBuffer->dwAvailPageFile
= MAXLONG;
1436 }
1437
1438 TRACE_(globalmem)("Length %u, MemoryLoad %u, TotalPhys %lx, AvailPhys
%lx,"
1439 " TotalPageFile %lx, AvailPageFile %lx, TotalVirtual %lx,
AvailVirtual %lx\n",
1440 lpBuffer->dwLength, lpBuffer->dwMemoryLoad,
lpBuffer->dwTotalPhys,
1441 lpBuffer->dwAvailPhys, lpBuffer->dwTotalPageFile,
lpBuffer->dwAvailPageFile,
1442 lpBuffer->dwTotalVirtual, lpBuffer->dwAvailVirtual );
1443 }
--- snip ---
"limit page file size for really old binaries" -> apparently the same has to be
done for reported virtual memory size (cap at 2GB).
Capping allows the game to start and show intro/gameplay sequence (until it
runs out of local heap which is a different issue).
NOTE: This is not the same as bug 44931 ("Macromedia Director Player 5.0/6.0
based games fail to run: "This program requires at least 3MB of free virtual
memory to run" (Nine: The last Resort)") which is about capping
dwAvailPageFile+dwAvailPhys <= 0x7FFFFFFF (2GB).
$ sha1sum THE_ROCK.*
efe3caca127562528d9496a434b1649a7c6ff46d THE_ROCK.EXE
6dc54219cf8b64d98a8a24f1bd2ebd32cefee8e8 THE_ROCK.zip
$Â du -sh THE_ROCK.*
2.1M THE_ROCK.EXE
984K THE_ROCK.zip
$Â wine --version
wine-4.5-185-g17056908ac
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50580
Bug ID: 50580
Summary: iTunes 12.11.0.26 - installer doesn't recognize
Windows 10
Product: Wine
Version: 6.0
Hardware: x86-64
URL: https://web.archive.org/web/20210124051812/https://secure-appldnld.apple.com/itunes12/001-82541-20201113-960
CFAAE-25EC-11EB-864A-F0B0133BD450/iTunes64Setup.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: winetaste(a)gmx.net
Distribution: ---
iTunes 12.11.0.26 drops support for Windows 7 and 8.1. I set Version to
"Windows 10", but it doesn't help. Starting the installer I get:
"Install Failed - iTunes requires that your computer is running Windows 10"
--- snip ---
...
0108:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0114:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0114:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
012c:fixme:wbemprox:client_security_SetBlanket 0000000001B0ECF0,
00000000000B86B0, 10, 0, (null), 3, 3, 0000000000000000, 0x00000000
012c:fixme:wbemprox:client_security_Release 0000000001B0ECF0
012c:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0108:err:msi:ITERATE_Actions Execution halted, action L"LaunchConditions"
returned 1603
...
--- snip ---
$ sha1sum iTunes64Setup.exe
f9f299710993b5ea5c7bd430afc451bc908b7208 iTunes64Setup.exe
$ du -sh iTunes64Setup.exe
192M iTunes64Setup.exe
Direct download:
https://secure-appldnld.apple.com/itunes12/001-82541-20201113-960CFAAE-25EC…
$ wine --version
wine-6.0
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50569
Bug ID: 50569
Summary: World of Tanks ground is black with Vulkan renderer
Product: Wine
Version: 6.0
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 69244
--> https://bugs.winehq.org/attachment.cgi?id=69244
example
Game version: 1.11.0.0 #624
wine-6.0-201-g2d4dd4252b0
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50441
Bug ID: 50441
Summary: Steel Series Engine 3 systray icon does not respond to
mouse clicks
Product: Wine
Version: 6.0-rc5
Hardware: x86-64
URL: https://web.archive.org/web/20210101175629/https://engine.steelseriescdn.com/SteelSeriesEngine3.17.3Setup.ex
e
OS: Linux
Status: NEW
Keywords: download, patch
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Created attachment 69053
--> https://bugs.winehq.org/attachment.cgi?id=69053
send systray messages with SendNotifyMessage()
It's supposed to bring up a context menu on right click.
It apparently expects the messages to be sent rather than posted. I have a
patch for this attached here.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50377
Bug ID: 50377
Summary: Banished cast shadows are broken with Vulkan renderer
Product: Wine
Version: 6.0-rc3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 68982
--> https://bugs.winehq.org/attachment.cgi?id=68982
example
When Shadow Quality set to Low, Medium or High.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43422
Bug ID: 43422
Summary: Shadow Warrior 2: Floors are not rendered
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: philipp.ludwig(a)gmail.com
Distribution: ---
Created attachment 58785
--> https://bugs.winehq.org/attachment.cgi?id=58785
wine terminal output running Shadow Warrior 2
Floors in Shadow Warrior 2 are not rendered; attached is the terminal output,
which mostly consists out of these two lines:
fixme:d3d11:wined3d_map_flags_from_d3d11_map_type Unhandled map_type 0x2.
fixme:d3d:wined3d_occlusion_query_ops_poll 0x2928b50 Wrong thread, returning 1.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50581
Bug ID: 50581
Summary: Cursor off-by-one error in Far Manager
Product: Wine
Version: 6.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rpisl(a)seznam.cz
Distribution: ---
There is an off-by-one error in cursor handling that is visible for example in
Far Manager. Just start typing in the command prompt or edit a file (F4). After
the first or second letter, the cursor position is shifted by one.
This is a regression since 859b526c81a2af841b5b7b28d06f3d782bccdab5.
Unfortunately there is no console or conhost component in the list so setting
unknown.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50562
Bug ID: 50562
Summary: WRC 5 crashes on launch with Vulkan renderer
Product: Wine
Version: 6.0
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
06a8:fixme:dbghelp:validate_addr64 Unsupported address fffffffff7f70000
06a8:fixme:dbghelp:validate_addr64 Unsupported address fffffffff7bf0000
06a8:fixme:dbghelp:validate_addr64 Unsupported address fffffffff7be0000
06a8:fixme:dbghelp:validate_addr64 Unsupported address fffffffff7bc0000
06a8:fixme:dbghelp:validate_addr64 Unsupported address fffffffff7bb0000
06a8:fixme:dbghelp:validate_addr64 Unsupported address fffffffff7910000
06a8:fixme:dbghelp:validate_addr64 Unsupported address ffffffffe9350000
wine-6.0-201-g2d4dd4252b0
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.