http://bugs.winehq.org/show_bug.cgi?id=16531
Summary: Issues using embedded html (DVD Profiler written with
Delphi)
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
URL: http://www.invelos.com/Downloads.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Stuart(a)houseofanime.org
DVD Profiler's 'general' windows contains a link called 'view contributors'.
The 'general' screen appears to be a part of the application. If you follow
this link, it opens a new window showing contributions for that profile. This
screen appears to be an html page rendered in an application window. I make
this distinction because of the different performance.
The main windows of the application perform (more or less) as you would expect,
but some of the html-based windows do not function correctly. In the 'view
contributors' window, you can not scroll or follow links (although a scroll
mouse wheel will scroll the page and the icon changes as you move over a link).
If I install IE6 using winetricks, the screen allows scrolling by clicking with
the mouse, but links still do not work.
--
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=29746
Bug #: 29746
Summary: iexplore does not display some YouTube images
Product: Wine
Version: 1.4-rc1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: jacek(a)codeweavers.com
Classification: Unclassified
Regression SHA1: 699e41cdd8bcda1276c98cb6d9dd0503e9465099
Created attachment 38602
--> http://bugs.winehq.org/attachment.cgi?id=38602
Terminal output (with debug gecko)
Some of the images on YouTube are not displayed in builtin iexplore. For
instance, the logo, magnifying glass icon on the search button, and alert icon
next to the upcoming privacy policy change notice are missing. This worked in
1.3.15, so I did a regression test:
699e41cdd8bcda1276c98cb6d9dd0503e9465099 is the first bad commit
commit 699e41cdd8bcda1276c98cb6d9dd0503e9465099
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Tue Mar 15 13:45:29 2011 +0100
mshtml: Wine Gecko 1.2.0 release.
:040000 040000 945427379e31dde8d7d65bfab42bce43cb55293e
56e26373e5d368d9c991936e12bbf6572b51a1c8 M dlls
git checkout 699e41cdd8bcda1276c98cb6d9dd0503e9465099 - broken
git checkout 699e41cdd8bcda1276c98cb6d9dd0503e9465099^ - works
The mentioned images are all found on the home page.
wine iexplore www.youtube.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=29732
Bug #: 29732
Summary: Prince of Persia: The Sands of Time mouse clipping
broken
Product: Wine
Version: 1.4-rc1
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonas.bugzilla(a)gmail.com
Classification: Unclassified
The mouse (well, trackpad in my case) no longer works very well in PoP:SoT
since
commit f6368c4202afd47685d2d727c728a2e62dbe9735
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Jan 19 13:34:55 2012 +0100
dinput: Clip the mouse to the entire window instead of a 1x1 rectangle in
exclusive mode.
The easiest way to see the problem is to
1) download and install the demo (I'll add the download link)
2) go to the graphics options and disable fog and water effects (water effects
work fine in the latest Wine, fog doesn't)
3) start a new game and move forward (Z-key) to exit the "movement tutorial"
4) skip the introduction movie via Esc
5) press the f key to switch to mouse look mode
6) move the mouse/trackpad around
In step 6, you should be able to look around 360 degrees. The breaking commit
limits the area in which you can look around to about 90 degrees (sometimes you
can break out of it, and the area is not always the same 90 degrees). In
particular, looking down is almost completely disabled most of the time.
Sometimes, after pressing Esc to activate the in-game menu, the mouse cursor
will also be stuck to a particular area of the screen. Quickly moving the
cursor around sometimes allows you to break free of those areas.
I'm using a 13" MacBook Pro with Mac OS X 10.6.8 and XQuartz 2.7.1_rc1 (same
problem with XQuartz 2.7.0)
--
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=29748
Bug #: 29748
Summary: mouse doesn't work after fullscreen window goes away
Product: Wine
Version: 1.4-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bailey937(a)yahoo.com
Classification: Unclassified
I have an in-house windows app.
It's an image viewer that creates a full-screen window to do slideshows.
When you exit the slideshow, the mouse works fine in the windows app's window,
but it doesn't work anywhere else on the linux desktop.
If you alt+tab away from the windows app, then the mouse starts working
everywhere again.
I've had this problem in various environments under ubutnu, including unity 3d
and lubuntu.
The weird thing is I can't reproduce it in fedora 16 under lxde. Also, I tried
crossover on ubuntu (lubuntu 11.10), and it doesn't do it either.
I was able to fix it for myself by doing this in mouse.c (in wine-1.4-rc1)
BOOL clip_fullscreen_window( HWND hwnd, BOOL reset )
{
struct x11drv_win_data *data;
struct x11drv_thread_data *thread_data;
RECT rect;
DWORD style;
/* HACK? */
return FALSE;
I think what's happening is wine is making an invisible window and grabs the
pointer to it, and wine doesn't get rid of this window or ungrab the pointer
when it's supposed to. My app works fine without this behavior (works fine if
clip_fullscreen_window() always returns false).
--
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=28944
Bug #: 28944
Summary: Notepad2 v4.2.25 needs native msvcp60 to work
correctly
Product: Wine
Version: 1.3.31
Platform: x86
URL: http://www.flos-freeware.ch/zip/notepad2_4.2.25_x86.zi
p
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Notepad2 is a light-weight, freeware text editor. Source code of the
application is also available.
When starting the application, Wine doesn't complain about unimplemented stuffs
(nothing is shown in the terminal actually), yet the application doesn't work
correctly without native msvcp60.
Here are 2 problems which are remarkable at first sight:
- entered text doesn't appear in the editor
- type something in the editor then activate any of the menu options: you can
observe, that the activated menu options remain on the screen even after you
switched to another menu (e.g. press <F1> to open the about window, then click
on the <Ok> button. The about window remains on the screen.)
These issues can be worked around with a native msvcp60.dll
Mscodescan reveals the following stubbed symbols in Notepad2.exe:
./Notepad2.exe imports following stub symbols:
msvcp60:??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ABV01@@Z
msvcp60:??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ABV01@IIABV?$allocator@D@1@@Z
msvcp60:??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ABV?$allocator@D@1@@Z
msvcp60:??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@IDABV?$allocator@D@1@@Z
msvcp60:??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@PBDABV?$allocator@D@1@@Z
msvcp60:??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@PBDIABV?$allocator@D@1@@Z
msvcp60:??1?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ
msvcp60:??4?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@ABV01@@Z
msvcp60:??4?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@PBD@Z
msvcp60:??8std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@PBD@Z
msvcp60:??9std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z
msvcp60:??9std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@PBD@Z
msvcp60:??A?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAADI@Z
msvcp60:??Mstd@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z
msvcp60:??Y?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@D@Z
msvcp60:??Y?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV01@PBD@Z
msvcp60:?_C@?1??_Nullstr@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@CAPBDXZ@4DB
msvcp60:?erase@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@II@Z
msvcp60:?find@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIPBDI@Z
msvcp60:?insert@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@IPBDI@Z
Some of these are already reported in various other bug reports:
bug #27567, bug #27575, bug #27588
--
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=22201
Summary: Dragon Age: Origins - Configuration Utility windows
are blank
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=27086)
--> (http://bugs.winehq.org/attachment.cgi?id=27086)
screenshot - wine
See attached screenshots.
Terminal output is minimal:
fixme:win:LockWindowUpdate (0x2010e), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
--
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=29544
Bug #: 29544
Summary: StarCraft BroodWar crashes when I try to click on map
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmitriym-75(a)rambler.ru
Classification: Unclassified
Since Wine 1.3.29 StarCraft BroodWar crashes when I try to click on map, and I
must to kill SC process.
My distribution: Fedora 16.
That is full text of bug log:
err:seh:setup_exception_record stack overflow 1200 bytes in thread 0009 eip
6806d634 esp 00230e80 stack 0x230000-0x231000-0x330000
StarCraft BroodWar works very good with Fedora 14 and Wine 1.3.24.
--
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=23512
Summary: DDO - Silent crash at login
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: openal32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: p_monkey99(a)hotmail.com
CC: wine-bugs(a)winehq.org
Under recent versions of Wine, after logging in successfully (using PyLOTRO),
DDO will display the loading screen, and then crash silently before the
character select screen appears.
Reproducibility: Always
Steps to reproduce:
1) Open PyLOTRO.
2) Log into game.
Expected behavior:
Loading screen appears, blue bar fills up, character select screen appears.
Actual behavior:
Loading screen appears, blue bar fills up, game shuts down, displays the
PyLOTRO output window, which displays ***FINISHED***.
After some digging, it appears that this crash may be audio-related. The bug
first appears in Wine 1.1.30, and the one Mac-related fix listed in the
changelog for that version refers to OpenAL. Also, in previous versions of
Wine, after quitting the game the message "opena32.dll - cannot find exact
match; picking first". This message does not show up in later versions.
Haven't yet found a backtrace with any telling details, but this message does
show up in my debug log, starting with version 1.1.30:
err:gsm:GSM_DriverProc libgsm support not compiled in!
I haven't tested every version in between, but the crash does occur in 1.1.43,
.44, and all of the 1.2RC's. Tested on a MacBook Pro, Core 2 Duo 2.33, Radeon
Mobility x1600, OS X 10.6.4.
--
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=28367
Summary: Download Accelerator Plus:needs
msvcp60.dll.?npos@?$basic_string@GU?$char_traits@G@std
@@V?$allocator@G@2@@std@@2IB
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Bug 26961 seems fixed in wine-1.3.28-86-g9b729bb
while installing Download Accelerator Plus, an error dialog shows:
Cannot find import; DLL may be missing, corrupt, or wrong version
File "MSVCP60.dll", function
"?npos@?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@2IB"
(error 0)
--
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=27567
Summary: Crystal Towers 2 crashes with unimplemented function
msvcp60.dll.??0?$basic_string@DU?$char_traits@D@std@@V
?$allocator@D@2@@std@@QAE@ABV?$allocator@D@1@@Z
Product: Wine
Version: 1.3.22
Platform: x86
URL: http://www.clickteam.info/davidn/ct2/download.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
After applying the patch for msvcp60.dll.??0_Lockit@std@@QAE@XZ
Thank you Piotr.
During the intro pressing 'x' to goto the next dialog causes it to crash
unimplemented function
msvcp60.dll.??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ABV?$allocator@D@1@@Z
mscodescan.pl for bug #27067 has this line but bug is about another
unimplemented function.
--
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.