http://bugs.winehq.org/show_bug.cgi?id=26610
Summary: Impulse: some buttons are not displayed and some
disappear on mouse over
Product: Wine
Version: 1.3.16
Platform: x86
URL: http://www.impulsedriven.com/downloads/impulse_setup_f
ull.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavel.ondracka(a)gmail.com
Created an attachment (id=33879)
--> (http://bugs.winehq.org/attachment.cgi?id=33879)
terminal output
When you start impulse with builtin gdiplus, some buttons like
"organize","register product" and "view" are not visible at all, some others
like the game buttons are disappearing on mouse over.
winetricks dotnet20 is needed, winetricks gdiplus fixes this issue.
wine-1.3.16-213-gda4ed47
--
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=56983
Bug ID: 56983
Summary: UI: Application using ModernWPF crashes,
Windows.UI.ViewManagement.UISettings not implemented
Product: Wine
Version: 9.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: madbyte(a)tuta.io
Distribution: ---
Created attachment 76812
--> https://bugs.winehq.org/attachment.cgi?id=76812
Generated log file using WINEDEBUG=err+all,+debugstr
UI library: ModernWPF(https://github.com/Kinnara/ModernWpf)
Tried on latest Wine 9.13 devel release.
Log is in the attachments.
--
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=56817
Bug ID: 56817
Summary: Wuthering Waves launcher doesn't know what browser to
use
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: francisco278herrera(a)gmail.com
Distribution: ---
The links for events and social media sometimes open on Chrome and other times
on Firefox even though only chrome is the default browser, i downloaded the
same installer several times and this behavior changes depending on which one
is used to install the launcher, even though they all have the same version
number, once installed the launcher only opens links in firefox or in chrome,
or doesn't work but tries to use firefox. once the launcher is installed this
behavior doesn't change, this happens even when winetricks is not installed
Steps to reproduce:
on kubuntu 24.04,
Download the wuthering waves installer from the official website:
https://wutheringwaves.kurogames.com/en/
then create a new wine prefix using winetricks, but don't change or download
anything in it
then using the winetricks menu run the installer, when the installer closes the
launcher for wuthering waves opens
then wait until the links in the launcher appear which can take up to around 10
minutes even on windows and then click on them and see which browser they open
on
then close the launcher, open the start menu on kde, search uninstall wuthering
waves then click on it and uninstall wuthering waves
then repeat these steps several times around 5 and see which browsers the links
open on, sometimes they open on chrome and other times they open on firefox, on
windows they always open on the default browser which i have set to chrome
--
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=46033
Bug ID: 46033
Summary: Execution of commands that contain special symbols
will be truncated.
Product: Wine
Version: 3.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: yanjie875077968(a)gmail.com
Distribution: ---
when i use the wine cmd, i find same command can't be run, but it can be run in
winxp cmd.
➜ temp wine cmd
Wine CMD Version 5.1.2600 (1.6.2)
Z:\tmp\temp>dir_ny
Volume in drive Z has no label.
Volume Serial Number is 0000-0000
Directory of Z:\tmp\temp
File not found.
Z:\tmp\temp>./dir_ny
Z:\tmp\temp>dir .
Volume in drive Z has no label.
Volume Serial Number is 0000-0000
Directory of Z:\tmp\temp
10/22/2018 4:50 PM <DIR> .
10/22/2018 4:50 PM <DIR> ..
10/22/2018 4:50 PM 471,040 cmd1.exe
10/22/2018 4:50 PM 7 dir_ny.bat
2 files 471,047 bytes
2 directories 9,204,056,064 bytes free
Z:\tmp\temp>exit
➜ temp wine cmd1
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
Z:\tmp\temp>dir_ny
fixme:process:CmdBatNotification 1
Z:\tmp\temp>dir .
Volume in drive Z has no label.
Volume Serial Number is 0000-0000
Directory of Z:\tmp\temp
10/22/2018 04:50 PM <DIR> .
10/22/2018 04:50 PM <DIR> ..
10/22/2018 04:50 PM 471,040 cmd1.exe
10/22/2018 04:50 PM 7 dir_ny.bat
2 File(s) 471,047 bytes
2 Dir(s) 9,204,056,064 bytes free
fixme:process:CmdBatNotification 0
i review the cmd code in version 3.18. there is a bug in line 1318.
while (IsCharAlphaNumericW(whichcmd[count])) {
the IsCharAlphaNumericW function not include "_", so when a command include a
"_"
will be truncated.
--
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=48737
Bug ID: 48737
Summary: winevdm.exe crashes running Microsoft Gold 2.0
Product: Wine
Version: 5.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joel(a)airwebreathe.org.uk
Distribution: ---
Created attachment 66626
--> https://bugs.winehq.org/attachment.cgi?id=66626
Backtrace of winevdm.exe crash
winevdm.exe crashes on startup when running the 16-bit GOLFDEMO.exe
https://archive.org/download/MicrosoftGolf2.0_1020/msgolf20.zip
On the terminal, I get the following errors:
$ wine GOLFDEMO.EXE
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 120 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 120 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 120 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a87 for 120 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 120 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 120 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a87 for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 660 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 660 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a87 for 660 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 660 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 300 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 280 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 320 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 340 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 380 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 200 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 300 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 300 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 320 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 360 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 380 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 180 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 140 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 160 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a87 for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 140 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 140 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 140 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 160 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 160 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 160 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 160 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a87 for 260 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 260 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 260 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 260 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 260 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a9f for 480 bytes
wine: Unhandled page fault on read access to FFFFFFFF at address 00002678
(thread 002c), starting debugger...
--
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=56523
Bug ID: 56523
Summary: The Dark Pictures Anthology: Man of Medan
hangs/crashes after company logo
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: f6a1844dbed91b441ad69e7b15b5be242d063e87
Distribution: ---
0510:err:d3d:wined3d_debug_callback 00007FF916D36FA0: "GL_INVALID_OPERATION
error generated. Internal formats neither compatible nor identical.".
0510:err:d3d:wined3d_debug_callback 00007FF916D36FA0: "GL_INVALID_ENUM error
generated. Invalid buffer format.".
0510:err:d3d:wined3d_debug_callback 00007FF916D36FA0: "GL_INVALID_OPERATION
error generated. Texture and sampler are inconsistent.".
0510:err:d3d:wined3d_debug_callback 00007FF916D36FA0: "GL_INVALID_OPERATION
error generated. Not a valid texture.".
0510:err:d3d:wined3d_debug_callback 00007FF916D36FA0: "GL_INVALID_OPERATION
error generated. Not a valid texture.".
0510:err:d3d:wined3d_debug_callback 00007FF916D36FA0: "GL_OUT_OF_MEMORY error
generated. Failed to map buffer.".
0510:err:d3d:wined3d_debug_callback 00007FF916D36FA0: "GL_OUT_OF_MEMORY error
generated. Failed to map buffer.".
0510:err:d3d:wined3d_debug_callback 00007FF916D36FA0: "GL_OUT_OF_MEMORY error
generated. Failed to map buffer.".
0510:err:d3d:wined3d_debug_callback 00007FF916D36FA0: "GL_OUT_OF_MEMORY error
generated. Failed to allocate memory for buffer object.".
0510:err:d3d:wined3d_context_gl_map_bo_address Failed to map bo.
0510:err:d3d:wined3d_debug_callback 00007FF916D36FA0: "GL_INVALID_VALUE error
generated. Invalid offset and/or size.".
9.5-148-gf19c5586709
--
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=56770
Bug ID: 56770
Summary: Geneforge 4: stuttering in character and mouse
movement
Product: Wine
Version: 9.1
Hardware: x86-64
URL: http://www.spiderwebsoftware.com/ftp/win/Geneforge4Dem
o.exe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: b712d6c8464681ca82f11cf49051401b874814c6
Distribution: ---
When you move your character around the game screen there are frequent pauses
both in the character and the mouse pointer movement. This makes the game
extremely choppy.
There is nothing obvious in the terminal output.
Reverting commit b712d6c8464681ca82f11cf49051401b874814c6
fixes the problem for me and movement, animation become smooth again.
Can be reproduced with Geneforge 4 demo version.
Start a new game from the main menu, get past the character generation and
intro screens. Move your character around the screen to observe the problem.
Geneforge4Demo.exe (24 M)
md5: 25ec65f83d0560c75ddc9db3546b7d45
X.Org X Server 1.21.1.13
Nvidia binary drivers 550.40.63
Still present in Wine-9.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=56886
Bug ID: 56886
Summary: Wincatalog can't scan folders
Product: Wine
Version: 9.11
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Download at
https://www.wincatalog.com/download/wincatalog_setup_2024_7_5_612_anycpu.exe
Archived at
https://web.archive.org/web/20240629011906/https://www.wincatalog.com/downl…
On start of the program you get get a crash (bug 56885), ignore that.
To test:
- Install the program all with default options
- Create new catalog (just press save to put it in the default folder)
- Click "Folder" in the toolbar (5th from left), select a folder.
It gives the error "Cannot open catalog file /path/to/file writing"
For best results use a clean WINEPREFIX and AFAIK it must be 64bit for the
error to happen.
--
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=56474
Bug ID: 56474
Summary: Crowns and Pawns: Graphic bugs
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: memax(a)gmx.fr
CC: awesie(a)gmail.com
Regression SHA1: f6a1844dbed91b441ad69e7b15b5be242d063e87
Distribution: Ubuntu
Created attachment 76239
--> https://bugs.winehq.org/attachment.cgi?id=76239
Terminal output
Hello
This is probably a duplicate of bug 56438 but I prefer to report the bug anyway
and let you judge.
Game: "Crowns and Pawns: Kingdom of Deceit"
Version: 1.1.1 (2023-10-19 10:03 (e3a16d1b8-Windows))
I have the GOG.com version, but the game is also available on Steam.
OS: Ubuntu 22.04.4 LTS 64bit.
NVIDIA Driver Version (proprietary): 535.161.07
Wine: wine-9.5 development version.
Default Wine configuration, unmodified.
Clean Wine directory.
Description:
- The word "Loading" is displayed upside down on the texture of the characters
(like a watermark) when they are in the centre of the screen (see screenshot).
- In chapter 2 of the game (in the grandfather's house in Lithuania), the
wooden box puzzle is not displayed correctly: the whole screen is black, making
it impossible to solve the puzzle (see screenshot).
Regression Test:
f6a1844dbed91b441ad69e7b15b5be242d063e87 is the first bad commit
commit f6a1844dbed91b441ad69e7b15b5be242d063e87
Author: Andrew Wesie <awesie(a)gmail.com>
Date: Mon Mar 11 21:56:53 2024 -0500
wined3d: Use bindless textures for GLSL shaders if possible.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=44514
Signed-off-by: Andrew Wesie <awesie(a)gmail.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=54717
Bug ID: 54717
Summary: dbghelp:dbghelp - SymRefreshModuleList() sometimes
returns STATUS_INFO_LENGTH_MISMATCH on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
dbghelp:dbghelp - SymRefreshModuleList() sometimes returns
STATUS_INFO_LENGTH_MISMATCH on Windows:
dbghelp.c:738: Test failed: SymRefreshModuleList failed: 3221225476
See https://test.winehq.org/data/patterns.html#dbghelp:dbghelp
Where 3221225476 == 0xc0000004 == STATUS_INFO_LENGTH_MISMATCH
So far the failure has only happened on the w10pro64 VM, and only in the
non-English locales. However it's rare enough that it's too early to draw
conclusions.
This failure first happened on 2023-03-8 which corresponds to the day this test
was added:
commit 0f98972fe2165d5eca52de48d8a6130de7e61a30
Author: Eric Pouech <eric.pouech(a)gmail.com>
AuthorDate: Wed Mar 8 11:43:22 2023 +0100
dbghelp/tests: Add tests for SymRefreshModuleList() on non-live target.
Signed-off-by: Eric Pouech <eric.pouech(a)gmail.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=56605
Bug ID: 56605
Summary: V-Rally 4 crashes right before starting a race
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: awesie(a)gmail.com, z.figura12(a)gmail.com
Regression SHA1: f6a1844dbed91b441ad69e7b15b5be242d063e87
Distribution: ---
Created attachment 76359
--> https://bugs.winehq.org/attachment.cgi?id=76359
+seh
0134:err:seh:call_seh_handlers invalid frame 00000001003FE340
(00007F7C48C72000-00007F7C48D70000)
0134:err:seh:NtRaiseException Exception frame is not in stack limits => unable
to dispatch exception.
--
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=56627
Bug ID: 56627
Summary: Any heavy-load DirectX application crashes at startup
due to lack of GL memory
Product: Wine
Version: 9.7
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
There is a regression after patch
f6a1844dbed91b441ad69e7b15b5be242d063e87
Now I get GL_OUT_OF_MEMORY errors mostly in all D3D applications.
Note this regression is only applied to WineD3D on Windows 2000/XP/2003 x86.
For example Far Cry 3:
E:\Games\Far Cry 3_EN\bin>farcry3_d3d11.exe
0a44:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x40000000.
0a44:fixme:d3d11:d3d10_device_GetCreationFlags iface 09CFEE9C stub!
0a44:fixme:d3d11:d3d10_multithread_SetMultithreadProtected iface 09CFEEA0,
enable 0x1 stub!
0a44:fixme:dxgi:dxgi_output_GetDisplayModeList iface 09D2F708, format
DXGI_FORMAT_R8G8B8A8_UNORM, flags 0x1, mode_count 0576F414, modes 00000000
partial stub!
0a44:fixme:dxgi:dxgi_output_GetDisplayModeList iface 09D2F708, format
DXGI_FORMAT_R8G8B8A8_UNORM, flags 0x1, mode_count 0576F414, modes 03346BB0
partial stub!
0a44:fixme:d3d:wined3d_check_device_multisample_type multisample_type 24 not
handled yet.
0a44:fixme:d3d11:d3d11_device_CheckFeatureSupport Returning fake threading
support data.
0a70:fixme:d3d:create_texture_view Depth slice (0-1) not supported.
0a70:fixme:d3d:create_texture_view Depth slice (0-1) not supported.
0a70:fixme:d3d:create_texture_view Depth slice (0-1) not supported.
0a70:fixme:d3d:create_texture_view Depth slice (0-1) not supported.
0a70:fixme:d3d:create_texture_view Depth slice (0-1) not supported.
0a3c:fixme:dxgi:wined3d_bind_flags_from_dxgi_usage Unhandled DXGI usage 0x40.
0a74:err:d3d:wined3d_debug_callback 062AB3C0: "Unknown internal debug message.
The NVIDIA OpenGL driver has encountered\nan out of memory error. This
application might\nbehave inconsistently and fail.
".
0a74:err:d3d:wined3d_debug_callback 062AB3C0: "GL_OUT_OF_MEMORY error
generated. Out of memory.".
0a3c:fixme:dxgi:d3d11_swapchain_GetDesc Ignoring ScanlineOrdering and Scaling.
0a70:fixme:d3d:wined3d_context_gl_check_fbo_status FBO status
GL_FRAMEBUFFER_UNSUPPORTED (0x8cdd).
0a70:fixme:d3d:context_dump_fbo_attachment GL_DEPTH_ATTACHMENT: 2d texture
108, 1920x1080, 0 samples, format 0x88f0.
0a70:fixme:d3d:context_dump_fbo_attachment GL_STENCIL_ATTACHMENT: 2d
texture 108, 1920x1080, 0 samples, format 0x88f0.
0a70:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT0: NONE.
0a70:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT1: NONE.
0a70:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT2: NONE.
0a70:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT3: NONE.
0a70:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT4: NONE.
0a70:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT5: NONE.
0a70:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT6: NONE.
0a70:fixme:d3d:context_dump_fbo_attachment GL_COLOR_ATTACHMENT7: NONE.
--
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=53352
Bug ID: 53352
Summary: redefinition of typedef ‘D2D1_PROPERTY_BINDING’
Product: Wine
Version: 7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)protonmail.com
Distribution: ---
Created attachment 72739
--> https://bugs.winehq.org/attachment.cgi?id=72739
log.txt
in distro:
# uname --kernel-release
3.0.66
# gcc --version
4.3.4
# ldd --version
2.10.1
Compiling wine-7.9 fails with:
error: redefinition of typedef ‘D2D1_PROPERTY_BINDING’
--
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=56205
Bug ID: 56205
Summary: The Egyptian Prophecy: The Fate of Ramses: text
displayed without transparency
Product: Wine
Version: 8.18
Hardware: x86-64
URL: https://store.steampowered.com/app/302160/The_Egyptian
_Prophecy_The_Fate_of_Ramses/
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: ee7d047dd55a4b2338eb2d64f85b7d984b39812f
Distribution: ---
Created attachment 75915
--> https://bugs.winehq.org/attachment.cgi?id=75915
screenshot showing the issue
In the game 'The Egyptian Prophecy: The Fate of Ramses' text (subtitles,
in-game encyclopedia) is displayed on a bright cyan background without
transparency making the text difficult to read.
Reverting commit ee7d047dd55a4b2338eb2d64f85b7d984b39812f
on top of wine-9.0-54-g1932c3a2516 fixes the problem for me.
There is no demo version available.
The Steam version is DRM free, you can start Egypt3.exe directly, without Steam
running.
Make sure 32-bit color depth is selected in the <Options> menu (the problem
doesn't occur in 16-bit color/software renderer mode). In the main menu open
<Documentary Database> to see the problem.
Still present in wine-9.0-54-g1932c3a2516.
--
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=38975
Bug ID: 38975
Summary: Alpha Protocol launcher: menu options hidden behind
grey boxes
Product: Wine
Version: 1.5.13
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: minor
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: 2eebedf38e4d5fd49075f8f89e63f869ca85cceb
Distribution: ---
Created attachment 51925
--> https://bugs.winehq.org/attachment.cgi?id=51925
screencast demonstrating the problem
Tested with the Steam version, no demo available.
When the game launcher appears menu options are hidden underneath grey
rectangles.
As the mouse pointer passes over a button it becomes visible (see example
screencast).
Terminal output doesn't show anything related.
The problem is reproducible in the traditional fullscreen and virtual desktop
mode as well.
The bug is present since
commit 2eebedf38e4d5fd49075f8f89e63f869ca85cceb
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Apr 30 15:09:03 2012 +0200
winex11: Handle Expose events by refreshing from the window surface.
wine-1.7.47-196-g4e6e9a1
Fedora 22 32-bit
XOrg 1.17.2
XFCE 4.12
--
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=52542
Bug ID: 52542
Summary: NVIDIA GeForceNow Installer fails due to rundll32
problems
Product: Wine
Version: 7.1
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 71855
--> https://bugs.winehq.org/attachment.cgi?id=71855
Hack
Mostly for bookkeeping, I have it on my ToDo somewhere, although feel free to
take it. But please mention when you want to work on this.
The installer tries to use rundll32 to let a dll generate the config. The exact
commandline is
> trace:rundll32:wWinMain CmdLine=L"C:\\users\\fabian\\Temp\\GeForceNOWInstallerTemp\\GeforceNOW\\NvConfigGenerator.dll ,GenerateConfigs
Notice the space before the comma, that's what causes the problem. Wine doesn't
handle that properly.
Attaching a hack to work around the issue.
Warning:
It seems like you need to set that byte to 0 (see patch). Just skipping the
space lets it find the function, but it won't work due to being passed
unexpected parameters!
Also be aware, that the installer also tries to call system32/rundll32.exe
which is 64bit with a 32bit dll. So to test this, you need to take that into
account, else rundll32 will fail to load the dll, nevermind load the entry
point.
--
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=23319
Summary: cmd thinks shift.exe is an internal command
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On Windows, 'shift' is an internal command, and 'shift.exe' is an
external command.
Wine's cmd mistakenly thinks 'shift.exe' is a synonym for 'shift'.
This makes it somewhat hard to play EA's Need For Speed: Shift.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=28582
Bug #: 28582
Summary: MOVE-ing a file with cmd to current directory should
be a no-op
Product: Wine
Version: 1.3.29
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Classification: Unclassified
When using MOVE of a file/directory, bad things happen
'move file' or 'move file1' gives a confirmation dialog and deletes the file if
the move/overwrite is confirmed.
With directories, similar behaviour but you get an access denied and the dir
isn't deleted.
--
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=46504
Bug ID: 46504
Summary: cmd.exe: xcopy.exe with renaming
Product: Wine
Version: 4.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: jonathanbelsewir(a)yahoo.de
Distribution: ---
The following command does not work right:
xcopy /q /y *.i root\*.htm
Workaround:
for %%f in (*.i) do (
copy %%f root\%%~nf.htm
)
--
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=42182
Bug ID: 42182
Summary: OUT: isn't supported (custom output device)
Product: Wine
Version: 1.8.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: kenorb(a)gmail.com
Distribution: ---
On Windows, OUT: is the special device and doing:
echo test > OUT
or:
echo test > OUT:
would redirect this to output device (by default same as NUL).
On Wine, "OUT:" file is created.
This should work similar as for CON: (which works fine in Wine):
echo test > CON
or:
echo test > CON:
See list of special devices at: http://superuser.com/a/613335
--
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=27605
Summary: cmd can't handle Ctrl-C
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xuhdev(a)gmail.com
When using wine cmd, Ctrl-C cannot be handled, instead, cmd will exit. I'm
using wine on Fedora.
1. $ wine cmd
2. press Ctrl-C
cmd exits, but it should not.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=23596
Summary: stderr not displaying when invoking native linux
commands
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jarekczek(a)poczta.onet.pl
Try running /bin/grep
You should get a short usage note, like on unix. You get nothing.
--
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=55296
Bug ID: 55296
Summary: Design Doll shows 3D Model only
Product: Wine
Version: 8.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zeroredgrave(a)gmail.com
Distribution: ---
Created attachment 74899
--> https://bugs.winehq.org/attachment.cgi?id=74899
This is what happen after Loading the Splash Screen
After Updating from Wine V8.12 to V8.13, I Launching Design Doll and run
perfectly fine but the is a minor issue is the UI completely Blackscreen after
the Splash Screen is done loading except the 3D Model. But if i click random in
window, the 3D Model is gone but the UI is appeared.
--
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=55593
Bug ID: 55593
Summary: F.E.A.R crashes with "Out of memory" error when
starting a new game
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: VladimirVSC(a)yandex.ru
Distribution: ---
Created attachment 75121
--> https://bugs.winehq.org/attachment.cgi?id=75121
Console output in Wine 8.0.2 and 8.15
The game was working fine in wine 7.0 but was broken in 8.0, where it was
constantly crashing in the middle of intro movie after a new game has been
started. In wine 8.0.2 the error have changed - now it crashes with "Out of
memory" error or with another "Program error" (console output attached). When
using the recent wine 8.15, the result is the same.
System: Linux Mint Debian Edition 5
CPU: Core-I5 12500
RAM: 16 Gb
Video: RTX 3060 Ti (driver 525.105.17)
--
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=56792
Bug ID: 56792
Summary: Resident Evil 5 regression
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ribbon_45(a)proton.me
Distribution: ---
The following feature regressed after some releases and Resident Evil 5 stopped
to work.
https://bugs.winehq.org/show_bug.cgi?id=17195
I tested on the 9.0, 9.10, 8.0, 7.0 and 6.0 versions.
--
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=56791
Bug ID: 56791
Summary: Resident Evil - Operation Raccoonn City only work on
the 6.x API
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ribbon_45(a)proton.me
Distribution: ---
This crash bug is a regression that make these games only work on 6.x versions
of Wine.
I tested on 5.x versions and 7.x versions and newer.
These games don't work on 9.0 and 9.10 versions.
My guess: the bug seems to be related to video decoding.
The crash log says:
"wine: Unhandled page fault on write access to 09DA8140 at address 016CB76C
(thread 017c), starting debugger..."
(Sorry for the lack of additional information, this bug is boring)
--
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=56915
Bug ID: 56915
Summary: Autodesk Fusion requires GetUserLanguages which is not
implemented
Product: Wine
Version: 9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: busko.lukasz(a)pm.me
Distribution: ---
Created attachment 76735
--> https://bugs.winehq.org/attachment.cgi?id=76735
logs
Unfortunately fusion from first july requires this function to launch SSO
service. I hope its possible to implement this function in limited time space.
Thanks in advance.
Unhandled exception: unimplemented function bcp47langs.dll.GetUserLanguages
called in 64-bit code (0x006fffffc23de7).
--
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=54024
Bug ID: 54024
Summary: Memory Conty Installer stop working
Product: Wine
Version: 4.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: guillere(a)adinet.com.uy
Regression SHA1: fb7f937305f9242c675d4ff9a7976cf121710159
Distribution: Debian
Memory Conty Installer stop whit the error:
"Error de ejecución en la instalación: Cannot open AVI"
This problem was introduced in wine-4.4 (and still present in wine-7.22)
guille@goku:~/src/wine$ git bisect good
fb7f937305f9242c675d4ff9a7976cf121710159 is the first bad commit
commit fb7f937305f9242c675d4ff9a7976cf121710159
Author: Michael Müller <michael(a)fds-team.de>
Date: Wed Mar 6 08:57:40 2019 +0100
msvidc32: Fix calculation of stride and size.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=23175
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=25180
Signed-off-by: Vijay Kiran Kamuju <infyquest(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/msvfw32/tests/msvfw.c | 39 +++++++++++++++++++++++++++++++++++++++
dlls/msvidc32/msvideo1.c | 34 +++++++++++++++++++++++++---------
2 files changed, 64 insertions(+), 9 deletions(-)
About Memory Conty: is an accounting program from Memory company
Homepage: https://memory.com.uy/conty/
A installer for Memory Conty can be found in this link:
http://soporte.memory.com.uy/index.php?/News/NewsItem/View/16
--
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=52688
Bug ID: 52688
Summary: Interactivity The Interactive Experienc from itch.io
has massive texture glitches with OpenGL renderer
Product: Wine
Version: 7.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 72029
--> https://bugs.winehq.org/attachment.cgi?id=72029
Screenshot on Wine (OpenGL renderer)
See attachments.
It works using the vulkan renderer or dxvk.
--
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=54807
Bug ID: 54807
Summary: some apps hangs at exit (regression)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: roxmail(a)list.ru
Distribution: ---
Since wine-6.5 Keil UV4 C51 (demo) hang at exit or close project (not always,
but most likely).
d144890c88c69c937b5e3ffa9b85d0d9d475c44d is the first bad commit
commit d144890c88c69c937b5e3ffa9b85d0d9d475c44d
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Mon Mar 22 23:04:29 2021 -0500
ntdll: Hold fd_cache_section while removing and closing handles.
Otherwise, it's possible for the old handle to be re-added to the cache
between
removing and closing it.
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
this change fix it (at least for wine-8.4 and early, i suppose it partially
revert this commit):
diff -urN a/dlls/ntdll/unix/server.c b/dlls/ntdll/unix/server.c
--- a/dlls/ntdll/unix/server.c 2023-03-25 10:41:17.844720197 +0300
+++ b/dlls/ntdll/unix/server.c 2023-03-25 10:41:34.456106724 +0300
@@ -1777,6 +1777,8 @@
* retrieve it again */
fd = remove_fd_from_cache( handle );
+ server_leave_uninterrupted_section( &fd_cache_mutex, &sigset );
+
SERVER_START_REQ( close_handle )
{
req->handle = wine_server_obj_handle( handle );
@@ -1784,8 +1786,6 @@
}
SERVER_END_REQ;
- server_leave_uninterrupted_section( &fd_cache_mutex, &sigset );
-
if (fd != -1) close( fd );
if (ret != STATUS_INVALID_HANDLE || !handle) return ret;
--
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=56747
Bug ID: 56747
Summary: Steam won’t load in the new wow64 mode
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: m1m1k4tz(a)protonmail.com
Distribution: ---
When you try to load steam it updates fine but won’t give you a login screen
--
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=54573
Bug ID: 54573
Summary: win64 bug: err:module:import_dll Library iconv.dll
Product: Wine-staging
Version: 8.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: romulasry(a)protonmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 74116
--> https://bugs.winehq.org/attachment.cgi?id=74116
wine pant.net logfile
When I run:
wine paint.net.5.0.2.install.anycpu.web.exe
See attached log.
--
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=42060
Bug ID: 42060
Summary: Zafehouse Diaries stuck on the loading screen with
built-in gdiplus (GdipWindingModeOutline not
implemented)
Product: Wine
Version: 2.0-rc2
Hardware: x86
URL: http://www.zafehouse.com/try-the-demo/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 56549
--> https://bugs.winehq.org/attachment.cgi?id=56549
terminal output
After starting a new game from the menu, the game seems to be stuck in an
infinite loop at the 'Building the town...' stage.
Can be reproduced with the demo (non-Steam).
The game needs .net2.0, xaudio2, native d3dx9_43 and d3dcompiler_43.
Native gdiplus used to be a workaround (now the game crashes with native
gdiplus, see bug #41926).
wine-2.0-rc2-35-gc28816c
--
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=54979
Bug ID: 54979
Summary: Futexes which protect memory allocation congest,
causing 100x performance degradation
Product: Wine
Version: 8.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: nagle(a)animats.com
Distribution: ---
Created attachment 74518
--> https://bugs.winehq.org/attachment.cgi?id=74518
Debugger output with multiple threads stuck in spinlocks.
SUMMARY
Under the wrong circumstances, a program doing many memory allocations from
multiple threads can
experience more than 100x performance degradation.
I'm seeing this in my own Rust program, which has 16 sometimes-compute-bound
threads on a 12 CPU machine. This works fine on Microsoft Windows and when
compiled for Linux. Under Wine, it can be over 100x slower.
Multiple threads are banging on a spinlock at
_InterlockedCompareExchange
[Z:\usr\src\packages\BUILD\include\winnt.h:6630] in ntdll
spin_lock
[Z:\usr\src\packages\BUILD\dlls\ntdll\sync.c:937] in ntdll
This is the spin lock around the queue for pausing threads.
DISCUSSION
This looks like futex congestion. That's a known kind of problem, but doesn't
seem to have
been seen in Wine before. It may be that some programs just run really slow
under Wine,
and nobody knows why.
The code in NTDLL is clearly intended to handle the fast case without doing an
OS-level lock. Under light load, that's O(1). But under heavy load, with
multiple threads pounding on spinlocks, each spinlock waits longer, and there
are multiple threads, so it becomes O(N^2). Which means huge slowdowns.
See discussion at https://forum.winehq.org/viewtopic.php?t=37688 which has
snippets of the code that's causing the problem. I can copy all that info over
here if necessary. Let me know.
--
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=26352
Summary: Time Warner Cable Connection Manager 1.00.0042.0 does
not work
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rusivi2(a)gmail.com
1) lsb_release -rd
Description: Ubuntu 10.10
Release: 10.10
2) apt-cache policy wine1.3
wine1.3:
Installed: 1.3.15-0ubuntu1~maverickppa1
Candidate: 1.3.15-0ubuntu1~maverickppa1
Version table:
*** 1.3.15-0ubuntu1~maverickppa1 0
500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ maverick/main i386
Packages
100 /var/lib/dpkg/status
3) What is expected to happen is when one performs at a command line:
cd /media/Time\ Warner\ Cab && wine Setup.exe
it installs then running the installed program at the command line:
cd ~/.wine/drive_c/Program\ Files/Time\ Warner\ Cable/Connection\ Manager &&
wine TWCCM.exe
it runs successfully.
4) What happens instead is it does not run, but notes instead:
+ Window pops up:
Couldn't find registry path : SOFTWARE\SmithMicro\QuickLink Mobile Plus
+ click OK button
+ Window pops up:
Couldn't find registry path : SOFTWARE\SmithMicro\QuickLink Mobile Plus
+ click OK button
+ Window pops up:
Couldn't find registry path : SOFTWARE\SmithMicro\QuickLink Mobile Plus
+ click OK button
+ Window pops up:
The Smith Micro QLM that you are running is a demo version which has now
expired. Please contact sales(a)smithmicro.com to inquire about an updated demo
version. The application will now exit.
--
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=50533
Bug ID: 50533
Summary: crash at MSMoney launch script
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fbmines(a)gmail.com
Distribution: ---
Hi, recent upgrades to Ubuntu 20.04 and Wine 5.0, MSMoney3 run once under this
new setup but crashed at the 2nd attempt with the following message:
002e:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status
0x2733
wine: Unhandled page fault on read access to FFFFFFFF at address 000004C1
(thread 0031), starting debugger...
debugger never ended,
Thanks for your help,
--
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=56524
Bug ID: 56524
Summary: The game called Smuta Crashes with a Fatal Error
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: arhangel3102(a)gmail.com
Distribution: ---
Created attachment 76278
--> https://bugs.winehq.org/attachment.cgi?id=76278
Smuta game launch log
When you start the game, the start video starts and an error appears abruptly.
There is no appearance of the error. If the error is ignored, the clips will go
to the end and then a black screen appears. When you click OK, the game quits.
--
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=53321
Bug ID: 53321
Summary: Unhandled page fault on write access in A_SHAFinal
Product: Wine
Version: 7.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: f.alexander.wilms(a)gmail.com
Distribution: ---
Created attachment 72703
--> https://bugs.winehq.org/attachment.cgi?id=72703
log of wine output
I was trying to a run a snake game for Windows that can fit into a QR code:
https://www.mattkc.com/etc/snakeqr/https://web.archive.org/web/20220616183735/https://www.mattkc.com/etc/snake…
The binary was created using the compressing linker Crinkler
(https://github.com/runestubbe/Crinkler)
Convert QR code to exe:
zbarimg -S binary code.png > snake.exe
I encountered the following crash:
wine: Unhandled page fault on write access to 00000024 at address 7BC4AD36
(thread 016c), starting debugger...
Unhandled exception: page fault on write access to 0x00000024 in 32-bit code
(0x7bc4ad36).
[...]
=>0 0x7bc4ad36 A_SHAFinal+0xc6(Context=<internal error>, Result=<internal
error>) [Z:\home\alexander\Development\wine-git\dlls\ntdll\crypt.c:204] in
ntdll (0x1f92ea38)
1 0x00420640 in snake (+0x20640) (0x1f92eae8)
Running snake.exe with WINEDEBUG=+relay took forever and didn't seem to contain
any additional 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=53948
Bug ID: 53948
Summary: No voices in 15 days (gog)
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: titan.costa(a)gmail.com
Distribution: ---
All other sounds and music are ok.
Maybe related to:
05c4:05c4:fixme:wmadec:transform_ProcessMessage iface 02F61FB4, message
0x10000002, param 00000000 stub!
Ubuntu 22.10. wine-7.20-145-g9d1175a4649.
--
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=39603
Bug ID: 39603
Summary: Multiple applications need support for loading Windows
binary registry hives using native API (BartPE,
Magical Jelly Bean Keyfinder, EasyBCD)
Product: Wine
Version: 1.7.55
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
collector bug for apps/tools that need Windows binary registry hive support
(import/export) via native API.
* bug 4001 (BartPE)
* bug 19324 (ubcd4win)
* bug 22124 (BartPE)
* bug 28729 (EasyBCD)
* bug 29529 (Magical Jelly Bean Keyfinder)
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=55164
Bug ID: 55164
Summary: Visual Studio 2022 installer crashes on opening
Product: Wine
Version: 8.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: connormcmenamin433(a)gmail.com
Distribution: ---
Created attachment 74736
--> https://bugs.winehq.org/attachment.cgi?id=74736
Debug output for VS2022
Visual Studio crashes when opening.
Visual Studio 2022 can be downloaded here:
https://visualstudio.microsoft.com/vs/ (community is the free version)
Tested on Linux Mint 21.1 Cinnamon with kernel 5.15.0-76-generic
c0031767acea3ce62846e19f5b2d410de568ca95 VisualStudioSetup.exe
--
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=39095
Bug ID: 39095
Summary: Deadnaut: screen flipped upside down when
anti-aliasing enabled
Product: Wine
Version: 1.7.49
Hardware: x86
URL: http://www.deadnaut.com/demo/?download=win
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 52089
--> https://bugs.winehq.org/attachment.cgi?id=52089
terminal output
The game was built on the Unity engine, the problem can be reproduced in the
non-Steam demo version too.
When I enable anti-aliasing in the options menu the screen is rotated 180
degrees (text in the menus remains unaltered).
Reproduced on nouveau/mesa and nvidia binary drivers 340.76
The problem is present in Wine 1.2, 1.4, 1.6 too.
DeadnautDemoWindows.zip (146 MB)
sha1: 303ed46f70ffa7a302f71975ecd836a0c78ffd2e
Fedora 22
wine-1.7.49-41-g36a39ce
--
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=26925
Summary: Windows Installer creates Game Explorer shortcuts in
the wrong place
Product: Wine
Version: 1.3.18
Platform: x86
URL: http://demos.gamersgate.com/22521
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=34342)
--> (http://bugs.winehq.org/attachment.cgi?id=34342)
plain terminal output (Dungeons demo installer)
After a successful installation of the demo (Dungeons) one can notice that two
directories were created in the root of drive_c: during installation.
One is named "0" containing a shortcut "Play.lnk"
The other directory is named "1" containing a shortcut "Continue play.lnk"
If I'm not mistaken, they should belong to the Game Explorer stuff.
I don't have Vista or Seven only a Windows XP running in Virtualbox. After
installation those shortcuts went into
C:\Documents and Settings\All Users\Application
Data\Microsoft\Windows\GameExplorer\{BB112F90-7C81-4352-8823-861D3957CF8A}\PlayTasks
I guess in Wine they should go into:
/users/Public/Application
Data/Microsoft/Windows/GameExplorer/{BB112F90-7C81-4352-8823-861D3957CF8A}/PlayTasks
At least other games (e.g. Woody Two-Legs) place their Game Explorer shortcuts
there.
I've tried installing the demo with WinXP, Vista and Windows 7 compatibility
modes but the directories were always created in the root directory.
Dungeons demo download link added to URL (~525 MB).
--
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.
http://bugs.winehq.org/show_bug.cgi?id=36208
Bug ID: 36208
Summary: Steel Beasts v1.19 demo fails to start a mission:
'Error initializing D3DRM'
Product: Wine
Version: 1.7.17
Hardware: x86
URL: http://www.fileplanet.com/45253/40000/fileinfo/Steel-B
easts-Demo-v1.19
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
When you try to start a tutorial mission in the demo the following error is
displayed: "Error initializing D3DRM!" Then the game steps back to the main
menu.
Terminal output:
fixme:win:EnumDisplayDevicesW ((null),0,0x32f6e8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f0a8,0x00000000), stub!
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
8
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
fixme:win:EnumDisplayDevicesW ((null),0,0x32f128,0x00000000), stub!
err:d3d:wined3d_caps_gl_ctx_destroy Failed to restore previous GL context.
Fedora 20
Nvidia binary drivers 337.12
X.Org X Server 1.14.4
--
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=27164
Summary: Cossacks: European Wars crashes on exit
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://www.fileplanet.com/60632/60000/fileinfo/New-Cos
sacks---European-Wars-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=34703)
--> (http://bugs.winehq.org/attachment.cgi?id=34703)
terminal output
A crash occurs when you quit the game.
The problem is present in 1.0.1, 1.2.3 and so on.
I have the 1.15new version of the game.
The crash can be reproduced in the demo, too but the demo suffers from bug
#11782.
1) Install the demo as usual.
2) You will probably need a modified ddraw.dll, available here:
http://www.gsc-game.com/index.php?t=downloads&ss=299&s=patch
3) Run the executable, it will extract a ddraw.dll. Place it in the game
directory and override ddraw.dll to native,builtin in winecfg.
4) Start the game by dmcr.exe, click on Exit in the main menu >> a page fault
is generated.
Fedora 14 32-bit
Nvidia GeForce 250 / driver 270.41.06
--
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.
http://bugs.winehq.org/show_bug.cgi?id=25500
Summary: Megarace 3: in-game videos not working
Product: Wine
Version: 1.3.9
Platform: x86
URL: http://www.fileplanet.com/82163/80000/fileinfo/MegaRac
e-3-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=32465)
--> (http://bugs.winehq.org/attachment.cgi?id=32465)
terminal output
Neither the intro videos (company logos) nor the in-game cutscenes are playing
in Megarace 3: Wine simply skips the videos without an error message. It's a
pity because there are some hilarious cutscenes in the game, featuring Lance
Boyle as the host of the game.
The company logos which should be played right after starting have the
following properties:
Video: WMV v7, 640x480 px, 4:3
Audio: WMA v7, 128 kbps, 44 kHz, Stereo, 16 bits
The cutscenes in the game are separated into 2 files:
a wmv file which also includes an audio track (WMV v7 / WMA v7)
and a corresponding wav file (ADPCM, Stereo, 22 kHz)
After installing WMP9 or 10 via winetricks the videos are still not playing.
The demo can be used to test the issue but it contains only one of the company
logos.
Fedora 14 x86
--
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=37372
Bug ID: 37372
Summary: Unexpected order of results in wildcard expansion
Product: Wine
Version: 1.7.28
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andreas(a)grapentin.org
in cmd.exe, execute the following statement:
for %f in (*) do echo %f
On windows, you expect the files to be listed in lexicographically ascending
order, and some applications rely on that behaviour, one example being the
Gothic2 Modkit during Script parsing.
However, the order when executing this through wine seems random.
--
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=54342
Bug ID: 54342
Summary: ws2_32:sock - test_WSARecv() sometimes fails with "got
apc_count 1." on Windows 7
Product: Wine
Version: 8.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: jinoh.kang.kr(a)gmail.com
CC: fgouget(a)codeweavers.com
Distribution: ---
test_WSARecv() sometimes fails with "got apc_count 1." on w7u_adm.
--
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=53405
Bug ID: 53405
Summary: Into The Breach freezes when enabling fullscreen
Product: Wine
Version: 7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tinozzo123(a)tutanota.com
Distribution: ---
Created attachment 72796
--> https://bugs.winehq.org/attachment.cgi?id=72796
Wine logs
The Windows version of the game Into The Breach freezes when enabling
fullscreen in the game settings, and the only way to exit the game is to kill
the process.
The freeze does not happen if the game is started with fullscreen already on
(by changing it on the configuration file) or if disabling fullscreen in the
game settings.
(Tested on the Epic Games Store version)
--
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=52447
Bug ID: 52447
Summary: Regression: .NET framework 2 installer hangs
Product: Wine
Version: 7.0
Hardware: x86-64
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: damjan.jov(a)gmail.com
Shortly after Wine 6.11:
winetricks dotnet20
hangs while installing System.Windows.Forms. A git bisect gives:
fed7e7a78b4bea183d0cbb107953e275f17baa4f is the first bad commit
commit fed7e7a78b4bea183d0cbb107953e275f17baa4f
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Jun 21 15:57:26 2021 +0200
ntdll: Simulate a syscall return when starting a thread.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/ntdll/unix/server.c | 2 +-
dlls/ntdll/unix/signal_arm.c | 65 ++++++++++---------------
dlls/ntdll/unix/signal_arm64.c | 70 +++++++++++----------------
dlls/ntdll/unix/signal_i386.c | 102 ++++++++++++++++++----------------------
dlls/ntdll/unix/signal_x86_64.c | 91 +++++++++++++++--------------------
dlls/ntdll/unix/thread.c | 2 +-
dlls/ntdll/unix/unix_private.h | 2 +-
7 files changed, 138 insertions(+), 196 deletions(-)
--
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.