http://bugs.winehq.org/show_bug.cgi?id=5158
Patsev Anton <patsev.anton(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |patsev.anton(a)gmail.com
--- Comment #4 from Patsev Anton <patsev.anton(a)gmail.com> 2009-07-28 09:33:03 ---
HI.
How to confirm a issue? step by step, please.
--
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=2181
--- Comment #34 from coldhands(a)ariel.hopto.org 2009-07-28 09:15:22 ---
Yes, EDIT_builtin_class. It creates a "subclass" and reserves extra window
memory for pointer storage. Most of the time it uses an index relative to the
original cbWndExtra value when calling Get/SetWindowLong, but one spot in the
window procedure is hardcoded. Definite brain damage.
--
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=19485
Summary: Witcher: crashes when starting a game from main menu
(regression)
Product: Wine
Version: 1.1.26
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: taedium_vitae(a)eml.cc
The Witcher crashes when starting a game from the main menu, since 1.1.25.This
is with the witcher 1.4 enhanced patch.Regression test, and crash log attached.
Video card: Nvidia 8800GT
Driver: 190.16 (also occurs with 185.18.14)
--
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=2181
--- Comment #33 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-07-27 23:31:46 ---
(In reply to comment #32)
Are you talking about EDIT_builtin_class? If that's the case, this is yet
another brain damage so common for all windows applications...
--
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=19484
Summary: Ciderpress crashes upon opening any file
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Jared.Buck(a)gmail.com
Created an attachment (id=22653)
--> (http://bugs.winehq.org/attachment.cgi?id=22653)
Error message produced by Wine when this happens.
The program Ciderpress, used to open Apple II files for looking at what's
included in Apple II disk images, crashes upon opening any type of supported CP
file. It crashes with a specific error message from the MFC dll file (see
attachment). This is a critical error and one can do nothing with the program
until this bug is fixed.
--
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=2181
coldhands(a)ariel.hopto.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |coldhands(a)ariel.hopto.org
--- Comment #32 from coldhands(a)ariel.hopto.org 2009-07-27 22:02:44 ---
I tracked down the cause of this bug, but I'm not sure what to do with the
information.
Short version: It assumes cbWndExtra for the system "Edit" window class is 6
(it is in XP), but Wine defines it as sizeof(EDITSTATE *). This leads to an
invalid pointer dereference.
It's obviously a bug in Civ2, but we can't really fix that. I can provide
(lots) more detail if necessary.
Civ2 MGE v1.0
Wine 1.0.1
--
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=7701
--- Comment #9 from nh2(a)deditus.de 2009-07-27 19:34:49 ---
That patch works fine for me.
--
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=19481
Summary: MS Publisher 2003 reports no disk space when saving
files
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)chrobis.com
Created an attachment (id=22646)
--> (http://bugs.winehq.org/attachment.cgi?id=22646)
Console log from application
Running Wine 1.1.26 - when trying to save a file in MS Publisher 2003, a dialog
box appears saying:
"The disk is full trying to write C:\windows\temp\[name of temp file].tmp. Save
this file on a different disk and/or drive."
Around this time, the following errors are produced (full console log
attached):
fixme:storage:StgCreateDocfile Storage share mode not implemented.
fixme:storage:StgCreateDocfile Transacted mode not implemented.
fixme:storage:StorageImpl_CopyTo Exclude option not implemented
(the latter 6 or 7 times)
The app then produces the same error message, but this time referring to the
actual intended file save location instead of C:\windows\temp.
I'm happy to report back with any additional test data needed if someone can
let me know what I need to do?
--
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=7701
--- Comment #8 from Stefan Leichter <Stefan.Leichter(a)camLine.com> 2009-07-27 16:43:53 ---
Created an attachment (id=22648)
--> (http://bugs.winehq.org/attachment.cgi?id=22648)
patch for SHGetFileInfoA
Looks like VB is picky about the return value of the function SHGetFileInfoA.
The attached hack gets the GUI to open here.
--
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=7873
Juan Lang <juan_lang(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |chris(a)chrobis.com
--- Comment #7 from Juan Lang <juan_lang(a)yahoo.com> 2009-07-27 15:40:57 ---
*** Bug 19481 has been marked as a duplicate of this bug. ***
--
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.