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.
http://bugs.winehq.org/show_bug.cgi?id=2666
Xavier Vachon <xvachon(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xvachon(a)gmail.com
--- Comment #26 from Xavier Vachon <xvachon(a)gmail.com> 2009-02-23 23:31:29 ---
Bug still present as of latest git (1.1.15)
--
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=17509
Summary: Mouse always Recentered in
Product: Wine
Version: 1.0.1
Platform: PC
URL: http://www.microsoft.com/games/PC/starlancer.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cblp(a)cblp.su
+++ This bug was initially created as a clone of Bug #1410 +++
The problem still persists in Wine 1.0.1 (Ubuntu 8.10) and Zoo Empire game (
http://212.241.195.13/animal-world/ZE/english.htm ). Unfortunately, the game is
distributed under a strict license that doesn't permit me to share its
binaries.
Some additional information: The game seems to have two different mouse
pointers. The first is visible, an it is frequently recentering. The second is
an "effective" cursor, it isn't shown, but menus and buttons become highlighted
and pressed only when it cover them.
Is there any way to make visible the hidden (second) cursor?
--
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=8354
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cblp(a)cblp.su
--- Comment #26 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-02-23 21:04:05 ---
*** Bug 17509 has been marked as a duplicate of this bug. ***
--
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=2467
--- Comment #99 from Adam Petaccia <adam(a)tpetaccia.com> 2009-02-23 13:31:32 ---
Created an attachment (id=19619)
--> (http://bugs.winehq.org/attachment.cgi?id=19619)
Starcraft is painting from what's underneath it
Something interesting I've found is that if I have another windows app (like
winecfg) open, it will be partially visable in BNet (see attached screenshot).
Another interesting note is that when closing OUT of Bnet, the other Windows
app will have focus, and the multiplayer selection screen will NOT be drawn
until you click it, and even then it will only paint over where your mouse goes
(damaged areas).
--
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=10288
Summary: wine_gecko download hangs when not started by iexplore
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexeagar(a)gmail.com
CC: alexeagar(a)gmail.com
The wine_gecko download hangs when it is started by some programs other than
iexplore. I have experienced this in many different versions of iTunes when
accessing the help documentation. It also occurs in Framemaker 8 as documented
in bug 9658.
The current workaround is to run 'wine iexplore http://winehq.org' which
succeeds in downloading and installing wine_gecko.
I wanted to avoid logging this bug by changing the summary of bug 9658 to make
it more generic but I couldn't find a way to change tho summary. Although this
bug was logged after bug 9658, I think that bug 9658 is the duplicate because
the behavior is not specific to Framemaker8. I apologize if this bug should not
have been logged.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17480
Summary: wineconsole --backend=user does not regain keyboard
focus when alt-tabbed to
Product: Wine
Version: 1.1.15
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: singularita(a)gmail.com
I run opensource FAR (http://www.farmanager.com/opensource.php?l=en) in
console, using "user" backend:
wineconsole --backend=user d:/far/Far.exe
When I use alt-tab to change focus to another window (I use fluxbox 1.1.1 +
bbkeys 0.9.1) and then alt-tab to change focus back to console window with FAR,
the window does not respond to keyboard (seems some problem with keyboard
focus, perhaps wrong widget inside the window gains the focus?). If I change
focus using the mouse (by clicking inside the window), keyboard works fine,
same as if I click into the window after alt-tabbing it.
This bug prevent from using only keyboard to change focus to wine console
windows, requiring to use mouse each time you need to switch windows.
--
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=1410
--- Comment #60 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-02-23 09:02:27 ---
(In reply to comment #59)
This bug is closed do not post here.
--
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=6955
ArLi Weng <program(a)163.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |program(a)163.com
--- Comment #14 from ArLi Weng <program(a)163.com> 2009-02-23 05:10:25 ---
patch from
http://article.gmane.org/gmane.comp.emulators.wine.devel/66642
has fixed the Graphical problem like this game.
but by software mode its toooooooo slow..
--
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=1410
--- Comment #59 from Cheese Russian <cblp(a)cblp.su> 2009-02-23 01:30:10 ---
(In reply to comment #58)
Some additional information: The game seems to have two different mouse
pointers. The first is visible, an it is frequently recentering. The second is
an "effective" cursor, it isn't shown, but menus and buttons become highlighted
and pressed only when it cover them.
Is there any way to make visible the hidden (second) cursor?
--
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 #31 from Austin English <austinenglish(a)gmail.com> 2009-02-22 21:31:18 ---
(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?
--
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 #30 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-02-22 19:10:53 ---
(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?
>
Priority amongst volunteers is usually whatever people want to work on.
The purpose of donations is described here:
http://www.winehq.org/contributing#wpf
"The purpose of the Wine Development Fund is to show appreciation to Wine
developers by collecting funds for developer meetings, such as Wine
Conferences, or in some cases to purchase documentation."
--
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 #29 from rdonnelly <rdonnelly(a)hvc.rr.com> 2009-02-22 15:55:31 ---
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?
--
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=5264
--- Comment #26 from Mike Kaplinskiy <mike.kaplinskiy(a)gmail.com> 2009-02-22 15:05:15 ---
(In reply to comment #25)
> Setting an override for usp10.dll in Word 2007 fixes the Equation Tools, not
> the Equation Editor. They are not the same thing. Equation Tools are opened by
> clicking Insert->Equation. The Equation Editor is opened by selecting
> Insert->Objects->Objects->Microsoft Equation Editor 3.0.
>
> This bug is for the Equation Editor. It is still present in Office 2007 in
> 1.1.14.
>
Sorry, I didn't realize they were distinct. It's a sort-of workaround for
Office 2007 then.
Regardless, I second this being a dup of bug 15211, since the equation editor
is not the only thing that doesn't work - none of the OLE objects work (Charts,
etc).
--
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=17000
Summary: a slight display problem in regedit
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: galtgendo(a)o2.pl
Frankly, I'm not sure whether it's a bug in wine,
problem with xorg-server 1.5.3 or problem with
xf86-video-ati, but let's start here.
I'm reporting it as a bug against 1.1.13,
but IIRC it happened a few versions ago.
It did work at some point, as I don't recall
having this problem when I was filling bug 14627.
So now the problem:
if I expand enough branches in the treeview of regedit,
both text and the expanding "+" on the treeview turns
black (usually on the branches below the expanded,
but sometimes also above it). If I collapse the branch and
re-expand it, it gets redrawn correctly. It gets redrawn
correctly also if I move the window offscreen for a moment,
but not if I simply move it on the screen.
xf86-video-ati is set to EXA.
--
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=14809
Summary: Mafia: Fails to respond to executing MafiaSetup.exe
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xeriouxi(a)hotmail.co.uk
Apparently there are no issues with previous versions of Wine with this as it
has a Platinum status, so this might be a regression.
When trying to run the MafiaSetup.exe file to install the game, absolutely
nothing happens. When ran via 'wine MafiaSetup.exe' in the terminal it just
spins the HD for a few seconds and then goes to a new line like it's finished.
--
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.