http://bugs.winehq.org/show_bug.cgi?id=3477
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
--- Comment #8 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-01-05 15:49:12 ---
Confirming since there are more then one person affected.
--
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=3477
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|_obsolete_directx |directx-dinput
--- Comment #7 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-01-05 15:48:36 ---
Please attach output (as a file, compress with bz2 if it's too big) when
running Wine with WINEDEBUG=+dinput. Go into the game, then press few keys.
This is with _builtin_ dinput.
--
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=3477
Marcel Hasler <mahasler(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mahasler(a)gmail.com
--- Comment #6 from Marcel Hasler <mahasler(a)gmail.com> 2008-01-05 14:46:12 ---
Try using a native dinput8.dll. Works great for me, though only for the
keyboard. My gamepad isn't detected at all.
--
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=9178
Rafa³ Mi³ecki <zajec5(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zajec5(a)gmail.com
--
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=10510
Summary: SSLEAY_RAND_BYTES:PRNG not seeded
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andreamrl(a)tiscali.it
After installing pokerstars and run the application I got a message box
with error
error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not seeded
--
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=11050
Summary: Wine hangs on machines with Via Unichrome graphics
Product: Wine
Version: 0.9.52.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karllinuxtest.relton(a)ntlworld.com
Wine appears to be hanging and freezing X11 in Ubuntu Gutsy distribution on
machines with Via Unichrome graphics.
Even running wineprefixcreate is enough to cause the problem - needless to say
trying wine with any executable (e.g. notepad) then gives the same symptoms.
Wine hangs, and the X11 freezes (no mouse movement, no keyboard response). The
machine itself is okay - one can ssh in and kill the offending process which
then unfreezes X.
The offending process is rundll32.exe - which sits at 99% CPU.
Looking at Ubuntu forums, several other people have hit the same problem: see
http://ubuntuforums.org/archive/index.php/t-584308.html
This happens on my PC with Via Unichrome graphics, my other two PCs (Nvidia and
Intel graphics) are fine.
I backtracked my install of wine all the way to the Feisty shipped version
(0.9.33), and it has the same problem. This suggests some interaction between
the graphics libraries in Gutsy and wine that was not present in previous
releases.
I'll attach a log with +relay. In that you will see there is a page fault (line
27514), starting debugger ...
The final couple of lines in the log I think occur when I kill the runaway
rundll32.exe process.
If I hide the winex11.drv.so file so that wine cannot load it, then
wineprefixcreate will complete correctly and wine can be used ... but of course
in text mode only! This confirms some interaction with the graphics that seems
only present when X11 is running its 'via' driver.
I am happy to try and help debug - but would appreciate pointers of what I
should do next, e.g. what channels to enable.
--
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=5024
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch
--
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=5024
--- Comment #32 from Erich Hoover <ehoover(a)mines.edu> 2008-01-05 12:23:15 ---
(In reply to comment #31)
> I'm nominating this one for wine-1.0. It's clear what the cause of the bug is,
> and there's even a patch in comment #29, but Eric didn't respond anymore, but
> it should be possible to fix this before wine-1.0
>
Sorry, I've been pretty busy for quite a while and then forgot about it. I
would not feel comfortable submitting this patch without the test code as well,
which is something that you did. So, I will submit my patch if you would
submit your test code patch (valid against latest git) with a title like "Fix
for WritePrivateProfileString [1/2]" and format the message along with it
something like this:
------
Real Name:
<your real name, not an alias>
Description:
Tests for WritePrivateProfileString error cases. These tests show a
problem with WritePrivateProfileString that prevents Thief: Deadly Shadows from
installing properly (see Bug #5024). Part 2/2 (to be submitted by Erich
Hoover) contains a proposed fix.
Changelog:
kernel32: Fix for WritePrivateProfileString [1/2]
------
By approaching the patch in this way it will have a much greater likelihood of
being included. The guidelines for submissions are rather spread out but a
summary of what helps is:
1) Only submit your own work
2) Submit all patches as separate emails with a plain text patch attachment
3) Explain the problem you are trying to fix (or the problem your test cases
covers)
4) Make all changes as simple and crystal clear as possible
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.