http://bugs.winehq.org/show_bug.cgi?id=17059
Summary: Can't install Call of Duty 2 anymore
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 412(a)gmx.net
With the latest version I wanted to verify an old bug to be removed but now I
can't even get the installer to work anymore. I start the installer (Winver XP,
no overrides) and after it has done the first startup I only get a warning
saying "Windows NT and 95/98/ME not supported" and the installer breaks without
doing it's job. This used to work. No matter what Windows version I put in it
still breaks. All I get is the attached blob of messages and this warning.
I'm using Ubuntu 8.10 with the Wine 1.1.13 from the repositories and the retail
"Collectors Edition" (2 CD) of CoD2.
--
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=20331
Summary: VirtualAlloc() should allocate addresses low to high
Product: Wine
Version: 1.1.31
Platform: PC
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
Currently when VirtualAlloc() is called with a NULL address high addresses are
sometimes returned rather than low addresses. Looking at
http://msdn.microsoft.com/en-us/library/aa366887(VS.85).aspx you will see there
is the MEM_TOP_DOWN option to specify that high addresses should be used, thus
when this is not specified low addresses should be used. This is the situation
on Windows NT4 through to Server 2008 R2/Windows 7.
To show this effect download http://rh-software.com/downloads/siv.zip, extract
the files and issue the command:
wine siv -save=[memory]=stdout
which on my system gives:
[memory] [windows]
Area Start Address Limit Address Size Size Proportion
Elapsed MB/sec
0 0x02B80000 0x67F80000 0x65400000 1.58GB 54.95%
0.010
1 0x7F000000 0x7FC00000 0x00C00000 12.00MB 0.41%
0.005
2 0x7FFF0000 0x81FF0000 0x02000000 32.00MB 1.09%
0.005
3 0xB75C0000 0xB79C0000 0x00400000 4.00MB 0.14%
0.005
4 0xB6CA0000 0xB70A0000 0x00400000 4.00MB 0.14%
0.005
5 0xB6890000 0xB6C90000 0x00400000 4.00MB 0.14%
0.005
...
I think this may only show the issue for systems with >= 3.5GB of ram. I am
wondering if it might be related to addresses > 0x80000000 (signed vs. unsigned
tests). Note that SIV is linked with /largeaddressaware.
--
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=7929
--- Comment #86 from Robert Bartle <poofyyoda(a)gmail.com> 2009-10-12 15:01:34 ---
Created an attachment (id=24054)
--> (http://bugs.winehq.org/attachment.cgi?id=24054)
Here is a compiled binary of the old hack
I am eagerly awaiting progress on this new effort to bring network support.
However in the meantime since the packages included in the howto do not provide
network support, it may be easier for users to grab this binary and overwrite
the default wine one. This will work on both 32 and 64 bit machines.
Then use the instructions from the howto:
For network play you also need to start regedit and browse to
HKEY_CURRENT_USER/Software/Wine/Network (create Network if it doesn't exist).
Then add a string value with name UseBindAddressHack and value Enabled. If
you're having trouble connecting, make sure your /etc/hosts file is properly
set up;
it should list your hostname next to your IP something like the following
192.168.0.14 tuxcomputer (YOUR LAN IP)
127.0.0.1 localhost
127.0.1.1 tuxcomputer
--
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=9046
--- Comment #22 from Austin English <austinenglish(a)gmail.com> 2009-10-12 14:55:30 ---
Is this still an issue in current (1.1.31 or newer) wine?
--
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=7260
--- Comment #10 from Austin English <austinenglish(a)gmail.com> 2009-10-12 14:55:29 ---
Is this still an issue in current (1.1.31 or newer) wine?
--
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=4498
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
--- Comment #11 from Austin English <austinenglish(a)gmail.com> 2009-10-12 14:34:36 ---
(In reply to comment #10)
> double buffering can not be switched in winecfg no longer. So, I think that bug
> should be fixed as WONT FIX
Agreed.
--
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=7922
Dafydd Crosby <dafydd.crosby(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dafydd.crosby(a)gmail.com
--- Comment #9 from Dafydd Crosby <dafydd.crosby(a)gmail.com> 2009-10-12 13:06:48 ---
Wine-1.31.1 appears to fix this bug. However, to get past the language box
requiring English you'll need to use the native oleaut32.dll
--
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=19857
Summary: Bug links are being deleted when accepted
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: major
Priority: P1
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
When accepting a bug link from a non-admin user, the bug link reports success,
but is being deleted.
However, this only seems to affect open (or could it be newer?) bugs.
Bug #1 accepted:
"Submitted Bug Link accepted
-------------------------------------------------------
The bug link you submitted between Bug and SlingPlayer WebSlingPlayer IE has
been accepted.
We appreciate your help in making the Application Database better for all
users.
Best regards.
The AppDB team
http://appdb.winehq.org/"
The bug link remains.
Bug #19500 accepted:
"Submitted Bug Link accepted
-------------------------------------------------------
The bug link you submitted between Bug 19500 and SlingPlayer WebSlingPlayer IE
has been accepted.Thank you for your submission.
We appreciate your help in making the Application Database better for all
users.
Best regards.
The AppDB team
http://appdb.winehq.org/"
No errors, but the bug link is gone.
Note the first email response does not name the bug number.
--
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=15054
Summary: Getting "fixme:mountmgr:harddisk_ioctl unsupported ioctl
70020" when trying to start CoD4
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: steffen.linux(a)gmx.de
Hi,
I've installed CoD4 and tried to start it...but I only get the error mentioned
in the summary, so I patched the game to 1.7 and tried again...but same error
as above.
The game says that I've to insert the correct DVD, but the DVD is inserted into
the drive, it is mounted and it's an original DVD.
Operating System: Ubuntu Hardy Hereon 32 Bit
--
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.