https://bugs.winehq.org/show_bug.cgi?id=54265
Bug ID: 54265
Summary: Sony Ericsson Themes Creator 4.16.2.6: fails to start
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: frauguelle(a)gmail.com
Distribution: ---
Created attachment …
[View More]73826
--> https://bugs.winehq.org/attachment.cgi?id=73826
Error
The Sony Ericsson Themes Creator 4.16.2.6 does not start.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=54139
Bug ID: 54139
Summary: rpcrt4:server - test_stop_wait_for_call() sometimes
crashes on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
…
[View More]test_stop_wait_for_call() sometimes crashes on Windows:
server.c:2258: this is the last test seen before the exception
20e8:server: unhandled exception 000006a6 at 776CC392
server.c:1226: unhandled exception 000006a6 in child process 20e8
See https://test.winehq.org/data/patterns.html#rpcrt4:server
Where 0x000006a6 == RPC_S_INVALID_BINDING.
This is similar to the RPC_S_CALL_FAILED crash that happens 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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=54148
Bug ID: 54148
Summary: shell32:shlfolder - test_SHOpenFolderAndSelectItems()
sometimes fails on Windows 11 with a generic E_FAIL
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: …
[View More]fgouget(a)codeweavers.com
test_SHOpenFolderAndSelectItems() sometimes fails on Windows 11 with a generic
E_FAIL:
shlfolder.c:5493: Test failed: Got unexpected hr 0x80004005.
See https://test.winehq.org/data/patterns.html#shell32:shlfolder
This happens a bit under twice per month and so far all 7 instances are on
w11pro64*.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=54167
Bug ID: 54167
Summary: urlmon:url - The ftp test sometimes time out in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
urlmon:url - The ftp test …
[View More]sometimes time out in Wine:
url.c:4231: ftp test...
url.c:1638: Test marked todo: unexpected call OnProgress_FINDINGRESOURCE
url.c:1650: Test marked todo: unexpected call OnProgress_CONNECTING
urlmon:url:027c done (258) in 120s 4472B
See https://test.winehq.org/data/patterns.html#urlmon:url
This happens a bit under one time per month.
urlmon:url usually takes under 10 seconds to run so it's not just the test
being a little bit slow. Also this test never times out on Windows so it's
doubtful that this is caused by network issues or server unavailability.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=54190
Bug ID: 54190
Summary: user32:clipboard - GetClipboardData() sets last error
on Windows 11
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:…
[View More]clipboard - GetClipboardData() sets last error on Windows 11:
clipboard.c:989: Test failed: bad last error 1168
clipboard.c:1590: Test failed: unexpected last error 1168
clipboard.c:1470: hwnd 0000000000010010
clipboard.c:1590: Test failed: unexpected last error 1168
clipboard.c:1470: hwnd 00000000002C03C8
clipboard.c:1590: Test failed: unexpected last error 1168
clipboard.c:1733: running from different thread
clipboard.c:1470: hwnd 00000000002C03C8
clipboard.c:1590: Test failed: unexpected last error 1168
See https://test.winehq.org/data/patterns.html#user32:clipboard
Where 1608 == ERROR_NOT_FOUND
Windows used to not set "last error" when GetClipboardData() found no match for
the requested format which made little sense as it left the caller in the dark
about the reason for the failure.
Starting with Windows 11 it sets the error to ERROR_NOT_FOUND which is clearer.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=54192
Bug ID: 54192
Summary: user32:clipboard - SetClipboardData() fails on Windows
11 for size < sizeof(WCHAR)
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.…
[View More]com
user32:clipboard - SetClipboardData() fails on Windows 11 for size <
sizeof(WCHAR):
clipboard.c:2267: Test failed: 8: wrong data L"f"
clipboard.c:2308: Test failed: 8: could not get data
clipboard.c:2310: Test failed: 8: wrong size 0 / 1
clipboard.c:2329: Test failed: 8: text not available
See https://test.winehq.org/data/patterns.html#user32:clipboard
In previous Windows versions it would happily terminate the Unicode string with
a single NUL character (at least it's not overflowing the buffer).
Also test_string_data() treats the buffer as a Unicode string, at least when
dumping it in failure cases, which it is clearly not when it's an odd number of
bytes, particularly a single byte. This results in random data going into the
output making it look like the failure is always new:
clipboard.c:2267: Test failed: 8: wrong data L"\7866"
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=54057
Bug ID: 54057
Summary: prints do not work in any application
Product: Wine-staging
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gizmo_1979(a)yahoo.it
CC: leslie_alistair(a)hotmail.com, z.…
[View More]figura12(a)gmail.com
Distribution: ---
As the title suggests: printouts don't work in any application, while they work
with version 7.21. If you try to print something from an application running
above wine stagin 7.22 absolutely 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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=36542
Bug ID: 36542
Summary: Outpost 2: Ingame videos don't play
Product: Wine
Version: 1.7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jopac76(a)mail.com
Created attachment 48633
--> https://bugs.winehq.org/attachment.…
[View More]cgi?id=48633
Log with 1.7.19
Outpost 2 ingame videos don't play. I have both the videos in the game folder
and in the CD.
Videos are in the Indeo codec, does this make this bug a duplicate of the other
Indeo-related bugs?
https://appdb.winehq.org/objectManager.php?sClass=version&iId=16926&iTestin…
claims the videos worked back on 1.1.35, making this a regression. The oldest I
could compile was 1.1.40, and it didn't work.
Game without videos is here: http://www.outpostuniverse.net/gamedownload.php
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=54171
Bug ID: 54171
Summary: The Kings of the Dark Age Demo crashes with out of
memory info
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikrutrafal(a)protonmail.com
…
[View More]Distribution: ---
Demo can be downloaded here -
https://www.gamepressure.com/download.asp?ID=10153
after installing app run this commands to install required libraries
```
winetricks mfc40
winetricks mfc42
wine WINEDIR/drive_c/Program Files (x86)/Cateia Games/The Kings of the Dark Age
Demo/Codec/wmv9VCMsetup.exe
wine WINEDIR/drive_c/Program Files (x86)/Cateia Games/The Kings of the Dark Age
Demo/VBruntime60sp5/vbrun60sp5.exe
```
Later opening game `KODA_demo.exe` or even settings `Advanced Settings.exe`
will cause to show message "Out of memory"
Default log from opening advanced settings is short and probably unhelpful
```
002c:fixme:winediag:LdrInitializeThunk wine-staging 7.22 is a testing version
containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when
filing bug reports on winehq.org.
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0110:fixme:olepicture:OleLoadPictureEx 028BEEFC, 7366, 0,
{7bf80980-bf32-101a-8bbb-00aa00300cab}, 0, 0, 0, 006DFB10, partially
implemented.
0110:err:ole:com_get_class_object class {283807b5-2c60-11d0-a31d-00aa00b92c03}
not registered
0110:err:ole:com_get_class_object no class object
{283807b5-2c60-11d0-a31d-00aa00b92c03} could be created for context 0x1
0110:fixme:imm:ImeSetActiveContext (0002005E, 1): stub
0110:fixme:imm:ImmReleaseContext (00020082, 0002005E): stub
00a4:fixme:imm:ImeSetActiveContext (0000000000010026, 0): stub
00a4:fixme:imm:ImmReleaseContext (0000000000010020, 0000000000010026): stub
```
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=49048
Bug ID: 49048
Summary: Future Pinball: keyboard did not respond or had a high
latency
Product: Wine
Version: 5.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)gmail.com
Distribution: ---
…
[View More]Created attachment 67030
--> https://bugs.winehq.org/attachment.cgi?id=67030
future pinball wine 5.7 log
Hello,
Future Pinball had actually a significant keyboard issue:
- the keyboard did not respond or had a high latency
- impossible to press shift keys right and left in the same time, only one key
at a time. It's more than annoying for a pinball game.
- sometimes you press a key multiple times it will not always respond...
I joined you a log with last wine 5.7.
How to reproduce:
- download future pinball (free): https://futurepinball.com/
- install oleaut32 vcrun6 and wsh57 with winetricks
- download a pinball table from http://www.pinsimdb.org/fr/
- load the pinball table (file, open)
- launch pinball table (F5)
- play ( press 5 for credits, 1 for play, enter to launch the ball and shift
left/right for flipper).
Thank you 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.
[View Less]