https://bugs.winehq.org/show_bug.cgi?id=54828
Bug ID: 54828
Summary: 3DMark 2001 SE: cursor becomes invisible after running
demo/benchmark/game
Product: Wine
Version: 8.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matheus.venturini(a)acad.ufsm.br
Distribution: ---
Steps to reproduce:
1. Download and install 3DMark 2001 SE. The installer will ask for a key to
authenticate the installation (which can be found in the website linked in the
bug's description), but this is not necessary.
2. Launch 3DMark 2001 and run the graphics demo, a benchmark or the car game
(this is only available if you have authenticated the installation).
3. Quit or wait for the option you chose to end.
When the cursor gets in front of the 3DMark main window, it will become
invisible. If the window receives focus it will become completely invisible.
This only happens after having run the demo/benchmark/game.
I would greatly appreciate if someone can test if this can be reproduced. I
always try to reproduce problems in a VM but 3DMark is finicky about the
graphics card a computer has.
--
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=51855
Bug ID: 51855
Summary: Implementation for IFileDialog missing controls
Product: Wine
Version: 6.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: bens7372(a)gmail.com
Distribution: ---
Created attachment 70760
--> https://bugs.winehq.org/attachment.cgi?id=70760
Outlined top parts of the file dialog comparing Win10 and Wine dialog
The Common File Dialog is missing a few controls namely:
- Up button
- Address bar with refresh button and drop down button
- The search box
Please see the attached image of the Common File Dialog on Windows 10.
--
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=54823
Bug ID: 54823
Summary: Rainmeter 4.5.17 : crash at startup with the VClouds
Weather 2 skin
Product: Wine
Version: 8.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mb-winehq+3j58qt06(a)kittycat.fr
Distribution: ---
Created attachment 74327
--> https://bugs.winehq.org/attachment.cgi?id=74327
Backtrace for RainMeter 4.5.17 + VClouds Weather 2 skin
When RainMeter is configured to use the VClouds Weather 2 skin
(https://www.deviantart.com/vclouds/art/VClouds-Weather-2-179058977), it
crashes at launch.
No problem without the skin.
Backtrace provided in attachment.
Thanks.
--
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=20394
Summary: 3DMark 2000, 2001, 2003 - wrong size of loading window
Product: Wine
Version: 1.1.31
Platform: PC
URL: http://www.futuremark.com/download/3dmark03/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zilforever(a)gmail.com
Created an attachment (id=24186)
--> (http://bugs.winehq.org/attachment.cgi?id=24186)
WINEDEBUG=+ddraw
I think window should have the size of the image which display. But window have
black border on the right and bottom.
I couldnt find such a bug, i hope its not duplicated.
Ubuntu 9.04
Intel(R) Pentium(R) Dual CPU E2220 @ 2.40GHz
CPU flags: 2400MHz MMX SSE SSE2 SSE3 SSSE3 HTT
Linux 32bit GCC 4.3.3 Release May 26 2009
Linux 2.6.28-15-generic i686
GeForce 9600 GT PCI Express 180.44 512Mb
WINEDEBUG=+ddraw wine "C:\Program Files\Futuremark\3DMark03\3Dmark03.exe"
--
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=54818
Bug ID: 54818
Summary: wininet:internet - test_InternetQueryOptionA() fails
in Wine when wpad.my.domain exists
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
wininet:internet - test_InternetQueryOptionA() fails in Wine when
wpad.my.domain exists:
internet.c:1305: Test failed: Retrieved flags should've been PROXY_TYPE_PROXY,
was: 7
internet.c:1339: Test failed: Retrieved flags should've been PROXY_TYPE_DIRECT,
was: 5
internet.c:1369: Test marked todo: Retrieved flags should've been
PROXY_TYPE_PROXY | PROXY_TYPE_DIRECT, was: 7
internet.c:1436: Test failed: Retrieved flags should've been PROXY_TYPE_PROXY,
was: 7
See https://test.winehq.org/data/patterns.html#wininet:internet
Where:
1 == PROXY_TYPE_DIRECT
2 == PROXY_TYPE_PROXY
4 == PROXY_TYPE_AUTO_PROXY_URL
This is because, when wpad.my.domain exists, url is set in
query_global_option() so it automatically adds the DIRECT + AUTO_PROXY_URL
flags:
if (url)
/* native includes PROXY_TYPE_DIRECT even if PROXY_TYPE_PROXY is set */
optionW->Value.dwValue |= PROXY_TYPE_DIRECT|PROXY_TYPE_AUTO_PROXY_URL;
url comes from get_proxy_autoconfig_url() which in my case gets it from
detect_proxy_autoconfig_url_dns(). That's normal given the way my DNS server is
configured.
However on the same network Windows 10 does not add these flags and the tests
succeed. So Wine is doing something wrong there.
Also note that, in my case, although wpad.my.domain exists,
http://wpad.my.domain/wpad.dat returns 404. Also InternetQueryOptionA(...
INTERNET_OPTION_PROXY ...) returns lpszProxy == NULL and lpszProxyBypass ==
NULL. So in practice there is no proxy.
Maybe the issue is that query_global_option() does not look that far.
--
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=5977
--- Comment #38 from joaopa <jeremielapuree(a)yahoo.fr> ---
Bug still occur with wine 8.5
wine splash.exe
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:wineusb:add_usb_device Interface 1 has 6 alternate settings; using
the first one.
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:wineusb:add_usb_device Interface 1 has 8 alternate settings; using
the first one.
007c:fixme:wineusb:query_id Unhandled ID query type 0x5.
0024:fixme:imm:ImeSetActiveContext himc 00010076, flag 0x1 stub!
0024:fixme:imm:ImmReleaseContext (0002006E, 00010076): stub
008c:fixme:imm:ImeSetActiveContext himc 00010026, flag 0 stub!
008c:fixme:imm:ImmReleaseContext (00010020, 00010026): stub
0024:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
david@acer:~/.wine/drive_c/Program Files/Activision/Star Trek - Armada Demo$
0118:fixme:imm:ImeSetActiveContext himc 00020070, flag 0x1 stub!
0118:fixme:imm:ImmReleaseContext (00020076, 00020070): stub
0118:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0118:fixme:cursor:SetSystemCursor (00000000,00007f00),stub!
0118:fixme:cursor:SetSystemCursor (00000000,00007f02),stub!
0118:fixme:cursor:SetSystemCursor (00000000,00007f01),stub!
0118:fixme:cursor:SetSystemCursor (00000000,00007f8a),stub!
0118:fixme:ddraw:DirectDrawEnumerateExA flags 0x4 not handled
0118:fixme:ddraw:ddraw7_Initialize Ignoring guid
{aeb2cdd4-6e41-43ea-941c-8361cc760781}.
0118:fixme:ddraw:ddraw7_Initialize Ignoring guid
{aeb2cdd4-6e41-43ea-941c-8361cc760781}.
0118:fixme:ddraw:ddraw_surface1_Flip Ignoring flags 0x1.
0118:err:d3d:wined3d_restore_display_modes Failed to read the registry display
mode for L"\\\\.\\DISPLAY1".
0118:err:ddraw:ddraw_set_cooperative_level RestoreDisplayMode failed
0118:err:d3d:wined3d_restore_display_modes Failed to read the registry display
mode for L"\\\\.\\DISPLAY1".
0118:fixme:ddraw:ddraw7_Initialize Ignoring guid
{aeb2cdd4-6e41-43ea-941c-8361cc760781}.
0118:fixme:ddraw:d3d_device7_SetClipStatus iface 0076AF98, clip_status 0021E7BC
stub!
0118:err:d3d:wined3d_restore_display_modes Failed to read the registry display
mode for L"\\\\.\\DISPLAY1".
0118:err:ddraw:ddraw_set_cooperative_level RestoreDisplayMode failed
0118:err:d3d:wined3d_restore_display_modes Failed to read the registry display
mode for L"\\\\.\\DISPLAY1".
0118:fixme:ddraw:ddraw7_Initialize Ignoring guid
{aeb2cdd4-6e41-43ea-941c-8361cc760781}.
0118:fixme:ddraw:d3d_device7_SetClipStatus iface 0075C5A0, clip_status 0021F5C0
stub!
The last line looks promising...
--
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=4553
--- Comment #43 from joaopa <jeremielapuree(a)yahoo.fr> ---
Bug still occurs with wine-8.5.
--
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=40485
Bug ID: 40485
Summary: Nexus Localizer (Nexus: The Jupiter Incident) has
wrong text orientation
Product: Wine
Version: 1.7.47
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: huw(a)codeweavers.com
Regression SHA1: 7a3c9889e38ede659230a66a167b82c024f0dc85
Distribution: ---
Created attachment 54255
--> https://bugs.winehq.org/attachment.cgi?id=54255
screenshot (built-in vs. native riched20)
Nexus Localizer is a tool bundled with the game Nexus: The Jupiter Incident
which lets you add your own translation to the game. Selected text appears in a
two-side pane, but orientation of the text is wrong.
Installing either corefonts or native riched20.dll works around the problem for
me.
Additionally, text appeared correctly in the application (with built-in
riched20 / without corefonts) before the following commit:
commit 7a3c9889e38ede659230a66a167b82c024f0dc85
Author: Huw Davies <huw(a)codeweavers.com>
Date: Wed Jul 1 10:48:56 2015 +0100
riched20: Free the script cache when updating the default style.
In the terminal I have only a pair of these:
>fixme:win:LockWindowUpdate (0x10020), partial stub!
>fixme:win:LockWindowUpdate ((nil)), partial stub!
Let me know if you need debug logs or further tests.
The attached screenshot shows what the text looks like with vanilla Wine 1.9.8
(upper image) and with native riched20.dll installed.
Wine 1.9.8
Fedora 23
--
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=54820
Bug ID: 54820
Summary: RtlFindMessage doesn't work
Product: Wine
Version: 8.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: novae.harpist06(a)icloud.com
Distribution: ---
Created attachment 74320
--> https://bugs.winehq.org/attachment.cgi?id=74320
Reproducer
Only returns STATUS_RESOURCE_TYPE_NOT_FOUND.
Reproducer attached
On windows:
ntdll at 00007FF870AF0000
RtlFindMessage returned 00000000
Message: Object Name not found.
On wine:
ntdll at 0000000170000000
RtlFindMessage returned C000008A
--
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=25495
Summary: Homeworld 2: Shadows and High-Quality Hyperspace
Effect are disabled
Product: Wine
Version: 1.3.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: megatog615(a)gmail.com
Even with the Shadows and High-Quality Hyperspace Effect enabled through the
options menu in Homeworld 2, either effect is not seen in the actual gameplay.
>From some research via Google, it appears both effects use the stencil
capabilities of the graphics driver. I'm assuming the game is failing to detect
the correct capabilities of the graphics card.
--
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.