http://bugs.winehq.org/show_bug.cgi?id=8754
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Platform|All |Other
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2007-20-06 21:52 -------
Duplicate
*** This bug has been marked as a duplicate of 1798 ***
--
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=8756
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-misc |wine-ole
Keywords| |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=8756
Summary: vb6 invalid property and automation errors (rich text
control)
Product: Wine
Version: 0.9.33.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scottc(a)movingtofreedom.org
Hi. This bug report is at Dan Kegel's prompting. :)
I'm attaching VB6 source files and a binary that demonstrates a couple of errors
in Wine for a program that uses the VB6 Rich Textbox Control. (One of them
might be related to a call to the LockWindowUpdate user32 API, but the error
happens while manipulating the rich text control.)
Click on Error 1:
Run-time error '380':
Invalid property value
(program crash)
Commenting out the color setting in Command1 makes the error go away.
Uncommenting the color setting and other lines results in the error happening on
the alignment step instead.
Click on Error 2 (first) and then (second):
Run-time error '-2147417848 (80010108)':
Automation error
(program crash)
It seems like after getting a number of these, X will eventually reset. (I'm
just learning GNU/Linux -- that's what it looks like to me. I lose the
graphical environment and see some text on the display before it gets me back to
an X logon.)
Environments:
Windows 2000
VB6 + SP4
Ubuntu 7.04
wine-0.9.33
i386
--
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=5163
------- Additional Comments From abacaxi(a)hotmail.com 2007-20-06 18:58 -------
Uh ... me too, with Ubuntu 7.04 , winw 0.9.37 and Office XP
It's a blocker for me, because that's a major app with no Linux evuivalent for
some of the features.
--
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=7545
------- Additional Comments From truiken(a)gmail.com 2007-20-06 18:33 -------
Rob, the installer doesn't crash for me with latest git. Can you 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=8751
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|wine-misc |wine-msi
Ever Confirmed| |1
------- Additional Comments From truiken(a)gmail.com 2007-20-06 17:48 -------
There is a problem with our conditioning code:
trace:msi:MSI_GetPropertyW returning L"5.0" for property L"WINDOWSOSVERSION"
trace:msi:cond_error syntax error
trace:msi:MSI_EvaluateConditionW 3 <- L"WINDOWSOSVERSION !=\"\" and
(WINDOWSOSVERSION=\"5.0\" or WINDOWSOSVERSION=\"5.1\" or WINDOWSOSVERSION=\"6.0\")"
trace:msidb:MSI_CreateRecord 1
trace:msidb:MSI_RecordSetStringW 0x18e770 0 L"The program only runs on Windows
2K and higher"
WINDOWSOSVERSION is 5.0, so the condition should succeed, but our parser thinks
there's a problem with the syntax.
--
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.