http://bugs.winehq.org/show_bug.cgi?id=5017
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|CVS/GIT |unspecified
--
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=5013
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|CVS/GIT |unspecified
--
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=6971
Tomasz Sałaciński <tsalacinski(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tsalacinski(a)gmail.com
--- Comment #199 from Tomasz Sałaciński <tsalacinski(a)gmail.com> 2008-12-28 10:37:40 ---
Anything new on this? I've tried to patch it, almost did it. Tried under Star
Wars: Knights of the Old Republic.
The problem is, that mouse warping SHOULD be done by winex11.drv.
The other problem is, that it cannot be in fixed positoin on the middle of the
screen, because most games won't work (like KOTOR, we cannot rely on some
function that one game does but other not). Workaround for all games seems to
me like that:
If I move the cursor outside the virtual desktop, game is not receiving any
mouse events - that's good. Warping mouse all the time will break normal
applications running in virtual desktop mode (for example, if user will click
the titlebar and try to drag the window outside of the desktop - mouse will
jump back to the middle and confuse the user)
If I right-click and try to turn, mouse cursor disappears, and the game is
receiving events event if the mouse cursor is outside of the game's screen
(checked it - MotionNotify event in winex11.drv - dumps mouse position on every
move).
There's how I did it:
Game window size is 1024x768. If the x coordinate of mouse pointer is > 1024,
then XWarpPointer moves it back to 1024 - it gives smooth turn in KOTOR (moving
it to the middle of the screen, eg. 512 makes turning choppy, because the game
thinks that user moved the mouse back to 512). The same with x < 0, if it
reaches value less than zero it jumps back to 0. Thanks to that, mouse look is
smooth in this game, user can scroll 360 ten times without moving mouse back to
the view. Mouse events are received only when mouse is grabbed, so it won't
affect normal desktop apps, and in the menu, mouse will just stop when it
reaches the edge of the screen (winex11.drv will stop it, not the xserver).
There is one disadvatange, though:
It works only, when the desktop window is on the middle of the screen. When it
is in fullscreen mode, mouse touches physical edge of the screen, thus it's not
receiving events (actually it is, but mouse moves by 4 pixels only - seems that
it's the window border). So, the movement is slow, but still works.
X will not send events if mouse pointer moves outside the desktop.
So, my patch is almost done, but it needs one thing:
- X should send mouse events to WINE even if the pointer goes x = -112 (this
happens when the virtual desktop window is on the middle of the screen - -112
is relative to the virtual desktop window) - IMHO best solution
- Fullscreen apps should have bigger border - it won't be visible on fullscreen
apps, but will allow to receive mouse events. One disadvatange: won't work in
virtual desktop mode placed on the left side of the screen.
I've made a lot of testing yesterday, so I think this approach will be the best
one. Warping mouse all the time (especially to the middle of the window) will
break a lot of desktop 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=9152
--- Comment #33 from ricardo filipe <ricardo_barbano(a)hotmail.com> 2008-12-28 08:56:05 ---
Created an attachment (id=18274)
--> (http://bugs.winehq.org/attachment.cgi?id=18274)
stub for SetupDiDestroyClassImageList
last one.
these 3 are called in your last log. tell me how useable the application really
is and tell me if it's worth it to send these patches in.
sorry for separating in 3 files but it's easier for me if i submit to
wine-patches.
--
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=16654
Summary: Extension Manager of OpenOffice.org 3 does not work
[dogfood]
Product: Wine
Version: 1.1.10
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Ronny.Standtke(a)gmx.net
Here are the steps to reproduce the bug:
1) Install and start OpenOffice.org 3.
2) Start the Extension Manager (Tools->Extension Manager...)
3) In the lower left corner of the new dialog click on "Get more extensions
here..."
4) Notice that nothing happens and that you get the following lines in the
console output:
err:winebrowser:get_url_from_dde Unabled to retrieve URL from string L"\""
err:winebrowser:wmain Usage: winebrowser URL
5) Click on the button "Check for Updates..." and in the new dialog select the
checkbox "Show all updates".
6) Notice the error message in the Description area that reads: "An error
occured: Unknown error.".
--
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=5055
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
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=16656
Summary: Windows MediaPlayer 9 crashes
Product: Wine
Version: 1.1.9
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kaufsense(a)gmx.net
Created an attachment (id=18270)
--> (http://bugs.winehq.org/attachment.cgi?id=18270)
Error log output from Wine
The standard mediaplayer 9 like it can be downloaded e.g. from ZDNet can be
installed without problems but crashes when trying to execute it. Please refer
to attached logfile.
--
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=16101
Summary: WMP10: Crashes on launch
Product: Wine
Version: 1.1.8
Platform: PC
URL: http://www.microsoft.com/windows/windowsmedia/player/dow
nload/download.aspx
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=17333)
--> (http://bugs.winehq.org/attachment.cgi?id=17333)
+jscript in git
wine: Unhandled page fault on write access to 0x00000010 at address 0x7e08d35b
(thread 0009), starting debugger...
Unhandled exception: page fault on write access to 0x00000010 in 32-bit code
(0x7e08d35b).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:7e08d35b ESP:0033af58 EBP:0033af90 EFLAGS:00010246( - 00 -RIZP1)
EAX:00000400 EBX:7e0a84fc ECX:075176d8 EDX:00000000
ESI:0015cf3c EDI:0015d608
Stack dump:
0x0033af58: 0015cf3c 0033af84 00000000 00000000
0x0033af68: 00000000 0033af88 0033af88 0751209f
0x0033af78: 0015cac0 0015d608 0015cac0 00000400
0x0033af88: 00000000 0015cac0 0033afd4 0767c27c
0x0033af98: 0015dab8 0015cf3c 00000000 0015cac0
0x0033afa8: 00000000 00610b00 00000000 00000000
Backtrace:
=>1 0x7e08d35b JScript_SetScriptSite+0xdb(iface=0x15dab8, pass=0x15cf3c)
[/home/austin/wine-git/dlls/jscript/jscript.c:243] in jscript (0x0033af90)
native jscript from winetricks works around it
+jscript attached
--
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.