https://bugs.winehq.org/show_bug.cgi?id=55629
Bug ID: 55629
Summary: user32:monitor fails on macOS due to unsupported
display modes
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:monitor fails on macOS due to unsupported display modes:
monitor.c:448: Test failed: Unexpected ChangeDisplaySettingsExA() return code
for vid_modes_test[1]: -2
monitor.c:448: Test failed: Unexpected ChangeDisplaySettingsExA() return code
for vid_modes_test[4]: -2
See https://test.winehq.org/data/patterns.html#user32:monitor
Where -2 == DISP_CHANGE_BADMODE
The failures correspond to failing to change the resolution to 1024x768 in the
must_succeed case. Because the DM_BITSPERPEL flag is not set, this is not
caused by the lack of support for changing the display's bit depth (see bug
55628). In fact, if I understand correctly, winemac.drv's
macdrv_ChangeDisplaySettings() always ignores dmBitsPerPel so it should not
fail even if DM_BITSPERPEL was set.
So it must be that some display modes, specifically 1024x768, are not supported
on macOS, or more specifically, in this test configuration (see also bug
55559).
The failures are systematic and only happen on macOS (see Remi's
rbernon-macos-* cloud test machines).
--
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=55628
Bug ID: 55628
Summary: user32:monitor fails to change the screen bpp on macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:monitor fails to change the screen bpp on macOS:
monitor.c:806: Test failed: Device \\.\DISPLAY1 test 1 expect dmBitsPerPel 16,
got 32
monitor.c:857: Test failed: Failed to find a different mode.
monitor.c:879: Test failed: Device \\.\DISPLAY1 test 0 expect dmBitsPerPel 8,
got 32
monitor.c:2416: Test failed: bpp 16: Expected 16, got 32.
monitor.c:2416: Test failed: bpp 8: Expected 8, got 32.
monitor.c:2467: Test failed: Expected BITSPIXEL 8, got 32.
monitor.c:2480: Test failed: Expected bpp 8, got 32.
monitor.c:2484: Test failed: Expected bpp 8, got 32.
monitor.c:2506: Test succeeded inside todo block: bpp 8: Selecting bitmap
succeeded.
monitor.c:2558: Test failed: Failed to find a different resolution for
\\.\DISPLAY1.
monitor.c:2571: Test failed: Expected BITSPIXEL 8, got 32.
monitor.c:2586: Test failed: Expected BITSPIXEL 16, got 32.
See https://test.winehq.org/data/patterns.html#user32:monitor
The failures are systematic and only happen on macOS (see Remi's
rbernon-macos-* cloud test machines).
Looking at macdrv_ChangeDisplaySettings() in dlls/winemac.drv/display.c it
looks like changing the display bit depth is not supported... at least by
winemac.drv if not by macOS itself. Windows applications that need 8 and 16 bpp
are probably old and rare now so this may not be a major compatibility issue,
but it is going to be an issue for this test. Hence the following questions:
* Does macOS support changing the display bit depth?
* If not is this something winemac.drv can emulate?
* If not, how can we get the test to not fail without essentially dropping
these tests on all platforms?
--
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=52283
Bug ID: 52283
Summary: After loading roblox studio, some menus are shifted
and blinking
Product: Wine
Version: 6.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: waldirio(a)gmail.com
Distribution: ---
Hi,
After loading the roblox studio via wine, I can see the main screen, all
templates, resize the window and no issue at all. However, when loading any
project, and here I'm using the Baseplate as example, some menus will be
shifted and blinking all the time, for example "Toolbox" or "Asset Manager".
The version in question wine-6.21-1.fc34.x86_64 over Fedora 34
---
$ cat /etc/redhat-release
Fedora release 34 (Thirty Four)
---
Attached I'm going to add some screenshots, via winecfg, I set "Windows 10" as
windows version and also added some different versions of direct.
I'm also adding the dxdiag screen, I can see some dll's are missing. I'm not
sure if they could be the root cause of this behavior.
Thank you in advance for your help.
Waldirio
--
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=55603
Bug ID: 55603
Summary: Monty Python Pythonizer "Unable to load sounds from
pythsfx.dll." - Wine 8.0.2 in Linux Mint 21
Product: Wine
Version: 8.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 80230co(a)pm.me
Distribution: ---
Created attachment 75140
--> https://bugs.winehq.org/attachment.cgi?id=75140
A three slide representation of the error message
When I run Noisy Bits on Monty Python's Pythonizer, and attempt to use the app
(it launches fine, see bug report here)
https://bugs.winehq.org/show_bug.cgi?id=55595 , I get a prompt that reads "You
must install pythsfx.dll to your hard drive to have keyboard sounds activated.
Do you want to install this 1402KB file from xdg_session_class=userfamily", and
error message "install failed! Unable to copy file." when I click Yes. To fix
this, you must copy pythsfx.dll (and any other .dll files you want) to
.wine/drive_c/windows folder, at which point Noisy Bits will inform you that it
is "Unable to load sounds from pythsfx.dll." When you run it again.
I am opening this bug report on winehq because this file has to be copied
within the .wine directory in my home folder.
I am running Linux Mint 21.1 (Ubuntu 22.04 Jammy) with Cinnamon x64 desktop
environment.
--
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=16149
Summary: Star Wars Rebellion: tactical battle mode crashes game
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: appleshampooid(a)netscape.net
Created an attachment (id=17394)
--> (http://bugs.winehq.org/attachment.cgi?id=17394)
console output
Star Wars: Rebellion will crash when you try to enter tactical battle mode
(when two fleets meet over a planet). The fastest way to reproduce the bug is
to start a new game as the Rebellion and move your closest fleet to Coruscant,
then bump the game speed up to Fast and you'll get a battle alert within a
minute. Once you take control of the battle, you can issue orders while still
paused, although the starfield is blank and doesn't show any of the ships. As
soon as you unpause the battle or click in the starfield, the game will crash.
NOTE: I'm using the native DLLs for d3drm.dll and d3dxof.dll. The problem with
d3drm.dll is described in bug 8232, but it doesn't look like it's getting fixed
any time soon. From the console output, I'm pretty sure this bug would still
cause the game to crash even if the wine DLLs for those libraries worked (the
errors seem to be coming from other wine DLLs, not the native ones). Other
than those DLLs, I'm running it with a fresh .wine directory on 1.1.8.
Console output is attached, please let me know if you'd like me to enable any
other debug flags. Note that the error which is listed the first few times in
the file is pumped out constantly for the duration of the game, so I'm not sure
if its relevant. I've snipped off the top of the logfile until right before
you enter battle mode and it crashes.
Unfortunately I don't believe the game is available for free download. I'm
running Ubuntu 8.04. Thanks for taking a look.
--
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=12840
Summary: kernel32: change.ok test fails in PC-BSD but not Linux
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: FreeBSD
Status: NEW
Keywords: testcase
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=12531)
--> (http://bugs.winehq.org/attachment.cgi?id=12531)
+file in git, bzip2 -9'ed
Change.ok is full of failures in PC-BSD:
change.c:82: Test failed: Missed notification
change.c:296: Test failed: should be ready
change.c:759: Test failed: ov.InternalHigh wrong
change.c:763: Test failed: action wrong
change.c:764: Test failed: len wrong
change.c:765: Test failed: name wrong
change.c:820: Test failed: Missed parent notification
Total of 53!
Attached is a +file log.
--
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=55620
Bug ID: 55620
Summary: Unable to get the Vulkan backend of WineD3D to work
Product: Wine
Version: 8.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: barrosleo10(a)gmail.com
Distribution: ---
Created attachment 75158
--> https://bugs.winehq.org/attachment.cgi?id=75158
non WINEDEBUG log file
It just refuses to boot, I've made sure to download all the necessary Vulkan
stuff for both my Intel iGPU and the discrete Nvidia GPU, vkcube works
perfeclty, so does DXVK with both 32 and 64 bit applications.
I've investigated a bit and its always related to this loader_thunks.c file
always throwing an "assertion failed" error, although depending on the program
it seems to change a bit, like the one in the log it threw that
"vkCreateGraphicsPipelines" error while on the other it threw
"vkDestroySurfaceKHR", I'm not sure what's going on.
--
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=55610
Bug ID: 55610
Summary: wine fails to launch roblox with error "application
encountered an unrecoverable error"
Product: Wine
Version: 8.16
Hardware: aarch64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dm64848(a)gmail.com
Distribution: ---
when launching roblox it loads a bit and then spits out:
"the application enountered an unrecoverable error"
then tells me to press OK the create a memory dump
i have attatched the tmp file is spits out let me know if there is anything
else i need to do.
--
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=55607
Bug ID: 55607
Summary: Roblox App crashing with Memory Dump
Product: Wine
Version: 8.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rudranshtb(a)gmail.com
Distribution: ---
Roblox is crashing on Wine 8.16, with a Memory Dump. Most likely with fixing
the bad performance.
Only the Player, NOT THE STUDIO!
If you can fix this, I would appreciate it!
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.
https://bugs.winehq.org/show_bug.cgi?id=55617
Bug ID: 55617
Summary: Roblox fatal crash
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Zaandre09(a)gmail.com
Distribution: ---
Created attachment 75153
--> https://bugs.winehq.org/attachment.cgi?id=75153
Backtrace, Error told me to add it
DISTRO: ARCH
KERNEL: LINUX-ZEN
VER: WINE-STAGING
So Grapejuice said that Roblox was finally working again and I installed
Roblox, I started a game and got a "unrecoverable error" saying I couldn't open
Roblox, I'm wondering if anyone can 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.