https://bugs.winehq.org/show_bug.cgi?id=47268
Bug ID: 47268
Summary: World of Warcraft - Crashing "Error #132"
Product: Wine
Version: 4.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cybermax(a)dexter.no
Distribution: ---
Created attachment 64561
--> https://bugs.winehq.org/attachment.cgi?id=64561
WoW crash log
With wine-staging-4.9, World of Warcraft crashes when starting.
WoW works fine with -4.8.
--
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=47266
Bug ID: 47266
Summary: StarCraft 2 does not start since patch 4.8.x
Product: Wine
Version: 4.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: exposight(a)gmail.com
Distribution: ---
Created attachment 64558
--> https://bugs.winehq.org/attachment.cgi?id=64558
x64 console log
StarCraft 2 stopped working after some recent update. Before it worked just
fine on version 4.7.something and after recent update it fails to start.
Behavior is a bit different for x32 and x64 run modes, but neither works.
Previously x64 was definitely working fine, not sure for x32 one.
x64 silently does not start. In console there is an error:
01f4:err:seh:setup_exception stack overflow 1088 bytes in thread 01f4 eip
0000000000000000 esp 00000000096511d8 stack 0x9650000-0x9650000-0x9e50000
and then SC2_x64.exe process hangs as a zombie. Attached truncated log (first
40MB) generated with 'WINEDEBUG=+seh,+relay,+tid,+ntdll' - there it goes into
repeated exception handling loop.
x32 goes somewhere further (black screen appears) but then it returns back and
opens the error reporting tool to report a crash to Blizzard.
--
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=46596
Bug ID: 46596
Summary: DiscImageCreator doesn't work due to unimplemented
ioctl IOCTL_STORAGE_QUERY_PROPERTY
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gerbilsoft(a)gerbilsoft.com
Distribution: ---
Created attachment 63493
--> https://bugs.winehq.org/attachment.cgi?id=63493
DiscImageCreator log
DiscImageCreator is a program for ripping various types of CD-ROM and DVD-ROM
discs. It currently does not work in Wine because IOCTL_STORAGE_QUERY_PROPERTY
is not implemented.
--
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=34364
Bug #: 34364
Summary: Splinter Cell: Blacklist - D3DXLoadSurfaceFromMemory
Format conversion missing
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 45746
--> http://bugs.winehq.org/attachment.cgi?id=45746
+d3dx
>From a terminal
fixme:d3dx:D3DXLoadSurfaceFromMemory Format conversion missing 0x35545844 ->
0x15
--
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=46586
Bug ID: 46586
Summary: Starcraft2 does not start under wine4.0
Product: Wine
Version: 4.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: protel02(a)gmail.com
Distribution: ---
I would like to start Starcraft2 under Linux Mint19.0 and wine 4.0 But I have
got some error massages. You see below in the attachment. I guess the error
comes from the Vulcan driver. I do not know. That software (Starcraft2) worked
well under wine 3.86.
--
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=47263
Bug ID: 47263
Summary: Staging's Debug_Channel patchset doesn't work anymore
Product: Wine-staging
Version: 4.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dereklesho52(a)Gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 64552
--> https://bugs.winehq.org/attachment.cgi?id=64552
Updated Debug_Channel patch
Due to a patch earlier a month or two ago, the code for the patchset needs to
be moved from libs/wine/debug.c:parse_options to
dlls/ntdll/debugtools.c:parse_options.
Attached is an updated patch that should replace the old one.
--
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=39440
Bug ID: 39440
Summary: embedded (XEMBED) windows are blank
Product: Wine
Version: 1.7.52
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: anton.kalmykov(a)gmail.com
Distribution: ---
Created attachment 52555
--> https://bugs.winehq.org/attachment.cgi?id=52555
patch file
I'm the author of airwave VST bridge (https://github.com/phantom-code/airwave).
My project is intended to use Windows VST plugins in Linux VST hosts (Bitwig
Studio, Ardour, etc). This task involves embedding the VST plugin window inside
of the VST host window (I use the XEMBED protocol to achieve this
functionality). The problem here is that after sending XEMBED_EMBEDDED_NOTIFY
message, the embedding window stays blank. I was able to workaround this issue
by inserting some delays
(https://github.com/phantom-code/airwave/blob/master/src/plugin/plugin.cpp#L…),
but this "solution" doesn't work in all cases. I've changed a few lines in
winex11.drv code (patch is attached) and it helped to solve the "blank window"
issue, but this is only a workaround (I don't know how to do a correct fix).
Anyway, increasing the size of embedded window will cause appearing of
additional blank regions.
--
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=25818
Summary: Macromedia Flash 8 has duplicated "minimize, restore,
close" icons in the menu bar
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor-hkr(a)mail.ru
Created an attachment (id=32903)
--> (http://bugs.winehq.org/attachment.cgi?id=32903)
screenshot
Macromedia Flash 8 has duplicated "minimize, restore, close" icons in the menu
bar
Those duplicate buttons are working (in the same way as original) But when you
will close current project with help of them and create new one original
buttons will not be present, only duplicated.
--
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=47258
Bug ID: 47258
Summary: The Guild II fails to start with built-in quartz
Product: Wine
Version: 4.6
Hardware: x86
URL: https://www.fileplanet.com/archive/p-34658/The-Guild-2
-Demo
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: edf1e7696f36b650cddb76275d3a460c271a93ce
Distribution: ---
Created attachment 64545
--> https://bugs.winehq.org/attachment.cgi?id=64545
terminal log
Reverting edf1e7696f36b650cddb76275d3a460c271a93ce fixes the crash and the game
loads to the menu correctly.
Using native quartz.dll is also a workaround.
Still present in Wine-4.9.
Guild_2_Demo.zip (634 MB)
md5sum: 9547d7490ff96c590894df27dfb31c7e
--
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=47235
Bug ID: 47235
Summary: Steep (Uplay) crashes on unimplemented function
ncrypt.dll.BCryptSecretAgreement
Product: Wine
Version: 4.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
Distribution: ---
The game ("Steep", which is currently free on Uplay) starts fine but when it
tries to connect to its servers, it crashes with:
wine: Call from 0x7b456026 to unimplemented function
ncrypt.dll.BCryptSecretAgreement, aborting.
If you need any additional information regarding this, I will be happy to
provide it.
--
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.