https://bugs.winehq.org/show_bug.cgi?id=45689
Bug ID: 45689
Summary: Quik 7: Regression in ComboBox after "Introduce
ComboBox control" commit - empty drop-down list
Product: Wine
Version: 3.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: akv(a)etersoft.ru
Distribution: ---
Overview:
wine-3.14
Empty drop-down list when I try to choose a brokerage account in “New Order”
window.
As a result, a market order cannot be sent.
Steps to Reproduce:
Install:
1) Download the app by link
http://arqatech.com/upload/iblock/68d/Quik_v7.19.0_ENG.exe
2) wine Quik_v7.19.0_ENG.exe
3) Click Next until end
Reproduce:
1) Login is valid until 09/22/2018. I will update after this date.
User:U0127031
Pass:04209
2) Click on a ticker in the tickers table and press F2. The “New Order”
window appears
3) Try to choose an account at the right upper combobox
Actual Result:
The CombBox hasn't set a default account and the drop-down list is empty.
Expected:
The ComboBox has already set a default account and the drop-down list isn't
empty
Regression testing:
The last wine version that works fine with the same version of QUIK is 3.1.
So I've done regression testing between 3.1 and 3.2 by manual from here
https://wiki.winehq.org/Regression_Testing#Running_the_bisection and found the
first problem commit:
c9e98034b37f44d505ba406f94031d02e226a176 is the first bad commit
commit c9e98034b37f44d505ba406f94031d02e226a176
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Tue Feb 13 10:56:36 2018 +0300
comctl32: Introduce ComboBox control.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 de95ff28d86354aaaa40b8d1757ce6e82d140705
b22b611e6afe490e3e54029f11dc62d5be7a7b1e M dlls
--
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=45660
Bug ID: 45660
Summary: SuperPower 2 demo fails to install
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 62087
--> https://bugs.winehq.org/attachment.cgi?id=62087
+msi output
Steps to reproduce:
1. Install
<https://web.archive.org/web/20160305010920/www.installengine.com/isengine/i…>
with `msiexec /i`.
2. Install SuperPower 2 demo from
<https://download.cnet.com/SuperPower-2/3000-7483_4-10319338.html>.
The installation fails with error -1603. Output with WINEDEBUG=+msi is
attached. The most interesting line is:
0070:err:msi:ITERATE_Actions Execution halted, action L"ISStartup" returned
1603
This used to work as recently as Wine 3.12. A regression test said:
457431ab5bc1dd10c4957f145de85c4ba6d0ef72 is the first bad commit
commit 457431ab5bc1dd10c4957f145de85c4ba6d0ef72
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Tue Jul 10 12:08:47 2018 +0200
msi: Reuse the custom action server process where possible.
We use a named pipe to communicate between the client (i.e. the process
that
called MsiInstallProduct() and the custom action server. The naïve approach
has the client send custom action GUIDs to the server and the server send
back the results of executing the action, but this fails in the case of
nested custom actions, so instead we send back handles of threads for the
client to wait on.
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Hans Leidekker <hans(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
$ sha256sum isscript.msi
1cc2c839b8ba08a5d06bcce9b6fa6c32f3f05e9750fc9d5dc1981aeb4e5b04af
$ sha256sum SP2Demo.exe
b96fed502d25569dcdd65c6cdc371dbe9367ae8bf805049774f2ee3e028038d4
--
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=45475
Bug ID: 45475
Summary: XM6 Type G: Can't type a specific symbol key on
Japanese keyboard.
Product: Wine
Version: 3.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: ---
In XM6 TypeG (SHARP X68000 emulator), I can't type 「:*け」 key with Japanese
keyboard.
How to reproduce:
1. Download XM6 TypeG version 3.30 L35 from author's page, i.e.
http://www.geocities.jp/kugimoto0715/xm6g/xm6_typeg_330L35_20170223.zip
(SHA1:ed1b91938ba8ae5f39e1cac9445b8d2740518466)
2. Extract the zip archive.
3. Run xm6g.exe in x86 directory.
4. In the menu bar, choose [ツール] - [オプション] ([Tool] - [Option]).
5. Select キーボード (keyboard) tab.
6. Click No.28 in キーボード マップ (keyboard map) list.
Then, a new small window titled 割り当てキーの入力 appears.
7. Type 「:*け」 key on the keyboard.
8. Check the result.
To close, click the right mouse button.
Expected result:
- 現在のキー (Current binding) keeps DIK_COLON.
Actual result:
- 現在のキー is updated to DIK_APOSTROPHE.
About Japanese keyboard specialty in DirectInput, please refer to
https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ee416757…
--
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=45468
Bug ID: 45468
Summary: Phase Shift: tails on sustain notes not visible unless
GLSL is disabled
Product: Wine
Version: 3.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: q3aiml+wine(a)gmail.com
Distribution: ---
Created attachment 61811
--> https://bugs.winehq.org/attachment.cgi?id=61811
missing tail by default
During a song the notes that should be held (sustain notes) should have tails
rendered after the note indicating the hold. These tails are not visible by
default under wine. There are no visible artifacts. The notes instead appear
like normal, non-sustain notes.
Steps to reproduce:
* Install version 1.27 of Phase Shift
(http://www.dwsk.co.uk/phase_shift_downloads.html,
https://mega.co.nz/#!JkwSxayT!cKdLVz8GrRrla2jkDmOvlMWxtmsdbWvoboP_vmgLw3o)
* Run 'winetricks vcrun2013' to fix missing msvcr120.dll._strerror_s on startup
* Select Quickplay in main menu (use number 1 key to select)
* Select song Positive Force, a song that comes bundled with the full 1.27
download, or any other song with sustain notes
* Press 1 to join with keyboard
* Select Guitar intrument and Hard difficulty, or any other song and difficulty
combo with sustain notes
* Press 1 to continue and 1 again when prompted to press green to begin
* Observe that the first note of Positive Force should have a green tail
(follow by grey if the note is missed), but instead appears as a normal,
non-sustain note
The tails render properly after setting UseGLSL to disabled and MaxVersionGL to
0x30001 (cannot disable GLSL with GL 3.2 or newer).
I think this has something to do with how the generated ffp emulating shaders
calculate the alpha channel and apply an alpha test. Here is what I am seeing
leading to the pixels being discarded:
# relevant uniforms
specular_enable = [1, 1, 1, 0]
alpha_test_ref = 0.0117647061124444
ffp_material.diffuse = [0, 0, 0, 0]
# relevant bits of vertex shader
ffp_varying_diffuse.w = ffp_material.diffuse.w;
# relevant bits of fragment shader
// ffp_varying_diffuse.w = 0 -> ret.w = 0 regardless of tex0.w
ret.w = tex0.w * ffp_varying_diffuse.w;
// specular_enable.w = 0 and ret.w = 0 -> ps_out[0].a = 0
ps_out[0] = ffp_varying_specular * specular_enable + ret;
// ps_out[0].a = 0, alpha_test_ref = 0.01..., alpha test fails and discards
pixel
if (!(ps_out[0].a >= alpha_test_ref))
discard;
--
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=45506
Bug ID: 45506
Summary: Waves Central Plugin Install
Product: Wine-staging
Version: 3.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chopinbig2(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Somewhere between Wine Staging 3.10 and Wine Staging 3.13 some change seems to
have occurred that breaks Waves Central and the current version of Waves
Central can't install plugins anymore.
The current version of Waves Central does still work by reverting back to Wine
Staging 2.21 so the problem seems to be in recent Wine Staging 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.
https://bugs.winehq.org/show_bug.cgi?id=45671
Bug ID: 45671
Summary: Wine build: can't write value of type 12 yet
Product: Wine
Version: 3.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
There is a new warning...
make[1]: Entering directory '/build/wine_git_bin_32/dlls/mshtml.tlb'
../../tools/widl/widl -o mshtml_tlb_t.res -m32 -I.
-I../../../wine_git_src/dlls/mshtml.tlb -I../../include
-I../../../wine_git_src/include -D__WINESRC__
../../../wine_git_src/dlls/mshtml.tlb/mshtml_tlb.idl
warning: can't write value of type 12 yet
...introduced by wine-3.8-84-ge70a8fbb10:
commit e70a8fbb10a7ec4a69351df18af44c0533e3c0e7
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Wed May 16 17:45:48 2018 +0200
mshtml.idl: Added IHTMLCSSStyleDeclaration declaration.
--
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=44653
Bug ID: 44653
Summary: Everquest Titanium (Project 1999): Significant
performance regression from 3.1 to 3.2
Product: Wine
Version: 3.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: codyf86(a)gmail.com
Distribution: ---
After upgrading from 3.1 to 3.2 the application still runs and attempts to load
into the world, but the program seems to load and run at 1/50th speed.
Console output has not changed and is basically nil with no pertinent info and
it still seems to be using the GPU correctly, but is being limited by lack of
available (to the program) CPU power, which was not the case in 3.1
--
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=28037
Summary: cmd: sharing violation when using >>
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Assuming "bar" does not pre-exist, issuing
if 1==1 echo foo>>bar
in cmd generates a "Sharing violation" message, and "bar" isn't created
--
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=45694
Bug ID: 45694
Summary: WinHttpOpenRequest: unsafe characters are not escaped
Product: Wine
Version: 3.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: ebissonnette(a)genetec.com
Distribution: ---
WinHttpOpenRequest does not escape unsafe characters in LPCWSTR object.
An application therefore fails to issue a valid HTTP request when it passes a
path that contains unsafe characters, such as a space, in the query part of the
URL.
For example :
WinHttpOpenRequest(hConnect, NULL, "/search.cgi?word=Some example", NULL, NULL,
NULL, 0);
The resulting HTTP request contains the unsafe character. It should have been
converted to "/search.cgi?word=Some%20example"
--
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=41376
Bug ID: 41376
Summary: Firefox Ver 49 will not run on Wine 1.8
Product: Wine
Version: 1.8.1
Hardware: x86-64
OS: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lgh00930(a)xzsok.com
I am running Wine 1.8 on Mint Linux 18 64 bit. Firefox 48.0.2 32bit works fine,
but when we upgraded Firefox to version 49 32bit today, the browser will not
load. I had to downgrade to get it working. Firefox ver 49 has major security
bug fixes. Thanks.
--
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.