https://bugs.winehq.org/show_bug.cgi?id=47320
Bug ID: 47320
Summary: Black Ops 4 Unhandled Exception When Loading gdi32.dll
Product: Wine
Version: 4.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: minion.procyk(a)gmail.com
Distribution: ---
Created attachment 64634
--> https://bugs.winehq.org/attachment.cgi?id=64634
winedebug=trace+all +pid +tid. gdi32 fails to load
I spent some time trying to dig into why Black Ops 4 fails to launch. The
application loads a bunch of dlls, gets to gdi32.dll, tries to map it,
seemingly does so successfully and then application raises an exception:
20749.663:0008:0009:trace:seh:NtRaiseException code=80000003 flags=0
addr=0x10001a30 ip=10001a31 tid=0009
Attached is the log using WINEDEBUG=trace+all,+sed,+pid,+tid.
--
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=44884
Bug ID: 44884
Summary: Call of Duty Modern Warfare Remastered: Crash after
splash with error about Memory/Disk space
Product: Wine
Version: 3.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: christian.frank(a)gmx.de
Distribution: ---
Created attachment 60950
--> https://bugs.winehq.org/attachment.cgi?id=60950
logfile (7z format) part 1
Hi,
Call of Duty Modern Warfare Remastered: crashes with the following (sadly
german) error message box after the splash screen is show:
Zu wenig Speicher. Sie haben wahrscheinlich zu wenig freien Speicherplatz auf
der Festplatte. (12)
Translated it is:
Not enough memory. You very likely do not have enough disk space on your hard
isk. (12).
You can find the error message in the attached trace.
THa trace is 7z zipped and splitted
Hope it helps to find the error reason.
The last lines in the console without special debug options are the following:
00c4:fixme:shell:CustomDestinationList_QueryInterface not implemented for
{00000003-0000-0000-c000-000000000046} (unknown)
00c4:fixme:shell:CustomDestinationList_QueryInterface not implemented for
{00000003-0000-0000-c000-000000000046} (unknown)
00c4:fixme:shell:CustomDestinationList_QueryInterface not implemented for
{00000019-0000-0000-c000-000000000046} (unknown)
00c4:fixme:shell:CustomDestinationList_BeginList 0xbdd0678 (0xfbffa4c
{92ca9dcd-5622-4bba-a805-5e9f541bd8c9} 0xfbffa58): stub
00b1:fixme:reg:RegDisableReflectionKey 0x1b8: stub
00b1:err:ole:CoGetClassObject class {f3bdfad3-f276-49e9-9b17-c474f48f0764} not
registered
00b1:err:ole:CoGetClassObject class {f3bdfad3-f276-49e9-9b17-c474f48f0764} not
registered
00b1:err:ole:create_server class {f3bdfad3-f276-49e9-9b17-c474f48f0764} not
registered
00b1:fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
00b1:err:ole:CoGetClassObject no class object
{f3bdfad3-f276-49e9-9b17-c474f48f0764} could be created for context 0x17
00b1:fixme:ntdll:NtQuerySystemInformationEx Relationship filtering not
implemented: 0x3
00b1:fixme:ntdll:NtQuerySystemInformationEx Relationship filtering not
implemented: 0x3
Logfile is 7z and split into 4 parts
Many thanks
Christian
--
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=32075
Bug #: 32075
Summary: Microsoft SQL Server 2000 Desktop Engine: distributed
transactions fail: unimplemented function
xolehlp.dll.DtcGetTransactionManager
Product: Wine
Version: 1.5.15
Platform: x86
URL: http://www.microsoft.com/download/en/details.aspx?id=2
2661
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Created attachment 42282
--> http://bugs.winehq.org/attachment.cgi?id=42282
Sample application used to reproduce this bug
To reproduce:
- install MSDE as described on its appdb page
- install native dotnet20
- extract bin\Debug directory from the attached archive and run
WindowsFormsApplication1.exe
- press 'SqlConnection out' button
Native .NET is required. Without it the application runs fine, however it does
not cause SQLServer to fail.
See also bug 32048 for a related missing function.
--
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=34260
Bug #: 34260
Summary: game The Bridge does not launch
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: systemofdown(a)gmail.com
Classification: Unclassified
Created attachment 45598
--> http://bugs.winehq.org/attachment.cgi?id=45598
Debug +relay
the game *The Bridge* does not launch, it fails to start up returning the
following:
Unhandled Exception: System.AccessViolationException: Attempted to read or
write protected memory. This is often an indication that other memory is
corrupt.
at Microsoft.Xna.Framework.Input.UnsafeNativeMethods.GetState(PlayerIndex
playerIndex, XINPUT_STATE& pState)
at Microsoft.Xna.Framework.Input.GamePad.GetState(PlayerIndex playerIndex,
GamePadDeadZone deadZoneMode)
at TheBridge.Input.Controller.CheckAndSetActive()
at TheBridge.Input.Controller..ctor(PlayerIndex playerIndex, IntPtr
windowHandle)
at TheBridge.GameElements.GameWorld.LoadContent()
at Microsoft.Xna.Framework.Game.Initialize()
at TheBridge.GameElements.GameWorld.Initialize()
at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
at TheBridge.Program.Main(String[] args)
WINEDEBUG=+relay on attachment
--
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=40761
Bug ID: 40761
Summary: dotnet45 installer does not recognize the new wusa.exe
implementation
Product: Wine-staging
Version: 1.9.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: asdfghrbljzmkd(a)outlook.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
The new wusa.exe implementation should have fixed
https://bugs.winehq.org/show_bug.cgi?id=37781, but it did not.
--
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=46259
Bug ID: 46259
Summary: Crashing due to a 'serious error', repeatedly
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zara.boarder(a)gmail.com
Created attachment 62957
--> https://bugs.winehq.org/attachment.cgi?id=62957
backtrace.txt
Crashing repeatedly due to a serious error
--
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=9906
Summary: Can't start the 4D Client
Product: Wine
Version: 0.9.46.
Platform: PC
URL: http://www.4d.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roland(a)javalia.se
Created an attachment (id=8397)
--> (http://bugs.winehq.org/attachment.cgi?id=8397)
The backtrace when trying to run 4D Client 2004
4D 2004, installs well but doesn't run the application 4D client at all. Se
backtrace.
The application is in the AppDB if there are missing instructions about how to
make it run.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13947
Summary: "Because it's fun, Fay": No focus on start, Alt-F4
doesn't work, etc
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
URL: http://forums.tigsource.com/index.php?topic=1664.0
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trick(a)icculus.org
This game has some issues:
http://forums.tigsource.com/index.php?topic=1664.0http://www.oxeye.se/files/stuff/BIFF.zip
* The game starts in fullscreen mode, but doesn't get focus on start. In stead
Wine resizes the desktop (also demonstrating bug #13946, still KDE 3.5.9) and
pops up the "fullscreen window" behind the currently active window. You have
to click in the wine window to enter "true" fullscreen.
* Alt-F4 doesn't work. This is the only way of quitting the game once you're
past the menu. (It works fine in native Windows.)
--
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=27584
Summary: MFC fillrect draws differently under wine
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bailey937(a)yahoo.com
Created an attachment (id=35259)
--> (http://bugs.winehq.org/attachment.cgi?id=35259)
sample program for reproducing FillRect bug
I have a program that uses CPaintDC.FillRect() to draw histogram samples.
It draws one-pixel wide vertical rectangles.
Under wine, the bottom-most pixel is not drawn.
I'm attaching a sample program. Under Windows7 (have 64bit pro), the red line
is touching the black baseline and the black line on the right is touching the
baseline also.
When I run the program under wine, both the red vertical line on the left and
the black vertical line on the right are floating one pixel above the baseline.
I tried both 32bit Ubuntu 11.04 (wine 1.2.2) on a netbook and also Fedora 15
64bit (wine 1.3.21) under Virtualbox on my Windows machine. Both have the same
problem.
The relevant code for the test case is in
CChildView::OnPaint() in ChildView.cpp
--
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=41060
Bug ID: 41060
Summary: foldit-linux wine crashes on start up on puzzule 1266
Product: Wine
Version: 1.9.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: muns24072(a)mypacks.net
Distribution: ---
Created attachment 55240
--> https://bugs.winehq.org/attachment.cgi?id=55240
foldit-linux-wine puzzle 1266 crashes at start up
foldit-linux-wine puzzle 1266 crashes at start 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.