http://bugs.winehq.org/show_bug.cgi?id=7855
Summary: Age of Empires II: Could not initialize graphics system
Product: Wine
Version: 0.9.32.
Platform: PC
URL: http://www.microsoft.com/games/age2/default.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mat(a)brain-dump.org
Age of Empires exits immediately with the following message:
"Could not initialize graphics system. Make sure your video
card and driver are compatible with directdraw."
See the AppDB page for other users with the same problem[1].
The game works with wine-0.9.31, newer versions fail. With the
help of git bisect i have isolated the buggy commit, it is
commit 27113156d96d20296409fcb92839609c8dd7e34a
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Mon Feb 19 15:24:00 2007 +0100
wined3d: Remove IWineD3DDevice::EnumDisplayModes.
http://source.winehq.org/git/wine.git/?a=commit;h=27113156d96d20296409fcb92…
Thanks.
Marc
[1] http://appdb.winehq.org/appview.php?iVersionId=4184
--
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=7853
------- Additional Comments From wine.bug.fr.200703(a)edavies.nildram.co.uk 2007-25-03 08:28 -------
I've submitted a separate bug report for the VB 3.0 installation problem I was
trying to diagnose with this test program. Bug #7854.
--
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=7854
Summary: VB 3.0: Installation fails
Product: Wine
Version: 0.9.33.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.bug.fr.200703(a)edavies.nildram.co.uk
Installation of VB 3.0 from floppy disk fails, first with a message about the
Windows directory being on another drive then a very uninformative message
saying "Setup could not be completed due to system errors".
With the first VB 3.0 Pro floppy mounted as either /media/fd then running "wine
/media/fd/setup.exe" or mounted as .wine/drive_c/install/ then running as "wine
C:\\install\\Setup.exe" (as suggested by Declan Moriarty on 19th of March in the
Wine Users list installation at first proceeds normally with the suggestion of
installation in the C:\VB directory and confirmation that it should be created.
The a dialog box is displayed saying:
> Setup needs to install some files in your
> Windows directory. This directory is on a
> drive other than the one where you want to
> install Visual Basic.
>
> If you choose Custom installation on the
> next screen, Setup will show you the
> space required on each of these drives.
This is strange because this is a clean Win 0.9.33 installation with only the C:
(and Z:) drives mapped.
Carrying on, the Installation Options dialog gives the choice of Complete
Installation or Custom Installation. Choosing Complete goes via an Install ODBC
Drivers dialog to a failure, Custom goes straight to the failure. The failure
dialog box is not very helpful:
> Setup could not complete due to system
> errors.
>
> Please clear up the cause of errors and try
> again. To install VB properly, please run setup
> again.
I have previously run a relatively large VB 3.0 application OK under a previous
Wine installation which exhibitted this problem.
In trying to diagnose this problem I wrote a little C test program to display
the results of GetWindowsDirectory and GetSystemDirectory. The results it
produced seemed to me like they might be related to this problem but rather than
add speculation here I've submitted them separately: Bug #7853.
I've looked at some WINEDEBUG output for running this program. It wasn't very
informative to me but I'll take a fresh log and attach it here.
--
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=7853
Summary: GetSystemDirectory returns wrong directory to 16-bit
apps
Product: Wine
Version: 0.9.33.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.bug.fr.200703(a)edavies.nildram.co.uk
I'm having problems installing VB 3.0 under Wine. To try to diagnose the
problem I wrote a short test program in MSVC 1.52 (16-bit C) to display the
results of GetWindowsDirectory and GetSystemDirectory. I ran this under Windows
XP and Wine under Linux and got different results:
Windows XP:
GetWindowsDirectory = C:\WINDOWS
GetSystemDirectory = C:\WINDOWS\SYSTEM
Wine:
GetWindowsDirectory = c:\windows
GetSystemDirectory = c:\windows\system32
The differences are the case of the names returned (particularly the drive
letter which I has a suspicion is tripping up the VB 3.0 installation) and also
the response of the 32-bit directory name for GetSystemDirectory.
I noticed this problem on previous versions of Wine. Instead of accepting the
default Ubuntu upgrade to 0.9.33 I uninstalled Wine (including configuration
information) and did a clean install of 0.9.33 for these tests.
Once I've committed this report I'll attempt to attach a tar.gz of the source
and executable of the test program.
--
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=7480
------- Additional Comments From myasar(a)free.fr 2007-25-03 07:47 -------
This bug can be closed.
a patch has been commited to wine (sent by Aric Stewart on 22/3/2007).
--
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=7491
------- Additional Comments From rossi.f(a)inwind.it 2007-25-03 07:32 -------
Sorry, your patch doesn't work :-( Do I have to recreate the wine
configuration dir and/or to reinstall pcad? I'm using wine-0.9.33.
Are you sure is it the right patch? It patches the file
dlls/user32/cursoricon.c while you're saying there is a problem in the combo
code
--
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=7852
Summary: Star Wars Galaxies: No Camera rotation on window-edge
Product: Wine
Version: 0.9.33.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cfreak200(a)gmail.com
Normally whe you move your Mouse-Pointer against the edges of the screen you
can rotate the camera-view/character-position.
I'm not getting any Erros which could be the problem. As I know this Bug is
there since the release of Star Wars Galaxies. It would be great if someone
could fix that bug, it's the only one which could be called a "major" bug.
I hope wine-directx-dinput is the right section for this because of the cursor
bug.
--
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=7834
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-25-03 05:26 -------
Oops, the second condition should be rather 'child->szKey[cbKey] == 0'. I admit
I haven't tested it however I think it should work.
--
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.