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=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.
https://bugs.winehq.org/show_bug.cgi?id=36718
Bug ID: 36718
Summary: Mind Manager installation fails
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ignas2526(a)gmail.com
Created attachment 48764
--> https://bugs.winehq.org/attachment.cgi?id=48764
Console log
MindJet Mind Manager 14.2.321 fails to install with a message 'Mindjet
MindManager 14 requires the Microsoft .Net Framework version 4.0.30319 or
higher. Please download and install "dotNetFx40_Full_setup.exe" from
Microsoft...'
I've tried clean prefix and I've tried clean prefix with './winetricks dotnet40
corefonts'. It fails in both cases. After installing dotnet40, I've ran
'dotnet_verifier' which told me that my .Net installation is fine.
Any ideas why it fails?
Or at least which debugging options to enable to find out more?
Demo can be downloaded here: http://now.mindjet.com/mm-win-exe-en
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=44053
Bug ID: 44053
Summary: MobilePASS application quits with an error
Product: Wine
Version: 2.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bcrypt
Assignee: wine-bugs(a)winehq.org
Reporter: mardy(a)users.sourceforge.net
Distribution: ---
Created attachment 59743
--> https://bugs.winehq.org/attachment.cgi?id=59743
wine logs
I need to run this application:
http://www2.gemalto.com/sas-downloads/MobilePASS/Win/Archive/WinD/MP_WinD.z…
(the MobilePASS.exe included in that archive)
When it runs I do:
- press on Continue
- enter any name and press "Activate"
- press on Manual Enrollment
- Leave the field empty, press Continue
- Press Continue again
- In the "Token PIN" field, enter any 4 digit number and press Continue
- Re-enter the same number, press Continue
The application will print an error message, and quit as soon as the user
acknowledges the message.
Looking at the application output, it looks like some functions from bcrypt are
not implemented.
--
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.