https://bugs.winehq.org/show_bug.cgi?id=43353
Bug ID: 43353
Summary: Planet Skies
Product: Wine
Version: 1.7.3
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: katyaholubitsky11(a)gmail.com
Created attachment 58700
--> https://bugs.winehq.org/attachment.cgi?id=58700
the backtrace is an attachment that shows up whenever i try to use OpenGL or
Direct3G.
When i try to click OpenGL,it wouldn't let me play,the screen goes black and
this popup shows up,
and when i try to use Direct3G, the same popup shows up.
--
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=33446
Bug #: 33446
Summary: Left 4 Dead: Player outlines may appear distorted
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: CFSworks(a)gmail.com
Classification: Unclassified
Created attachment 44258
--> http://bugs.winehq.org/attachment.cgi?id=44258
Distorted player outlines: UseGLSL=enabled, shader detail level = very high
In Left 4 Dead, with the shader detail level set to high/very high, and
UseGLSL=enabled, there is some distortion in the outlines of characters through
walls.
At medium/low shader detail, the outlines appear as they should. Likewise,
setting UseGLSL=disabled corrects the image, so this may be a bug in Wine's
GLSL generator.
--
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=38275
Bug ID: 38275
Summary: DeferWindowPos accept NULL HWND and fail at
EndDeferWindowPos()
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: rozhuk.im(a)gmail.com
Distribution: ---
http://source.winehq.org/git/wine.git/blob/e882cdf55cc004b5ffb7b85d912b4733…
DeferWindowPos( HDWP hdwp, HWND hwnd...
does not check: hwnd != NULL (windows does!)
and later EndDeferWindowPos() fail in
http://source.winehq.org/git/wine.git/blob/e882cdf55cc004b5ffb7b85d912b4733…
X11DRV_SetWindowPos(...)
...
763 /* Fix redundant flags */
764 if (!fixup_flags( winpos )) return FALSE;
fixup_flags()
...
WND *wndPtr = WIN_GetPtr( winpos->hwnd );
382 BOOL ret = TRUE;
383
384 if (!wndPtr || wndPtr == WND_OTHER_PROCESS)
385 {
386 SetLastError( ERROR_INVALID_WINDOW_HANDLE );
387 return FALSE;
388 }
Miranda NG was affected.
Workaround:
if (NULL != hwnd) /* Wine fix. */
hdwp = DeferWindowPos(hdwp, hwnd...);
--
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=46943
Bug ID: 46943
Summary: Theme Park World crashes at startup
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: haakobja(a)gmail.com
Distribution: ---
Created attachment 64065
--> https://bugs.winehq.org/attachment.cgi?id=64065
Log with exception
Hi,
I'm trying to get Theme Park World to start with Wine. I've set the Windows
version to Windows 2000 (as stated in bug 37802), and the game is updated to
version 2.0.
The copy protection seems to work, but after the initial splash screen is gone
I immediately get the following exception:
> 0035:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7b46b76e
When I try with the no-cd crack, the game runs as it should.
--
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=28420
Summary: serious problem in running schrankplaner.exe
Product: Wine
Version: unspecified
Platform: x86
URL: javascript:downloahttp://www.schrankplaner.de/deu/4_Pl
anen&Bestellen/41_GratisSoftware/45_Gratis-Software.ht
ml?PHPSESSID=25bda3c1dc1d0b9440e7c516aaa00b46d('./soft
ware_de/schrankplaner_setup.exe','1')
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: muemarco(a)gmail.com
after installing the program successfully by creating a .verb file and running
it with the command winetricks schrankplaner.verb, the program crashes when I
start it from the wine program list.
--
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=10791
Summary: RPG Maker XP 10.2a: Does not play Background Music (BGM)
and Background Sounds (BGS)
Product: Wine
Version: 0.9.50.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hen.asraf(a)gmail.com
Background Music and Background Sounds cannot be played with Wine.
It is possible to play them in your own media player and such, and then just
choose to use the preferred file to be played when playing. It will play on
Windows machines, only it won't under Wine.
No errors occur, the sound simply does not play.
Sound Effects (SE) and Music Effects (ME) do work.
It might have something to do with the file type and media codec.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38117
Bug ID: 38117
Summary: Fallen Enchantress: map screen is black unless
'ClothMapOnly' option is enabled
Product: Wine
Version: 1.7.36
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 50801
--> https://bugs.winehq.org/attachment.cgi?id=50801
terminal output
The map screen is black, only some HUD elements can be seen.
The game contains configuration options in ~/My
Games/FallenEnchantress/Prefs.ini
If I set the option 'ClothMapOnly=1' then the map is rendered properly.
The same problem with Wine 1.4/1.6.
Native d3dx9_41 was used to start the game.
Disabling GLSL doesn't help.
Fedora 21
Nvidia binary drivers 340.76
--
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=46164
Bug ID: 46164
Summary: Graphics blurry/garbled in Unigine Superposition
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cybermax(a)dexter.no
Distribution: ---
Graphics is blurry/garbled in Unigine Superposition running in "DirectX" or
"OpenGL" mode with "medium" or higher "shader quality".
Setting "shader quality" to "low" seems ok in both OpenGL and DirectX mode.
--
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=33053
Bug #: 33053
Summary: Support for dvorak programmer layout.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gitterrost4+winehq(a)gmail.com
Classification: Unclassified
Created attachment 43693
--> http://bugs.winehq.org/attachment.cgi?id=43693
Patch to add support for dvorak programmer's layout.
There currently is no support for the dvorak programmer's layout in wine. The
layout can be found here:
http://kaufmann.no/roland/dvorak/index.html
The symptom of this problem is:
In Guild Wars, if I try to bind the key with the ampersand on it (where the 1
would usually be on a standard US-Keyboard) to an action, it just does nothing,
as if i hadn't pressed any key.
The same goes for Diablo III. If I try to bind this key, it says
"!!!MISSING!!!".
Writing in these apps currently works as expected (i.e. in Chats or Messages).
I have altered the File dlls/winex11.drv/keyboard.c, and it kind of works. (see
the attached Patch)
When I press the ampersand-key in the patched version, it registers, but shows
up as "1" in the options dialog. This is no problem for gameplay, it just looks
weird.
--
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=51436
Bug ID: 51436
Summary: Resident Evil 7 has wrong lights/shadows rendering
(OpenGL renderer)
Product: Wine
Version: 6.12
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 70290
--> https://bugs.winehq.org/attachment.cgi?id=70290
example
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 1224.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 1224.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 26628.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 3384.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 7800.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 948.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 13620.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 1992.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 4656.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 23712.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 23712.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 62244.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 62244.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 62244.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 62244.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 6924.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 10590.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 7392.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 23004.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 3228.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 3564.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 1512.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 3588.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 112176.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 23712.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 23712.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 8448.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 8448.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 6306.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 1224.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 26628.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 2982.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 7800.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 3132.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 3678.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 10692.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 5760.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 1992.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 4656.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 62244.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 62244.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 62244.
07d8:fixme:d3d:wined3d_context_gl_draw_indirect Ignoring index offset 62244.
wine-6.12-162-gd10887b8f56
--
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=42729
Bug ID: 42729
Summary: Corrupted graphics in Wolcen: Lords of Mayhem
(DX11/CryEngine)
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: fincer89(a)hotmail.com
Distribution: ---
Created attachment 57716
--> https://bugs.winehq.org/attachment.cgi?id=57716
Wolcen: Lords of Mayhem, corrupted graphics, DX11. Console output
As stated in the title, this DX11/CryEngine Steam game has corrupted graphics
when running on Wine.
Console output as an attachment (while the game was running).
Configuration:
Clean 64-bit prefix, Windows Steam, Wine 2.4 (git), Wine 2.4 Staging (git). No
Staging stuff enabled in winecfg.
--
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=37533
Bug ID: 37533
Summary: Dragon Age Origins: Crashes in some parts of the game
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: claw(a)triple6.org
Distribution: ---
Created attachment 49953
--> https://bugs.winehq.org/attachment.cgi?id=49953
Backtrace of a crash
I noticed that Dragon Age Origins crashes in some parts of the game. See the
backtrace attached. Its always in the same locations or sequences.
I also noticed that lowering the graphical settings can help and i can pass
beyond this crashes.
I mostly happens when many textures need to be loaded.
This was tested on AMD (radeon driver 7.5.0), nvidia ( proprietary 340.46) and
intel ( 2.21.15 ).
There are also other graphics related issues in the game like video sequences
displaying just a black screen and sometimes glitches like black textures.
I'll test it against current 1.7 release of wine if i find some time to compile
it and wipe my ~/.wine.
Thanks for wine by the way.
--
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=32230
Bug #: 32230
Summary: Incanto does not display main screen background
Product: Wine
Version: 1.5.17
Platform: x86
URL: http://www.izzygames.com/incanto-t2952.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Classification: Unclassified
Good indicators of why it happens is it display a message a few times at the
start of which you have to dismiss to get to the main screen.
--*.frag--
Fragment shader failed to compile
Vertex shader failed to compile
Having d3dx9_36 does is not a workaround nor does it allow you to proceed into
the game but that could be unrelated.
--
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=50893
Bug ID: 50893
Summary: Wine cannot see home directory
Product: Wine
Version: 6.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehome(a)dispostable.com
Distribution: ---
Created attachment 69703
--> https://bugs.winehq.org/attachment.cgi?id=69703
output of "wine explorer ~/"
Steps to reproduce: With a fresh install and prefix (WINEARCH 32 or 64 bit),
run "wine explorer" and navigate to /home.
Expected behaviour: A list of all folders in /home appears.
Actual behaviour: One user home folder, /home/user1, is missing from the list.
Other user home folders, e.g. /home/user2, are shown as expected.
Permissions for /home/user1 and /home/user2 are the same. The absence of
/home/user1 persists, regardless of whether wine is run under user1 or user2.
Running "wine explorer ~/" gives
0144:err:explorer:make_explorer_window Failed to create PIDL for
L"Z:\\home\\user1".
This also affects all file dialogs in other software and opening a file in
/home/user1 with an associated wine executable.
--
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=25759
Summary: crash when running game "Polda" and moving their
(game) window
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: prescott66(a)gmail.com
Created an attachment (id=32832)
--> (http://bugs.winehq.org/attachment.cgi?id=32832)
crash log game "Polda"
this bug is about one older game named "Polda".it is edited to works OK on
Windows XP and it works on real Windows XP.
But when i run it on Linux (Fedora 14, 32-bit, wine ver:1.3.11) game hangs and
when i try to move window, game crashes. log is attached.
i can upload somewhere that game if you will, thats no problem because its not
big game(cca 100MB).
--
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=51477
Bug ID: 51477
Summary: user32:input test_Input_blackbox() gets unexpected
00&41(A) keystate changes
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
test_Input_blackbox() gets unexpected 00&41(A) keystate changes:
https://test.winehq.org/data/patterns.html#user32:input
input.c:757: Test failed: 0 (a4/0): 00 from 00 -> 81 unexpected
input.c:757: Test failed: 0 (a4/0): 41 from 00 -> 01 unexpected
* This exclusively happens for the first sendinput_test entry which is supposed
to simulate pressing the left Alt key (VK_LMENU == 0xa1).
* I do not know what the 00 virtual key code corresponds to. According to the
failure message this key is getting pressed down and toggled.
* The 41 virtual key code should be the 'A' key but that's not a toggle key
(unlike, e.g., Caps Lock) so the low order bit should be meaningless. So it's
strange that it changed from off to toggled.
* These failures happen on the following machines:
(41 corresponds to 100% reproducible, some machines may have fewer than 41
runs)
17 2008_newtb-w2008s64-32
1 2008_newtb-w2008s64-64
5 win7_newtb-w7u-2qxl
7 win81_cw-rx460-32
4 win1507_cw-gtx560-1507-32
5 win1507_cw-rx460-1507-32
1 win1709_cw-rx460-1709-64
39 win2009_cw-gtx560-2009-32
39 win2009_cw-gtx560-2009-64
41 win2009_cw-rx460-2009-32
41 win2009_cw-rx460-2009-64
--
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=17414
Summary: user32/dde test crashes if +heap enabled
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://test.winehq.org/data/6a1537c4b5037be5253c33021fda
3a02430533f7/wine_xp_ae-ub-810-heap/riched32:editor.html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=19484)
--> (http://bugs.winehq.org/attachment.cgi?id=19484)
backtrace in 1.1.15
wine: Unhandled page fault on read access to 0x00130000 at address 0x6045971b
(thread 0009), starting debugger...
...
=>0 0x6045971b CompareStringW+0x13b(lcid=1033, style=0, str1=0x130000, len1=0,
str2=0x6074c780, len2=-1)
[/home/austin/wine-git/dlls/kernel32/../../include/wine/unicode.h:216] in
kernel32 (0x0032f848)
1 0x6045bed4 lstrcmpW+0x64(str1=<register EDI not in topmost frame>,
str2=<register ESI not in topmost frame>)
[/home/austin/wine-git/dlls/kernel32/locale.c:2834] in kernel32 (0x0032f878)
2 0x60681d7a dde_server_wndprocW+0x3da(hwnd=0xe0028, msg=1000, wparam=458798,
lparam=<register EDI not in topmost frame>)
[/home/austin/wine-git/dlls/user32/tests/dde.c:1215] in user32_test
(0x0032f8b8)
3 0x6082337a WINPROC_wrapper+0x1a() in user32 (0x0032f8e8)
4 0x608237ca call_window_proc+0x6a(hwnd=<register EDI not in topmost frame>,
msg=<register ESI not in topmost frame>, wp=458798, lp=1204994,
result=0x32f998, arg=0x606819a0)
[/home/austin/wine-git/dlls/user32/winproc.c:458] in user32 (0x0032f928)
5 0x60828af7 WINPROC_call_window+0xf7(hwnd=<register EDI not in topmost
frame>, msg=1000, wParam=458798, lParam=1204994, result=0x32f998, unicode=1,
mapping=WMCHAR_MAP_DISPATCHMESSAGE)
[/home/austin/wine-git/dlls/user32/winproc.c:2218] in user32 (0x0032f968)
6 0x607e7ee6 DispatchMessageW+0x96(msg=<register EDI not in topmost frame>)
[/home/austin/wine-git/dlls/user32/message.c:3122] in user32 (0x0032f9a8)
7 0x607a4037 WDML_SyncWaitTransactionReply+0xe7(hConv=0x1254b8,
dwTimeout=<register ESI not in topmost frame>, pXAct=0x125508, ack=0x32fb84)
[/home/austin/wine-git/dlls/user32/dde_client.c:1069] in user32 (0x0032fa08)
8 0x607a4b21 DdeClientTransaction+0x651(pData="test dde command", cbData=17,
hConv=0x1254b8, hszItem=0xdead, wFmt=48879, wType=16464, dwTimeout=1000,
pdwResult=0x32fb84) [/home/austin/wine-git/dlls/user32/dde_client.c:1225] in
user32 (0x0032fa68)
9 0x60686158 test_dde_aw_transaction+0x638()
[/home/austin/wine-git/dlls/user32/tests/dde.c:1374] in user32_test
(0x0032fb98)
...
216 while (*s) s++;
Attached is the backtrace...I've stripped out +heap, so the output is readable,
but easily reproducible.
--
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=51473
Bug ID: 51473
Summary: user32:input Some SendInput() set LastError to
ERROR_ACCESS_DENIED on cw-rx460 19.11.3
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
More specifically some cw-rx460 machines have the following failures:
https://test.winehq.org/data/patterns.html#user32:input
input.c:4410: Test failed: SendInput returned 1, error 0x5
input.c:4413: Test failed: SendInput returned 16, error 0x5
input.c:4464: Test failed: SendInput returned 16, error 0x5
These fail not because SendInput() failed, but because it modified LastError,
setting it to ERROR_ACCESS_DENIED.
This only happens on the following machines which have in common that they use
the 19.11.3 Radeon driver which is the latest version that will run on these
Windows versions:
win1507_cw-rx460-1507-32
win1507_cw-rx460-1507-64
win81_cw-rx460-32
win81_cw-rx460-64
The failure is systematic on these 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=51471
Bug ID: 51471
Summary: user32:input receives unexpected WM_SYSTIMER messages
in test_SendInput()
Product: Wine
Version: 6.10
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:input sometimes receives unexpected WM_SYSTIMER messages in
test_SendInput():
https://test.winehq.org/data/patterns.html#user32:input
input.c:4477: Test failed: SendInput triggered unexpected message 0x118
Notes:
* This is random: there is no machine where it happens systematically; and
different machines don't necessarily have the issue on the same day.
* This does not happen on a specific Windows version though not all seem to be
impacted either. Specifically this issue has been seen on the following
machines:
win7_newtb-w7u-2qxl
win7_newtb-w7u-de
win7_newtb-w7u-el
win7_newtb-w7u-es
win7_newtb-w7u-pt-PT
2008_newtb-w2008s64
win81_cw-rx460
win1507_cw-gtx560-1507
win1507_cw-rx460-1507
win1909_cw-gtx560-1909
win2009_cw-gtx560-2009
win2009_cw-rx460-2009
* Maybe the following article can be useful:
https://devblogs.microsoft.com/oldnewthing/20160624-00/?p=93745
--
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=42784
Bug ID: 42784
Summary: Lost Planet dx10 demo black screen after starting new
game
Product: Wine
Version: 2.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andras(a)sth.sze.hu
Distribution: ---
Created attachment 57802
--> https://bugs.winehq.org/attachment.cgi?id=57802
+d3d11, + d3d_shader
After starting new game or performance test in Lost Planet dx10 demo, it shows
only black screen. It tries to create a geometry shader and fails. As far as I
see, it want to use a vertex shader as geometry shader.
See log file.
--
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=50475
Bug ID: 50475
Summary: ENM (Externes Notenmodul / external mark module)
crashes on opening
Product: Wine
Version: 5.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian.arnhold387(a)gmail.com
Distribution: ---
Created attachment 69111
--> https://bugs.winehq.org/attachment.cgi?id=69111
Terminal log
ENM is a teacher's tool for grading students, released by the government of the
state of North-Rhine Westphalia (NRW) in Germany.
Requirements for wine:
winetricks mdac28 msls31 riched30 vb6run winbind
Description of the bug:
When trying to install the latest version of ENM ("ENM-Setup 1.4.8.1 Stand
21.12.2020") downloaded from the official government website, the installer
works fine. When trying to open the installed executable, the program crashes
immediately with an "unhandled exception" error.
I tried to run it using both wine and wine-development package, trying both 64
bit and 32 bit prefix, on Ubuntu 20.04 amd64. Results are identical.
Terminal output log included.
Link to software (installer):
https://www.svws.nrw.de/system/files/zip_und_exe/2020-12/ENM-Setup_1_4_8_1.…
Link to WineHQ database entry (outdated and unmaintained):
https://appdb.winehq.org/objectManager.php?sClass=application&iId=9047
Additional problem solving analysis:
Older versions of the software definitely worked fine until June 2020, as e.g.
this blog entry proves (http://www.tohschneider.de/extnotmodlinux/). Suspected
a problem with ENM software itself, but when trying older version from before
that time, these versions that once worked fine now also throw an "unhandled
exception" error. This proves that something in wine must have changed.
Contacted developer of ENM software. Developer suspects a problem with the way
wine handles the ADO drivers. Other softwares from the government school
software suite show similar behaviour. Government institution sadly does not
support Linux, but is interested in getting ENM software to work again.
In the interest of free education, solution would be highly appreciated.
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=51931
Bug ID: 51931
Summary: Dead Rising encounters infinite loading when starting
a new game (needs WMAudio Decoder DMO)
Product: Wine
Version: 6.20
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
073c:err:ole:com_get_class_object class {2eeb4adf-4578-4d10-bca7-bb955f56320a}
not registered
073c:err:ole:com_get_class_object no class object
{2eeb4adf-4578-4d10-bca7-bb955f56320a} could be created for context 0x1
wine-6.20-61-gababea0fd70
--
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.