http://bugs.winehq.org/show_bug.cgi?id=28952
Bug #: 28952
Summary: Explorer++ always highlights text in the address bar
Product: Wine
Version: 1.3.31
Platform: x86-64
URL: http://www.explorerplusplus.com/software/explorer++_1.
3.3_x86.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: aric(a)codeweavers.com
Classification: Unclassified
Regression SHA1: acaa0dc2dacb4d6e6f223213ce9a1e27b0b8e8ed
Created attachment 37222
--> http://bugs.winehq.org/attachment.cgi?id=37222
Terminal output
In Explorer++, the text in the address bar is always highlighted (white text on
blue background) as if I had selected it. The only time it appears without the
highlight is after selecting the text, then clicking somewhere in the address
bar to deselect it. After that, it becomes highlighted again when navigating to
a different folder.
Regression testing identified this as the cause:
acaa0dc2dacb4d6e6f223213ce9a1e27b0b8e8ed is the first bad commit
commit acaa0dc2dacb4d6e6f223213ce9a1e27b0b8e8ed
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Mon Oct 17 09:07:06 2011 -0500
user32: Use Uniscribe in the single line edit control.
:040000 040000 893487597629158ea8b1ddc0f152d992cb68d60d
a67057c79230c1842b43d04a4639969d4290629c M dlls
Reverting the patch from git failed, so I double-checked with:
git checkout acaa0dc2dacb4d6e6f223213ce9a1e27b0b8e8ed - bad
git checkout acaa0dc2dacb4d6e6f223213ce9a1e27b0b8e8ed^ - good
--
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=28027
Summary: μ-law rendering with pauses and repetitions
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
CC: aeikum(a)codeweavers.com
On MacOS, playing the 11kulaw.wav sample from the MCI shell causes intermittent
pauses (of variable duration, roughly ~0.5s). After each pause, sound does not
necessarily resume where it left off, but the audible output is correct (μ-law
was decoded).
MCI shell (bug #20232, comment #10): wine wintest.exe mcishell
open 11kulaw.wav alias u
play u from 0
close u
By contrast, rendering IMA_ADPCM works. The difference is that ADPCM goes
through Wine's codec, while μ-law is apparently handled by MacOS, as you can
tell from the missing
fixme:g711:G711_StreamSize
lines that appear on Linux (or in older versions of Wine on MacOS, e.g.
1.1.35).
trace:coreaudio:AudioClient_Initialize (0x11d7b0)->(0, c0000, f4240, c350,
0x139
438, {d7875583-d596-4af9-9c30-7755c50b26f8})
trace:coreaudio:dump_fmt wFormatTag: 0x7 (Unknown)
trace:coreaudio:dump_fmt nChannels: 1
trace:coreaudio:dump_fmt nSamplesPerSec: 11025
trace:coreaudio:dump_fmt nAvgBytesPerSec: 11025
trace:coreaudio:dump_fmt nBlockAlign: 1
trace:coreaudio:dump_fmt wBitsPerSample: 8
One possible fix might be to have mmdevapi refuse all but linear PCM. Perhaps
this particular bug is nevertheless interesting because it might reveal faults
in the handling of the Mac OS audio units. After all, μ-law might be
transparent to the player because its samples/sec, blockalign etc. look exactly
like linear PCM.
--
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=24961
Summary: BioEdit errors if datafile is closed
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: f.pinamartins(a)gmail.com
Created an attachment (id=31611)
--> (http://bugs.winehq.org/attachment.cgi?id=31611)
Program error Dialogue box
BioEdit gives an error when closing an open datafile. This error provides no
console output, just a dialogue box with the following message:
External exception: C000001D
After clicking "OK" the program continues to run. However, closing BioEdit
after this results in the attached dialogue box.
Afterwards there is console output (in attachment too).
Steps to reproduce:
Download and install BioEdit (http://www.mbio.ncsu.edu/BioEdit/bioedit.html);
Open a datafile (example datafile in attachment);
Close the datafile;
Close BioEdit.
Note: Do not use a very large datafile, or this will trigger bug 24960. The
example will work fine.
--
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=25826
Summary: msctf:inputprocessor tests fail on clang
Product: Wine
Version: 1.3.11
Platform: x86
URL: http://test.winehq.org/data/98834637eb25caf986c9feae3e
aa0b855cc19a26/wine_ae-ub1004-clang/msctf:inputprocess
or.html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
inputprocessor.c:892: Current Language 409
Unhandled exception: page fault on write access to 0x0046004a in 32-bit code
(0x7e435db8).
winedbg: Internal crash at 0x7ec81e4d
test failed: crash
+msctf 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=28843
Bug #: 28843
Summary: The Polynomial hangs after starting
Product: Wine
Version: 1.3.31
Platform: x86
URL: http://dmytry.com/games/Polynomial-free-122_windows.zi
p
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: piotr.caban(a)gmail.com
Classification: Unclassified
Regression SHA1: fea69b230546cd8145c67e9f94b3e8f0fa2bea2f
Created attachment 37044
--> http://bugs.winehq.org/attachment.cgi?id=37044
winedbg backtrace
The game freezes after starting, showing only a black screen and consuming 100%
CPU power.
No output from Wine in the terminal.
This is a regression, caused by
fea69b230546cd8145c67e9f94b3e8f0fa2bea2f is the first bad commit
commit fea69b230546cd8145c67e9f94b3e8f0fa2bea2f
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Thu Oct 13 12:24:59 2011 +0200
msvcrt: Don't duplicate _setmbcp functionality inside _create_locale
function.
:040000 040000 0116692a39b3c919ac2fe5dd8759aa5d3111ddcb
dae26e6f7f54bc5c54f919073de1c79311252fa5 M dlls
The reverted patch fixed the problem.
Native msvcrt.dll is a workaround.
--
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=21627
Summary: Black surfaces on sims 3 characters
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kristjan.ugrin(a)gmail.com
Created an attachment (id=26106)
--> (http://bugs.winehq.org/attachment.cgi?id=26106)
screenshot
Sims 3 characters have black areas on their bodies.
After bisecting, seems like commit bef792f5ff2cd87db98b58acb182123ef76be6e6 is
the problem.
More in attachments.
--
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=28873
Bug #: 28873
Summary: VBScript causes an assert when running script
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: vbscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Classification: Unclassified
Created attachment 37096
--> http://bugs.winehq.org/attachment.cgi?id=37096
Output log
Open Enterprise Architect Example Model
Open the Scripting View
Select the Script "VBScript - Attribute Lifecycle Example"
Run the script
Script stops due to assert.
--
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=15145
Summary: Regression, graphics corruption, caused by
eb4ee4f4ada6d02aeb26b0e12964b208ecc68b52
Product: Wine
Version: 1.1.4
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs(a)mysteryvortex.com
Commit eb4ee4f4ada6d02aeb26b0e12964b208ecc68b52 patches
dlls/wined3d/surface_base.c
This causes a regression exhibited in the game "Prince of Persia 3D" as well as
the demo.
During the game, icons are displayed at the bottom of the screen indicating
health/weapon/etc. After the commit, the icons are surrounded by squares.
In virtual desktop mode only (not full screen mode), this commit does fix the
menus which flash/strobe what appears to be the previous contents of the
screen.
To recreate:
Download the demo, prince_of_persia_demo.zip, from one of the following URLs:
(the original site, pop3d.com, is gone. (now a link farm))
http://www.digit.pl/ftp/gry_297/Prince.of.Persia.3D..htmlhttp://www.idg.pl/ftp/gry_297/Prince.of.Persia.3D..html
Unzip, run the .exe and install.
Run c:/Program Files/Red Orb/Prince of Persia 3D De
mo/PoP3DDemo.exe
Choose "New Game"
Look at the vial icons in the lower left or the sword icon in the lower right.
--
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=28175
Summary: Kurso de Esperanto 3.2 Lessons don't open and block
the application
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kshorg(a)gmail.com
Running it with 1.1.44 as noted in the appsdb works fine.
Bisecting showed 2 noteworthy commits:
--
901af51ea32f2d192a598808abab2d1b6a940773 is the first bad commit
commit 901af51ea32f2d192a598808abab2d1b6a940773
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Mon Jul 11 08:28:24 2011 -0500
winmm: Remove driver implementation of waveOut*.
:040000 040000 cccb55d925c166ba3838b0179cbdd655a44ba26a
428f760df6efda7a37b4a84f97721523ab72863f M dlls
--
This one breaks the audio of the application, though it still works.
--
be158e48ad8ee556941bd3f1ff94ca7116680d00 is the first bad commit
commit be158e48ad8ee556941bd3f1ff94ca7116680d00
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Mon Jul 11 08:28:30 2011 -0500
winmm: Implement waveOut* on top of MMDevAPI.
:040000 040000 428f760df6efda7a37b4a84f97721523ab72863f
2b94a3c0b7a42f4f83b037adc317d17565c1f7a9 M dlls
--
After this one, whenever an audio-playing button is selected the application
stalls.
Switching between Full/Emulation for hardware acceleration on winecfg didn't
had any effect.
Running on a stock Debian Squeeze 6.0.2.1, bigmem i686 kernel.
--
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=26643
Summary: Undefined symbols _SSLCopyPeerCertificates on Mac OS X
10.4.11
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine-2011(a)ryandesign.com
Created an attachment (id=33919)
--> (http://bugs.winehq.org/attachment.cgi?id=33919)
build log from MacPorts
Building wine 1.3.16 or 1.3.17 with MacPorts on Mac OS X 10.4.11 with Xcode 2.5
fails with:
:info:build /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
:info:build _SSLCopyPeerCertificates
Attached is the full log.
1.3.15 built ok on Mac OS X 10.4.
1.3.16 and 1.3.17 build fine on Mac OS X 10.6.
I did not test Mac OS X 10.5.
P.S: I am the maintainer of wine in MacPorts
--
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.