http://bugs.winehq.org/show_bug.cgi?id=2899
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From mike(a)codeweavers.com 2005-10-10 10:40 -------
The problem is with the evaluation of the condition:
LicenseViewed <> \"1\"
I have written a test case for it, and will add a patch here tomorrow. If you
can run the installer from the command line, try:
wine msiexec /i hl2.msi LicenseViewed=0
--
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=3290
------- Additional Comments From oliver_stieber(a)yahoo.co.uk 2005-10-10 10:36 -------
Ok, I've found the problem, can you run glxinfo, I'm expecting that you don't
have GL_ARB_vertex_program listed and your probably running with mesa drives
and not the NVidia driver (client glx vendor string).
--
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=3536
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|roseonline |PHT timezone is missing
--
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=3540
Summary: wine-20050930 Warblade install error
Product: Wine
Version: 20050930
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sebastien.fievet(a)free.fr
When trying to install Warblade (old fashioned shoot 'em up)
(http://www.warblade.as/index.asp), by running :
WINEDLLOVERRIDES="comctl32=n" wine Download/Warblade_12E_full.exe
i have the following error :
err:heap:HEAP_ValidateInUseArena Heap 0x41a20000: in-use arena 0x41a2c408 next
block has PREV_FREE flag
after Marcus Meissner's request, i generate a log file with :
WINEDEBUG=+relay,+heap WINEDLLOVERRIDES="comctl32=n" wine
Download/Warblade_12E_full.exe >logfile 2>&1
I detected 3 heap errors within the log and sent him by e-mail the last 600k
lines of the log file.
--
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=3083
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-10-10 06:59 -------
Louis,
I'm sorry to tell you that, but I had never been able to make it work again
afterward using a clean .wine. When it worked I had a .wine which had been
heavily modified by sidenet I think and other scripts so that was very difficult
to know how it worked exactly.
Btw, the bug reported here was not fixed when google earth worked. I had
problems with the menu that were blinkink behind the opengl surfaces.
Sorry for not having any othe usefull information.
--
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=3538
------- Additional Comments From burnus(a)gmx.de 2005-10-10 06:23 -------
> you might also include the trace of 'user' also
The debug-channel "user" does not exist. I tried "+dialog,+button" (of
user.dll), but they don't to help.
--
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=3536
------- Additional Comments From infyquest(a)gmail.com 2005-10-10 05:57 -------
*** Bug 3539 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=3539
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From infyquest(a)gmail.com 2005-10-10 05:57 -------
*** This bug has been marked as a duplicate of 3536 ***
--
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-10-10 05:43 -------
Okay, I believe I have located the source code for the license check as freeware
over here. Based on strings I see in the msi file, I think it's the exact same
code, copy and pasted. Site license says it can be used, but not published.
hosting site: http://www.installsite.org/pages/en/msi/ca.htm
direct link: http://www.installsite.org/files/iswi/IsLicenseViewed.zip
... so.. that shows how the license check works, but it still doesn't answer the
question as to when we should process control events in a ScrollableText control.
However, if we're writing a workaround, it would be sufficient to emit an event
at every vscroll, rather than trying to figure out when the end is reached.
On the other hand, maybe it would be better to try and find out what Windows
does. I don't have Microsoft Windows installed, however.
--
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.