https://bugs.winehq.org/show_bug.cgi?id=657
Bartosz <gang65(a)poczta.onet.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |https://learn.microsoft.com
| |/en-us/cpp/mfc/mfc-desktop-
| |applications?view=msvc-170
--
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.
http://bugs.winehq.org/show_bug.cgi?id=32931
Bug #: 32931
Summary: FFXI Amazon Downloader crashes when trying to download
install files
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: btwisgac23(a)gmail.com
Classification: Unclassified
I ran a successful bisect, and here is the output. This bug has been present
since 1.3.18 and is still present in 1.5.23.
$ git bisect good
ccd11eb7d6720ee5242e619851f41908f285e8f9 is the first bad commit
commit ccd11eb7d6720ee5242e619851f41908f285e8f9
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Sat Apr 2 15:20:33 2011 +0200
wininet: Abstract different transfer and content encoding reading to
layered structures.
:040000 040000 6a31f2cf8265be180b9267ead2317512555f5174
1c317ffca5fdb9434933f12120419a240a50f117 M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=47577
Bug ID: 47577
Summary: Final Fantasy XI crashes
Product: Wine
Version: 3.0.4
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marie-christin-schaarschmidt(a)web.de
Final Fantasy XI crashes randomly. Sometimes after the bug I can move my
character and everything is fine. But sometimes nothing happens.
--
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=56287
Bug ID: 56287
Summary: Resolution Recognition Error
Product: Wine
Version: 9.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sakuraiyukina0205(a)gmail.com
Distribution: ---
Gnome+Wayland, if you turn on Gnome Settings-Display-Fractional Scaling, wine
incorrectly recognizes the resolution of the screen. For example, my PC screen
resolution is 2880*1800, after I turn on 150% fractional scaling, wine can only
read the maximum resolution of 1920*1200. I'm not sure if this error is caused
by Gnome or WineHQ.
--
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=56509
Bug ID: 56509
Summary: Civilization VI is stuck on the "continue" button
Product: Wine
Version: unspecified
Hardware: arm
OS: MacOS
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: horace.hoff(a)gmail.com
I am running Civilization VI through Wine 9.0 with Heroic Games Launcher, and I
am using dxvk. The game launches perfectly, but, after the intro video, the
"continue" button is unclickable. I know the mouse works because when I press
the left mouse button the intro is skipped. I have tried Wine 7.0 also.
--
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=657
soredake <broaden_acid002(a)simplelogin.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|broaden_acid002@simplelogin |
|.com |
--
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=657
Zeb Figura <z.figura12(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ralf.habacker(a)freenet.de
--- Comment #125 from Zeb Figura <z.figura12(a)gmail.com> ---
*** Bug 56518 has been marked as a duplicate of this bug. ***
--
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=38621
Bug ID: 38621
Summary: D3DXCompileShader errors
Product: Wine
Version: 1.7.42
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
Distribution: ---
This is again my game HeroesVI.
I reverted back all dll to builtin and set trace+d3dx
----
trace:d3dx:D3DXCompileShader data "matrix mc0 : register( c0 );\nmatrix mc1 :
register( c4 );\nmatrix mc2 : register( c8 );\nstruct VSData\n{\n float4 pos :
POSITION;\n float3 nrm : NORMAL; \n float2 txc : TEXCOORD;\n};\nVSData
vsMain( VSData input )\n{\n VSData output;\n float4 imm;\n imm = mul(
input.pos, (float4x4)mc0 );\n "..., length 721, defines 0x0, include 0x0,
function "vsMain", profile "vs_3_0", flags 0, shader 0x32d464, error_msgs 0x0,
constant_table 0x0.
err:d3dcompiler:compile_shader HLSL shader parsing failed.
trace:d3dx:D3DXCompileShader data "struct VSData\n{\n float4 pos : POSITION;\n
float2 txc : TEXCOORD;\n};\nVSData vsMain( VSData input )\n{\n VSData
output;\n output.pos = input.pos;\n output.txc = input.txc;\n return
output;\n};\n", length 190, defines 0x0, include 0x0, function "vsMain",
profile "vs_3_0", flags 0, shader 0x32d464, error_msgs 0x0, constant_table 0x0.
fixme:d3dcompiler:make_assignment Check for casts in the lhs.
fixme:d3dcompiler:make_assignment Check for casts in the lhs.
fixme:hlsl_parser:hlsl_parse Check for valued return on void function.
fixme:hlsl_parser:hlsl_parse Implicit conversion to the return type if needed,
error out if conversion not possible.
err:d3dcompiler:compile_shader HLSL shader parsing failed.
-----
And so on
Is there significant information?
--
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=56516
Bug ID: 56516
Summary: winhlp32 needs MACRO_PopupContext() to be implemented
for HOMM3 map editor to show help popups
Product: Wine
Version: 9.5
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: damjan.jov(a)gmail.com
Distribution: ---
As discussed on https://forum.winehq.org/viewtopic.php?t=38331
The user reports how in the "Heroes of Might and Magic III" map editor:
"When you right click an object in the editor, a small window pops up with
extra info on it, and this uses the old WinXP help system."
"In Wine, when I call "Help" in this editor, I get the little "Failed to launch
Help" error message, and after that, all help, on all (old) Windows programs,
is broken until I restart Wine."
It was traced to a missing implementation of MACRO_PopupContext().
--
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=56514
Bug ID: 56514
Summary: incorrect activation of forms after closing the last
opened one (delphi or lazarus)
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bvsoft(a)bvsoft.ru
Distribution: ---
In a Delphi or Lazarus application, we create and open several windows. Next,
close the last open one. In Windows, and this is probably correct, the last
window opened before becomes active, but under Wine we see that the first open
window is activated - the main window of the application. This creates problems
when running applications with multiple windows, including when working with
dialog forms.
If necessary, I can send an example in the form of sources, or a ready-made
binary.
--
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.