http://bugs.winehq.org/show_bug.cgi?id=4955
jeremielapuree(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-24-06 04:13 -------
Seems to be fixed. So one can close it.
Joaopa
--
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=5517
Summary: REGRESSION: ddraw rewrite breaks GTA2
Product: Wine
Version: unspecified
Platform: PC-x86-64
URL: http://www.gouranga.com/nf-downloads-gta2-demos.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
Regression testing shows this is the patch that broke the game:
c8901d6f6253f6c97610eb1068ac4ff89758ed0a is first bad commit
commit c8901d6f6253f6c97610eb1068ac4ff89758ed0a
Author: Stefan Dösinger <stefandoesinger(a)gmx.at>
Date: Fri Jun 9 19:36:12 2006 +0200
ddraw: Rewrite most of ddraw using WineD3D.
:040000 040000 9761355e24bc348d1e1c03110877541730611adb
67589bfed4fe0ed2619ce120d17eff82e3ca24f0 M dlls
It's slightly complicated though as some point after this patch another patch is
added (a few days later) then the game at least starts (so another patch kinda
gets it working) but the game crashes before the menu.
--
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=5504
------- Additional Comments From Ronny.Standtke(a)gmx.net 2006-24-06 04:07 -------
Yes, that helps. Looks like wine's riched20 still needs some polish. :-)
--
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=5516
Summary: Adobe Acrobat 7 won't install
Product: Wine
Version: 0.9.16.
Platform: PC
URL: http://www.adobe.com/products/acrobatpro/tryreg.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leidola(a)newcon.de
Running Acrobat Setup it complains that Internet Explorer isn't installed.
(fresh .wine directory). Adding fake registry entries for IE to system.reg
[Software\\Microsoft\\Internet Explorer]
"Version"="6.0.2900.2180"
doesn't help. Installing (and running) acrobat _reader_ works fine.
The trial version from http://www.adobe.com/products/acrobatpro/tryreg.html
does also show this problem. (Installer crashes, but you can install the
extracted msi files in %PROGRAM_FILES%\Adobe\Acrobat 7.0\Setup
Files\AcroPro\EFG* by hand with msiexec)
When looking at msi traces it seems to check for OS, Service packs etc. I found
no suspiciously file traces (direct check for DLL in the windows directory) so far.
--
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=5487
------- Additional Comments From ben(a)atomnet.co.uk 2006-24-06 03:40 -------
Ok, there is a bug here but it's not what it first seemed and it was my fault
for forgetting about it.
Upgrading to kernel version .17 breaks Worms Armageddon. I have no idea why or
how but this was also confirmed by another person in the #winehq channel. Going
back to a kernel based on .16 or lower the game works again. The reason I didn't
notice this was because what I've pasted is the error outputted with a No-CD
crack installed which just changes everything. Deleting the No-CD and using the
original EXE gives me the .17 kernel error again which is fixed simply by going
back to a kernel <.17. So this is the actual error although it was masked by the
No-CD crack... (this is the entire terminal output):
fixme:seh:check_no_exec No-exec fault triggered at 0x401000, enabling work-around
fixme:seh:check_no_exec No-exec fault triggered at 0x557ffb, enabling work-around
fixme:seh:check_no_exec No-exec fault triggered at 0x558000, enabling work-around
err:seh:setup_exception nested exception on signal stack in thread 0009 eip
7ffb53b0 esp 7fe67c80 stack 0x7fab1000-0x7fbc0000
So this bug is still valid, it's just not the error I initially reported (which
is why the bug didn't seem to go away, because I have been using .17 kernel with
all versions of Wine trying to get it to 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.
http://bugs.winehq.org/show_bug.cgi?id=5234
anderson(a)sonic2000.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From anderson(a)sonic2000.org 2006-24-06 03:38 -------
Bug has been resolved in 0.9.16
--
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=5322
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |LATER
------- Additional Comments From truiken(a)gmail.com 2006-24-06 03:36 -------
I've looked *very* closely into this bug, and I've come to the conclusion that
the VB/VC++ 6 installer is retarded. Here's exactly what happens:
1) With version set to Win2k and higher, the setup tries to obtain performance
data from HKLM\Software\Microsoft\Windows NT\Current Version\Perflib\009. 009
should have two REG_MULTI_SZ values, Counters and Help. Win98 doesn't have this
ability, so setting win98 doesn't crash the installer.
2) Installer calls RegOpenKeyEx on 009, which fails with ERROR_FILE_NOT_FOUND
(we don't provide that key by default). goes to error case.
3) If 2 succeeds, the installer calls RegQueryValueEx on Counters. Fails unless
you provide a string. goes to error case.
4) The installer reads for HKEY_PERFORMANCE_DATA, which we don't have
implemented at all, so I can't hack around it. goes to error case.
5) every step before this succeeded, so HeapAlloc some variable on the stack.
Note that HeapAlloc is never called before this case, and the variable is
uninitialized if we don't get here.
error case:
The installer calls RtlAllocateHeap on the uninitialized variable, we return
NULL because "block 0x2 is not inside heap", installer proceeds to dereference
the NULL pointer.
I'm tempted to mark this as invalid, but if the installer is expecting the
performance data, then we should provide it. We'll have to implement
performance counters...though I can't remember if that's provided by a separate
dll, or the kernel. Marking as LATER.
--
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=5512
------- Additional Comments From a.pilz(a)web.de 2006-24-06 03:15 -------
Thank You, the Program is copyrighted, so I cannot post it in public.
If anyone would help me to get it run with wine, I can send the installer an fix
to this person directly. However he/she needs to delete it after the debuging.
Any help is appreciated!
Andi
--
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=5515
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From the3dfxdude(a)gmail.com 2006-24-06 02:49 -------
closing
--
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=1631
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tomlohave(a)gmail.com
------- Additional Comments From the3dfxdude(a)gmail.com 2006-24-06 02:47 -------
*** Bug 5515 has been marked as a duplicate of this 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.