https://bugs.winehq.org/show_bug.cgi?id=52735
Bug ID: 52735
Summary: Wine does not launch GUI apps
Product: Wine
Version: 7.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bihag37553(a)flowminer.com
Distribution: ---
Wine versions above wine 7.0rc2 don't work for me on intel+nvidia setup on
manjaro linux kernel 5.17.0-1 and I have also tried kernel 5.16. I'm using
nvidia drivers version 510.60.02
When I launch wine, I get the following error:
00f4:err:winediag:nodrv_CreateWindow Application tried to create a window, but
no driver could be loaded.
00f4:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
I have tried deleting the wine prefix and using wine-staging but couldn't fix
this issue.
--
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=52913
Bug ID: 52913
Summary: user32:dde fails on Windows with the UTF-8 codepage
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:dde fails on Windows with the UTF-8 codepage.
dde.c:2653: client ansi, server ansi
dde.c:2535: Test failed: Wrong size 5 expected 7 or 6, msg_index=9
dde.c:2537: Test failed: Expected abcé, got abcé, msg_index=9
msg_index=9
https://test.winehq.org/data/patterns.html#user32:dde
The failing string is actually this one:
{ 0x0061, 0x0062, 0x0063, 0x9152, 0 }, /* Chinese with latin characters
begin */
Adding a couple of wine_dbgstr_a() shows that the two strings that are compared
are:
dde.c:2538: Test failed: Expected [abc酒] "abc\xe9\x85\x92", got [abc��]
"abc\xe9\x85", msg_index=9
I have confirmed that the 0x9152 UTF-16 character translates to \xe9\x85\x92 in
UTF-8 [1]. So the issue is that the string we receive is missing one byte.
However that looks like a Windows bug in the character encoding conversion.
[1] For some reason test.winehq.org seems to interpret the page as iso-8859-1
so \xe9 is shown as 'é'.
--
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=33058
Bug #: 33058
Summary: Visual Basic 6 crashes when object browser is clicked
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: german_ant_82(a)yahoo.com
Classification: Unclassified
Regression SHA1: Visual Basic 6 crashes when object browser button is
clicked
Created attachment 43703
--> http://bugs.winehq.org/attachment.cgi?id=43703
Backtrace
Visual Basic 6 IDE crashes when object browser is clicked
--
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=24914
Summary: Unable to resize form in visual basic 6 enterprise
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stupidhomer(a)gmail.com
If I make a new Standard Project and attempt to resize the form, it locks the
whole form window, and to get it back, I have to double click on "Form1" in the
project sidebar.
No error messages or output from wine to understand the problem.
--
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=52785
Bug ID: 52785
Summary: Battlefield 4 crashes in wined3d_buffer_create
Product: Wine
Version: 7.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xiretza+winehq(a)xiretza.xyz
Distribution: ---
Created attachment 72167
--> https://bugs.winehq.org/attachment.cgi?id=72167
Report saved by the wine crash reporter
During gameplay, Battlefield 4 frequently and seemingly randomly crashes with a
page fault in wined3d_buffer_create. Some time ago I was able to play the game
without any crashes, and I'm not aware of any updates to the game, so this may
be a regression in wine - but too much on my system has changed since then to
be certain. Crash report is attached.
--
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=52901
Bug ID: 52901
Summary: gdi32:metafile - test_emf_ExtTextOut_on_path() fails
on Windows with the UTF-8 codepage
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
test_emf_ExtTextOut_on_path() fails on Windows with the UTF-8 codepage:
metafile.c:7907: Test failed: expected 0, got 183
metafile.c:7922: Test failed: expected 0, got 183
metafile.c:7981: Test failed: expected 0, got 183
metafile.c:8004: Test failed: ExtTextOut error 0
metafile.c:2326: Test failed: emf_TextOut_negative_count: mfsize=1840,
bsize=128
metafile.c:2343: Test failed: emf_TextOut_negative_count: expected
rclBounds.left = 0, got 10
metafile.c:2345: Test failed: emf_TextOut_negative_count: expected
rclBounds.top = 0, got 20
metafile.c:2347: Test failed: emf_TextOut_negative_count: expected
rclBounds.right = -1, got 29
metafile.c:2349: Test failed: emf_TextOut_negative_count: expected
rclBounds.bottom = -1, got 39
metafile.c:2352: Test failed: expected nBytes 128, got 1840
metafile.c:2354: Test failed: expected nRecords 2, got 18
metafile.c:2219: Test failed: emf_TextOut_negative_count: emr->iType 14 != 84
metafile.c:2222: Test failed: emf_TextOut_negative_count: emr->nSize 20 != 108
https://test.winehq.org/data/patterns.html#gdi32:metafile
--
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=48008
Bug ID: 48008
Summary: WinSCP can't display Chinese characters correctly
Product: Wine
Version: 4.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wwycheuk(a)gmail.com
Distribution: ---
Created attachment 65539
--> https://bugs.winehq.org/attachment.cgi?id=65539
screenshot
Ubuntu Studio 19.10 is installed using Traditional Chinese interface.
Downloaded and installed the latest version of WinSCP 5.15.5 from
https://winscp.net/eng/download.php
The Chinese characters in the dialog box appear as boxes, but the characters in
main window are ok. (see picture 1)
The Chinese characters in folder also appear as boxes (see picture 2), not sure
whether they are of the same root cause.
--
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=52769
Bug ID: 52769
Summary: Missing MFSchemeHandler for common url schemes
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: yshuiv7(a)gmail.com
Distribution: ---
Right now there is only a scheme handler for "file:". Some games use Media
Foundation to play videos from URLs, VRChat is one of the notable examples.
Missing common scheme handler for schemes such as "http:" and "https:" means
videos can't be played in those games.
--
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=52819
Bug ID: 52819
Summary: Smart-House Configuration Tool v1.25: crashes when
configuring serial port
Product: Wine
Version: 3.21
Hardware: x86-64
URL: https://www.smartbuilding.dk/software/z_controller/Set
up_SmartHouse%20125.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: chroxvi(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: 77b4391d442e927a2a59b5afb244355b0634aaa
Distribution: Fedora
Created attachment 72199
--> https://bugs.winehq.org/attachment.cgi?id=72199
Terminal output logs and bisect result
Steps to reproduce:
1. Download and unzip the Carlo Gavazzi Smart-House Tool v1.25 from
https://www.smartbuilding.dk/software/z_controller/Setup_SmartHouse%20125.z…
("Setup_SmartHouse 125.exe" sha256sum:
5fc57b031e232fbb0c40f157ec133a324d74c1fe52806baf0172458aadab6067)
2. Install the tool using:
- WINEARCH=win32 WINEPREFIX=~/.smarthouse_regtest wine winecfg
- WINEPREFIX=~/.smarthouse_regtest winetricks -q vb6run
- WINEPREFIX=~/.smarthouse_regtest wine Setup_SmartHouse\ 125.exe (click
through the install GUI in its default configuration)
3. Run the tool:
- WINEPREFIX=~/.smarthouse_regtest wine
~/.smarthouse_regtest/drive_c/Program\ Files/Carlo\
Gavazzi/smart-house/smart-house\ 1.25/smart-house\ Tool\ 0125.exe
4. Open the menu: "Options" --> "Serial Port"
5. Program crashes
This is a regression. The Smart-House tool (following the above procedure)
works with no errors using Wine 3.20.
Using Wine 3.21, it crashes as soon as the program is executed. An error
message is displayed. It contains the text: "Run-time error ‘-2147220990
(80040202)’: Automation error".
Using Wine 7.6, an error is shown when the program is executed, but the program
starts. It contains the text: "Run-time error ‘-2147417839 (80010111)’: Method
‘~’ of object ‘~’ failed". When opening the menu "Options" --> "Serial Port",
the application crashes. An error message is displayed. It contains the text:
"Run-time error ‘-2147418105 (80010007)’: Automation error"
Using latest master (wine-7.6-152-g07f22e20d73), the program installer crashes.
However, executing the program with wine-7.6-152-g07f22e20d73 using a wine
prefix installed with Wine 7.6 behaves identically to Wine 7.6.
I did a bisect between Wine 3.20 and 3.21, which gave
77b4391d442e927a2a59b5afb244355b0634aaa as the first bad commit.
--
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=52881
Bug ID: 52881
Summary: Improve software components also for using “MiTeC
System Information X”
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Markus.Elfring(a)web.de
Distribution: ---
I have tried the tool “MiTeC System Information X 4.2.0.0” out together with
the software “Wine 7.7-1449.4”.
Markus_Elfring@Sonne:~> wine
/home/altes_Heim2/elfring/geladen/Freeware/MSIX/MSIX.exe
00c4:err:ntoskrnl:ZwLoadDriver failed to create driver
L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\SecDrv": c0000142
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"SecDrv"
failed to start: 1114
0024:fixme:thread:GetThreadUILanguage : stub, returning default language.
0024:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 009AD7A8, 00000000
009AD7D0
0024:fixme:nls:get_dummy_preferred_ui_language (0x38 009AD7A8 00000000
009AD7D0) returning a dummy value (current locale)
…
0024:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
…
0120:fixme:resource:GetGuiResources (000001FC,0): stub
0120:fixme:process:QueryProcessCycleTime (000001FC,01425E90): stub!
0024:fixme:imm:ImeSetActiveContext (0x26adf8, 1): stub
0024:fixme:imm:ImmReleaseContext (00020082, 0026ADF8): stub
0070:fixme:imm:ImeSetActiveContext (0x5b6d0, 0): stub
…
0024:fixme:win:WINNLSEnableIME hwnd 000100AA enable 0: stub!
0024:fixme:wevtapi:EvtOpenChannelEnum (00000000 0) stub
0024:fixme:wevtapi:EvtNextChannelPath (00000000 522 009ADE62 009AE28C) stub
0024:fixme:wevtapi:EvtClose (00000000) stub
…
0024:err:listview:LISTVIEW_WindowProc unknown msg 109d, wp 0, lp 0
0024:fixme:win:WINNLSEnableIME hwnd 000100AA enable -1: stub!
0058:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 7405c (device=7 access=1
func=17 method=0)
0058:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1
func=20 method=0)
0058:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 7c088 (device=7 access=3
func=22 method=0)
…
0058:fixme:mountmgr:query_property Faking StorageDeviceProperty data
0058:fixme:mountmgr:query_property Unsupported property 0x7
…
0058:fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for
IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
0058:fixme:mountmgr:query_property Unsupported property 0x34
0024:fixme:cdrom:CDROM_GetDeviceNumber stub
0024:fixme:cdrom:CDROM_GetMediaType : faking success
…
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial
are not available.
…
0024:fixme:wbemdisp:propertyset_get__NewEnum
0024:fixme:ras:RasEnumConnectionsA (009AD088,009ADD4C,009ADD48),stub!
0024:fixme:ras:RasEnumConnectionsA RAS support is not implemented! Configure
program to use LAN connection/winsock instead!
0024:err:ole:com_get_class_object class {f3bdfad3-f276-49e9-9b17-c474f48f0764}
not registered
0024:err:ole:create_server class {f3bdfad3-f276-49e9-9b17-c474f48f0764} not
registered
0024:err:ole:com_get_class_object no class object
{f3bdfad3-f276-49e9-9b17-c474f48f0764} could be created for context 0x5
0024:err:winediag:netapi_init failed to load libnetapi.so
…
0024:fixme:mpr:WNetGetUniversalNameW (L"C:\\", 0x00000001, 009ABE9C, 009AC2B4):
stub
…
0024:fixme:uxtheme:DrawThemeTextEx unsupported flags 0x00002201
…
How will the chances evolve to fix remaining open issues?
--
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.