http://bugs.winehq.org/show_bug.cgi?id=28295
Summary: mshtml/htmldoc.ok flaky
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This test just failed for me with
../../../tools/runtest -q -P wine -M mshtml.dll -T ../../.. -p
mshtml_test.exe.so htmldoc.c && touch htmldoc.ok
...
htmldoc.c:2358: Test failed: unexpected call UpdateUI
htmldoc.c:2636: Test failed: unexpected call Exec_UPDATECOMMANDS
I see that particular failure has happened before:
http://test.winehq.org/data/5d22f3aa145795af0137f580959671c046f3d37a/linux_…http://www.winehq.org/pipermail/wine-devel/2010-November/087789.html
--
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=15027
Summary: Microsoft Office 2007: Installer takes too much time to
check the product key
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
After you finish typing the product key, the installer takes around a minute to
check if it's correct.
--
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=9447
Summary: Supreme Commander's FMVs do not skip frames
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ajrich(a)earthlink.net
This bug causes the videos to move slower than they're supposed to, and desync
with sound (if you've made the changes needed to get sound from the game - see
the AppDB for details.) Affects mission briefings in the campaign, and messages
recieved during campaign missions.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30823
Bug #: 30823
Summary: mono program incorrectly writing Chinese characters to
console with Wine mono
Product: Wine
Version: 1.5.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Compile the following sample:
--- snip ---
using System;
using Gtk;
public class GtkHelloWorld {
public static void Main() {
Console.WriteLine("abcd1234一二三四五");
}
}
--- snip ---
$ mcs -pkg:gtk-sharp-2.0 helloword.cs
$ mcs --version
Mono C# compiler version 2.10.5.0
2. install mono210 with an older version of Wine (wine-1.4), or use the builtin
wine-mono-0.0.4 with the latest wine (wine-1.5.5)
3. start helloword.exe with wine:
$ wine helloword.exe
Expect result:
Outputting "abcd1234一二三四五"
Actual result:
Outputting "abcd1234一二三四五奈奈五"
What the worse is, helloword.exe never quit, it fall into a infinite loop of
WriteConsoleW()
Additional info:
1. wine-1.4 + `winetricks dotnet20` works well with the above helloword.exe
2. WinXP + dotnet4 works well with the above helloword.exe
3. I can't make it work on WinXP + mono210, always get a "Initial error
0xc0000135"
4. The bug disappear after removing Chinese string from Console.WriteLine()
5. The bug has different behaviors after adding English letters at the end of
the string, for example: Console.WriteLine("abcd1234一二三四五a"), the output is:
"abcd1234一二三四五a四五a錫a"
This time the program will not fall into infinite loop.
6. The bug disappear if I redirect out put to a file:
$ wine helloword.exe > hello.txt
7. Bug 10063 is really annoying while using winedbg to tracing this bug...
Regards.
--
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=32666
Bug #: 32666
Summary: Black background in PowerPoint 2003
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 43097
--> http://bugs.winehq.org/attachment.cgi?id=43097
Screenshot
See the screenshot. The black background is not how Powerpoint should look.
This is a regression:
841214ddb4d4dc620e6b51dfe6655b585d423edc is the first bad commit
commit 841214ddb4d4dc620e6b51dfe6655b585d423edc
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Nov 21 19:20:27 2012 +0100
user32: Don't check for driver events before normal messages in
PeekMessage.
:040000 040000 79793f282ab4ee789b1f07d7e8dd89c82e4e02ab
504f597e5c86ae4e9ae21713e8a8bb27969f0d5a M dlls
Resetting directly to this commit makes the whole slide black, not only
background, while using wine-1.5.21 makes it look as in 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.
http://bugs.winehq.org/show_bug.cgi?id=26759
Summary: SIV Fails to show Internet Access state - needs
IsInternetConnected() from connect.dll
Product: Wine
Version: 1.3.17
Platform: x86
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
For Windows Vista and later SIV should show the Internet access state, but this
fails as it is unable to load IsInternetConnected() from connect.dll. I tried
to get this to work by taking DLLs from W7 SP1 but was unable to get this to
work. As I added more DLLs I got as far as:
err:module:import_dll Library API-MS-Win-Core-LocalRegistry-L1-1-0.dll (which
is needed by L"Z:\\home\\ray\\siv\\nlaapi.dll") not found
err:module:import_dll Library nlaapi.dll (which is needed by
L"Z:\\home\\ray\\siv\\netshell.dll") not found
err:module:import_dll Library netshell.dll (which is needed by
L"Z:\\home\\ray\\siv\\connect.dll") not found
Currently all the DLLs are there, there are no error messages, but none of the
DLLs load.
To show the DLLs loaded do Menu->Windows->DLLs by Name.
--
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=17702
Summary: Ever17 requires the Courier New font
Product: Wine
Version: 1.1.16
Platform: All
URL: http://www.download.com/Ever17-Out-of-Infinity/3000-
7494_4-10573528.html?tag=pdp_prod
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s.guidoni(a)tin.it
Ever17 crashes at startup with "page fault on read access to 0x72756f43 in
32-bit code" if the Courier New font is not installed.
--
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=23866
Summary: Microsoft Wine Guide crashes, unimplemented function
msvideo.dll16._MCIWNDCREATE
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29963)
--> (http://bugs.winehq.org/attachment.cgi?id=29963)
+relay,+int21,+mmio log in Windows XP mode
This bug applies to Microsoft Wine Guide 1.0a, a multimedia CD-ROM from 1995.
On attempting to play a video clip, the program crashes with console output
like this:
wine: Call from 0x7b836872 to unimplemented function
msvideo.dll16._MCIWNDCREATE, aborting
wine: Unimplemented function msvideo.dll16._MCIWNDCREATE called at address
0x7b836872 (thread 001d), starting debugger...
Unhandled exception: unimplemented function msvideo.dll16._MCIWNDCREATE called
in 32-bit code (0x7b836872).
However, there is a (probably related) issue with the program trying
unsuccessfully to copy some DLLs to the Windows system directory on startup.
Start wine.exe in the root directory of the CD-ROM. A Microsoft Home splash
window opens, then there are several error dialog boxes with text like this:
"The file C:\windows\SY32\iccvid.dll open, which Wine Guide needs to modify.
Please close all other open programs or restart Windows." The dialog box has
Abort/Retry/Ignore buttons.
Pressing Ignore each time allows the program to continue. With Wine set to
Windows XP mode (the program works fine under Windows XP), the dialog appears
for each of these DLLs: iccvid.dll, ir32_32.dll, msadp32.acm, msrle32.dll,
msvideo.dll.
The program's main window then opens. If you click the film strip button near
the centre of the window (which should cause a video to play), the program
crashes with a Wine error dialog saying winevdm.exe needs to close, and console
output as above.
Two attached logs:
Wine in Windows XP mode, WINEDEBUG=+relay,+int21,+mmio. Start wine.exe, click
Ignore for each dialog box, then click film strip button in main window.
Wine in Windows 3.1 mode, WINEDEBUG=+relay,+int21. Start wine.exe, dismiss all
dialogs until program exits with out of memory dialog.
I don't know why the program tries to look in C:\windows\SY32\, but if you set
the Wine windows version to Windows 3.1, it instead looks in C:\windows\SY\
(and tries to copy more/different files there).
--
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=12738
Summary: Karafun: plays song, but doesn't display lyrics (kfn
file)
Product: Wine
Version: 0.9.60
Platform: PC
URL: http://www.karafun.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leesew(a)gmail.com
When trying to play a CDG karaoke file, the display remains black.
wine output:
fixme:mpeg3:MPEG3_StreamSize misses the block header overhead
fixme:file:WriteFile Could not access memory (0x18c0000,2359296) at first, now
OK. Protected by DIBSection code?
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x143f90,0x32faf8): stub
This used to work with older versions by the way. Let's say about 4 months ago
- but since then there have been new versions of Karafun. The old ones aren't
downloadable anymore.
--
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=15974
Summary: Don't open internal window fullscreen on startup in
Metatrader 4
Product: Wine
Version: 1.1.8
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zburguy(a)gmail.com
When open the Metatrader 4 internal window open only smoll.
And where swetch internal windows they have artefact.
You may yerself free to try this terminal.
P.S. Terminal save previous internal windows location and as open on next
startup.
Sory for my English.
Log in smoll on startup:
fixme:reg:GetNativeSystemInfo (0x7ee7dc) using GetSystemInfo()
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:thread:NtSetInformationThread info class 17 not supported yet
fixme:debugstr:CheckRemoteDebuggerPresent (0xffffffff)->(0x83ee4e): Stub!
This when use Strategy Tester:
err:ntdll:RtlpWaitForCriticalSection section 0x107d188 "?" wait timed out in
thread 002f, blocked by 0034, retrying (60 sec)
fixme:heap:RtlCompactHeap (0x110000, 0x0) 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.