http://bugs.winehq.org/show_bug.cgi?id=5921
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Component|wine-directx |wine-misc
Resolution|DUPLICATE |
Summary|Civilization 4 Demo tries to|Civilization 4 Demo: Directx
|install Directx 9 |9 installer fails
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-15-08 06:18 -------
I think this is a bug on it's own. It's not about d3dx9* not being implemented,
but rather the directX 9.0 installer doesn't work. I bought a new laptop with
pre-installed Win-XP a few months ago, and none of those d3dx9* were present.
So the DirectX 9.0 installer should just work in wine, as it does on WinXP, to
install those missing dlls.
--
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=5202
jerome.bouat(a)wanadoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |2.14.2
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2006-15-08 05:46 -------
I assume the installed version of Bugzilla is 2.14.2.
According to the 2.18 release note of Bugzilla, you need to upgrade bugzilla in
order to use email munging :
http://www.bugzilla.org/releases/2.18/new-features.html#eam
I mean that hacking the installed version would be less efficient than moving to
the latest one.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4464
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Pawel.Rozanski(a)gmail.com
------- Additional Comments From jan.wine(a)zerebecki.de 2006-15-08 05:32 -------
*** Bug 5921 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.
http://bugs.winehq.org/show_bug.cgi?id=5921
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From jan.wine(a)zerebecki.de 2006-15-08 05:32 -------
dup of bug #4464
*** This bug has been marked as a duplicate of 4464 ***
--
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=5940
------- Additional Comments From jan.wine(a)zerebecki.de 2006-15-08 05:30 -------
The debugger loop you got is likely a bug in our dbghelp.dll .
--
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=5949
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2006-15-08 04:49 -------
Sure, run 'wine explorer d:' select a file and double click on it. Also this
method works perfectly for multi-cd installs.
Oh and BTW "shortcut" aka "link" is created with work dir.
--
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=5949
------- Additional Comments From plamen_h_x(a)yahoo.com 2006-15-08 03:51 -------
In fact it raise the same error under windows.So this is probably application
bug.You are write.
But in windows shortcuts and double click works.Is it any chance to fix this in
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=5963
Summary: Photoshop CS2 Trial fails when run for more then 1 time
Product: Wine
Version: 0.9.17.
Platform: Other
URL: http://www.adobe.com/cfusion/tdrc/index.cfm?loc=en&produ
ct=photoshop
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, this is one of the top-voted apps, i gave it a try and so i thought i file
bug for it. Steps to reproduce:
1. download the trial and find and copy the serial number in the file
/Photoshop\ TryOut/Photoshop\ CS2/Adobe\(R\)\ Photoshop\(R\)\ CS2/Abcpy.ini.
2. When the installer asks for the serial number, navigate with the tab-key into
that field and paste it with ctrl^v.
3. Until bug 5348 is fixed i use following dumb hack to get it installed
--- a/dlls/msi/action.c
+++ b/dlls/msi/action.c
@@ -741,8 +741,8 @@ static UINT ITERATE_Actions(MSIRECORD *r
rc = ERROR_SUCCESS;
if (rc != ERROR_SUCCESS)
- ERR("Execution halted, action %s returned %i\n", debugstr_w(action), rc);
-
+{ ERR("Execution halted, action %s returned %i\n", debugstr_w(action), rc);
+rc = ERROR_SUCCESS;}
return rc;
}
4. After installation i can start Photoshop and it seems to work fine. However,
every time i try to run it the second time, the application stops with a message
box that a hardware or system error has occurred. This bug is 100%
reproducable. If i start with a clean .wine again it works fine (e.g. i do 'mv
~/.wine ~/.wine_photoshop' and run 'wine ~/.wine_photoshop/drive_c/Program\
Files/Adobe/Adobe\ Photoshop CS2/Photoshop.exe') When i run Photoshop the 2nd
time like this bug is again present.
Maybe someone could give me some hints to debug this further.
--
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=5962
Summary: MS Money 2006 trial calls unimplemented function
shlwapi.dll.GetShellSecurityDescriptor
Product: Wine
Version: CVS
Platform: Other
URL: http://money.mvps.org/downloads/trials/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
App seems to install fine.
To run it, you have to set the IE6 registry key.
Once you do that, it aborts on startup with
wine: Call from 0x7ee75b80 to unimplemented function
shlwapi.dll.GetShellSecurityDescriptor, aborting
--
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=5961
Summary: MS Money 2006 trial setup causes heap err on exit
Product: Wine
Version: CVS
Platform: Other
URL: http://money.mvps.org/downloads/trials/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
With today's git, plus James' patch for bug 5939,
ms money 2006 trial installs properly, but when
the installer exits, wine crashes. Here's the log:
$ wine webinst.exe
...
err:heap:GlobalFree (0x736f7263): Page fault occurred ! Caused by bug ?
The install seems to go fine, though...
--
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.