http://bugs.winehq.org/show_bug.cgi?id=3600
Summary: msi install fails with Feature transfer error
Product: Wine
Version: CVS
Platform: PC
URL: http://atmel.com/dyn/products/tools_card.asp?tool_id=274
7
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pgr(a)arcelectronicsinc.com
ids76install.exe is downloadable. It pops a dialog box with caption Feature
Transfer error
Message Error: -1603 Fatal Error during installation
Wine is cvs from 10-14-2005 with this patch
http://www.winehq.org/pipermail/wine-patches/2005-September/020456.html
err:msi:process_action_return_value Invalid Return Code 32
err:msi:ITERATE_Actions Execution halted due to error (1603)
--
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=2899
------- Additional Comments From mike(a)codeweavers.com 2005-15-10 22:06 -------
Sorry, got it the wrong way round. I've used that exact expression in one of
the regression tests I wrote anyway, so once all the regression tests pass, then
HL2 should work too.
--
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=2899
------- Additional Comments From ivg2(a)cornell.edu 2005-15-10 22:02 -------
I'm not sure what LicenseViewed <> 1 should evaluate to - it doesn't make much
sense if the property is missing.... I would think TRUE probably makes more
sense (because LicenseViewed is not 1, it's NULL)
However, if you look at the code for the handler that I discovered online, it
seems like it's supposed to be invoked multiple times, and it only sets
LicenseViewed to TRUE if the scroll bar is close to the bottom - the comments
talk about scrollable control event.
--
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=3586
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |shutdownrunner(a)o2.pl
------- Additional Comments From vitaliy(a)kievinfo.com 2005-15-10 22:02 -------
*** Bug 3595 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=3595
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2005-15-10 22:02 -------
*** This bug has been marked as a duplicate of 3586 ***
--
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=2899
------- Additional Comments From mike(a)codeweavers.com 2005-15-10 21:46 -------
I think the problem is that the expression LicenceViewer <> 1 is not evaluating
to FALSE like it should so the handler will not be invoked.
I hope once it evaluates correctly to FALSE, things should work correctly.
Specifically, I think current code in cond.y has some trouble evaluating empty
properties values.
--
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=3502
------- Additional Comments From reif(a)earthlink.net 2005-15-10 21:39 -------
Created an attachment (id=1181)
--> (http://bugs.winehq.org/attachment.cgi?id=1181&action=view)
Fox for 2000/XP only programs that don't set the primary buffer format
Here is a patch which allows you to override the default direct sound sample
rate and size. Use regedit to set in HKCU\Software\Wine\DirectSound
DefaultSamplesPerSecond 44100 (or 48000)
DefaultBitsPerSample 16
and see if that helps. You can also set this override just for your app using:
HKCU\Software\Wine\AppDefaults\yourapp.exe\DirectSound
--
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=2899
------- Additional Comments From ivg2(a)cornell.edu 2005-15-10 21:11 -------
Ok, I'll take a look, but why do you say that the problem is with the condition
evaluation? That may be another problem, but it also looks like we need to
invoke the handler that sets it to one, on the scrollable text control event...
--
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=2899
------- Additional Comments From mike(a)codeweavers.com 2005-15-10 20:52 -------
Created an attachment (id=1180)
--> (http://bugs.winehq.org/attachment.cgi?id=1180&action=view)
Patch in progress and regression test
I have a patch hanging round here, as well as a regression test with a long
list of tests. Unfortunately I can't get them to work as yet. I'll attach the
patch anyway, so you can have a look.
I'm working on shelllink at the moment, as there's some issues there that are
blocking the release of CrossOver ... I should have time to come back to this
soon.
There's a bunch of issues in with cond.y, and most of them are shown by the
regression tests.
--
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=3502
------- Additional Comments From reif(a)earthlink.net 2005-15-10 19:28 -------
It appears that the developers of this program have no intention of fixing this
bug so that leaves two alternatives; add a registry setting for a default sample
rate and size for 2000/XP only programs or add support for hardware mixing. The
first is easy and I will do that as soon as 0.9 is released. I had the second
working two years ago but it would only work with a specific sound card and only
under very specific circumstances so I didn't bother finishing it.
--
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=3429
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |mike(a)codeweavers.com
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
--
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=3079
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-15-10 18:10 -------
This looks like a copy right protection issue. Maybe you could look for a no-cd
patch on the internet and try again.
--
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=3596
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-15-10 18:04 -------
Could you describe the problem a little bit more clearly: does the cursor stay
in the center or what. Could you try with native dinput.dll and see if it
changes anything? Any furhter info welcome. Thanks
--
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=3599
Summary: Corel Draw 9 printing Issue
Product: Wine
Version: 20050930
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roli8200(a)yahoo.de
When try to print in Corel Draw 9 through a cups printer, Corel correctly
detects postscript printer and generates postscript code which is not futher
processed by wine its rater directly sen't to the printer itself which prints
the postscript text code of the page rater than the formated page. No winedebug
output.
--
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=3598
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-15-10 18:00 -------
Is there a demo or so that also shows this behaviour? Or a free download?
--
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=3597
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-15-10 17:59 -------
Oops, no bug in here, 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=2844
------- Additional Comments From wine.dev(a)web.de 2005-15-10 17:54 -------
Since this is "wine-configuration", my Idea is to extend winecfg to support
"--systemroot x:\directory"
and winecfg will use this Path and set various Registry-entries,
when the entries are not set
we can call winecfg in wineprefixcreate just before installing "wine.inf".
Any Suggestions?
--
By by ...
... Detlef
--
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=3598
Summary: Corel Draw 9 is very very slow
Product: Wine
Version: 20050930
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roli8200(a)yahoo.de
On 20050930 Corel Draw 9 has become startup without using native dlls. But it is
very very slow. Clicking on a Icon in the toolbar takes up 2 minuts to get the
tool ready for work. Its no cognizable what's the reason of this behaviour. Can
winedebug dosn't shows anything observable which points to the real issue of
this problem. Can sombody send some test procedures to figure out the point of
the problem?
--
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=3597
Summary: Corel Draw 9 is very very slow
Product: Wine
Version: 20050930
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roli8200(a)yahoo.de
--
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=3596
Summary: Civ Call to Power: mouse tracking really slow
Product: Wine
Version: 20050930
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincent.fourmond(a)9online.fr
I recently installed Civilization Call to Power using wine. The installation
went quite fine (there was an uncaught access exception, but it didn't seem to
interfere with the rest of the problem). I can also launch the game, but then
the mouse pointer cannot keep up with the actual way I move it (even when I try
the slowest possible moves I can manage). I don't know where the problem is
coming from (I tried with Warcraft III to see if somehow the video card
rendering was too slow, but it didn't look like it). It renders the game
completely unplayable, since I cannot even click on the buttons to start the
game, I can never manage to get the mouse on.
I'm ready to give as much debugging information as necessary, just ask me ;-)
! Thanks
--
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=3594
wine.dev(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine.dev(a)web.de
------- Additional Comments From wine.dev(a)web.de 2005-15-10 17:22 -------
Confirmed.
The native versions of notepad (w98se + w2k) store the Settings in:
HCU\Software\Microsoft\Notepad\
Entry for the Default Font: REG_SZ "lfFaceName"
Value is the Fontname
--
By by ...
... Detlef
--
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=3241
------- Additional Comments From truiken(a)gmail.com 2005-15-10 16:45 -------
The workaround is to use comctl32 until the bug is fixed.
--
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.