http://bugs.winehq.org/show_bug.cgi?id=26663
Summary: Novativa Streamster does not connect to the server
with error Microsoft Unified Security Protocol
Provider not found
Product: Wine
Version: 1.3.17
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sfc_0(a)yahoo.com.cn
Created an attachment (id=33945)
--> (http://bugs.winehq.org/attachment.cgi?id=33945)
Console output
I installed Novativa Streamster from Marketiva, and after I entered my username
and password and clicked "connect" button, it shows a dialog saying "Could not
connect to the Streamster Server, Microsoft Unified Security Protocol Provider
not found".
I'm running wine 1.3.17 on Ubuntu 11.04(Natty) AMD64.
Installed ms crypt32 and ms secur32 through winetricks.
When using the builtin secur32.dll the connecting dialog disappears
automantically,and when using the native secur32.dll it behaves as above.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21153
Summary: Tomb Raider AOD: Installer copies second CD into
incorrect place
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=25394)
--> (http://bugs.winehq.org/attachment.cgi?id=25394)
terminal output on Wine 1.1.35
I'm using Wine-1.1.35 compiled from source on 32 bit Fedora 12 [gcc (GCC) 4.4.2
20091027 (Red Hat 4.4.2-7)]
1) Clean ~/.wine
2) Copy both CD's on HDD to separate directories
3) Set those directories as CD-ROMs d: and e: in Wine configuration
4) Create .windows-label in both directories, one with TRAOD1 and another one
with TRAOD2
5) Start TR installation
6) Leave all default (Full installation)
7) TR installer copies files from first CD to "C:/Program Files/Eidos
Interactive/TRAOD" which is good place
8) TR installer asks for second CD
9) substitute d: with e: in "~/.wine/dosdevices" and continue with installation
10) TR installer copies all files from second CD to "C:/" in one directory
named Data o_O instead to "C:/Program Files/Eidos Interactive/TRAOD"
Problem:
TR installers copies second CD into incorrect place.
Expected behaviour:
TR installer should copy both CDs into the same place.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25129
Summary: Installation of the New Atlas of the British and Irish
Flora CD-ROM stops due to msiexec.exe program error
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roger_norton(a)inorbit.com
When running the PAInstaller.msi programme on this CD-ROM, the installation
stops while registering extension servers. The Program Error window says that
the progams msiexec.exe has encountered a serious problem and needs to close.
The software appears to install satisfactorily, but the graphics are not as
good as in Windows (some streaking).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25002
Summary: Error during windows software installation (files
extraction)
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pichon-diffusion(a)neuf.fr
During I install Genealogie software from Micro Application editor (compatible
for Win 95 and 3.1 and 3.11. There is a fatal extraction file error when
extracting the first file.
I don't know where are wine traces for attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24696
Summary: Online Registration Wizard on Crazy Vegas Casino set
to username zero on real player button
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: seotaewong40(a)gmail.com
Opening Crazy Vegas Casino and selecting a game button (for example: Double
Magic Slot) or clicking the CONNECT button causes a user account change to the
number zero.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24309
Summary: Recaching Fonts on each start
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas.belau(a)gmx.de
Hi!
The bug is an old one. It was shown in
http://bugs.winehq.org/show_bug.cgi?id=17674 but never really fixed. There
seems to be a work around for Mac only. The bug himselves is persisting.
I found that the prob comes with free scalable fonts. A call of
dlls/winex11.drv/xfont.c function XFONT_ReadCachedMetrics fails if any font has
in pfi->df.dfPixelHeight no value. This seems to be so on nearly every free
scalable font. A possible solve is to ask first wether it is a free scalable
font (if(pfi->fi_flags&FI_SCALABLE) {...) and if not to ask wether this value
is zero (...} else if(pfi->df.dfPixelHeight==0) {...).
After this small patch my wine was recaching the fonts (about 16000...) in a
correct manner. A Patch (diff -U...; patch it directly in the winex11.drv
directory) is appended.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23396
Summary: Hp50G Calculator does not detect HP50G on Usb port
when using HP Connectivity software
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rll31(a)humboldt.edu
Created an attachment (id=29160)
--> (http://bugs.winehq.org/attachment.cgi?id=29160)
Wine Desktop Screenshot
I installed the software and drivers from here:
http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&….
The software attempts to connect on serial port then fails to detect
calculator. Calculator is not detected on usb port while using internal Xmodem
mode.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23727
Summary: NFS Shift: crashes while loading profile or after 2nd
intro movie
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The symptom is
wine: Unhandled page fault on read access to 0x00000001 at address 0x1 (thread
001a), starting debugger...
Stefan found that 'winetricks secur32 win98' works around this.
This doesn't affect the downloadable demo. It might not even be a wine bug,
since some users report having to use win98 mode on XP to run the game.
Note that you have to press Enter during the 2nd intro movie
("The best drivers...") or it will repeat.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21736
Summary: Quicken 2004 Premier Ctrl+F is not recognized on
application launch.
Product: Wine
Version: 1.0.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rhdinah(a)yahoo.com
When launching Quicken the keyboard shortcut Ctrl+F (Find) does nothing ...
reliably nothing. However, if you traverse the Quicken menus Edit | Find &
Replace | Find ... then the Find request and operation proceeds normally.
Interestingly enough after this is done then the Ctrl+F keyboard shortcut is
recognized.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20636
Summary: Can't get a COM-object's properties (App: Cardiris),
workaround: winetricks dcom98
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ld(a)gardschwingdoazah.de
Created an attachment (id=24614)
--> (http://bugs.winehq.org/attachment.cgi?id=24614)
Debug trace of failed run; failing property is "CodePage"
This is a problem with the application Cardiris v3.5 by I.R.I.S. (business card
recognition).
The application itself (interactive) runs well, the problem is only with the
COM API. I'm accessing it through a piece of plain C code.
The code *works* on Windows XP,
*works* on wine 1.1.32 with dcom98 installed through winetricks,
but *doesn't work* with wine 1.1.32 with builtin dcom.
The COM works in general, I can create an application object and call methods
on it, but on another object (returned by a method call), access to any
property results in the following error:
Object doesn't support this property or method: 'CodePage'
(Note: Property name is spelled correctly, any other property doesn't work
either.)
Attaching a debug trace with WINEDEBUG=+comcat,+ole (hope that combination
makes sense), but I will gladly produce any other required debug trace -- just
let me know which WINEDEBUG setting you need.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.