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.
https://bugs.winehq.org/show_bug.cgi?id=43728
Bug ID: 43728
Summary: Magic: The Gathering Online intensive CPU usage when
idle
Product: Wine
Version: 2.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: theli.ua(a)gmail.com
Distribution: ---
160-200% compared to <10% on windows
to reproduce launch app, login, go to account or collections tab (happens once
at least 1 card has been rendered)
--
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=23033
Summary: Runaway 2 can't run.
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: majorandras(a)freemail.hu
Created an attachment (id=28552)
--> (http://bugs.winehq.org/attachment.cgi?id=28552)
The error window.
After I started Runaway 2 : The Dream Of The Turtle, a windows appears with an
error message: DLL not found shell.dll16.dll
--
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=41096
Bug ID: 41096
Summary: ResEdit Resources treeview has rendered wrongly
positioned first branch
Product: Wine
Version: 1.9.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: b7.10110111(a)gmail.com
Distribution: ---
Created attachment 55300
--> https://bugs.winehq.org/attachment.cgi?id=55300
Test resource file
If you open the attached .rc file in ResEdit, you'll see that Dialog branch is
misplaced in the Resources tree. If you click on its first leaf, you'll
actually select another leaf (third in this case).
If you resize the Resources tree horizontally, it begins to render all branches
correctly.
The only console output I have is this:
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:shell:SHAddToRecentDocs should delete all files in
C:\users\ruslan\Recent\
--
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.