http://bugs.winehq.org/show_bug.cgi?id=5626
Summary: Diable II Demo
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: StempUbuntu(a)gmail.com
When trying to run the Diablo II Demo:
Error 22 : A critical error has occured whilie initializing DirectDraw.
stemp@caderousse:~/wine/c/Programme/Diablo II Shareware$ wine Diablo\ II.exe
ALSA lib pcm_mmap.c:363:(snd_pcm_mmap) mmap failed: Invalid argument
ALSA lib seq_hw.c:456:(snd_seq_hw_open) open /dev/snd/seq failed: No such file
or directory
Xlib: extension "XFree86-DRI" missing on display ":1.0".
fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x7fd7bf10) : stub,
emulating 64MB for now, returning 64MB
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel
(0x7fd7b8b8)->(0x10024,00000011)fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel
(0x7fd7b8b8)->(0x10024,00000011)err:x11settings:X11DRV_ChangeDisplaySettingsEx
No matching mode found! (NoRes)
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x7fd7b8b8)->((nil),00000008)
fixme:d3d:IWineD3DStateBlockImpl_Release Releasing primary stateblock
--
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=5623
------- Additional Comments From tkho(a)ucla.edu 2006-07-07 16:24 -------
Yes, the Win32::GuiTest Perl module has a function IsKeyPressed() that is a
wrapper around GetAsyncKeyState. It comes with two example scripts (keypress.pl
and wptr.pl). The first script just asks for key presses. The second script
calls GetAsyncKeyState to query for a hotkey action. Also, searching newsgroups
shows a number of hits.
I think a minimal expectation is for GetAsyncKeyState to work when the
wineconsole that the Perl process is running in is focused, but even that
doesn't happen because wineconsole and Perl are different processs.
--
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=5623
------- Additional Comments From julliard(a)winehq.com 2006-07-07 16:01 -------
Sharing user data doesn't help if an X application has the focus. Do you have a
real app that breaks because of this?
--
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=5624
Summary: ActivePerl 5.8.8 error when testing Win32::GuiTest
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tkho(a)ucla.edu
ActivePerl 5.8.8 with Win32::GuiTest stumbles on the included which.pl example.
I minimized the test case to the line "use ExtUtils::MakeMaker::Config;" which
works in Windows but not in Wine.
The failure goes away when I try to trace the problem with -MDebug::Trace.
Perl backtrace:
&Config::AUTOLOAD failed on Config::launcher at C:/Perl/lib/Config.pm line 72.
Compilation failed in require at C:/Perl/lib/ExtUtils/MakeMaker.pm line 7.
BEGIN failed--compilation aborted at C:/Perl/lib/ExtUtils/MakeMaker.pm line 7.
Compilation failed in require at C:/Perl/site/lib/Win32/GuiTest/Cmd.pm line 60.
BEGIN failed--compilation aborted at C:/Perl/site/lib/Win32/GuiTest/Cmd.pm line 60.
Compilation failed in require at c:\win32-guitest\eg\which.pl line 17.
BEGIN failed--compilation aborted at c:\win32-guitest\eg\which.pl line 17.
--
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=5623
Summary: GetAsyncKeyState wrong if querying process doesn't have
focus
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tkho(a)ucla.edu
GetAsyncKeyState doesn't return the correct key state if the focused process is
different from the process querying the key state. In Windows, the call works
regardless of focused process.
GetAsyncKeyState does a lookup in the global key_state_table in
winex11.drv/keyboard.c, and each process gets a separate instance of this table.
http://msdn2.microsoft.com/en-us/library/h90dkhs0.aspx gives two ways to
implement shared data, while vitamin on IRC mentioned this might belong in
SharedUserData.
--
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=5622
------- Additional Comments From tuomosipola(a)gmail.com 2006-07-07 15:17 -------
Tried also with the 0.9.16 which I compiled from source.
--
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.