http://bugs.winehq.org/show_bug.cgi?id=23842
Summary: Fonts corrupted or missing characters
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: default_357-line(a)yahoo.de
When playing Alien Swarm, one of the in-game fonts usually exhibits some degree
of corruption; by which I mean that characters are either not rendered or only
their bounding box is. The character still takes up space. The degree of damage
varies from start to start, and may vary in a single session. The nature of the
damage also varies, although disappearing glyphs are the most common symptom.
A similar effect has been observed in Dawn of War: Dark Crusade.
I'm using fglrx from ati-drivers 10.4; I also tried 10.7 and it made no
difference.
I tried resetting .wine; no difference.
I tried removing /usr/share/fonts via chroot/symlink hax; no difference.
I screwed with UseFastTLS in xorg.conf; no difference.
I tried wine 1.1 and 07-30-10 git head .. no difference.
I'm quite simply out of ideas.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38274
Bug ID: 38274
Summary: White water in Heroes VI
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
Created attachment 51102
--> https://bugs.winehq.org/attachment.cgi?id=51102
Water is while places
Might and Magic Heroes VI - Shades of Darkness
Water on map shown as white place, not transparent and no details like on
screen 1.
I was considering this as a missing feature but I found some engine version
shows water like on screen 2. So this is possible!
I will do regression test to find the best revision and corresponding changes.
--
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=25506
Summary: Heroes in the sky: crashes when starting the
application
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eder_jon_ruiz(a)hotmail.com
The game installs perfect but when trying to start it just keeps crashing.
--
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=30963
Bug #: 30963
Summary: Diablo III (downloader): Menu bar entries are keeping
the background color
Product: Wine
Version: 1.5.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
The Diablo III downloader has 3 menu bar items (File, View and Help). If I'm
clicking for example on File (a submenu opens) and clicking somewhere at the
Blizzard logo (to close the submenu) there will be still a white background on
the menu entry (File).
Somebody has tested this on Windows and all is working fine 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=30964
Bug #: 30964
Summary: Diablo III (downloader): Font is flickering in the
"Connection Info" menu
Product: Wine
Version: 1.5.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
In the Diablo III downloader under "View" -> "Connection Info" are the entries
"Local Address" and "Peer ID". The first letter of these entries (L and P) are
only drawn to the half and the other half is flickering if the menu refreshes
its information (~every second).
Somebody has tested this on Windows and all is working fine 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=32084
Bug #: 32084
Summary: Diablo III: Crash on changing from fullscreen mode to
window mode
Product: Wine
Version: 1.5.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
Normally I'm playing Diablo III in fullscreen mode with a resolution of
1680x1050. If I'm changing then to the window mode the game window will be
resized but after this an error window appears that says that the game has
crashed.
--
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=18201
Summary: Unable to find the entry point L"CryptExtAddPFX" in
L"crypt32.dll"
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xuantinh(a)gmail.com
I have a certificate file (.pfx) and I want to import it under wine on Linux
(Arch) but I don't know how, after googling for a while, I found this link
http://scarff.id.au/blog/2009/smime-gotchas/ so I follow the instruction on
that link and run
wine rundll32.exe crypt32.dll,CryptExtAddPFX my-cert.pfx
But I got the error:
err:rundll32:WinMain Unable to find the entry point L"CryptExtAddPFX" in
L"crypt32.dll"
Is it mean that the method CryptExtAddPFX has not implemented in Wine 1.1.19?
--
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=22055
Summary: Assassin's creed crashes on launch occasionally
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=26852)
--> (http://bugs.winehq.org/attachment.cgi?id=26852)
terminal output/backtrace
Semi-random, but out of the past 4 times I've launched Assassin's creed, after
the intro video, once the menu loads, it crashes:
err:d3d_surface:surface_set_texture_name Surface has SFLAG_INTEXTURE set, but
no texture name
err:d3d_surface:IWineD3DSurfaceImpl_ModifyLocation 0x14135998: Surface does not
have any up to date location
fixme:d3d_surface:surface_load_ds_location No up to date depth stencil location
err:d3d_surface:surface_set_texture_name Surface has SFLAG_INTEXTURE set, but
no texture name
then:
Backtrace:
=>0 0x7ef872bd HEAP_MakeInUseBlockFree+0xf5(subheap=0x128b2000,
pArena=0x12b9f520) [/home/austin/wine-git/dlls/ntdll/heap.c:640] in ntdll
(0x039ce628)
1 0x7ef8a8eb RtlFreeHeap+0xe0(heap=0x110000, flags=0x0002, ptr=0x12b9f528)
[/home/austin/wine-git/dlls/ntdll/heap.c:1757] in ntdll (0x039ce678)
2 0x7ebb5cf4 peek_message+0x1f9(msg=0x39cea1c, hwnd=(nil), first=0,
last=0xffffffff, flags=0x4ff0001, changed_mask=0x04ff)
[/home/austin/wine-git/dlls/user32/message.c:2075] in user32 (0x039ce9a8)
3 0x7ebb7d4f GetMessageW+0x150(msg=0x39cea1c, hwnd=(nil), first=0, last=0)
[/home/austin/wine-git/dlls/user32/message.c:2943] in user32 (0x039ce9e8)
4 0x7e25679f hook_thread_proc+0x39d(param=0x33f7cc)
[/home/austin/wine-git/dlls/dinput/dinput_main.c:956] in dinput (0x039cea58)
5 0x7efba950 call_thread_func+0xc() in ntdll (0x039cea68)
6 0x7efba98e call_thread_entry_point+0x34(entry=0x7e256402, arg=0x33f7cc)
[/home/austin/wine-git/dlls/ntdll/signal_i386.c:2457] in ntdll (0x039ceb48)
7 0x7efc16af RtlCreateUserThread(process=0x0(nil), descr=0x7ec0fff4,
suspended=0, stack_addr=0x39ce918, stack_reserve=0, stack_commit=0,
start=0x39ce918, param=0x0(nil), handle_ptr=0x7fc30044, id=(nil))
[/home/austin/wine-git/dlls/ntdll/thread.c:411] in ntdll (0x039cf398)
8 0xf75e780e start_thread+0xbe() in libpthread.so.0 (0x039cf498)
9 0xf756aa1e __clone+0x5e() in libc.so.6 (0x00000000)
0x7ef872bd HEAP_MakeInUseBlockFree+0xf5
[/home/austin/wine-git/dlls/ntdll/heap.c:640] in ntdll: movl 0x0(%eax),%eax
640 size += (pFree->size & ARENA_SIZE_MASK) + sizeof(ARENA_FREE);
This may be new though, didn't happen a few day ago...
--
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=26807
Summary: MS Powerpoint 2007 does not start in 1.3.18
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bozkar(a)gmail.com
1. Installation MS Office with SP1/SP2 in updates/ → successful
2. Word and Excel runs correctly
3. PowerPoint crashed @startup.
In XP mode terminates with no error
In Vista mode asks whether to send debug info to MS.
As far as i remember it was running in 1.3.17 → regression.
--
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=33959
Bug #: 33959
Summary: faulty detection of VRAM amount (X1600 Mobility 256MB)
Product: Wine
Version: 1.6-rc3
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: f.platte(a)platte-web.de
Classification: Unclassified
I only recognized this while running the windows version of OpenGL Extensions
viewer in wine, telling me I've 128MB of VRAM. This amount is valid for the
standard versions found in 2005/2006 15" MacBook Pros, but I have the BTO
option with the upgraded amount off 256MB.
--
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=34884
Bug #: 34884
Summary: Touhou Danmakufu 0.12m's font becomes distorted in
Wine 1.7.5
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrewsuicune(a)gmail.com
Classification: Unclassified
In Wine 1.7.5, Touhou Danmakufu 0.12m's default font, used on the Directory
screen, built in text, etc, suddenly became mangled and distorted. I believe it
has to do with the simulated bold font update, since it was not present in Wine
1.7.3.
This bug is not severe, but 'l's look like capital 'I's and overall, it's
either unreadable or ugly to look at.
I believe that the bug is caused by one of the following, but I have absolutely
no evidence to support it.
Akihiro Sagawa (3):
gdi32/tests: Add tests for fake bold outline fonts.
gdi32: Adjust fake bold outline font metrics.
gdi32: Synthesize bold glyphs for outline fonts.
This bug does not adversely affect the software, but makes reverting to 1.7.3
appealing. It does not (as far as I know as of now) affect Touhou Danmakufu
ph3, at least not on the Directory listing.
--
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=36082
Bug ID: 36082
Summary: Cannot Read Text In "Question" Boxes On Microsoft
Money 2005 Installation
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: junk_2010(a)live.co.uk
This is very minor, but adding for completeness as gradually more of the
program is working correctly.
Installed wine 1.7.17 on Ubuntu 12.04 (32 bit). Clean install with previous
.wine directory removed.
"wine notepad" worked and displayed the expected wine version.
During the installation I couldn't read the "I accept" and "Cancel" text in the
text boxes. "I accept" is left hand most text box. "Cancel" is right hand text
box.
Program installed fine when left most text box "I accept" was selected.
--
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=20728
Summary: K-Lite Codec Pack 5.40 Media Player Cinema: page fault
on write access
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=24774)
--> (http://bugs.winehq.org/attachment.cgi?id=24774)
The major bug/crash as it appears when I open a .wav in Media Player Home
Cinema
Hey all, just bumped into a new problem. K-Lite Codec Pack 5.40 installed
perfectly, but when I go to play .wav files in the included Media Player Home
Cinema it has a page fault on write access.
Anyone interested in testing this major bug, you can download it here:
http://www.filehippo.com/download_klite_codec_pack/6504/
--
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=36084
Bug ID: 36084
Summary: Microsoft Money 2005 Window Going "Black" After
Certain Menu Operations
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: junk_2010(a)live.co.uk
Installed wine 1.7.17 on Ubuntu 12.04 (32 bit). Clean install with previous
.wine directory removed.
"wine notepad" worked and displayed the expected wine version.
Program installed and started ok (as previously). However, (as before) very
limited functionality when program was running. Easy to create a program crash.
Installed ie6 using winetricks.
Program now very functional.
Selecting certain menu items:
Help -> Microsoft Money Help F1
Help -> Money Glossary
Help -> Ordering Cheques
All opened a new (separate) msmoney side window with the message "Action
canceled" in.
To allow this to happen the main msmoney window reduced in size and when the
cursor was moved (moved out of the main window?) the main window went black.
Moving the cursor back over the main window caused certain parts of the main
window to redraw.
Pressing the maximise button on the main "msmoney - Microsoft Money" window
banner caused the main window to go full screen and correctly redraw itself.
--
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=35573
Bug ID: 35573
Summary: gdi32:fonts test_stock_fonts() fails on Windows 7 in
the Japanese and Hebrew locales
Product: Wine
Version: 1.7.12
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Classification: Unclassified
In the Japanese locale the conformance test errors are:
font.c:5547: Test failed: 4(0): expected height 15, got 13
font.c:5550: Test failed: 4(0): expected lfHeight -12, got -11
And in the Hebrew one they are:
font.c:5547: Test failed: 0(0): expected height 13, got 12
(the Hebrew locale also has a lot of errors in this test)
There are three VMs running the tests in a Japanese or Hebrew locale:
fg-win7u64-1spie9-he, fg-win7u64-1spie9-ja, newtb-w7u:
http://test.winehq.org/data/tests/gdi32:font.html
The corresponding tests where introduced by:
commit 6834a44dc4c3c7e8c377a2fd56d11e93edd37b2f
Author: Dmitry Timoshkov <dmitry(a)baikal.ru>
Date: Mon Jun 17 19:01:39 2013 +0900
gdi32/tests: Add a test for default font height scaling with screen
resolution changes.
--
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=33610
Bug #: 33610
Summary: Photoshop CS6 Layers display / hide function doesn't
work normaly
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff.artik(a)gmail.com
Classification: Unclassified
When a layer in Photoshop CS6 is set to hidden or displayed, it normaly
disappear from the draw. But a bug doesn't allow this function works properly,
and you need to clic 2 times to hide correctly the layer (or resize the
photoshop windows). Unfortunatly, when you clic 2 times, the layer is show as
visible, but not on the draw.
In this example, the red square is marked as "hidden" but still present on the
draw (attachment)
Strage thing : to activate it, I simply need to resize the photoshop windows,
and the layer is hide.
I use open source ATI radeon drivers on an Imac 27 inch.
--
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=33484
Bug #: 33484
Summary: Lemur Editor doesn't launch with message: Unable to
use Direct3D, please install DirectX
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rafael.raccuia(a)blindekinder.com
Classification: Unclassified
Created attachment 44320
--> http://bugs.winehq.org/attachment.cgi?id=44320
terminal output
Lemur Editor installs pefrectly, but doesn't launch, because of
Direct3D/DirectX.
--
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=33542
Bug #: 33542
Summary: EnableWindow calls ReleaseCapture when mouse captured
on child window
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: orzhvs(a)gmail.com
Classification: Unclassified
Created attachment 44392
--> http://bugs.winehq.org/attachment.cgi?id=44392
WINEDEBUG=+relay,+message wine /usr/local/vboxvm/vmshare/Spy.exe 2>&1 | grep -E
SetCapture\|ReleaseCapture\|LBUTTONDOWN\|LBUTTONUP\|EnableWindow > out.txt
When EnableWindow disabling a window in Wine, mouse capture in its child window
gets lost. As far as I tested in windows, capture is released only when
disabling the exact captured window, rather than its parent window.
There's a tool named 'Spy32' ( download at
http://www.woodmann.com/RCE-CD-SITES/Protools/files/utilities/spy.zip ), please
try picking window by dragging the 'target' icon to target window, it will
misbehave like the mouse button never released. In further debug info (
attached ) I saw it disable its main window to avoid picking itself, it indeed
plans to re-enable the window when mouse button is up but it dose not as
capture has been released and no WM_LBUTTONUP is received.
--
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=29181
Bug #: 29181
Summary: Combo box doesn't get a background in dialog editor
Product: Wine
Version: 1.3.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toni.spets(a)iki.fi
Classification: Unclassified
Created attachment 37647
--> http://bugs.winehq.org/attachment.cgi?id=37647
Hack for background drawing
When using a resource editor like ResEdit to create dialogs, combo boxes have
CBF_EDIT set and the white background is not drawn and the dialog background is
seen instead.
Attached a patch that workarounds the problem for this case. It is probably not
the correct fix as there must be a reason why CBF_EDIT state control background
is not drawn. Of course on Windows the combo box background is drawn with this
program.
--
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=33835
Bug #: 33835
Summary: Touhou 13.5 black screen
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: murela_alba(a)abv.bg
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 44861
--> http://bugs.winehq.org/attachment.cgi?id=44861
Title screen
When running Hopeless Masquerade after the loading screen the only thing
rendered is the main menu and game logo, with no background and when trying to
go into story mode, the entire screen turns black. Music and sound effects are
running properly at the same time. Game version is 1.03b, but 1.0 does the
same. Tested with wine 1.6-rc2 on Ubuntu 13.04 (64-bit).
--
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=34334
Bug #: 34334
Summary: MetaTester 5 never sends or receives data
Product: Wine
Version: 1.7.0
Platform: x86-64
URL: http://files.metaquotes.net/metaquotes.software.corp/m
t5/mt5tester.setup.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 45702
--> http://bugs.winehq.org/attachment.cgi?id=45702
wine-1.7.0-199-g52fb1cc console output (1st run)
The MetaTrader 5 Strategy Tester Agent (MetaTester 5) never sends or receives
any data.
It comes as part of MetaTrader 5 but is also available separately to create
your own server farm.
It installs itself as a system service on Windows (SYSTEM account) and runs in
the background once it has been initially set up from the main application.
Wine seems to have a problem running the services but that is a different
problem (bug not yet logged).
Wireshark confirms that no connection attempts are sent or received. Not
externally anyway.
The main application window shows statistics for data transfer and under
Windows XP this can be a few kB each day when quiet (when stock markets are
closed), but Wine never registers a single byte.
Netstat shows that the agents themselves are listening:
tcp 0 0 0.0.0.0:2001 0.0.0.0:* LISTEN
216313/wineserver
I can telnet to this port and it remains open for a few seconds before timing
out and closing. This does not register as data on the main application (same
in XP).
There are listeners on port 6010 and 6011 too but I think they're control
ports.
I am attaching the first run log as two agent services start successfully on
first run. You can start as many as you like but it makes sense to have one
agent per core.
Ran all day on Windows XP and Linux to compare.
In testing I enabled the agents to join the community (global) network. An
account is not required for this.
--
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=32218
Bug #: 32218
Summary: LTSpice: Objects not resized when the window is
resized
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 00cpxxx(a)gmail.com
Classification: Unclassified
Steps to reproduce:
1) Download, install and run LTSpice -
http://ltspice.linear.com/software/LTspiceIV.exe
2) Create a new schematic (File -> New Schematic)
3) Press L, click somewhere (this will create a component in the screen)
4) Press ESC to go back to the select tool, hold CTRL and right-click the
component to open a properties window.
5) Resize the window.
The internal window listview will not get resized to match the new window size.
This is not a duplicate of bug 3037 and may or may not be a duplicate of bug
7007 it will take a while to check.
--
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=32221
Bug #: 32221
Summary: LTspice: component drawing issues when moving
Product: Wine
Version: 1.5.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testelor(a)yahoo.com
Classification: Unclassified
Created attachment 42497
--> http://bugs.winehq.org/attachment.cgi?id=42497
Traces left behind when moving
Steps to reproduce:
1) Download and install LTspice -
http://ltspice.linear.com/software/LTspiceIV.exe
2) Run LTspice using:
$ wine scad3.exe -nowine
3) Create a new schematic, press 'R' (resistor), for example, and don't place
it by clicking, simply move it around.
The same happens for any component that is grabbed and moved. See the attached
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=33719
Bug #: 33719
Summary: comctl32:propsheet custom window proc test failure
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
A number of VMs report one of these two related test failures:
Elevated privileges (or pre-Vista):
propsheet.c:746: Test failed: property sheet with custom window proc: the msg
0x001c was expected, but got msg 0x0047 instead
or not elevated privileges:
propsheet.c:746: Test failed: property sheet with custom window proc: the msg
0x0046 was expected, but got msg 0x0210 instead
They have been seen on the following systems:
comctl32 5.81.4968.2500 Windows 2000 Professional SP4 + IE55 (rare ~1/50)
comctl32 5.82.3790.3959 Windows 2003 Enterprise Server SP2 + IE8 (rare ~1/50)
comctl32 5.82.6002.18305 Windows Vista Home Premium SP2+IE9
comctl32 5.82.7601.17514 Windows 7 Ultimate SP1 64-bit (+IE8) (32-bit tests)
comctl32 5.82.7601.17514 Windows 7 Ultimate SP1 64-bit + IE9 (32-bit tests)
comctl32 5.82.7601.17514 Windows 7 SP1 (not one of mine)
comctl32 5.82.9200.16384 Windows 8
--
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.