http://bugs.winehq.org/show_bug.cgi?id=14375
Summary: Mouse cursor flickers in Myst IV - Revelation
Product: Wine
Version: 1.1.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eiffel56(a)gmail.com
Created an attachment (id=14671)
--> (http://bugs.winehq.org/attachment.cgi?id=14671)
Patch that makes Myst IV startup
The mouse cursor flickers in Myst IV - Revelation. This problem seems to exist
since at least Wine
0.9.49(http://appdb.winehq.org/objectManager.php?sClass=version&iId=4240&iT….
It does only happen in-game, not in the menus.
I have to use the patch in attachment, otherwise Myst fails to start(it just
hangs).
I tried to apply the anim-cursor patch, as bad as before.
The following lines are repeating very fast and often:
fixme:d3d9:IDirect3DDevice9Impl_GetTexture Call to get texture (3) failed
((nil))
fixme:d3d9:IDirect3DDevice9Impl_GetTexture Call to get texture (2) failed
((nil))
fixme:d3d9:IDirect3DDevice9Impl_GetTexture Call to get texture (3) failed
((nil))
fixme:d3d9:IDirect3DDevice9Impl_GetTexture Call to get texture (2) failed
((nil))
fixme:d3d9:IDirect3DDevice9Impl_GetTexture Call to get texture (3) failed
((nil))
This video shows the situation: http://yafu.wh-forum.de/1882351258/out-10.ogv
Only the flickering cursor is caused by Wine, the other issues(full-screen
flicker sometimes, slow video, itchy sound) are caused by gtk-recordmydesktop.
--
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=14328
Summary: Artificial Girl 3: Crashes when trying to start any
executable
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://rapidshare.com/files/51023495/js3_try.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ultimate_talas(a)hotmail.com
Created an attachment (id=14618)
--> (http://bugs.winehq.org/attachment.cgi?id=14618)
terminal output for JS3_Play
Crashes when trying to start any executable, something about read access fault.
I tried it first with version 1.03, demo crashes with same output(except some
adresses).
Old test results for the game indicates it worked before!
//Demo install instructions:
1. download js3_try.exe (26,2 MB)
2. unpack install files to any directory
3. in the new directory, run startup.exe to install
4. click on the second button from above (which probably says install)
5. click on the middle button (next) until it starts to install
6. go to the new directory (default:
C:\illusion\きゃらめいく~体験版~\)
7. JS3_MakeTrial.exe is the demo executable
--
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=14272
Summary: Maximized and restored state not reported properly by
GetWindowPlacement
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dylan.ah.smith(a)gmail.com
Created an attachment (id=14562)
--> (http://bugs.winehq.org/attachment.cgi?id=14562)
wordpad: Properly save window rect on closing Min/Maximized windows
I initially noticed the bug in wordpad where closing the program while
minimized will cause it to be really small when opened the next time. This was
because wordpad was using GetWindowRect instead of GetWindowPlacement to get
the normal size and position of the window. The attached patch fixes that
issue, and I have submitted it to the wine-patches mailing list, however it
showed another bug in Wine that isn't in Windows.
Do the following steps to reproduce the bug:
1. Apply the attached patch to fix wordpad
2. Open Wine's version of Wordpad
3. Resize the window to be some size you will remember (e.g. skinny and tall)
4. Maximize the window
5. Close the window
6. Open wordpad again
7. If the window is maximized, then restore it.
Result in Windows:
The window is maximized after step 5, and will be restored to the same size the
window was resized to in step 3.
Result in Wine:
The result depends on the desktop environment settings. If you can take a
normal window, drag the corners to resize it to the size of a maximized window,
and have it actually be maximize, then the window will be maximized after step
6, otherwise it won't be. Either way, when you restore the window in step 7,
it will not be restored to the same window size.
I added in some printf statements to wordpad, and found that IsZoomed() and
GetWindowPlacement() were not recognizing the window as being maximized after
maximizing the window. GetWindowPlacement returns a WINDOWPLACEMENT structure
with a field rcNormalPosition, that should be filled with the position and size
the window should be restored to, but this contained the size and position of
the maximized window when the window was maximized.
Test case number 2:
1. Open up regedit
2. Change the DWORD value
"HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Applets/Wordpad/Options/Maximized"
to 1
3. Open Wine's wordpad
4. Restore the window
5. Close the window
6. Open wordpad again
Result in Windows:
The window will be the normal window size it was when wordpad was closed in
step 5.
Result in Wine:
The window will still be maximized.
This time IsZoomed() and GetWindowPlacement() returned values indicating that
the window was maximized after the window was restored.
Let me know if there are any problems with reproducing this bug.
My guess is that this is an x11 driver issue, but I haven't looked deep enough
into it to actually know. All I know is that my patch fixes the wordpad issues
in 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=14210
Summary: Frostwire - right clicking tray icon doesn't work,
closes immediately (dogfood)
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.frostwire.com/
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=14498)
--> (http://bugs.winehq.org/attachment.cgi?id=14498)
-all,+imm
Tried frostwire in Ubuntu hardy/git. Installs fine, and with win version set to
Vista, the directdraw black bug is avoided. Trying to use it's try icon,
however, is an excercise in futility. Left clicks work fine, the app will
restore its window. A right click, however, brings up the context menu for a
split second then closes it.
fixme:imm:ImmGetOpenStatus (0x213e68): semi-stub is the only terminal output.
+imm 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.
http://bugs.winehq.org/show_bug.cgi?id=13744
Summary: FlashVideo MX gives an error when launched and
terminates
Product: Wine
Version: 1.0-rc3
Platform: PC
URL: http://www.flash-video-mx.com/video_to_flash_web/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gnelson(a)omnilec.com
The following error dialog appears when the program is launched. Clicking "OK"
gives the same error, "Cancel" quits.
"Failed to create some instances of the Microsoft DirectShow components, which
may be modified by other software. The program will restart to register
Microsot DirectShow components again."
A free version of the program can be found here:
http://download.moyea.com/flash_video_mx/flashvideomx_setup.exe
--
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=13654
Summary: Diablo 2 in fullscreen mode, the bottom 6th of the
screen is cut off (widescreen display)
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mmmmiinndd(a)gmail.com
When running Diablo 2 in fullscreen mode on a widescreen display (16:10), the
picture is stretched to the maximum width horizontally, and is scaled
proportionally vertically. The means that the bottom 1/6th of the picture is
not visible (off screen).
I am unsure what logs would be helpful; please advise me what additional
information to provide.
X Window System Version 1.3.0
mesa 6.5.2-r1
nvidia driver 169.12
--
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=13652
Summary: Dragging a chat container outside of the screen looses
the container
Product: Wine
Version: 1.0-rc3
Platform: Other
URL: http://trillian.cc/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msd4824(a)yahoo.com
When you double click on one of your contacts, a chat container opens. When I
drag that container outside of the screen on accident (even partially, just the
side will cause this bug) the chat container disappears, and it becomes
impossible to re-open the chat container. This leads me to believe that the
container is still open, however it is hidden somewhere.
I should clarify that I do not drag the whole container outside the window. If
any of the container leaves the screen, the whole container disappears. Other
programs running in Wine (for example, NoLimits 1.6), do not cause this same
bug.
Thanks
--
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=13531
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.reaper.fm/
Keywords| |download
--- Comment #1 from Austin English <austinenglish(a)gmail.com> 2008-05-29 13:57:52 ---
What doesn't work? Please attach terminal output.
--
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=13378
Summary: Xplorer2 lite crashes in SHChangeNotify when deleting
directory
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.zabkat.com/x2lite.htm
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I've been playing with alternate shells lately, and
an article on "the ten best windows apps" listed Xplorer2,
http://blogs.zdnet.com/Bott/?p=402&page=3
so I gave the Lite version a try, http://www.zabkat.com/x2lite.htm
Seemed ok until I tried deleting a directory.
Picak a directory to delete by
selecting it in the left pane, then click the big 'X' icon,
and confirm. Bammo! I'll attach a log.
--
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=13310
Summary: Jagged border around window - bad transparancy mask?
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.magicdvdripper.com/dvd-copier.htm
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In
http://www.linuxquestions.org/questions/linux-software-2/dvd-copybackup-643…
a user asked if wine worked with Magic DVD Copier, so I tried it.
The first bug I noticed was a cosmetic one: the frame around
the app looks jagged; some sort of transparancy mask issue.
I've attached a screenshot.
--
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.