https://bugs.winehq.org/show_bug.cgi?id=46941
Bug ID: 46941
Summary: Canon EOS Utility doesn't start
Product: Wine
Version: 4.4
Hardware: x86-64
URL: https://www.canon.it/support/consumer_products/product
s/cameras/digital_slr/eos_700d.html?type=software&lang
uage=it&os=windows%207%20(64-bit)&softwaredescriptioni
d=tcm:80-1330031
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: luca.finizio.mgbx(a)hotmail.it
Distribution: Mint
Created attachment 64064
--> https://bugs.winehq.org/attachment.cgi?id=64064
console output
I downloaded Canon EOS Utility 2.14.20a from here
https://www.canon.it/support/consumer_products/products/cameras/digital_slr…
but the .exe doesn't start. I get an error saying "The file is damaged.
Re-obtain a valid file". I attched my log file.
--
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=49602
Bug ID: 49602
Summary: Missing functionality for Sumatra PDF 3.2
Product: Wine
Version: 5.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: Markus.Elfring(a)web.de
Distribution: ---
I have tried the software “Wine 5.13-1186.1” out again because I would like to
check the collaboration of another well-known PDF tool here.
Print tries succeeded for a few documents.
I got the following log during my test attempt.
elfring@Sonne:~> wine /home/elfring/geladen/Freeware/SumatraPDF-3.2-64.exe
0378:fixme:process:SetProcessDEPPolicy (1): stub
0378:err:ole:CoGetClassObject class {9e56be60-c50f-11cf-9a2c-00a0c90a90ce} not
registered
0378:err:ole:CoGetClassObject class {9e56be60-c50f-11cf-9a2c-00a0c90a90ce} not
registered
0378:err:ole:create_server class {9e56be60-c50f-11cf-9a2c-00a0c90a90ce} not
registered
0378:fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
…
0378:fixme:commdlg:PrintDlgExW (000000000021DC10) semi-stub
0378:fixme:commdlg:PRINTDLG_UpdatePrintDlgW Collate lppd not yet implemented as
output
0394:fixme:winspool:SetJobW Ignoring everything other than document title
0378:err:ntdll:RtlLeaveCriticalSection section 0000000000912720 is not acquired
…
How are the chances to complete the mentioned function implementations?
--
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=44236
Bug ID: 44236
Summary: Poisson Superfish: Slow to write binary file.
Product: Wine
Version: 2.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: raphaelcervantes(a)protonmail.com
Distribution: ---
Discussion is in this forum.
https://forum.winehq.org/viewtopic.php?f=2&t=29936
I am using Wine to run Poisson Superfish. This program essentially does some
calculations and then writes the results into a binary file. This action is
performed in less than a second in a Windows environment. Unfortunately, it
takes about 10 seconds to write this binary file under Wine. Here is how to
reproduce the error:
1. Install Poisson Superfish on linux using Wine. You have to scroll all the
way down and click register.
http://laacg.lanl.gov/laacg/services/download_sf.phtml
2. Once installed, open a unix terminal in this directory
.../.wine/drive_c/LANL/Examples/RadioFrequency/Waveguides/
3. Run wineconsole cmd.
4. In the new window, run RUNWG.BAT.
3. Several windows will pop up. The ones that stall for a bit are in the
process of writing to a file named something.T35. The T35 refers to tape 35 (I
guess that's how a sector of harddrive memory would be referred as back in the
80s). This is the binary file with the solution in it.
It will finish eventually, but it is pretty slow.
--
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=43137
Bug ID: 43137
Summary: The Elder Scrolls: Oblivion crashes after opening logo
screens.
Product: Wine
Version: 2.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rfarmer84(a)outlook.com
Distribution: ---
Created attachment 58351
--> https://bugs.winehq.org/attachment.cgi?id=58351
Backtrace
When I try to run The Elder Scrolls: Oblivion from Gog.com, the opening logos
(Bethesda, copyrights, etc) play, as well as the opening jingle, and then the
screen goes blank and the game crashes.
Using Wine 2.9 (64-bit) as provided by Fedora 26.
Backtrace and 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=54588
Bug ID: 54588
Summary: iphlpapi:iphlpapi - test_GetExtendedTcpTable()
sometimes fails because the buffer is too small in
Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
iphlpapi:iphlpapi - test_GetExtendedTcpTable() sometimes fails because the
buffer is too small in Wine:
iphlpapi.c:1892: Test failed: got 122
iphlpapi.c:1910: Test failed: got 122
iphlpapi.c:1949: Test failed: got 122
See https://test.winehq.org/data/patterns.html#iphlpapi:iphlpapi
This looks like the same issue as with GetAdaptersAddresses(): the number of
entries in the table increases between the first call to compute the size and
the second call that tries to fill the table.
So all uses of GetAdaptersAddresses() should use a loop to defend against this.
nsi:nsi also uses a similar code pattern and although it does not seem to have
failures, it should probably be patched too.
--
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=51327
Bug ID: 51327
Summary: GdipCreateFont initializes font with ANSI_CHARSET
Product: Wine
Version: 6.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
Distribution: ---
I'm not sure whether it's a bug or not, but wouldn't DEFAULT_CHARSET be a more
proper initial value for the charset field ?
Depending on locale, these two may differ.
--
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=48969
Bug ID: 48969
Summary: RageMP: not starting
Product: Wine-staging
Version: 5.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tobiasv(a)posteo.de
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 66947
--> https://bugs.winehq.org/attachment.cgi?id=66947
Log file
Installing RageMP works fine, but starting it won't. Im just getting an error
message.
--
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=46483
Bug ID: 46483
Summary: I wanted to open cemu
Product: Wine
Version: 4.0-rc5
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 2021duffykod(a)isd47.org
Created attachment 63314
--> https://bugs.winehq.org/attachment.cgi?id=63314
i was trying to run cemu 1.7.2
i just downloaded wine stable and after I downloaded it i wanted to open cemu.
i'm not sure if this is from cemu or installing wine. I'm using Mac OS X
--
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=38823
Bug ID: 38823
Summary: Sumatra PDF 3.0: tabs don't work correctly
Product: Wine
Version: 1.7.45
Hardware: x86
URL: https://kjkpub.s3.amazonaws.com/sumatrapdf/rel/Sumatra
PDF-3.0-install.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gohabsgo60(a)yahoo.ca
Distribution: ---
to reproduce, install Sumatra PDF 3.0 in a clean prefix using the default
options.
then, in wincfg, either turn off "Allow the windows manager to decorate the
windows" or turn on "Emulate a virtual desktop", so that the tab area isn't
cropped.
then click on the menu button, choose File > Open... and open a bunch of files
(10 is a good number).
each file is opened in a tab. cycling through the tabs with the keyboard works
perfectly (Ctrl-Tab and Ctrl-Shift-Tab). however, the tabs aren't handling
mouse events properly.
if we number the tabs 0,1,2,3... then two things become apparent:
-- odd numbered tabs don't seem to respond to mouse events at all.
-- hovering/clicking tab 2*n will highlight/activate tab n, e.g., clicking tab
6 activates tab 3.
the program is open source and the code is avilable here:
https://github.com/sumatrapdfreader/sumatrapdf
--
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=34789
Bug #: 34789
Summary: MeGUI: Wrong icon for file chooser
Product: Wine
Version: 1.7.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 46391
--> http://bugs.winehq.org/attachment.cgi?id=46391
Appearance comparison
Steps to reproduce:
1) remove ~/.wine
2) sh winetricks dotnet20
3) wine MeGUI.exe
4) click "One-Click"
Behaviour:
Left side of image (see attachment)
Expected behaviour:
Right side of image (see attachment)
Additional information:
1) WINETRICKS_VERSION=20130707
2) "sh winetricks gdiplus" helps
3) MeGUI 2356
--
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.