http://bugs.winehq.com/show_bug.cgi?id=1007
------- Additional Comments From centaur(a)netmagic.net 2002-08-30 19:43 -------
I am trying to get the client program for ParadisePoker.com running on wine. It
was working until a few days ago when they distributed an updated version of the
client. winedbg reports unimplemented function: kernel32.dll.Heap32ListFirst
when I try to run it now. Looking at the spec file, I see that none of the
Heap32* functions are implemented. I would like to help any way I can, but
after reviewing the MSDN descriptions of the functions and some of the code
involved in related functions such as CreateToolhelp32Snapshot, I think it may
be a bit beyond what I currently know. Any tips are appreciated, and I would be
happy to provide the debug info I've collected so far.
Per Nystrom
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1007>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1007
Summary: kernel32.dll.Heap32* functions unimplemented
Product: Wine
Version: 20020804
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: centaur(a)netmagic.net
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1007>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1006
Summary: CallNamedPipeA
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ipc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: pabrile(a)exa.unicen.edu.ar
CC: pabrile(a)exa.unicen.edu.ar
I can see the following error while trying to execute Pervasive's iscout program
to test Database interactivity over the network:
fixme:win32:CallNamedPipeA "\\\\BTI-RICHARD\\PIPE\\BMKDE\\FUNCTION.PIP"
0x405d5e98 82 0x405d5fbc 82 0x405d6010 10000
fixme:netbios:Netbios NCBADDNAME
fixme:netbios:Netbios NCBADDNAME
Can I Fix this?. I've seen an error like this one with PeekNamedPipe
Can you help me?.
Thanks in advance
------------------
Pablo Abrile
Informatica
UNCPBA
http://www.unicen.edu.ar
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1006>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=682
adelton(a)fi.muni.cz changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adelton(a)fi.muni.cz
------- Additional Comments From adelton(a)fi.muni.cz 2002-08-30 11:49 -------
Well, from the error message I thought that it should have been implemented in
ADVAPI32.dll.
The MSIE has no problem accessing https sites per se, it's just this applet (or
ActiveX thingy) that the bank uses. You should be able to see it crash by
clicking on the URL from the original report.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=682>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1004
Summary: Error during Eudora Pro 4.2 installation
Product: Wine
Version: 20020710
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: relson(a)osagesoftware.com
Attempting to install Eudora Pro 4.2, I got the following error popup:
Eudora Pro Email 4.2 Setup
An error occurred during the move data process: -160
Component: Eudora\Shared DLLs
File Group: Shared DLLs
File: Wininet.dll
If you need more info, let me know what you want and how to generate it...
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1004>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=993
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-08-30 00:53 -------
Resolving Invalid
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=993>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=663
------- Additional Comments From woolite(a)darkpact.com 2002-08-29 19:11 -------
Hi!
With unmanaged mode, the application is completely unresponsive. Tested with
latest wine build (CVS as of Aug 29th).
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=663>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=90
------- Additional Comments From mstefani(a)redhat.com 2002-08-29 15:38 -------
Some tips and tricks:
* Before you convert the handle to a void do a 'make clean' and a 'make' and
save the output to a file. After changing to DECLARE_HANDLE do again a 'make
clean' and a 'make' and save the output to a new file. Doing a diff (diff -u) on
the two make output files restricts the output to the interesting part.
* Don't use WOWHandle16 and WOWHandle32 to do the handle16 <--> handle
conversions. Use instead macros like this ones (if applicable):
#define HMIDI_32(h16) ((HMIDI)(ULONG_PTR)(h16))
#define HMIDI_16(h32) (LOWORD(h32))
* Put the macros in a private header in the directory of the dll that needs it
(or in the file directly if you need it only there).
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=90>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1003
------- Additional Comments From billmedland(a)look.ca 2002-08-29 15:31 -------
Created an attachment (id=281)
source for program demonstarting the problem.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1003>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1003
Summary: random pixels in imagelist backgrounds
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: billmedland(a)look.ca
I first noted this in ACCPAC but have attached a minimal case that demonstrates
the same problem. The issue requires a native comctl32.dll (specifically I
used a Windows NT one).
If an image list is created and no background is set (or, in the ACCPAC case if
the background is not white) then random pixels appear in the background of the
icon.
I believe that this has to be something to do with the gdi and the bitmap code.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1003>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.