http://bugs.winehq.org/show_bug.cgi?id=16817
Summary: Digital Photo Professional: Cannot install version 3.5.1
of Canon's DPP
Product: Wine
Version: 1.1.12
Platform: PC
URL: http://software.canon-europe.com/products/0010677.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jon.pawley+wine(a)gmail.com
Installing version 3.5.1 of Canon's Digital Photo Professional (DPP) fails on
Wine 1.1.12.
I have tried two methods for installing this application. Firstly, I used the
distribution disk ("Canon EOS Digital Solutions Disk ver. 19.0"), and secondly
I tried using the "upgrader" package that is available from the following
website:
http://software.canon-europe.com/products/0010677.asp
(Look for the item named "Digital Photo Professional Updater for Windows
(3.5.1)"). Note that the "updater" includes the whole of the DPP application
rather than a (partial) upgrade distribution. The installer checks for the
presence of the following registry key, and if it is present, allows the
installation to continue:
HKLM/software/canon/DPP/
The installation follows the following process before failing:
1) Shows splash screen and asks for location (Asia/Oceania). I select Oceania.
2) License agreement shown. Click Yes.
3) Screen shows "Starting installation. Please wait" along with one progress
bar. This increments until complete.
4) Screen changes to say, "Installing Digital Photo Professional" along with
two progress bars.
5) Process fails at this point.
The output on the terminal is attached.
--
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=38272
Bug ID: 38272
Summary: binaries produced by Go compiler hang when using
time.Sleep() and time.Now() is not updated
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leonbogaert+winehq(a)gmail.com
Distribution: ---
Created attachment 51100
--> https://bugs.winehq.org/attachment.cgi?id=51100
executable + go source of example that hangs forever
When I compile this simple program and run it under wine (1.7, ubuntu 14.04) it
hangs indefinitely:
package main
import (
"fmt"
"time"
)
func main() {
fmt.Println("before")
fmt.Println(time.Now())
time.Sleep(10 * time.Second)
fmt.Println(time.Now())
fmt.Println("after")
}
Is there a way I could debug this? Can somebody else reproduce this behavior?
I tried cross-compiling it on my linux laptop and under Windows but it doesn't
make a difference: it hangs.
When run on Windows it works fine.
When I directly call the windows sycall Sleep():
package main
import (
"fmt"
"time"
"github.com/akavel/winq"
)
func main() {
var try winq.Try
fmt.Println("before")
fmt.Println(time.Now())
try.N("Sleep", 5000)
fmt.Println(time.Now())
fmt.Println("after")
}
time.Now() is never updated:
before
2015-03-23 18:41:35.543452 +0100 CET
2015-03-23 18:41:35.543452 +0100 CET
after
--
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=29149
Bug #: 29149
Summary: Sins of a Solar Empire: first letter of the game name
is cut off in the installer
Product: Wine
Version: 1.3.33
Platform: x86
URL: http://www.gamershell.com/download_23790.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavel.ondracka(a)gmail.com
Classification: Unclassified
Created attachment 37594
--> http://bugs.winehq.org/attachment.cgi?id=37594
terminal output
In the Sins of a Solar Empire installer there are multiple problems when
installing with stock wine (no winetricks corefonts), some text that should be
bold is not, some text is too small and finally first letter of the game name
printed in background is partially cut off. There is already bug reported about
the bold text (bug 18932) and many bugs about incorrect font sizes all around
the bugzilla, however I haven't found any bug about the cut off first letter,
hence reporting.
With winetrick corefonts everything looks good. Attached is terminal output and
screenshots with stock wine and with corefonts installed.
--
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=33413
Bug #: 33413
Summary: Diablo III: Random non-responding UI elements
Product: Wine
Version: 1.5.27
Platform: x86-64
URL: http://www.diablo3.com/
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
CC: julliard(a)winehq.org
Classification: Unclassified
Regression SHA1: 9181b7e8763e9070f6a1d636aeb882db829867d8
Since 1.5.27, I get random issue in the main interface (*not* while playing)
I don't get the issues in every application start, but is basically "all or
nothing".
Typically, trying to join a chat channel or quitting one fails with no message
in chat box.
Also, hitting "Play" can fail as well (other buttons are grayed out as usual,
but no actual game is launched)
Sometimes one can't even login to battle.net to begin with.
Regression test gave:
commit 9181b7e8763e9070f6a1d636aeb882db829867d8
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Apr 4 13:01:04 2013 +0200
kernel32: Fetch the system information only once the memory limits are
correct.
--
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=39374
Bug ID: 39374
Summary: MS Office 2007 / Winver XP: ibus keyboard problem
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rikshaw76(a)gmail.com
Distribution: ---
Using MS Office 2007 with the winver set to XP, ibus keyboards do not work
correctly. I am using Ubuntu 14.04, ibus version 1.5.9.
When setting the winver to Vista or W7, then ibus keyboarding input will
correctly work! So somehow there is something done by the Vista (+) version
that is correctly able to use ibus input.
However, I cannot use a winver of Vista/W7 because there are some unimplemented
features there that don't allow a document to be saved!
This is related to bug 29788, which addresses the problems with Office 2007 and
a winver of Vista/W7, but I think it is best to have this separate bug to
address the ibus keyboarding issue while using a winver of XP.
--
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=34172
Bug #: 34172
Summary: Failure to install MiKTeX 2.9
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jamesmnason(a)gmail.com
Classification: Unclassified
Created attachment 45457
--> http://bugs.winehq.org/attachment.cgi?id=45457
backtrace.txt file generated by Wine
Dear Wine Community:
I attempt to install MiKTeX 2.9 (setup-2.9.4503-x64.exe) using Wine 1.6. The
OS is Ubuntu 12.04 (x64). The install of MiKTeX 2.9 appears to go smoothly
until the last step when Wine returns an error dialogue box that states fatal
error that is either a program conflict or a dependency failure. Please, see
the attached backtrace.txt file.
Any advice/help is appreciated. Thanks.
Jim Nason
--
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=39241
Bug ID: 39241
Summary: msvcrt:string fails in a mixed locale configuration
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The following error only happens on the mixed locale WineTest box.
string.c:2654: Test failed: ret = d0
That box (fg-win7u64-1spie9-mx) has the following locale settings:
Formats=Inuktitut (Syllabics, Canada)
Location=Israel
Language=German (Germany)
SystemLocale=Japanese (Japan)
So either it's comparing the result of two functions that use different
locales, or, since it's the tolower test, it depends on uppercase / lowercase
relationships that don't hold in all locales.
This tests regression was introduced by the following commit:
commit 13f6194bb15fe87c9c385b066b099f8416317fb3
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Thu Mar 13 14:12:53 2014 +0100
msvcrt: Improve tolower tests.
See:
https://test.winehq.org/data/tests/msvcrt:string.html
--
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=32726
Bug #: 32726
Summary: Starcraft II fulscreen app is still drawn when
Alt+Tabing in KDE
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karaluh(a)karaluh.pl
Classification: Unclassified
As in summary. When I Alt+Tab the whole SCII screen is still visible, only
drawn in the background.
--
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=38992
Bug ID: 38992
Summary: Chile timezones not detected: Chile/Continental and
Chile/EasterIsland
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spam(a)felipebarriga.cl
Distribution: ---
Chile timezones are not defined. This produces various issues including
transparent fonts on Unity 5.x.
The missing timezones are:
- Chile/Continental
- Chile/EasterIsland
Chile/Continental is UTC -3:00
Chile/EasterIsland is UTC -5:00
https://en.wikipedia.org/wiki/Time_in_Chile#IANA_time_zone_database
--
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=31684
Bug #: 31684
Summary: Crash in winealsa driver when exiting World of
Warcraft
Product: Wine
Version: 1.5.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rankincj(a)yahoo.com
Classification: Unclassified
Created attachment 41655
--> http://bugs.winehq.org/attachment.cgi?id=41655
Backtrace of the crash
Playing WoW 5.0.4, 32 bit ("Mists of Pandaria"), but it crashed on exit. The
backtrace suggests memory corruption.
--
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.