http://bugs.winehq.org/show_bug.cgi?id=1513
------- Additional Comments From jr-winebugs(a)quo.to 2005-10-10 18:24 -------
Created an attachment (id=1148)
--> (http://bugs.winehq.org/attachment.cgi?id=1148&action=view)
Example code
Here's a simple example program that illustrates the difference between Windows
and Wine.
Try running the code on Windows (95 or later). Press F1. The program displays:
"Got 0x4d message. Pass it to DefWindowProc?" If you answer Yes, you'll get
another message box: "Got WM_HELP message." If you answer No, Windows will not
send a WM_HELP message.
On Wine, you just get the "Got WM_HELP message" box. A 0x4d message is never
received by the application.
So, in summary, Wine's current behavior is as follows:
- F1 keystroke received
- SendMessage(..., WM_HELP, ...)
The behavior should be:
- F1 keystroke received
- PostMessage(..., 0x4d, 0, 0)
- In DefWindowProc:
case 0x4d:
SendMessage(..., WM_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=1954
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |truiken(a)gmail.com
Status|ASSIGNED |NEW
--
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=1954
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From truiken(a)gmail.com 2005-10-10 18:05 -------
I've written a test case that confirms this behavior. I'll send it to wine-patches.
--
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=3290
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From ivg2(a)cornell.edu 2005-10-10 17:48 -------
Closing this bug... starts up in hardware mode, and looks reasonably fast. You
don't have to click anything - it starts up by itself.
However, as you mentioned, I can't see the mouse, and I can't click anything -
further bugs should probably be opened for that.
--
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
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|wine-directx |wine-misc
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-10-10 17:45 -------
Vijay Kamuju's patch has been committed.
--
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=3290
------- Additional Comments From ivg2(a)cornell.edu 2005-10-10 17:33 -------
Close...actually...I have the NVIDIA server, and the ATI client.
I have every Fedora package installed (don't ask why...)
Yes, it makes a lot of sense that that would happen - ATI lib takes priority in
ld .so.conf (because its file starts with an a). I will request a conflict
between those two packages.
Well... at least something good came out of that - patch :)
I will retest, and close the bug.
--
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=2609
------- Additional Comments From vitaliy(a)kievinfo.com 2005-10-10 16:55 -------
Could you check that you do not have prelink enabled? This was the problem for
several users on #winehq.
--
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=3541
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |wdev(a)foltman.com
--
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=3542
------- Additional Comments From CaptainSifff(a)gmx.de 2005-10-10 16:46 -------
OK, I did this:
wine Y:\\Windows\\DKGold\\Keeper95.exe
And it tries to start.
In normal mode it stucks at the SplashScreen.
In a virtual Desktop it plays the video and gets to the Main menu.
Then the mouse Cursor is stuck in the top left corner. So I can't start a
game.
The same goes for the d3d-Version.
--
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=3197
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-ole
--
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=773
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From richard(a)daijobu.co.uk 2005-10-10 16:44 -------
Fixed in CVS
--
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=3543
Summary: Installing older windows programs, error upon Icon
Creation
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: ericsbinaryworld(a)gmail.com
When Sim Tower attempts to create the program group and icon in progman the
setup halts with "Unable to Start DDE communication with Program Manager" and
buttons "Abort, retry, ignore"
Clicking on ignore generates the same error and another instance of progman.
Clicking on abort results in a failed, unplayable installation.
Clicking on retry does the same as clicking on ignore.
--
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=3542
------- Additional Comments From lionel.ulmer(a)free.fr 2005-10-10 16:27 -------
Could you try starting it but with the full 'windows' path of the game ?
I.e. if your 'Windows' directory is mapped as 'D:' in Wine, start it like this
(from the directory where DKGold is installed):
'wine D:\\DKGold\\KEEPER95.EXE'
And tell us if it works better.
--
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=3541
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-richedit
--
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=3541
Summary: CVS Regression - Richedit20 Crash (w/ Blitzin2.34)
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Andrew.Talbot(a)talbotville.com
Blitzin 2.34 crashes when executing a [guest] login, which opens a richedit control.
--
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=3532
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2005-10-10 14:58 -------
I have attached a copy of the app. It is a small 16-bit app. The .bz2 contains
an .exe that is a self-extracting archive of the installation files.
If you install and run the program - ChessBase Light - I expect that the 'User
Guide' dialog will appear. Otherwise, it can be invoked via the 'Help' menu. It
is this dialog that oscillates on my system. The oscillation only occurs if the
app starts with opening the dialog, not if you start with the latter disabled
(via its checkbox) and then open it later (that is, the dialog) via the Help
menu. Minimising the app and then re-maximising it will halt the oscillations.
--
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=2170
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WORKSFORME |
------- Additional Comments From truiken(a)gmail.com 2005-10-10 14:31 -------
Using native odbccp32.dll is not a resolution to the bug. We need to implement
enough of odbccp32 so that the installer works. Until then using native
odbccp32.dll is a temporary workaround.
--
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
------- Additional Comments From lionel.ulmer(a)free.fr 2005-10-10 14:17 -------
I think this is another case of the (in)famous windowed OpenGL 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=3197
gnb10(a)gnb10.uklinux.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gnb10(a)gnb10.uklinux.net
------- Additional Comments From gnb10(a)gnb10.uklinux.net 2005-10-10 14:13 -------
This seems to be the same as 3316. I also see that problem and it's still in
20050930.
I don't know if the information is any help, but I have been able to make the
install complete by installing dcom98 and adding overrides for ole32, oleaut32
and rpcrt4.
--
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=2170
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2005-10-10 14:13 -------
Why did Wine not display a message in order to copy the right 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=2858
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
Version|20050310 |CVS
------- Additional Comments From richard(a)daijobu.co.uk 2005-10-10 14:09 -------
Reopening because IE6 SP1 doesn't install out-of-the box (Following the manual
instructions in the AppDB still works)
ie6setup.exe downloaded from microsoft.com
On wine-20050930
$ rm -rf ~/.wine
$ ./wine ie6setup.exe
/home/richard/.wine updated successfully.
wine: cannot find '/home/richard/ie6setup.exe'
richard@carmen:~/wine/wine-20050930$ ./wine
/usr/local/src/downloads/windows/ie6setup.exe
fixme:advapi:CheckTokenMembership ((nil) 0x7fd5b268 0x7fa7fd9c) stub!
fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP000.TMP\\" 00000000
fixme:advpack:TranslateInfString ("C:\\windows\\temp\\IXP000.TMP\\IESetup.inf"
"Options.NTx86" "Options.NTx86" "InstallDir" 0x10253f8 260 0x7fa6f83c (nil)): stub
fixme:advpack:NeedReboot (0x00000000): stub
fixme:advpack:IsNTAdmin (0x00000000, (nil)): stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
Dialog: License agreement
fixme:advpack:RunSetupCommand ((nil),
"C:\\windows\\temp\\IXP000.TMP\\IESetup.inf", "ActiveX",
"C:\\windows\\temp\\IXP000.TMP", (null), (nil), 0x0000000d, (nil)): stub
Dialog:
Setup was unable to download the required components.
Please make sure you are connected to the internet, or try to run
Setup again later.
[OK] [Help]
Click on [OK]
fixme:advpack:ExecuteCab ((nil) 0x7fa6f9f4 (nil)): stub
$
On Wine-CVS, the same happens except that, strangely, the error dialog at the
end is a bit taller, extending below the OK and Cancel buttons.
--
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=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=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=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=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=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
http://bugs.winehq.org/show_bug.cgi?id=3538
------- Additional Comments From burnus(a)gmx.de 2005-10-10 04:44 -------
Created an attachment (id=1141)
--> (http://bugs.winehq.org/attachment.cgi?id=1141&action=view)
+commdlg log
Log contains: open of the dialog, click on one file name and press "Add"
(Hinzufügen). I've to admit I cannot see anything useful in the log, maybe you
can. I can also provide more logs - if I know which debug channel is suitable.
--
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
Summary: Augmented file open dialog: "Add" closes the dialog
Product: Wine
Version: 20050930
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: burnus(a)gmx.de
I have an augmented open-file dialog, which has a "Add" (Hinzufügen) and a
"Ok"/Close (Ok) button. Initally the "Add" button is the default button and the
"Ok" button is disabled (grey).
Windows: If I click "Add" the files are added to the list at the bottom and the
dialog stays open. (The OK becomes enabled.)
Wine: If I click "Add" the dialog closes.
It seems as if internally, the "Add" button is treated as Ok/Close button.
--
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=3510
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-10-10 03:49 -------
I can't reproduce this bug. I use current cvs and game seems to run just fine.
Do you still have this 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=2170
hallo(a)michael-kaufmann.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |WORKSFORME
Summary|stack overflow while |Stack overflow while
|installing Microsoft Office |installing Microsoft Office
| |97
------- Additional Comments From hallo(a)michael-kaufmann.ch 2005-10-10 03:19 -------
Please read the hints for bug 3268. With the native odbccp32.dll, Office 97
installs without problems.
--
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=3268
hallo(a)michael-kaufmann.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From hallo(a)michael-kaufmann.ch 2005-10-10 03:16 -------
I've found the solution: You need to use the native odbccp32.dll. Start winecfg
and choose the "libraries" section. Add "odbccp32" and choose "native, builtin".
This worked before, but this patch made Wine load the built-in version of
odbccp32.dll: http://cvs.winehq.org/patch.py?id=18748
I'll post a message on wine-devel about this 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=3537
Summary: "Microcal Origin 6.0 and 7.5" Insert Object Problems
with OFFICE 2000 Microsoft
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: patrick295767(a)hotmail.com
CC: patrick295767(a)hotmail.com
Hi !!
I installed the Origin Microcal via using the Crossover!
The installation worked fine ! Very fine !
I am using Microsoft Office 2O0O also.
Nontheless, most of my origin documents were made with Excel document in it !
So, Origin Microcal enable to work into it with excel spreadsheets and make
some graphs !
Unfortunately, when I click on Add Excel Into Microcal Origin Project, the
Excel is well runned but .... (we can see it opening into excel) but ... it's
unable to put it into Microcal Origin..
For me, that's terrible thing of not being able to use Microcal (bug with
excel) !!!
Please could it be possible to fix this bug (urgently) ('cos work
application) ??
----
ADDITIONAL BUG VERY IMPORTANT to Microsoft Office 2000:
In Microsoft Office 2000, as we do :
Insert -> Object -> Microcal Origin !
a bug is reported : Nothing can be added to the Microsoft Office winword
document.
This is a very big problem for users using Microcal Origin because of the use
into word for making investigation results for companies.
Thank you very much !!
--
Long Life To Linux and Linux Community !!
(I use Ubuntu hoary)
--
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=3521
------- Additional Comments From darkguy2008(a)yahoo.com 2005-10-10 02:55 -------
Mkay. What I did was to copy all the fonts in one of my Win98 installs to
drive_c/windows/fonts and it worked, at least 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=3331
craig(a)nch.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From craig(a)nch.com.au 2005-10-10 02:48 -------
The latest release 20050930 fixed the bug. Our programs now launch correctly so
this bug is closed.
--
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=2971
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-10-10 02:29 -------
I can not reproduce this error exactly.
The program can be freely downloaded from
http://www.fxcm.com/software-download-live-account.jsp
When i try to run it it pops up a window saying:
Run time error 339
Component 'CWCore.dll' or one of it's dependencies not correctly registered: a
file is missing or invalid.
I tried manually regsvr32 CWCORE.DLL but didn't change anything
--
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=3484
------- Additional Comments From nospam(a)thenerdshow.com 2005-10-10 02:16 -------
The binary RPM didn't fix it. It actually looks worse (jaggies!).
At least I am certain that there was nothing wrong with my build process! :)
But a platform bug is not completely ruled out. Fedora_64 is expected to behave
exactly the same as a 32 bit system, since it uses the same 32 bit libs in
/usr/lib but there are some subtle display driver differences.
--
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
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-10-10 02:01 -------
Jonathan, could you please tell how exactly you got GoogleEarth running in the
first place. I tried with Wine-20050524 as suggested in the appdb but to no avail.
If i know how to get it up with an older Wine-version in the first place, i
could at least do a regression test to find out where it broke. Regards
--
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=3484
------- Additional Comments From nospam(a)thenerdshow.com 2005-10-10 01:52 -------
I think it's http://cvs.winehq.org/patch.py?id=19745 that's causing it. I tried
replacing some of the binary files and it does sorta fix the problem (if you
ignore the crashes from bad headers). I will try a pre-compiled RPM
distribution of wine 20050930 to see if maybe that fixes the problem. If so
then I am doing something wrong with my build setup or perhaps a bug my GCC (4.0.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=3521
------- Additional Comments From richard(a)daijobu.co.uk 2005-10-10 01:42 -------
Adam Schreiber, the Slackware maintainer, says
> I'll fix it for the next release.
>
> Adam
--
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=2372
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From richard(a)daijobu.co.uk 2005-10-10 01:39 -------
IE 6 SP1 installs fine on Wine CVS if you follow the manual instructions in the
HOWTO at http://appdb.winehq.org/appview.php?versionId=469
--
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 01:30 -------
I don't know... maybe it looks at SB_THUMBPOSITION on WM_VSCROLL (not sure what
SB_ENDSCROLL does). Undocumented API's are so much fun...
--
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-10-10 01:03 -------
It's really a question of when we should be triggering the event. I'm not sure
how MSI is meant to know that the user has scrolled down to the end of the
License text... the current ScrollableText implementation doesn't do that.
--
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-10-10 00:42 -------
According to MSDN:
"The ControlEvent table allows the author to specify the Control Events started
when a user interacts with a PushButton Control, CheckBox Control, or
SelectionTree Control. These are the only controls users can use to initiate
control events."
I checked License, and it is a control of type ScrollableText.
What should be done about this?
--
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-10-10 00:28 -------
Actually, here's the corrected output:
Dialog: L"License_Dialog", Control: L"License", Event: L"DoAction", Argument:
L"LicenseViewedAction", Condition: L"LicenseViewed <> \"1\""
Allright, so it looks like we need to call:
msi_dialog_control_event( MSIRECORD *rec, LPVOID param )
msi_dialog_evaluate_control_conditions( msi_dialog *dialog )
upon interaction with teh License control (is this a scrolltext control? must
find out..I'll print the Control table) in the LicenseDialog dialog.
--
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=3330
------- Additional Comments From craig(a)nch.com.au 2005-09-10 23:56 -------
Sorry I cannot provide you with source code as we are a commercial company that
does closed source delelopment. Just create a toolbar with a button of type
STD_DELETE. You should find a lot of example code on the web.
A release program with the problem is at
http://www.nch.com.au/msrs/index.html
Download and run with Wine select the button Play from the main toolbar and you
will see a missing delete icon on the next one.
You shoud test with the 20050930 version of Wine as there were startup issues
before that one.
--
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-09-10 23:51 -------
Created an attachment (id=1139)
--> (http://bugs.winehq.org/attachment.cgi?id=1139&action=view)
Some tables in hl2.msi
I just wrote a function to print some things - msi2xml didn't work for me. I
can't figure out where the Type 1 Custom Action: LicenseViewedAction is called.
Any suggestions for other tables to print?
Should actions be in a sequence, or can they be called from elsewhere?
--
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=3532
------- Additional Comments From dmitry(a)codeweavers.com 2005-09-10 23:18 -------
Could you provide the steps how to reproduce the 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=3536
Summary: roseonline
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emevertacon(a)yahoo.com
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=1374
------- Additional Comments From david_costanzo(a)yahoo.com 2005-09-10 21:59 -------
There is a crashing bug that is blocking me from being able to reproduce this
bug. Now, when I attempt to open a map, or switch to a 3D view, there is a
fatal error and the following is printed to my console:
err:opengl:X11DRV_ChoosePixelFormat glXChooseFBConfig returns NULL (glError: 0)
err:xrandr:X11DRV_XRandR_SetCurrentMode Resolution change not successful --
perhaps display has changed?
X Error of failed request: GLXBadDrawable
Major opcode of failed request: 143 (GLX)
Minor opcode of failed request: 11 (X_GLXSwapBuffers)
Serial number of failed request: 28641
Current serial number in output stream: 28652
--
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=3528
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=3484
------- Additional Comments From nospam(a)thenerdshow.com 2005-09-10 21:10 -------
Created an attachment (id=1138)
--> (http://bugs.winehq.org/attachment.cgi?id=1138&action=view)
cvs diff -D "2005-08-23 04:38:00 CDT" -D "2005-08-23 04:39:00 CDT" > 439
More exact regression test. This time I got it down to the minute.
$ grep Index 439
Index: dlls/gdi/font.c
Index: dlls/gdi/gdi_private.h
Index: dlls/gdi/enhmfdrv/enhmetafiledrv.h
Index: dlls/gdi/enhmfdrv/graphics.c
Index: dlls/gdi/mfdrv/metafiledrv.h
Index: dlls/gdi/mfdrv/text.c
Index: dlls/ttydrv/graphics.c
Index: dlls/ttydrv/ttydrv.h
Index: dlls/ttydrv/winetty.drv.spec
Index: dlls/wineps/psdrv.h
Index: dlls/wineps/text.c
Index: dlls/wineps/wineps.drv.spec
Index: dlls/x11drv/text.c
Index: dlls/x11drv/winex11.drv.spec
Index: dlls/x11drv/x11drv.h
Index: dlls/x11drv/xrender.c
One of the above patches committed on 2005-08-23 04:39:00 CDT is responsible.
Fonts are still broken in latest CVS (20051009).
Systems affected: AMD64's running the 64 bit version of Fedora Core 4.
--
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=3535
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2005-09-10 20:51 -------
*** This bug has been marked as a duplicate of 2372 ***
--
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=2372
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |emevertacon(a)yahoo.com
------- Additional Comments From vitaliy(a)kievinfo.com 2005-09-10 20:51 -------
*** Bug 3535 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=3535
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
Priority|P1 |P2
------- Additional Comments From vitaliy(a)kievinfo.com 2005-09-10 20:41 -------
By no means this is a blocker or P1. And please create attachments instead.
--
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=3330
------- Additional Comments From dank(a)kegel.com 2005-09-10 20:24 -------
Seems like just something they haven't gotten around to yet, offhand,
but I'm no expert.
Can you provide a tiny test program with sources?
--
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.
I've been having trouble connecting to bugs.winehq.org, but from what
I've seen of Wine 20050930 running on FC2 with the latest
fedoralegacy.org updates, the bug seems to have been fixed, either in
Wine or in Fedora or both.
Wine Bugs wrote:
>http://bugs.winehq.org/show_bug.cgi?id=2287
>
>
>
>
>
>------- Additional Comments From jonathan(a)ernstfamily.ch 2005-04-10 05:36 -------
>Can you please test again using current Wine build and then report back ?
>
>Thanks
>
>
>
http://bugs.winehq.org/show_bug.cgi?id=2159
------- Additional Comments From david_costanzo(a)yahoo.com 2005-09-10 19:17 -------
I have confirmed that the bug still exists in the latest wine build from CVS on
2005-10-08. The python backtrace shows an exception in the same location, but
the ValueError is slightly different.
Traceback (most recent call last):
File "C:\quark-win32-20040521\quarkpy\qmacro.py", line 34, in MACRO_displaymap
mapeditor.MapEditor(self) # new map editor
File "C:\quark-win32-20040521\quarkpy\qbaseeditor.py", line 54, in __init__
self.setupchanged(None)
File "C:\quark-win32-20040521\quarkpy\mapeditor.py", line 156, in setupchanged
self.AutoSave(None)
File "C:\quark-win32-20040521\quarkpy\mapeditor.py", line 165, in AutoSave
time1 = autosavetime()
File "C:\quark-win32-20040521\quarkpy\mapeditor.py", line 327, in autosavetime
minutes, = quarkx.setupsubset(SS_MAP, "Building")["AutoSave"]
ValueError: too many values to unpack
I was unable to understand enough of the problem to provide a patch. The last
time that I looked into this (over a year ago), it looked like CompareStringW()
was changed from a mindless strcmp() to an intelligent, Unicode-aware
comparison. I don't know enough about Unicode collation to tell where the bug
is. The code looked fine to me and any patch that I could provide to fix this
bug would just make CompareStringW a dumb strcmp(), 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=3535
------- Additional Comments From emevertacon(a)yahoo.com 2005-09-10 18:59 -------
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 0x1a4 0x71468576 0x40411358 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a4 0x71468576 0x40411560 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a8 0x71467916 0x1 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a4 0x71468576 0x40411358 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a4 0x71468576 0x40411560 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a8 0x71467916 0x1 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a4 0x71468576 0x430a52e0 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a8 0x71467916 (nil) 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a4 0x71468576 0x430a5730 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a8 0x71467916 0x1 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a4 0x71468576 0x430a5bd0 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a8 0x71467916 (nil) 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a4 0x71468576 0x430a6038 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a8 0x71467916 0x1 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a8 0x71468576 0x430aa420 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a4 0x71468576 0x40411358 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a4 0x71468576 0x40411560 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a8 0x71467916 0x1 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a4 0x71468576 0x430a52e0 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a8 0x71467916 (nil) 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a4 0x71468576 0x430a5730 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a8 0x71467916 0x1 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a4 0x71468576 0x430a5bd0 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a8 0x71467916 (nil) 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a4 0x71468576 0x430a6038 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a8 0x71467916 0x1 0 4
fixme:sync:RegisterWaitForSingleObjectEx 0x1a8 0x71468576 0x430aa420 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=1949
lionel.ulmer(a)free.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |lionel.ulmer(a)free.fr
Status|ASSIGNED |NEW
--
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=1949
lionel.ulmer(a)free.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From lionel.ulmer(a)free.fr 2005-09-10 16:37 -------
This is a known problem with Windows SDL games. Once I get this running I will
try to see what happens and if a work-around is possible (without having to
resort to special registry keys).
--
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=1949
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|wine-misc |wine-directx-dinput
Ever Confirmed| |1
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-09-10 16:24 -------
The bug is still present in current cvs (9 oct 2005) When run with native
dinput.dll the error is gone. So likely a bug in that dll. The link to download
the program was broken, i grabbed it from
http://www.acid-play.com/download/porrasturvat-stair-dismount/
--
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=1811
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-09-10 15:42 -------
reporter says:
Yes... it is apparently working.
I've done some simple tests and it is working.
So resolving FIXED.
--
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.