http://bugs.winehq.org/show_bug.cgi?id=21998
Summary: FIFA 2010 crashes on start
Product: Wine
Version: 1.1.40
Platform: x86
URL: http://fifa.easports.com/home.action
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pzinin(a)gmail.com
Created an attachment (id=26725)
--> (http://bugs.winehq.org/attachment.cgi?id=26725)
crashlog (default WINEDEBUG)
FIFA 2010 crashes on start (see log below)
--
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=23145
Summary: Opera 10.53 crashes on startup
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://www.opera.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: NowIWillDestroyAbydos(a)gmail.com
Created an attachment (id=28785)
--> (http://bugs.winehq.org/attachment.cgi?id=28785)
Opera 10.53 Crash logs (all 4 of them in a .tar.gz package)
Opera 10.53 crashes when attempt to run it. It installs fine. I've attached
crash logs.
--
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=23240
Summary: "Ambient Lighting" sample D3D program crashes
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://www.applicachia.com/HLSLAmbientLighting.zip
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I ran into http://www.applicachia.com
while looking for direct3d sample code. The simplest HLSL demo crashes with:
Unhandled exception: page fault on write access to 0x00002c10 in 32-bit code
(0x00121b13).
Backtrace:
=>0 0x00121b13
1 IDirect3DDevice9Impl_GetDirect3D+0x90(iface=0x122308, ppD3D9=0x69be14)
[dlls/d3d9/device.c:340]
2 IDirect3DDevice9Impl_GetDirect3D+0x90(iface=0x123ef8, ppD3D9=(nil))
[dlls/d3d9/device.c:340]
3 0x00498a84 in d3dx9_26 (+0x58a83)
'winetricks d3dx9' does not work around the problem.
--
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=27339
Summary: improper last error code set by GetUserNameW
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kevin.hendricks(a)sympatico.ca
There is a small bug in the wine implementation of GetUserNameW (and the same
fix is needed in GetUserNameA to make it compatible with the needed change).
>From wine:
dlls/advapi32/advapi.c starting at line 92
if (len > *lpSize)
{
SetLastError(ERROR_MORE_DATA);
*lpSize = len;
return FALSE;
}
It seems the actual Window's implementation of GetUserNameW sets the last error
to 122 not 234 which maps to ERROR_INSUFFICIENT_BUFFER and not ERROR_MORE_DATA
when the buffer size to write the username to is too small.
This bug prevents the username from being properly read in all version of of
Kindle for PC when run under wine. The Kindle for PC code allocates a buffer
of 1 wchar and then calls GetUserNameW and upon error checks for the 122 error
code (insufficient buffer) and if needed doubles the buffer size in question
and tries again. It does not understand the 234 error code at all and so will
error out unable to read the user's username.
The K4PC code luckily ignores the improper last error code value and simply
replaces the username with the string "AlternateUserName" so the
KindleForPC.exe will actually still work under wine even though this bug
exists. The problem is that this bug actually changes how the DRM is created
on the ebook as the Kindle DRM is tied to both the user's username and the
volume serial number, making it impossible to post-process any ebook under
wine.
Please fix this routine (and GetUserNameA which uses it) to use the last error
code set to ERROR_INSUFFICIENT_BUFFER when the buffer size is too small to
match what the Window's code does in this case.
--
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=14129
Summary: Wacraft III Cannot find CD/DVD Drive
Product: Wine
Version: 1.0.0
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: JBCK99(a)optonline.net
After installing Warcraft III: Reign of Chaos, I came across an error that does
not allow me to play the game. When I try to start the game, I get an error
that says: "No CD/DVD-ROM drive found." I have the CD in my drive and OpenSUSE
recognizes and has mounted the CD. I'm using OpenSUSE 11.0 with Wine-1.0
(binary). Thank you for your help.
--
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=27348
Summary: _snprintf overflows specified bounds
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ak.miller(a)auckland.ac.nz
Created an attachment (id=34972)
--> (http://bugs.winehq.org/attachment.cgi?id=34972)
A simple program which crashes Wine but works on Windows.
The Wine MSVCRT _snprintf implementation is wrong; the simple test program to
be attached shortly is correct according to the docs from Microsoft, and works
fine on Windows, but under Wine (checked out recently from git), it crashes due
to heap corruption.
--
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=20286
Summary: minimap problem
Product: WineHQ Apps Database
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mischenko.mm(a)gmail.com
CC: mischenko.mm(a)gmail.com
when minimap is activeted in the game, main window of game becomes black. Looks
like all game render takes only minimap window. There is no possibility to look
at minimap and gameplay at the same time.
--
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=7065
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #112 from Alexandre Julliard <julliard(a)winehq.org> 2011-06-10 13:17:00 CDT ---
Closing bugs fixed in 1.3.22.
--
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=24433
Summary: MS-Word complains "Do you want to revert to the saved
'<filename>' ?" at opening files
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan-winehq(a)h-i-s.nl
Around wine-1.1, MS-Word started to yield an annoying pop-up at opening files.
It reads "Do you want to revert to the saved '<filename>' ?"
Apparently either flags, or time/dates in the file system convince word that
immediately after opening a file the file in the directory is NEWER than the
just opened one.
My current wine is:
wine-1.3.1-368-g2c08a3f
--
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.