http://bugs.winehq.org/show_bug.cgi?id=2430
------- Additional Comments From frix(a)engineer.com 2004-20-08 05:32 -------
After the installation has completed the actual files can be found inside the
fake windows 'c' drive...
Does this mean that it actually succeeded, even though all these errors are
reported?
--
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=2436
Summary: Entry "PFXIsPFXBlob" missing from cyrpt32.dll
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jdumay(a)communis.com.au
PFXIsPFXBlob is needed for some SSL functions that some programs rely on. This
is missing.
Bug was discovered by building a Mono assembly that relied on winelib and
crypt32.dll
PFXIsPFXBlob does not exist in libcrypt*.def
--
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=2435
Summary: Typelib-generation - probable bug in hash-function
Product: Wine
Version: 20040813
Platform: All
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aag(a)computas.com
I haven't actually used wine - but used some of the sourcecode for wine to
write my own functions for parsing existing win32 tlb's (MSFT)
If I rely on the hash-value generated by ctl2_hash_guid in typelib2.c,
I get a mismatch with the values in the typelib I examine.
If however I alter the return-statemet from
return (hash & 0xf) | ((hash & 0x10) & (0 - !!(hash & 0xe0)));
to
return (hash & 0xf) | (hash & 0x10);
the generated hash-values seems to be correct. I didn't quite figure out what
the intention of the part I deleted was anyway...
Regards,
Åsmund Grøstad
--
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=2434
Summary: no classfactory created for CLSID
Product: Wine
Version: 20040716
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: geoff(a)direcway.com
fixme:ole:CoCreateInstance no classfactory created for CLSID
{0002df01-0000-0000-c000-000000000046}, hres is 0x80040150
--
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=2432
Summary: New wine build 20040813 will not install InstMsiA.exe
from Microsoft.
Product: Wine
Version: 20040813
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gregrogers(a)mchsi.com
CC: gregrogers(a)mchsi.com
Using Wine 20040716 I was able to install InstMsiA.exe for MSI support for
loading a windows program (UD_Agent)to wine/Linux. I was able to load the
program (UD_Agent)and make it mostly work. I upgraded, Well I thought, to
wine 20040813 and low and behold I could not install the InstMsiA.exe for msi
support with wine. InstMsiA.exe is the microsoft version for windows 98. I
reverted back to wine 20040716 and was able to install msi support again.
NOTE: I tried installing the windows program (UD_Agent)without InstMsiA.exe
loaded (wine alone) and was unable to do so, the error reported that it did
not seem msi support was available for loading this program.
--
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=2431
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2420
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2431
------- Additional Comments From reif(a)earthlink.net 2004-18-08 19:52 -------
Created an attachment (id=676)
--> (http://bugs.winehq.org/attachment.cgi?id=676&action=view)
MFC program
Click check box to get wait cursor for 5 seconds. Moving cursor outside of
group box causes cursor to change. Cursor remains hour glass over entire
dialog in windows.
--
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.