http://bugs.winehq.org/show_bug.cgi?id=6971
--- Comment #227 from Jake <Meigus777(a)aol.com> 2009-02-24 20:04:01 ---
I can confirm that on a 64 bit Lenny, downloading Wine 1.1.15 (you have to add
the repository) and setting the dinput key to 'force' fixes the problem! At
least on Unreal Tournament 2004.
Also: I tried forcing the key on version 1.0.1.1 or whatever. (the highest
Lenny showed normally) Didn't work at all for Unreal Tournament 2004. I even
tried disabling it, it didn't affect Deus Ex, an Unreal engine game which DID
grab the mouse properly. And UT2004 didn't work normally with the updated Wine
- it had to have both the update AND the force key.
Good luck, hope this helps.
P.S. to be specific, my problem was the "mouse gets stuck when it reaches the
edge of screen"
--
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=17418
Summary: crypt32/encode tests fail with +heap enabled
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://test.winehq.org/data/6a1537c4b5037be5253c33021fda
3a02430533f7/wine_xp_ae-ub-810-heap/crypt32:encode.html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: enhancement
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=19486)
--> (http://bugs.winehq.org/attachment.cgi?id=19486)
backtrace
cert.c:227: Test failed: Expected failure
cert.c:238: Test failed: Expected CRYPT_E_EXISTS, got 00000057
cert.c:295: Test failed: Expected CRYPT_E_EXISTS, got 80070005
cert.c:302: Test failed: CertAddCertificateContextToStore failed: 80070005
cert.c:308: Test failed: CertAddCertificateContextToStore failed: 80070005
cert.c:310: Test failed: Expected on output a non NULL copyContext
cert.c:339: Test failed: CryptHashCertificate failed: 00000057
cert.c:342: Test failed: algID 00008004, propID 3:
CertGetCertificateContextProperty failed: 00000057
cert.c:346: Test failed: CertGetCertificateContextProperty failed: 00000057
cert.c:350: Test failed: Unexpected length of hash for property: received
3341240 instead of 20
cert.c:509: Test failed: Expected 1 properties, got 0
cert.c:339: Test failed: CryptHashCertificate failed: 00000057
cert.c:342: Test failed: algID 00008003, propID 4:
CertGetCertificateContextProperty failed: 00000057
cert.c:346: Test failed: CertGetCertificateContextProperty failed: 00000057
cert.c:350: Test failed: Unexpected length of hash for property: received
1617662572 instead of 20
cert.c:625: Test failed: CertGetCertificateContextProperty failed: 00000057
cert.c:626: Test failed: unexpected size 0
cert.c:1129: Test failed: CertFindCertificateInStore failed: 80092004
cert.c:1458: Test failed: Expected CERT_STORE_REVOCATION_FLAG |
CERT_STORE_NO_CRL_FLAG, got 00010005
cert.c:1560: Test failed: CryptHashCertificate failed: 00000057
cert.c:1564: Test failed: CryptHashCertificate failed: 00000057
cert.c:1565: Test failed: Unexpected hash of nothing
cert.c:1570: Test failed: CryptHashCertificate failed: 00000057
cert.c:1571: Test failed: Unexpected hash
cert.c:1780: Test failed: CryptAcquireContext failed: 80090019
cert.c:1639: Test failed: Expected NTE_BAD_KEYSET or NTE_NO_KEY, got 00000057
cert.c:1643: Test failed: CryptGenKey failed: 00000057
fixme:crypt:CryptVerifyCertificateSignatureEx unimplemented for NULL signer
cert.c:1749: Test failed: CryptExportKey failed: 00000057
wine: Unhandled page fault on read access to 0x00000001 at address 0x60967c6a
(thread 0009), starting debugger...
...
Backtrace:
=>0 0x60967c6a CryptDestroyKey+0x2a(hKey=1)
[/home/austin/wine-git/dlls/advapi32/crypt.c:928] in advapi32 (0x0032fb38)
1 0x6066f9cc testCertSigs+0xaec()
[/home/austin/wine-git/dlls/crypt32/tests/cert.c:1786] in crypt32_test
(0x0032fc88)
2 0x60677286 func_cert+0x1016()
[/home/austin/wine-git/dlls/crypt32/tests/cert.c:1813] in crypt32_test
(0x0032fdc8)
3 0x606b6b58 run_test+0x138(name="cert.c")
[/home/austin/wine-git/dlls/crypt32/tests/../../../include/wine/test.h:454] in
crypt32_test (0x0032fe18)
4 0x606b6d59 main+0x129(argc=<register ECX not in topmost frame>,
argv=<register ECX not in topmost frame>)
[/home/austin/wine-git/dlls/crypt32/tests/../../../include/wine/test.h:503] in
crypt32_test (0x0032fed8)
5 0x606b7608 __wine_spec_exe_entry+0x88(peb=0x7ffdf000)
[/home/austin/wine-git/dlls/winecrt0/exe_entry.c:36] in crypt32_test
(0x0032ff08)
6 0x60470c98 start_process+0x98(arg=(nil))
[/home/austin/wine-git/dlls/kernel32/process.c:907] in kernel32 (0x0032ffe8)
0x60967c6a CryptDestroyKey+0x2a
[/home/austin/wine-git/dlls/advapi32/crypt.c:928] in advapi32: movl
0x0(%edi),%ecx
928 if (!key->pProvider || key->pProvider->dwMagic !=
MAGIC_CRYPTPROV)
backtrace/output attached (+heap stripped out)
--
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=7698
Brandon Weeks <brandon(a)bweeks.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|brandon(a)bweeks.org |
--
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=16177
Summary: Adobe Illustrator CS3 refuses to install
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jacobopantoja(a)yahoo.es
Adobe Illustrator CS3 installer doesn't work, the process appears during 0,3
seconds (more or less..) and then dissapear (in the system monitor, I mean). (I
don't know how to see a log, so I don't attach anything)
--
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=6316
--- Comment #34 from rdonnelly <rdonnelly(a)hvc.rr.com> 2009-02-24 11:25:40 ---
> >
>
> It's important to fix, but not many people work on/know printing...
>
Now it makes sense, not enough volunteers that know printing, if I knew
printing I would be on it. Sorry I am just a PC user.
--
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=9141
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |austinenglish(a)gmail.com
--
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=6316
--- Comment #33 from Austin English <austinenglish(a)gmail.com> 2009-02-24 10:00:06 ---
(In reply to comment #32)
> (In reply to comment #31)
> > (In reply to comment #29)
> > > I was just wondering, what does it take to get the wine folks to give a little
> > > more priority to business apps, over the games? Like fixing this bug? I am
> > > willing to help with donations, I already donated, but it does not seem as if
> > > it is going to be spent on business apps?
> > >
> >
> > Wine is a volunteer project, most developers work on what interest them. There
> > are tons of fixes going in for non-game stuff, e.g.,
> > crypt32/richedit/comdlg32/mshtml/etc.
> >
> > Donations are always appreciated, but unfortunately as a volunteer project,
> > it's hard to guarantee results. Printing is an area of wine that hasn't seen
> > much work lately...perhaps Detlef's been busy?
> >
>
> Well, I guess I will just have to stick to using Sun VirtualBox, I kind of
> doubt this bug is ever going to be fixed, unless wine becomes so perfect that
> this bug actually becomes a priority?
>
It's important to fix, but not many people work on/know printing...
--
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=6316
--- Comment #32 from rdonnelly <rdonnelly(a)hvc.rr.com> 2009-02-24 06:18:45 ---
(In reply to comment #31)
> (In reply to comment #29)
> > I was just wondering, what does it take to get the wine folks to give a little
> > more priority to business apps, over the games? Like fixing this bug? I am
> > willing to help with donations, I already donated, but it does not seem as if
> > it is going to be spent on business apps?
> >
>
> Wine is a volunteer project, most developers work on what interest them. There
> are tons of fixes going in for non-game stuff, e.g.,
> crypt32/richedit/comdlg32/mshtml/etc.
>
> Donations are always appreciated, but unfortunately as a volunteer project,
> it's hard to guarantee results. Printing is an area of wine that hasn't seen
> much work lately...perhaps Detlef's been busy?
>
Well, I guess I will just have to stick to using Sun VirtualBox, I kind of
doubt this bug is ever going to be fixed, unless wine becomes so perfect that
this bug actually becomes a priority?
--
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=421
Vitaly Lipatov <lav(a)etersoft.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lav(a)etersoft.ru
--
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.