http://bugs.winehq.org/show_bug.cgi?id=2583
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From richard(a)daijobu.co.uk 2005-10-10 13:39 -------
Works OK in icewm, metacity.
Doesn't work in twm.
File menu behaves badly too -- it disappears as soon as you move the mouse into
the Notepad client area.
--
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=3239
------- Additional Comments From daniel.leu(a)gmail.com 2005-10-10 13:01 -------
Seems to correct issue 3322 too. Now I get a lot of
"fixme:richedit:RichEditANSIWndProc EM_FORMATRANGE: stub" messages. But this is
a different issue.
Thanks for the fix!
--
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=2624
------- Additional Comments From prakashkc(a)gmx.de 2005-10-10 12:29 -------
I neither know anything about wine's packaging nor its internals, so unless you
can exactly point me to how to do it, I don't have time to find it out.
--
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=3239
pgr(a)arcelectronicsinc.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From pgr(a)arcelectronicsinc.com 2005-10-10 12:19 -------
Fix is now in CVS and works for me.
--
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=2798
------- Additional Comments From CaptainSifff(a)gmx.de 2005-10-10 12:10 -------
Created an attachment (id=1144)
--> (http://bugs.winehq.org/attachment.cgi?id=1144&action=view)
filtered +relay trace OUtput
I did a +relay trace of it. It got pretty big so I did:
tail -n1000 log.txt | grep -v "Critical" > evolution.log
To filter out all those messages about Critical sections, this is what's left.
--
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=3276
------- Additional Comments From oliver_stieber(a)yahoo.co.uk 2005-10-10 11:55 -------
Can you try running
wine regedit attachment.reg
where attachment.reg is the 'registry file to enable nonpower2 repacking'
attachment.
Warhammer 40k won't run properly without this setup.
--
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=3113
oliver_stieber(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |3276
--
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=3276
------- Additional Comments From oliver_stieber(a)yahoo.co.uk 2005-10-10 11:48 -------
Created an attachment (id=1143)
--> (http://bugs.winehq.org/attachment.cgi?id=1143&action=view)
Registry file to enable nonpower2 repacking
This registry file will set
HKEY_CURRENT_USER/Software/Wine/Direct3D/Nonpower2Mode to repack.
This enables the repacking of nonpower2 textues for 'buggy' games that cannot
cope with the default nonpower2 texture support.
--
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:58 -------
Created an attachment (id=1142)
--> (http://bugs.winehq.org/attachment.cgi?id=1142&action=view)
Check for ARB_vertex_program before trying to use shader functions.
This patch add checks for ARB_vertex_program before allowing vertex shaders to
use ARB_vertex_program.
--
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=2583
------- Additional Comments From goeran(a)uddeborg.se 2005-10-10 10:56 -------
I just tried 20050930, the RPM packaging from Vincent Béron, and the problem is
still there. It fails under twm, and works under GNOME:s metacity. (I just
tested these two this time.)
--
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
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.
http://bugs.winehq.org/show_bug.cgi?id=3539
Summary: fixme
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emevertacon(a)yahoo.com
nd dst=0 to an entry in TZ_INFO. Please add appropriate entry to TZ_INFO and
submit as patch to wine-patches
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "PHT", bias=-480
and dst=0 to an entry in TZ_INFO. Please add appropriate entry to TZ_INFO and
submit as patch to wine-patches
fixme:actctx:CreateActCtxW stub!
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "PHT", bias=-480
and dst=0 to an entry in TZ_INFO. Please add appropriate entry to TZ_INFO and
submit as patch to wine-patches
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "PHT", bias=-480
and dst=0 to an entry in TZ_INFO. Please add appropriate entry to TZ_INFO and
submit as patch to wine-patches
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "PHT", bias=-480
and dst=0 to an entry in TZ_INFO. Please add appropriate entry to TZ_INFO and
submit as patch to wine-patches
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "PHT", bias=-480
and dst=0 to an entry in TZ_INFO. Please add appropriate entry to TZ_INFO and
submit as patch to wine-patches
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "PHT", bias=-480
and dst=0 to an entry in TZ_INFO. Please add appropriate entry to TZ_INFO and
submit as patch to wine-patches
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "PHT", bias=-480
and dst=0 to an entry in TZ_INFO. Please add appropriate entry to TZ_INFO and
submit as patch to wine-patches
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_LIMITTEXT: stub
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "PHT", bias=-480
and dst=0 to an entry in TZ_INFO. Please add appropriate entry to TZ_INFO and
submit as patch to wine-patches
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "PHT", bias=-480
and dst=0 to an entry in TZ_INFO. Please add appropriate entry to TZ_INFO and
submit as patch to wine-patches
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "PHT", bias=-480
and dst=0 to an entry in TZ_INFO. Please add appropriate entry to TZ_INFO and
submit as patch to wine-patches
fixme:sync:RegisterWaitForSingleObjectEx 0x1ac 0x71468576 0x403fbf40 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1ac 0x71468576 0x403fc148 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1b0 0x71467916 0x1 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1ac 0x71468576 0x403fbf40 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1ac 0x71468576 0x403fc148 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1b0 0x71467916 0x1 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1ac 0x71468576 0x430a4f60 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1b0 0x71467916 (nil) 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1ac 0x71468576 0x430a5e78 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1b0 0x71467916 0x1 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1ac 0x71468576 0x430a6348 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1b0 0x71467916 (nil) 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1ac 0x71468576 0x430a67b0 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1b0 0x71467916 0x1 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1b0 0x71468576 0x430a7b48 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1ac 0x71468576 0x403fbf40 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1ac 0x71468576 0x403fc148 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1b0 0x71467916 0x1 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1ac 0x71468576 0x430a4f60 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1b0 0x71467916 (nil) 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1ac 0x71468576 0x430a5e78 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1b0 0x71467916 0x1 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1ac 0x71468576 0x430a6348 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1b0 0x71467916 (nil) 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1ac 0x71468576 0x430a67b0 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1b0 0x71467916 0x1 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1b0 0x71468576 0x430a7b48 0 4
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "PHT", bias=-480
and dst=0 to an entry in TZ_INFO. Please add appropriate entry to TZ_INFO and
submit as patch to wine-patches
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "PHT", bias=-480
and dst=0 to an entry in TZ_INFO. Please add appropriate entry to TZ_INFO and
submit as patch to wine-patches
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "PHT", bias=-480
and dst=0 to an entry in TZ_INFO. Please add appropriate entry to TZ_INFO and
submit as patch to wine-patches
fixme:actctx:CreateActCtxW stub!
--
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 infyquest(a)gmail.com 2005-10-10 04:48 -------
you might also include the trace of 'user' also
--
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.
Greetings,
The mmap message does not show up any more, but if I try to start either
wine or winecfg, wine process freezes taking up all the CPU.
Please, take a look at the wine package in NetBSD Package Collection
(www.pkgsrc.org in the emulators/wine folder). You can try and build it
on a NetBSD, and check the patches applied (located in
emulators/wine/patches). There is one important patch: patch-af, which
deals with changes to the signalling in the recent NetBSD versions.
Kind regards,
Adam
Greetings,
The mmap message does not show up any more, but if I try to start either
wine or winecfg, wine process freezes taking up all the CPU.
Please, take a look at the wine package in NetBSD Package Collection
(www.pkgsrc.org in the emulators/wine folder). You can try and build it
on a NetBSD, and check the patches applied (located in
emulators/wine/patches). There is one important patch: patch-af, which
deals with changes to the signalling in the recent NetBSD versions.
Kind regards,
Adam