http://bugs.winehq.org/show_bug.cgi?id=32908
Bug #: 32908
Summary: Resident Evil: Operation Raccoon City doesn't launch
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 43461
--> http://bugs.winehq.org/attachment.cgi?id=43461
without native dx
See attached logs without and with native DirectX.
--
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=53370
Bug ID: 53370
Summary: Ragnarok Online crashing at the start:
GL_OUT_OF_MEMORY in glMapBufferRange
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: alandms123(a)gmail.com
Distribution: ---
Created attachment 72754
--> https://bugs.winehq.org/attachment.cgi?id=72754
game crash log
The game is a private server of ragnarok online https://www.novaragnarok.com
I've tested it with wine 6.18 and it's working there, but wine 7.12 and 7.13
the game crashes at the 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.
https://bugs.winehq.org/show_bug.cgi?id=42439
Bug ID: 42439
Summary: Jedi Knight Dark Forces II / DirectX7 WindowGUI issue
Product: Wine
Version: 2.0
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winemac.drv
Assignee: wine-bugs(a)winehq.org
Reporter: kevincarrolldavis(a)gmail.com
While in full screen mode, the in-game menu screens flicker and sometimes
render other menu screens on top of one another.
A work around for this issue was found when the following line was commented
out from the updateColorSpace function found in the
dlls/winemac.drv/cocoa_window.m file:
[self SetColorSpace:nil];
Ensuring that the RGB color space was used appeared to fix the problem.
--
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=52862
Bug ID: 52862
Summary: The 64-bit d3dcompiler_43:hlsl_d3d9,
d3dcompiler_46:hlsl_d3d9 and d3dcompiler_47:hlsl_d3d9
fail in Wine on cw-gtx560
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d-util
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
d3dcompiler_43:hlsl_d3d9, d3dcompiler_46:hlsl_d3d9 and d3dcompiler_47:hlsl_d3d9
have the same failures in Wine on cw-gtx560:
hlsl_d3d9.c:469: Test failed: Test 0: Got unexpected value {0.00000000e+000,
0.00000000e+000, 0.00000000e+000, 0.00000000e+000}.
hlsl_d3d9.c:469: Test failed: Test 1: Got unexpected value {0.00000000e+000,
0.00000000e+000, 0.00000000e+000, 0.00000000e+000}.
hlsl_d3d9.c:469: Test failed: Test 2: Got unexpected value {0.00000000e+000,
0.00000000e+000, 0.00000000e+000, 0.00000000e+000}.
hlsl_d3d9.c:469: Test failed: Test 3: Got unexpected value {0.00000000e+000,
0.00000000e+000, 0.00000000e+000, 0.00000000e+000}.
hlsl_d3d9.c:469: Test failed: Test 4: Got unexpected value {0.00000000e+000,
0.00000000e+000, 0.00000000e+000, 0.00000000e+000}.
hlsl_d3d9.c:469: Test failed: Test 5: Got unexpected value {0.00000000e+000,
0.00000000e+000, 0.00000000e+000, 0.00000000e+000}.
hlsl_d3d9.c:469: Test failed: Test 6: Got unexpected value {0.00000000e+000,
0.00000000e+000, 0.00000000e+000, 0.00000000e+000}.
hlsl_d3d9.c:469: Test failed: Test 7: Got unexpected value {0.00000000e+000,
0.00000000e+000, 0.00000000e+000, 0.00000000e+000}.
hlsl_d3d9.c:521: Test failed: Got unexpected value {0.00000000e+000,
0.00000000e+000, 0.00000000e+000, 0.00000000e+000}.
hlsl_d3d9.c:735: Test failed: Got unexpected value {0.00000000e+000,
0.00000000e+000, 0.00000000e+000, 0.00000000e+000}.
hlsl_d3d9.c:940: Test failed: Got unexpected value {0.00000000e+000,
0.00000000e+000, 0.00000000e+000, 0.00000000e+000}.
https://test.winehq.org/data/patterns.html#d3dcompiler_43:hlsl_d3d9https://test.winehq.org/data/patterns.html#d3dcompiler_46:hlsl_d3d9https://test.winehq.org/data/patterns.html#d3dcompiler_47:hlsl_d3d9
In each case only the wow64 build has failures.
All three started failing after this commit:
commit 6a062afb75c1e026614403312f2e13207e359634
Author: Zebediah Figura <zfigura(a)codeweavers.com>
Date: Thu Mar 3 20:25:26 2022 -0600
d3dcompiler: Implement D3DCompile2() using vkd3d_shader_compile().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51713
Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=52435
Bug ID: 52435
Summary: Cobra Kai Black Screen on wine 7.0
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: NihonFalcomOrigin(a)hotmail.fr
Distribution: ---
Hello.
I was playing Cobra Kai on wine 6.0.3 without any problem.
Since the update from wine to 7.0, the game launches but instead of the game, I
have a black screen without sound.
My configuration is:
Debian 10.11
AMD Ryzen 7 3700X
Nvidia GeForce GTX 1650 SUPER
32 GB of Memory
SSD Western Black SN750
Can you tell me what I should do to fix the problem?
Thanks in advance.
Good evening.
--
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=50260
Bug ID: 50260
Summary: no printing possible at all
Product: Wine
Version: 3.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stefanehaas(a)web.de
Distribution: ---
Created attachment 68794
--> https://bugs.winehq.org/attachment.cgi?id=68794
Print error popup when printing
I run wine 3.0 (stable on elementaryOS 5.1.7 Hera (ubuntu 18.04 bionic LTS).
All my cups printers are recognized in win32 env/apps (powerpoint, notepad,
...) but on printing I immediately get a (generic) error no matter which
printer (physical, PDF) I use
--
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=14831
Summary: ws2_32: sock.ok fails in Solaris, but not Linux
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Solaris
Status: NEW
Keywords: testcase
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
austin@opensolaris:~/wine-git/dlls/ws2_32/tests$ make testclean ; wineserver -k
; rm -rf ~/.wine ; make sock.ok
rm -f protocol.ok sock.ok
../../../tools/runtest -q -P wine -M ws2_32.dll -T ../../.. -p
ws2_32_test.exe.so sock.c && touch sock.ok
wine: created the configuration directory '/export/home/austin/.wine'
err:iphlpapi:getNumWithOneHeader Unable to open '/proc/net/route' to count
entries!
err:iphlpapi:getRouteTable unimplemented!
Could not load Mozilla. HTML rendering will be disabled.
sock.c:947: Test failed: get/setsockopt(SO_RCVTIMEO) failed error: 10042
sock.c:955: Test failed: get/setsockopt(SO_SNDTIMEO) failed error: 10042
err:iphlpapi:getNumWithOneHeader Unable to open '/proc/net/route' to count
entries!
err:iphlpapi:getRouteTable unimplemented!
sock.c:1258: Test failed: Failed to create socket: 10043
sock.c:1662: Test succeeded inside todo block: select should not return any
socket handles
sock.c:1663: Test succeeded inside todo block: FD should not be set
sock.c:1664: Test succeeded inside todo block: FD should not be set
sock.c:1688: Test failed: closesocket did not wakeup select
sock.c:1765: Test failed: closesocket did not wakeup accept
+winsock attached
--
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=52772
Bug ID: 52772
Summary: winetricks wmp9 fails to install (kernel32 version
string doesn't match windows version)
Product: Wine
Version: 6.6
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Regression SHA1: 04a8213ba9e3b8aa1f980d19b240929948da5abe
Distribution: ---
After:
commit 04a8213ba9e3b8aa1f980d19b240929948da5abe
Author: Arkadiusz Hiler <ahiler(a)codeweavers.com>
Date: Tue Apr 20 14:38:09 2021 +0300
kernel32: Update version to Win 10.
This fixes the game Evil Genius 2 complaining about unsupported OS.
Signed-off-by: Arkadiusz Hiler <ahiler(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
`winetricks wmp9` no longer installs; instead an error dialog saying that <=
WINXP is required:
0124:trace:text:DrawTextExW L"This version of Windows Media Player can be
installed only on Windows 98 Second Edition, Windows Millennium Edition,
Windows 2000, Windows XP, and Windows .NET Server.", -1, [(0,0)-(237,52)]
00000850
winetricks is setting the windows version of the wineprefix to winxp before
installing, but it seems that the installer is checking the kernel32 version
strings, and failing to install as a result.
Still present in wine-7.5-175-g0de8d01b09b, reverting the patch allows the
installer to proceed.
I'm not sure what we can do here. Currently the version string is hardcoded
regardless of what version of windows we're reporting. I'd guess either we need
to allow overriding the string/shipping different resource files for different
reported windows versions, or call this a WONTFIX?
--
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=52681
Bug ID: 52681
Summary: Google Chrome Stopped working after 7.2
Product: Wine-staging
Version: 7.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ndk+whq(a)esperanca.biz
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Hi!
I have been using Google Chrome Portable for some time now.
It was working with some options (--no-sandbox) right until wine-staging-7.3.
It stopped starting after 7.3. The installation process from portableapps is
smooth, it just does not want to start (no 'usual' black screen, just fails
starting).
I have tried to use old wine directory, new wine directory, installed corefonts
as someone suggested in some of the bugs, etc.
I also have tried to use wine-staging-7.4 with no luck.
After I downgraded back to 7.2 - chrome started working again with
--no-sandbox.
The system: the latest Gentoo x64.
Video card: AMD Radeon 480 (amdgpu Xorg driver).
Command: WINEPREFIX=/path/to/wine wine /path/to/chrome --no-sandbox
Expected Behavior (works until wine-staging-7.3):
Chrome starts and is usable
Actual Behavior (wine-staging-7.3; wine-staging-7.4):
Chrome fails to start.
Let me know if there are any debug info is needed (preferrably which options to
enable for WINEDEBUG).
--
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=53539
Bug ID: 53539
Summary: maybe a --with-wine-64 build should call widl with
-win32 option
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: j-r(a)online.de
Distribution: ---
Using just --with-wine-64 results in a Makefile calling widl from the win64
build directory without any target architecture specified resulting in early
build failure:
...
WIDL dlls/actxprxy/actxprxy_activscp_p.c
WIDL dlls/actxprxy/actxprxy_activscp.h
CC dlls/actxprxy/actxprxy_activscp_p.cross.o
dlls/actxprxy/actxprxy_activscp_p.c:9084:2: error: #error Invalid build
platform for this proxy.
9084 | #error Invalid build platform for this proxy.
| ^~~~~
Hacking Makefile to add -win32 to the widl invocation works around this. I have
no clue whether that is the right solution, though.
--
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.