https://bugs.winehq.org/show_bug.cgi?id=43041
Bug ID: 43041
Summary: CodeXL install fails
Product: Wine
Version: 2.8
Hardware: x86
URL: https://github.com/GPUOpen-Tools/CodeXL/releases/tag/v
2.3
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
Created attachment 58198
--> https://bugs.winehq.org/attachment.cgi?id=58198
wine log
wine CodeXL_Win_2.3.629.exe
Asks to install of prerequisites Microsoft Universal C Runtime Update
(KB299226) for Microsoft Visual C++ 2015 and Microsoft Debuggers and Tools x86
(Possibly from Windows Software Development Kit - Windows 10.0.26624).
Skipping prereqs and continuing to the application installer. As soon as the
installer attempts to install the application. The installer crashes.
sha1sum CodeXL_Win_2.3.629.exe
b3a776aeff9e81f9a0169bad1500387381f9b038 CodeXL_Win_2.3.629.exe
du -sh CodeXL_Win_2.3.629.exe
135M CodeXL_Win_2.3.629.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.
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=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=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=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.