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.
https://bugs.winehq.org/show_bug.cgi?id=45663
Bug ID: 45663
Summary: [regression] winetricks dotnet40 hangs with
0040:err:msiexec:custom_action_server Failed to create
custom action server pipe: 231
Product: Wine
Version: 3.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: farmboy0+winehq(a)googlemail.com
Distribution: ---
Just tried running
winetricks dotnet40
in a clean 64bit prefix.
The dotnet40 installer always stops after File Verification.
--
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=41914
Bug ID: 41914
Summary: incorrect execute path within nested if (else)
statement
Product: Wine
Version: 1.9.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: unya_zk_gf(a)hotmail.co.jp
Distribution: ---
When we execute the following batch command on wine's cmd
if "x" == "a" (
) else (
echo 11
if "y" == "b" echo 12
echo 13
)
echo 20
normally 11 13 20 should be displayed.
but in version 1.9.23 (cmd /version: Microsoft Windows 6.1.7601 (1.9.23)),
it displays 11 20. (13 is skipped.)
Apparently it seems that it jumps to the end of the "else" clause of the outer
"if" when there is no corresponding "else" clause whose inner "if" condition is
false.
--
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=44356
Bug ID: 44356
Summary: Neverwinter: some ingame objects don't render properly
Product: Wine
Version: 3.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: anton.sudak(a)gmail.com
Distribution: ---
Created attachment 60251
--> https://bugs.winehq.org/attachment.cgi?id=60251
Screnshots made under wine and windows for comparsion
Some ingame objects like weapon or clothes are black or rendered partically.
Changing ingame settings doesn't solve issue. Bug could be found starting from
character creation screen.
Neverwinter is free-to-play MMORPG that could be installed through Steam.
Tested on Ubuntu 17.10 x64, AMD Radeon 7650A, latest Mesa from git
--
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=45717
Bug ID: 45717
Summary: Administrator needed on WinUAE for certain functions
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yesideez(a)hotmail.co.uk
Distribution: ---
When using WinUAE within Windows, it's listed in the documentation that it
needs to be run as administrator mode when trying to manipulate a hard drive.
Scenario: Plugging in an Amiga hard drive to the machine via a USB adaptor or
even directly in to one of the IDE ports if WinUAE isn't run as administrator,
none of the drives in the machine can be accessed.
--
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.