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.
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=37809
Bug ID: 37809
Summary: C runtime dlls can't link with uclibc (bessel
functions missing)
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: nerv(a)dawncrow.de
Distribution: ---
math.c can be build, but linking fails.
building e.g.:
math.c: In function 'MSVCRT__j0':
math.c:1267:3: warning: implicit declaration of function 'j0'
[-Wimplicit-function-declaration]
return j0(num);
^
math.c:1267:10: warning: incompatible implicit declaration of built-in function
'j0' [enabled by default]
return j0(num);
^
linking:
math.o: In function `MSVCRT__j0':
math.c:(.text+0x1901): undefined reference to `j0'
math.o: In function `MSVCRT__j1':
math.c:(.text+0x1931): undefined reference to `j1'
math.o: In function `MSVCRT__jn':
math.c:(.text+0x1963): undefined reference to `jn'
math.o: In function `MSVCRT__y0':
math.c:(.text+0x19b6): undefined reference to `y0'
math.o: In function `MSVCRT__y1':
math.c:(.text+0x1a3d): undefined reference to `y1'
math.o: In function `MSVCRT__yn':
math.c:(.text+0x1ac8): undefined reference to `yn'
We use the bessel functions unconditionally.
--
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=35529
Bug ID: 35529
Summary: Uninstaller: application list doesn't fit
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Classification: Unclassified
Created attachment 47441
--> http://bugs.winehq.org/attachment.cgi?id=47441
Screenshot
The list of applications in Wine's Uninstaller doesn't fit in the list box. The
bottom scrollbar obscures the final application, and nothing can be resized.
See screenshot.
Nothing printed in the console.
--
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=23639
Summary: iTunes 7.7.1.11 downloading podcasts hang with Wine
1.1.42 in Ubuntu 10.04
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rusivi1(a)gmail.com
Created an attachment (id=29578)
--> (http://bugs.winehq.org/attachment.cgi?id=29578)
wine C:\\Program\ Files\\iTunes\\iTunes.exe
What I expected to happen is when I install and run iTunes 7.7.1.11 it would
flawlessly install and download iTunes Store podcasts.
What happened instead is that after successfully installing and starting iTunes
GUI, was in middle of downloading podcasts from iTunes Store and it just
stopped downloading. In attached CLI-output.txt it seems to be correlated with
Distnoted.exe failing to launch.
lsb_release -rd
Description: Ubuntu 10.04 LTS
Release: 10.04
apt-cache policy wine1.2
wine1.2:
Installed: 1.1.42-0ubuntu4
Candidate: 1.1.42-0ubuntu4
Version table:
*** 1.1.42-0ubuntu4 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status
Downstream bug:
https://bugs.launchpad.net/ubuntu/+source/wine1.2/+bug/605141
--
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.
http://bugs.winehq.org/show_bug.cgi?id=16523
Summary: iTunes 8 states registry keys are missing for cd burning
support
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://www.apple.com/itunes/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
When launching iTunes 7 - 8.01 it displays an error stating that cd burning
will not be enabled due to missing registry keys. In iTunes 8.02 it states that
iTunes was improperly installed and cd burning and importing will not function.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=9649
Summary: iTunes 7 doesn't recognize iPod
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.apple.com/itunes/download/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juan_lang(a)yahoo.com
Created an attachment (id=8051)
--> (http://bugs.winehq.org/attachment.cgi?id=8051)
Console log
Steps to reproduce: two options, actually:
1. Plug an iPod into your computer, and start iTunes.
2. Start iTunes without your iPod plugged in, and after it's running, plug
your iPod in.
Expected behavior: An icon with the text "Juan's iPod" would show up in the
tree view on the left side of the main window.
Actual behavior: no iPod icon.
I'm attaching a log, though these lines are especially suspicious:
fixme:setupapi:SetupDiGetClassDevsW returning empty list
fixme:setupapi:SetupDiEnumDeviceInterfaces 0x145388, (nil),
{53f56307-b6bf-11d0-94f2-00a0c91efb8b}, 0x00000000, 0x7baed8a0
That GUID is GUID_DEVINTERFACE_DISK, defined in ddk/ntddstor.h.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.