https://bugs.winehq.org/show_bug.cgi?id=44501
Bug ID: 44501
Summary: Missing D3D11_1_UAV_SLOT_COUNT constant
Product: Wine
Version: 3.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: mat.drost(a)gmail.com
Distribution: ---
Wine headers are missing D3D11_1_UAV_SLOT_COUNT constant defined here
https://msdn.microsoft.com/en-us/library/windows/desktop/ff476465(v=vs.85).…
--
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=32802
Bug #: 32802
Summary: Janetter fails to start properly and gives an error
saying, "Backend server cannot init"
Product: Wine
Version: 1.5.22
Platform: x86-64
URL: http://janetter.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atarifanatic(a)gmail.com
Classification: Unclassified
When loading Janetter 4.1.1.0 (can be downloaded at
http://janetter.net/desktop.html) in wine64 mode, the Janetter window shows and
stays at a screen with a spinning wheel, where it is trying to load the client.
Eventually, a message box shows saying "Backend server cannot init" (probably
referring to JanetterSvr.exe?) and upon closing the message box, it continues
to attempt to load.
I am currently using Arch Linux x86_64 with the wine 1.5.22 package.
--
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=44578
Bug ID: 44578
Summary: cscript cannot create file dialogue using vbs
ShellDispatch_BrowseForFolder VT_ERROR
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
cscript cannot create file dialogs with vbs, which is a shame as it could
provide a really simple way to test wine.
First I confirmed a simple message box worked by creating a file hello.vbs
containing:
MsgBox "Hello world"
Then running
wine cscript hello.vbs
Then I tried various examples to create file dialogs and none worked, here is
one -
Function BrowseForFile()
Dim shell : Set shell = CreateObject("Shell.Application")
Dim file : Set file = shell.BrowseForFolder(0, "Choose a file:", &H4000)
BrowseForFile = file.self.Path
End Function
MsgBox BrowseForFile
That ran, displaying nothing - this error was in the console -
0009:fixme:shell:ShellDispatch_BrowseForFolder (0x159e98,0,L"Choose a
file:",4000,0x33f150 {VT_ERROR: 80020004},0x33f2f8)
This was tested with wine set to emulate a desktop
--
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=42468
Bug ID: 42468
Summary: adds unwanted #13; string when formatting simple XML
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: development(a)winomega.com
Distribution: ---
Created attachment 57314
--> https://bugs.winehq.org/attachment.cgi?id=57314
binary testcase
Problem found on latest Git (commit a2f2de1e960d37840bb0df541e31d64941e65197)
but also older versions (e.g. wine 1.8).
This simple program written in Delphi (attached, including source code) uses a
TXMLDocument to load XML, format it and then prints it in a MessageBox.
The imported XML is included in source (Unit1.pas), I paste it here for
convenience:
<?xml version="1.0" encoding="UTF-8"?><env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><env:Fault></env:Fault></env:Body></env:Envelope>
When the program runs on Windows, it prints an equivalent XML, with some
indentation changes only (see attached output_win8.1.png).
When run on Wine, the string '#13;' is added in a few places (see attached
output_wine.png).
I'm also attaching a trace file (WINEDEBUG=+msxml).
--
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=43998
Bug ID: 43998
Summary: treeview not drawn correctly
Product: Wine
Version: 2.19
Hardware: x86-64
URL: http://www.silversecond.com/WolfRPGEditor/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
Distribution: ---
I've seen this problem in at least one other place, but WolfRPG Editor is
easiest to get.
Once the project gets large enough (in file numbers) so that the map treeview
gets vertically scrollable, a significant portion of it at the top turns blank.
Also, there are other glitches during navigating the visible portion of the
treeview up/down with a keyboard. You can navigate with keyboard/mouse into the
invisible section, but the displayed items get quite messy.
--
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=40539
Bug ID: 40539
Summary: Fail to start HPDiagnosticCoreUI.exe
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ehespinosa57(a)gmail.com
Distribution: ---
When I try start HPDiagnosticCoreUI.exe the programa crash with the output
below
--
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=40926
Bug ID: 40926
Summary: The Solus Project requires unimplemented function
msvcp110.dll.??0_Concurrent_queue_base_v4@details@Conc
urrency@@IEAA@_K@Z
Product: Wine
Version: 1.9.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 55036
--> https://bugs.winehq.org/attachment.cgi?id=55036
Terminal output from Wine 1.9.13-191-g27ea380
While testing Wine 1.9.13-191-g27ea380 as there has been some DX11 work done
recently, I noticed that in the terminal there is an unimplemented function
being called by the game:
wine: Call from 0x7b44f317 to unimplemented function
msvcp110.dll.??0_Concurrent_queue_base_v4@details@Concurrency@@IEAA@_K@Z,
aborting
While the game doesn't crash at that exact point I thought I should mention it
in case it proves useful. Terminal output attached.
--
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=44647
Bug ID: 44647
Summary: Smart Diary Suite 4 just segfaults
Product: Wine
Version: 3.3
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Hi, I run into this while trying to test 39209
It just segfaults, no backtrace. It`s not 100% reproducible though--> it
started two times (out of 20 attempts)
I think this is a regression (if it`s not, it`s a problem on my side.....)
In wine-1.6.2 it starts 100% of the time
sha1sum ~/Downloads/SmartDiarySuite4Medical-setup.exe
406d1cab38e08c5bcbfbe1c38906948d1b8fba78
/home/louis/Downloads/SmartDiarySuite4Medical-setup.exe
--
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=37217
Bug ID: 37217
Summary: wine builtin iexplore couldn't load local pages
correctly in chinese named folders
Product: Wine
Version: 1.7.25
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: penghao(a)linuxdeepin.com
Created attachment 49487
--> https://bugs.winehq.org/attachment.cgi?id=49487
test files (has Chinese characters in the path name)
this bug was found in a finanical securities software.
program downloaded some html/css/img contents from the internet, and show these
contents in a pop window with builtin mshtml. But actually the pop window's
mshtml just load the html file (like index.html), the img/css/js resources were
not loaded.
I tested builtin iexplore and found the same problem.
finally I found there are some Chinese characters in the path. if I remove them
or change them to English characters, It will be all fine.
Please see the test files in attached test.tar.gz. After uncompress it, use
native ie to open index.html, for example:
wine iexplore "file:///c:/测试用/index.html"
if css/js load success, the background color of the window will be black, text
will be white, and you will see "you should see me!" which writen by js. if
failed, you will just see black "Hello World" in a white background.
--
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=44441
Bug ID: 44441
Summary: for loop reading a file strips out double quotes and
then equals
Product: Wine
Version: 1.8.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: india.mcq(a)gmail.com
Distribution: ---
Created attachment 60386
--> https://bugs.winehq.org/attachment.cgi?id=60386
test batch file, test.txt, results for Windows and Wine
My batch file has this for loop that reads a line at a time.
FOR /F "eol=# tokens=2 delims=;" %%i in (%tasklist%) do call :%%i
It feeds everything after the semicolon to a called function that is at the
start of the line.
The full line is like this:
comment area ;xslt xsltname "param1=info1 param2=info2" blank.xml
dostuff.xslt
Windows passes exactly that to the called function xslt.
But Wine cmd does two unexpected things.
First it strips out the double quotes. But when the params are received by the
receiving function in this case :xslt then the equals are also stripped out.
Thus the received params are:
%~0 = :xslt
%~1 = xsltname
%~2 = param1
%~3 = info1
%~4 = param2
%~5 = info2
%~6 = blank.xml
%~7 = dostuff.xslt
While Windows would have the params as:
%~0 = :xslt
%~1 = xsltname
%~2 = param1=info1 param2=info2
%~3 = blank.xml
%~4 = dostuff.xslt
As it is reading a text file there is nothing I can do to pre manipulate the
text file.
I can see that striping out the equals is a good thing at times but I don't
want that here.
Is this fixable by configuration? Or is it a bug?
Ian
--
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.