http://bugs.winehq.org/show_bug.cgi?id=5478
Summary: Command & Conquer The First Decade installer fails with
page fault
Product: Wine
Version: 0.9.15.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
Posting it here rather than an attachment as it's rather short:
---------------------------------------------------
fixme:ole:ITypeInfo_fnRelease destroy child objects
err:ole:get_unmarshaler_from_stream Failed to read common OBJREF header, 0x00000001
fixme:ole:NdrClearOutParameters (0x7d73e0d0,0x7d174212,0x7d73e204): stub
fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Command & Conquer The First Decade -
InstallShield Wizard" of other process window (nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Command & Conquer The First Decade -
InstallShield Wizard" of other process window (nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Command & Conquer The First Decade -
InstallShield Wizard" of other process window (nil) should not use SendMessage
wine: Unhandled page fault on write access to 0x7cf20094 at address 0x7ff96aa3
(thread 000b), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7ff96aa3
-------------------------------------------
It crashes out when you click 'Browse' to select an alternate installation
directory.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5475
------- Additional Comments From infyquest(a)gmail.com 2006-20-06 09:59 -------
Please attach the sample executable that illustrates this problem.
Most of us dont have VC++ to test this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4672
------- Additional Comments From jake.msstate(a)gmail.com 2006-20-06 09:12 -------
Same problem here. Version 1.11b of Diablo 2. With and without a no-cd crack.
Using Wine 0.9.15
I will check my users permissions (not running as root, but might be in the disk
group). I agree that this might be a slip on our parts for running with to high
permissions, but the game shouldn't mess with the MBR (it doesnt with windows...)
I just hope it didnt hose anything futher up than the MBR...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5477
Summary: pbrush.exe (windows 3.1 version) does not handle mouse-
button-down quite right
Product: Wine
Version: 0.9.15.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P5
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pokey(a)yellow5.com
When the user attempts to draw in the image window with the mouse button down,
the proper behavior that Windows (all versions from 3.1 to XP) observes is that,
when the cursor hits the border of the image, the cursor is blocked from moving
outside the image. In wine, the cursor moves out of the image.
Example: A user wishes to circle some text near the edge of the image. The
user clicks and holds the mouse button and begins to move the mouse around the text.
When the user reaches the edge of the image, the cursor should be prevented from
moving past the edge so that the text may be fully encircled. Windows-proper
prevents the cursor from moving past the edge, thus allowing the text to be
demarcated. Wine does not prevent the cursor from moving past the image,
thereby making this task vastly more difficult.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5476
Summary: Linux kernel 2.6.17 broke direct sound in Wine
Product: Wine
Version: 0.9.15.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Heroes of Might and Magic 3 game works flawlessly in Linux 2.6.16 while in Linux
2.6.17 I get a huge number of
DSOUND_MixOne underrun on sound buffer ()
errors.
The sound in Wine under linux 2.6.17 is choppy and very unpleasant to hear.
Changing Wine Audio settings doesn't help (OSS/Alsa/HW Accel/Sample Rate/Bits
Per Sample)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5475
Summary: Control isnt transferred in the function
CFileDialog::OnFolderChange() incase of Customized file
open dialog
Product: Wine
Version: 0.9.13.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ravinderonline(a)yahoo.com
The problem is this: CFileDialog has a built in function called
OnFolderChange, that is used to determine whether the user has changed
folders in the dialog, whether by double click or what not.. the
program i'm working on overrides the CFileDialog class, and includes
more code for the OnFolderChange function (and for other functions) for
its own
purposes. the new OnFolderChange function works perfectly fine in
windows, but is completely ignored when using wine - it never even gets
called, while the rest of the dialog window retains all of its intended
functionality.
Here is the sample code.
class CVDBChooserDialog : public CFileDialog
{
//other code
virtual void OnFolderChange();
virtual void OnFileNameChange();
}
void CVDBChooserDialog::OnFolderChange()
{
//AfxMessageBox("Inside OnFolderChange");
TRACE("\n\nOnFolderChange Start");
//my desired code is written here but control isnt coming in this function
in case of wine.
}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5469
charles(a)diagnos.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.12. |0.9.15.
------- Additional Comments From charles(a)diagnos.co.uk 2006-20-06 05:46 -------
Have just retried this with version 0.9.15 and with the CVS version - same
behaviour.
Is there anything I can do to try and be more helpful?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.