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.
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.
https://bugs.winehq.org/show_bug.cgi?id=41242
Bug ID: 41242
Summary: Unhandled exception: page fault on read access to
0xffffffff in 32-bit code (0x7d3a1aad). when trying to
load
Product: Wine
Version: 1.6-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ldc7675(a)yahoo.com
Distribution: ---
Created attachment 55537
--> https://bugs.winehq.org/attachment.cgi?id=55537
imsdesign doublecad program fails on load backtrace
Doublecad serial number DCAK-6746-0366-4350-3180
link to program https://www.turbocad.com/doublecad-download
--
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=42295
Bug ID: 42295
Summary: Loaded TurboCAD Delux 2D/3D into WINE. Appeared to
load normally, but when attempted to run program
received a critical error problem and the program shut
down. Attached is the back trace that was provided.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rsmach.rl(a)gmail.com
Distribution: ---
Created attachment 57016
--> https://bugs.winehq.org/attachment.cgi?id=57016
Report or error occurance that was generated when attempting to run the
program.
The program is set to run in a Windows 7 environment and was attempting to run
in Wine. The program is a computer aided design, TurboCAD Deluxe 2D/3D v. 20.
Loading of the program went smoothly but a critical error occurs when the
program is started,
--
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=40526
Bug ID: 40526
Summary: "Pettersson und Findus" not starting - winevdm.exe
crash
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blauerhunger(a)outlook.de
Distribution: Ubuntu
Created attachment 54347
--> https://bugs.winehq.org/attachment.cgi?id=54347
Backtrace of winevdm.exe (Wine Crash Report)
I installed "Pettersson und Findus" from CD (16-bit application) in a 32-bit
PlayOnLinux-Wineprefix with Wine 1.9.8-staging without any additional
libraries. The install worked flawlessly, but when I try to launch the game, a
Wine Crash Report shows up with the backtrace attached.
I also tried it with wine 1.8; the crash is also there. Testing with an
emulated windows version of 3.1, 95, 98 and NT 4.0 crashed like this, too.
--
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.