https://bugs.winehq.org/show_bug.cgi?id=40763
Bug ID: 40763
Summary: League of legends crashes when changing screen
resolution
Product: Wine
Version: 1.9.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scrimekiler(a)yahoo.fr
Distribution: ---
Created attachment 54659
--> https://bugs.winehq.org/attachment.cgi?id=54659
Standard debug output
Since a few League of legends versions (or wine-staging versions), when I try
to change the game resolution, the game crashes.
The game client detects it and asks to reconnect, with success. (and asking if
we want to send a bug report to them).
I didn't see anything special in the default log output, but I added it as
attachment anyway.
Should I add more specific WINEDEBUG channels ?
I will also add the game logs as specified in the screenshot.
Using wine staging 1.9.11
--
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=50724
Bug ID: 50724
Summary: Tomb Raider (2013) enabling tessellation leads to
crash with Vulkan renderer
Product: Wine
Version: 6.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
err:vkd3d_dxbc_compiler_put_symbol: Failed to insert symbol entry (register
0x6, 0).
err:vkd3d_dxbc_compiler_put_symbol: Failed to insert symbol entry (register
0x6, 1).
err:vkd3d_dxbc_compiler_put_symbol: Failed to insert symbol entry (register
0x6, 2).
err:vkd3d_dxbc_compiler_put_symbol: Failed to insert symbol entry (register
0x6, 3).
err:vkd3d_dxbc_compiler_put_symbol: Failed to insert symbol entry (register
0x6, 7).
wine-6.2-320-gee4e33ed9ac
vkd3d-1.2-180-g87a3712
--
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=50676
Bug ID: 50676
Summary: Unicode characters do not display in Dialog boxes
Product: Wine
Version: 6.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lunarlambda(a)gmail.com
Distribution: ---
Created attachment 69392
--> https://bugs.winehq.org/attachment.cgi?id=69392
Screenshot of how the dialog looks in Wine
I have a program which uses the CreateDialog macro to create a dialog from a
template specified in a resource script.
The resource file uses japanese text, and while both menus and window titles
display correctly, dialog elements do not, simply replacing all japanese
characters with '?'.
A screenshot of how the dialog looks on Windows 10 with the system language set
to English:
https://cdn.discordapp.com/attachments/698182658890399794/81126958083171944…
The program uses the -A APIs, and has a manifest setting the default code page
to UTF-8, as described here:
https://docs.microsoft.com/en-us/windows/uwp/design/globalizing/use-utf8-co…
I also tried recompiling the program to use CreateDialogW instead, but it made
no difference.
--
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=50648
Bug ID: 50648
Summary: No backtrace available for crashing apps
Product: Wine-Testbot
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ralf.habacker(a)freenet.de
Distribution: ---
At https://testbot.winehq.org/JobDetails.pl?Key=85326&f301=exe64.report#k301 it
was reported that a Windows application crashed for an unknown reason. Since
the referenced Windows variant is not available locally, further debugging is
not possible or only possible with great difficulty.
It would be helpful if the testbot would provide a backtrace in these cases.
--
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=7106
Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |o.dierick(a)piezo-forte.be
--- Comment #36 from Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> ---
> Something about Staging patchset. Looks like that page is with patch that
> redirects invalid console handles from NT to DOS,but in some "dirty" way. Is
> that possible to reimplement it,to make it more NT-oriented?
>
> For example: reimplement it,using functions like
> KTHREAD,CSR_THREAD,CSR_PROCESS?
Hello,
Linux/Unix doesn't provide those functions.
They would have to be implemented in Wine.
That patch uses its own implementation because there is no other.
If Wine would implement functions with those names, it would end up with the
same code anyway, so moving that code in functions with those names doesn't
change anything and is not important.
Regards.
--
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=50720
Bug ID: 50720
Summary: Cannot apply patch series that modifies and then
renames a file
Product: Wine-Testbot
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
If part 1 of a patch series modifies a file and then part 2 renames that file,
git apply misapplies or fails to apply the combined (concatenated) patch used
by the TestBot.
See for instance:
https://www.winehq.org/pipermail/wine-devel/2021-February/181490.html
When a Git commit renames and modifies a file, the resulting Git diff does both
in one operation:
diff --git a/dlls/winegstreamer/gstdemux.c b/dlls/winegstreamer/quartz_parser.c
similarity index 97%
rename from dlls/winegstreamer/gstdemux.c
rename to dlls/winegstreamer/quartz_parser.c
index 84e6bcd61e4..e9e7c3a0f9f 100644
--- a/dlls/winegstreamer/gstdemux.c
+++ b/dlls/winegstreamer/quartz_parser.c
...
But the combined patches that the TestBot produces for patch series results in
multiple "diff --git" entries, one to modify the old file, and then one to
rename it. That results in "git apply" either mishandling the patch (apparently
it performs a global analysis and renames the file before patching the old
file, maybe to handle patches with A->B + B->A renames), or failing to apply it
altogether.
Potential fixes:
* Use "patch -p1". It handles these combined patches as expected. It may
however be somewhat more permissive than "git apply" in other scenarios which
may not be desirable.
* Split the combined patch into its individual components before "git applying"
them one by one.
* Store the patches in mbox format so that the combined patch is in mbox format
too, and use "git am".
This can be tested with the following wtbsuite tests:
[2/2] WTBS S10.2 - ...before renaming it in the next part (amstream:amstream).
[7/7] WTBS S5.7 - Check for rename+addition+removal conflicts (msi:suminfo).
--
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=38701
Bug ID: 38701
Summary: Stalker CoP crashes with error "GL_OUT_OF_MEMORY error
generated. Failed to allocate memory for texture."
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: rief.the.dreamer(a)gmail.com
Distribution: ---
Created attachment 51626
--> https://bugs.winehq.org/attachment.cgi?id=51626
The wine log containing the error lines
Playing Stalker Call of Pripyat plus the Misery Mod in wine both 1.7.38 and
1.7.44 with maximum details results in some kind of memory leak and a crash
because no memory is left. The game crashes after 10-30 minutes.
You can find the full log attached and apparently the two important lines are
in the ogs are
err:d3d:wined3d_debug_callback 0x1956b0: "GL_OUT_OF_MEMORY error generated.
Failed to allocate memory for texture.".
err:d3d_texture:texture2d_prepare_texture >>>>>>>>>>>>>>>>> GL_OUT_OF_MEMORY
(0x505) from glTexImage2D @ texture.c / 937
My system has a GTX 970 with 4GB of memory (I set 4GB graphical memory). I'm
using NVIDIA drivers version 346.47.
The error seems similar to the one reported for dragon age 2 at
https://www.winehq.org/pipermail/wine-bugs/2013-May/353719.html.
Please note that I have played Stalker Call of Pripyat with the Misery Mod many
times thanks to wine. The only difference is that I have now a new computer and
I'm running at maximum details instead of low. I have been able to finish the
game previously. Let me know if you need more details and how to generate them.
--
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=50716
Bug ID: 50716
Summary: wine needs to be updated
Product: Wine
Version: 5.0
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: anna-lea.ribi(a)hotmail.com
Mac of versions with 64-bit processors need an update of latest version of WINE
(staple 5.0). Otherwise the application cannot be used.
--
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=50715
Bug ID: 50715
Summary: Inaccurate calculation of endpoints of a rotated
rectangle
Product: Wine
Version: 6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: ralf.habacker(a)freenet.de
Distribution: ---
Created attachment 69461
--> https://bugs.winehq.org/attachment.cgi?id=69461
native rectangle with 45° rotation
When running the gdi32 test in interactive mode enhanced with
https://source.winehq.org/patches/data/199709 applied, it can be seen that
there are differences in the calculation of endpoints compared to the original,
as can be seen from the attached screens.
--
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=26637
Summary: Tom Clancy's HAWX is not running
Product: Wine
Version: 1.3.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testing.tigerwolf(a)mail.com
Created an attachment (id=33909)
--> (http://bugs.winehq.org/attachment.cgi?id=33909)
Tom Clancy's H.A.W.X execution backtrace
After installing Tom Clancy's HAWX, launching it the first time leads to
install the patch. After this installion, which is OK, the game doesn't launch
and the following message appears :
"Save dump file to C:/Program Files/Tom Clancy's H.A.W.X/HAWX.exe.dmp"
Hawx process is until running (HAWX and wine process are noticed in Program
Manager), but nothing happens...
Hardware configuration :
ATI RADEON HD 5x series
Software configuration :
Kubuntu 10.10
Catalyst 11.2
Tom Clancy's HAWX and patch installation
--
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=6577
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
URL|ftp://ftp.scene.org/pub/dem |https://web.archive.org/web
|os/groups/farb-rausch/fr-03 |/20210222232611/https://fil
|8_theta_final.zip |es.scene.org/view/demos/gro
| |ups/farbrausch/fr-038_theta
| |_final.zip
Fixed by SHA1| |8fbf23f0ccd1f210204fd369551
| |3f469bad8ada8
Summary|After upgrade, the demo |Demoscene fr-038: theta by
|fr-038: theta is broken |Farbrausch shows only
| |broken triangles and a few
| |elements after upgrade to
| |Wine 0.9.24
Regression SHA1| |da6c01bea003ab57e1df2a6eb96
| |7a99803da6c80
Severity|major |normal
--
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=31483
Bug #: 31483
Summary: InDesign CS6 crashes on File-Â>Save
Product: Wine
Version: 1.5.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)translucidedesign.com
Classification: Unclassified
Created attachment 41386
--> http://bugs.winehq.org/attachment.cgi?id=41386
Terminal Output, Screenshot and Shell script to install InDesign CS6
InDesign CS6 crash on "file -> save" before any dialog box appears.
InDesign cs6 was installed using the install script I provided on the app DB
page (see comments from graben) Exporting in InDesign Markup/XML does the save
behaviour as well as "save as" or "save a copy"
Here is (as attachments) the complete terminal output I have when the crash
occurs, a screenshot of what happens, and the installation shell script I used
to run InDesign CS6 in the first place.
--
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=20886
Summary: Adobe InDesign CS4 demo - NtLockFile /
SetNamedSecurityInfoW etc
Product: Wine
Version: 1.1.32
Platform: PC
URL: https://www.adobe.com/cfusion/tdrc/index.cfm?loc=en&pr
omoid=EBYES&product=indesign
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tethys(a)gmail.com
Created an attachment (id=25029)
--> (http://bugs.winehq.org/attachment.cgi?id=25029)
Wine output
Tried to install the trial version of InDesign CS4 from the above URL.
After taking seemingly forever to uncompress and extract the archive,
it failed when trying to launch the app itself. It was also unable to
launch the wine debugger:
The program winedbg.exe has encountered a serious problem and
needs to close. We are sorry for the inconvenience.
It seems to be stuck in a loop, and clicking the close button just
brings up the same error dialog again.
--
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=16940
Summary: Indesign cs4 crashes wineserver on launch
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: donkjunk(a)softhome.net
Created an attachment (id=18710)
--> (http://bugs.winehq.org/attachment.cgi?id=18710)
backtrace
Indesign crashes on launch. Program begins to launch though the initial splash
screen is garbled. It crashes around the time when indesign reports 'starting
up service registry'.
--
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=50711
Bug ID: 50711
Summary: Fuji X-RAW installation fails
Product: Wine
Version: 6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: testing.tigerwolf(a)mail.com
Distribution: ---
Created attachment 69455
--> https://bugs.winehq.org/attachment.cgi?id=69455
Fuji X-RAW installation logs
Fuji X-RAW Installation fails without message
Application could be downloaded here :
https://fujifilm-x.com/fr-fr/support/download/software/x-raw-studio/
--
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=48143
Bug ID: 48143
Summary: LEGO Island 2 crashes on startup
Product: Wine
Version: 4.20
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Created attachment 65749
--> https://bugs.winehq.org/attachment.cgi?id=65749
log
I have all the necessary gstreamer plugins installed (both 32 and 64bit).
Attached is the console output.
--
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=31397
Bug #: 31397
Summary: Lego Football Mania : Nothing happens at game
launching
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testing.tigerwolf(a)mail.com
Classification: Unclassified
Created attachment 41262
--> http://bugs.winehq.org/attachment.cgi?id=41262
Lego Football Mania execution log
Launching Lego Football Mania game through FindDisc.exe fails and prints the
following error.
--
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=32866
Bug #: 32866
Summary: [Adobe Indesign CS3 5.0] interface's wrong z-order
rendering, general painting glitches.
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sarbash.s(a)gmail.com
Classification: Unclassified
Created attachment 43402
--> http://bugs.winehq.org/attachment.cgi?id=43402
The name of the file speaks for it.
I've used 'winetricks ie6' and patches from Bug14879 and Bug18070 to install
and run Indesign CS3.
It is likely that it works at least I successfully edited a publication.
Opening, creating, reopening and saving work as well.
There is only the one big showstopper for this app to use under Wine.
My English isn't so good but I hope that screenshots will show the problem much
better than my words.
Seems like z-order of painting is reversed so when Wine renders a content of
panels, a background is painted over the content. The some moment I noticed the
content behind the background of some panel while switching panels.
Also, using native gdiplus (winetricks gdiplus) the whole image is much better
you may see that on my screenshots.
If I can somehow be of use I'm glad to help.
Regards.
P.S. IMHO, this problem applies to Photoshop CS3 too.
--
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=18070
Summary: Regresion in Dreamweaver CS3 Installer
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
This commit make the installer fail when it's starting.
b8965ee7c90a687af4c84ad0ede73b1df901e16c is first bad commit
commit b8965ee7c90a687af4c84ad0ede73b1df901e16c
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Tue Mar 24 10:26:24 2009 +0100
msi: Don't initialize COM for custom action threads.
:040000 040000 e3395252ab46bf3c623252deb94ceba713c0596a
7e7d74822b91c0a5981893f375a05c22bb144360 M dlls
--
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=15432
Summary: Adobe Indesign CS3, Illustrator CS3, and Flash CS3 fail
to install
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is the next bug after bug 8945.
Although Photoshop CS3 and Dreamweaver CS3 now install, Indesign,
Illustrator, and Flash all fail to install.
All three seem to fail in the same way.
After putting up the gui and saying "Loading Setup", it aborts
with a messagebox saying
"Critical errors were found in setup
Please see the Setup log file for details."
The log file is e.g.
./Program Files/Common Files/Adobe/Installers/Adobe InDesign CS3 5.0.log.gz
but doesn't seem to have much about the error.
I'll attach a +mshtml,+script log.
--
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=25790
Summary: WM_SETTEXT handler for the user32 buttons generates
WM_CTLCOLOR* inconsistent with Windows user32
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: exclusion(a)gmail.com
Created an attachment (id=32868)
--> (http://bugs.winehq.org/attachment.cgi?id=32868)
Test source
Wine behavior when processing SetWindowText (WM_SETTEXT) doesn't exactly
replicate Windows regarding WM_CTLCOLOR* messages.
I found two inconsistencies and made the test (see attachments).
First inconsistency:
Windows doesn't generate WM_CTLCOLORSTATIC when WM_SETTEXT invoked for a
PushButton and alike. Instead it generate WM_CTLCOLORBTN.
In Windows I get:
DialogBox.WindowProc: before SetWindowText
DialogBox.WindowProc(WM_CTLCOLORBTN)
DialogBox.WindowProc(WM_CTLCOLORBTN)
DialogBox.WindowProc: after SetWindowText
In Wine:
DialogBox.WindowProc: before SetWindowText
DialogBox.WindowProc(WM_CTLCOLORSTATIC)
DialogBox.WindowProc(WM_CTLCOLORBTN)
DialogBox.WindowProc: after SetWindowText
Looking at http://msdn.microsoft.com/en-us/library/bb761849%28VS.85%29.aspx
(WM_CTLCOLORBTN Message) and http://support.microsoft.com/kb/130952/en-us?fr=1
I believe that the WM_SETTEXT handler for BS_PUSHBUTTON, BS_DEFPUSHBUTTON and
BS_PUSHLIKE should get the hbrush with the WM_CTLCOLORBTN message.
Second inconsistency:
Windows doesn't generate WM_CTLCOLOR* when WM_SETTEXT invoked for the invisible
controls.
My test in Windows shows:
DialogBox.WindowProc: before SetWindowText
DialogBox.WindowProc: after SetWindowText
In Wine:
DialogBox.WindowProc: before SetWindowText
DialogBox.WindowProc(WM_CTLCOLORBTN)
DialogBox.WindowProc: after SetWindowText
These inconsistencies can be critical when an application doesn't expect to get
these WM_CTLCOLOR* and tries to handle it before doing some initialization. In
particular, Trillian 3.1 crashes when opening Trillian Preferences, Message
Windows.
--
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=14879
Summary: InDesign CS: Crashes on File->Open or File->Place
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: polesapart(a)gmail.com
Created an attachment (id=15440)
--> (http://bugs.winehq.org/attachment.cgi?id=15440)
WM_CTLCOLORSTATIC windows vs. wine demonstration program
InDesign CS crashes while creating the File Open or File Place dialogs.
See http://wiki.winehq.org/AdobeIndesign for a download link and instructions
to get InDesign CS running.
The InDesign open and place dialogs are customised open file dialogs, created
using dialog templates. The crash is due to a null pointer dereference by the
application during the CDN_INITDONE WM_NOTIFY callback from the
FileOpenDlgProc95 function comdlg32/filedlg.c.
The root cause can be traced further back to the WM_INITDIALOG callback. This
passes a pointer to a data structure via the lCustData field of the
OPENFILENAME structure which I assume is being stored in memory for later
callbacks (e.g. WM_NOTIFY) to use.
Looking further into into the WM_INITDIALOG callback, during this a WM_SETTEXT
message is sent to a group-box control on the dialog box. On wine this results
in a WM_CTLCOLORSTATIC callback to the dialog, however this callback does not
occur on windows. I believe this spurios WM_CTLCOLORSTATIC callback is the
cause of the crash.
I have reproduced this problem with a small demo program (see attached). This
basically creates a new dialog box and when it receives it WM_INITDIALOG
notification it calls SendDlgItemMessage to send a WM_SETTEXT message to set
the text of a 'group box' control on the dialog, basically mimicking the
InDesign behaviour. The programs prints the notifications that it receives to
stdout. Comparing the output under windows vs. wine shows that wine generates a
WM_CTLCOLORSTATIC notification whereas windows doesn't.
--
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=11745
Summary: InDesign CS trial black where icons should be
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.winsoft.eu/support/download-adobe-
indesign.php
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=10998)
--> (http://bugs.winehq.org/attachment.cgi?id=10998)
Screenshot
After working around bug 9043 by removing the
offending plugin, the app starts, but the GUI
has black squares where a lot of icons ought to be.
--
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=9043
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
OS|other |Linux
Hardware|Other |x86
URL|http://download.adobe.com/p |https://web.archive.org/web
|ub/adobe/magic/indesign/win |/20101205141014/http://down
|/3.x/idcstryENG.exe |load.adobe.com/pub/adobe/ma
| |gic/indesign/win/3.x/idcstr
| |yENG.exe
Summary|Adobe InDesign CS tryout |Adobe InDesign CS (3.0)
|hangs on startup |tryout hangs on startup
Version|unspecified |0.9.41.
--
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=11757
Summary: Adobe InDesign CS tryout installer crashes early
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://download.adobe.com/pub/adobe/magic/indesign/win/3
.x/idcstryENG.exe
OS/Version: other
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This might be a very recent regression. Running
http://download.adobe.com/pub/adobe/magic/indesign/win/3.x/idcstryENG.exe
or extracting the files with cabextract and then running its setup
both crash fairly early with a stack overflow.
--
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=11294
Summary: Imageready 3 and 6 (part of Photoshop 6 and 7) tool
option window in wrong place
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Imageready 3 (which comes with Photoshop 6, the last version
whose trial is not time-locked) and 7 (which comes with Photoshop 7)
both load ok, but they display the tool options window
in the wrong place -- right on top of the File menu!
You have to move the main app's window to get at the File
menu or any of the other main menus.
(Also, Imageready 3 doesn't display the entire
tool options window properly; the options
section per se is blank. But that's a different bug.)
--
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=7675
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
URL|ftp://ftp.adobe.com/pub/ado |https://web.archive.org/web
|be/indesign/win/cs2/InDesig |/20151201090929/ftp://ftp.a
|n_CS2_Tryout.exe |dobe.com/pub/adobe/indesign
| |/win/cs2/InDesign_CS2_Tryou
| |t.exe
Hardware|Other |x86
OS|other |Linux
Version|unspecified |0.9.32.
--
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=11746
Summary: repeatable wineserver crash when exporting pdf with
adobe InDesign CS trial
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.winsoft.eu/support/download-adobe-
indesign.php
OS/Version: other
Status: NEW
Keywords: download
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A comment in
http://blog.foozia.com/blog/2007/dec/12/running-adobe-indesign-cs2-under-wi…
said that exporting pdfs didn't work, so I tried it in CS.
To repeat:
Install InDesign CS trial, and delete the vb plugin to
get around bug 9043. Then create a document, maybe
put a little text on it, and export as a pdf.
Whammo, wineserver crash! Here's the stack dump:
Program received signal SIGSEGV, Segmentation fault.
0xb7d40583 in strlen () from /lib/tls/i686/cmov/libc.so.6
(gdb) bt
#0 0xb7d40583 in strlen () from /lib/tls/i686/cmov/libc.so.6
#1 0x0804b7ed in prepend (path=0x48,
segment=0x48 <Address 0x48 out of bounds>) at change.c:671
#2 0x0804bbad in inotify_poll_event (fd=0x82014e8, event=1) at change.c:744
#3 0x08056564 in main_loop () at fd.c:437
#4 0x0805a905 in main (argc=3, argv=0xbfbfce84) at main.c:138
(gdb)
This is on Gutsy.
--
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=49626
Bug ID: 49626
Summary: ntdll can be loaded multiple times into the same
process
Product: Wine
Version: 5.13
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
The simplest way I've found to reproduce this is to install Python for windows
and run:
wine python -c
'print(__import__("ctypes").windll.kernel32.LoadLibraryW(r"c:\ntdll.dll"))'
This should show 0, indicating failure, but on Wine it returns a real module
handle, different from the ntdll originally loaded in the process.
Worse, the new ntdll isn't initialized properly by ntdll.so, so its functions
don't work.
This affects wine-mono, which tries to load ntdll from the application path
first, apparently expecting that to fail. Anything using an ntdll p/invoke,
such as enumerating files, won't work. This causes the run-tests.exe wrapper
(from https://github.com/madewokherd/wine-mono/releases) to crash.
--
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=49536
Bug ID: 49536
Summary: Adobe Digital Editions 2.0 does not start in 5.12
Product: Wine
Version: 5.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: annoywife(a)gmail.com
Distribution: ---
Created attachment 67668
--> https://bugs.winehq.org/attachment.cgi?id=67668
Terminal output
Adobe Digital Editions 2.0 runs successfully on 5.11, but does not open on
5.12.
--
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=8224
plue <prodrigestivill(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|prodrigestivill(a)gmail.com |
--
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=15050
Summary: Lightroom 2.0 won't install
Product: Wine
Version: 1.1.3
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tioborracho(a)gmail.com
CC: tioborracho(a)gmail.com
Created an attachment (id=15706)
--> (http://bugs.winehq.org/attachment.cgi?id=15706)
install log
When installer launches it fails when it begins to extract cab files. See log
on attachment
--
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=50399
Bug ID: 50399
Summary: Adobe Audition CS6 Installer fails to initialize -
winsock:WSAIoctl -> ?('', 12, 18) request failed with
status 0x2733
Product: Wine
Version: 6.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: consolelogger(a)rhyta.com
Distribution: ---
Created attachment 69020
--> https://bugs.winehq.org/attachment.cgi?id=69020
wine log for failure
The Adobe Audition CS6 Installer fails to initialize (whatever that means)
Error message and debug log attached.
0118:err:winsock:WSAIoctl -> ?('', 12, 18) request failed with status 0x2733
0118:err:winsock:WSAIoctl -> ?('', 12, 18) request failed with status 0x2733
--
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=49912
Bug ID: 49912
Summary: Regression: Logos Bible Software Home Screen fails to
load
Product: Wine
Version: 5.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: johnpgoodman(a)gmail.com
Distribution: ---
The home screen launches various features of the app and includes adverts etc.
It worked up until 5.17 but I've just tested 5.18 and found that although some
other bugs were fixed this regression has occurred. It appears the whole panel
fails to display.
--
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=37715
Bug ID: 37715
Summary: Adobe Lightroom 5.2 won't update displayed picture
upon changes
Product: Wine
Version: 1.7.32
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t0mcat(a)gmx.de
Distribution: ---
When editing pictures using Lightroom in DEVELOP mode moving adjustmnet sliders
or entering values (e.g. exposure) won't update the displayed picture. The
preview in the library gets updated, though.
SETUP:
* Wine 1.7.28 and 1.7.32 (ppa:ubuntu-wine/ppa) on two different 64 bit machines
with integrated Intel graphics
* Linux Mint 16 MATE and 17.1 MATE, 64 bit
* Adobe Lightroom 5.2 32 bit with 32 bit prefix
--
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=10178
Summary: Adobe Audition 1.5 freezes randomly on playback/startup
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)deimos.ca
Created an attachment (id=8781)
--> (http://bugs.winehq.org/attachment.cgi?id=8781)
Console output of wine when Audition 1.5 freezes
This bug seems to be present on 0.9.46 and 0.9.47 as far as i can tell. Was
unable to reproduce on 0.9.45 so far.
When pressing play in Adobe Audition 1.5, wine freezes with errors about
"gdiobj.c" and "xrender.c" on the console (see attached log) This does not seem
affected by the audio settings in the 'winecfg' panel, ie. whether using oss or
alsa drivers, hardware accel/driver emulation, etc.
The "retrying (60 sec)" warnings occur again every 60 seconds after.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50060
Bug ID: 50060
Summary: Melodics: Freezes when attempting to login or create
account
Product: Wine
Version: 5.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: almw(a)protonmail.com
Distribution: ---
Melodics: Freezes when attempting to login or create account
Tested with wine-staging 5.19 and 5.20 and non-staging version 5.19 and 5.20 as
well. The error is the same in all versions.
Steps to re-create
Download and install melodics in a wine 64bit prefix
https://web-cdn.melodics.com/download/MelodicsV2Installer.exe
Dll override for msvcp140_1 is required to get the app to launch
Once launched the program prompts you to choose a username
Enter any value
The program goes into a loading animation and never stops
Debug log:
[10/25/20 20:29:28] - Running wine-5.19-staging Melodics.exe (Working directory
: /home/alice/.PlayOnLinux/wineprefix/Melodics/drive_c/Program Files/Melodics)
002c:fixme:winediag:LdrInitializeThunk wine-staging 5.19 is a testing version
containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when
filing bug reports on winehq.org.
0084:err:ntoskrnl:ZwLoadDriver failed to create driver
L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\wineusb": c0000142
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"wineusb"
failed to start: 1114
00f0:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (000000000021F790 1 C)
semi-stub
00f0:fixme:win:RegisterPowerSettingNotification
(000000000002005E,{02731015-4510-4526-99e6-e5a17ebd1aea},0): stub
00f0:fixme:nls:get_dummy_preferred_ui_language (0x8 000000000021F4D0
000000000021F420 000000000021F4D8) returning a dummy value (current locale)
00f0:fixme:file:NtLockFile I/O completion on lock not implemented yet
00f8:fixme:netprofm:list_manager_GetConnectivity 00000000022CAFE0,
0000000003B3C290
00f0:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
00f0:fixme:font:RemoveFontMemResourceEx (0x8be74371) stub
00f0:fixme:font:RemoveFontMemResourceEx (0x854be7e1) stub
00f0:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (000000000021BEA0 1 C)
semi-stub
00f0:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (000000000021BAF0 1 C)
semi-stub
00f0:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (000000000021C1B0 1 C)
semi-stub
00f0:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (000000000021C180 1 C)
semi-stub
00f0:fixme:netprofm:list_manager_GetConnectivity 000000000CA17AE0,
0000000007A6F010
00f0:fixme:netprofm:list_manager_GetConnectivity 000000000CA1A0D0,
0000000007A6D710
00f0:fixme:netprofm:connection_point_Advise 000000000CA1A110, 0000000007A6D130,
0000000007A6D154 - semi-stub
00f0:fixme:thread:GetThreadUILanguage : stub, returning default language.
011c:fixme:ver:GetCurrentPackageId (000000000E03FE10 0000000000000000): stub
00f0:fixme:nls:get_dummy_preferred_ui_language (0x8 000000000021A620
000000000021A570 000000000021A628) returning a dummy value (current locale)
00f0:fixme:wgl:X11DRV_wglGetPixelFormatAttribivARB unsupported 2008 WGL
Attribute
0134:fixme:netprofm:connection_GetAdapterId 00000000022E3130, 000000000E69C090
0134:fixme:netprofm:connection_GetAdapterId 000000000D743E10, 000000000E69C090
0134:fixme:netprofm:connection_GetAdapterId 00000000022E2A40, 000000000E69C090
0134:fixme:netprofm:connection_GetAdapterId 00000000022E2AF0, 000000000E69C090
0134:fixme:netprofm:connection_GetAdapterId 00000000022E2BA0, 000000000E69C090
0134:fixme:netprofm:connection_GetAdapterId 00000000022E2BA0, 000000000E69C090
0134:fixme:netprofm:connection_GetAdapterId 00000000022E2BA0, 000000000E69C090
0134:fixme:netprofm:connection_GetAdapterId 00000000022E2BA0, 000000000E69C090
...
--
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=49158
Bug ID: 49158
Summary: Rufus error USB
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ttonto546(a)gmail.com
Distribution: ---
En Rufus no me detecta los dispositivos USB
--
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=20034
Summary: Photos are not displayed in Adobe Photoshop Lightroom
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.adobe.com/go/trylightroom
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vesuri(a)jormas.com
When photos are imported into Adobe Photoshop Lightroom 2.x they appear as
empty gray boxes. It seems that the photos themselves do not get drawn at all
which makes the photo editor rather useless.
It does not make a difference whether native or builtin gdiplus library is
used. With native gdiplus the UI is rendered correctly but the photos are
missing; with builtin gdiplus there are other problems in the UI as well but
the photos are also missing.
--
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=45867
Bug ID: 45867
Summary: I tried to start Adobe Digital Editions 4.5 and an
error came out.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: agatha.ukio(a)gmail.com
Distribution: ---
Created attachment 62365
--> https://bugs.winehq.org/attachment.cgi?id=62365
This is the error message from ADE 4.5
It was working before, but I had to reset wine due to the creation of dosdevice
and device_c in my home directory and outside .wine/
--
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=47860
Bug ID: 47860
Summary: Atmel Studio 7 fails to start
Product: Wine
Version: 4.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: subs(a)qcontinuum.plus.com
Distribution: ---
Created attachment 65364
--> https://bugs.winehq.org/attachment.cgi?id=65364
Log output from running the application from the command line
Following on from bug 47755, regarding the installation of Atmel Studio 7 and
which is now closed. I have copiled and installed the latest Wine from source
as per the instructions into a new prefix. The prefix required that
d3dcompiler_47 and dotnet48 were installed, otherwise the installer would not
run.
The installed application will not run. When I double-click the application
icon the timer runs for a few seconds then stops and nothing else happens.
I tried using the path in the icon properties:
WINEPREFIX="/home/johnc/.wineatm" wine C:\\Program\ Files\
\(x86\)\\Atmel\\Studio\\7.0\\atmelstudio.exe
And also navigating to the directory and manually issuing:
$ WINEPREFIX="/home/johnc/.wineatm" wine AtmelStudio.exe
The command produces an output which I have captured into the attached log, but
does not launch the application.
--
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=47622
Bug ID: 47622
Summary: Wine 4.13 doesn't start Adobe Digital Editions 2 -
works with 4.12.1
Product: Wine
Version: 4.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: in-winebugs(a)whil.eu
Distribution: ---
Created attachment 65053
--> https://bugs.winehq.org/attachment.cgi?id=65053
Wine 4.13 not starting Adobe Digital Editions 2
Adobe Digital Editions 2 has been working fine till Wine 4.12.1
https://appdb.winehq.org/objectManager.php?sClass=version&iId=27978
After upgrading to Wine 4.13 the applications doesn't start. A "Program Error"
windows is shown. A screenshot is attached
Also attached are two logs: Running the application with Wine 4.12.1 and 4.13.
In both cases I'm using the same wineprefix. Downgrading from 4.13 to 4.12.1
lets the application start again
--
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=37472
Bug ID: 37472
Summary: Adobe Digital Editions Crashes on Launch
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: henry(a)hedden.net
Distribution: ---
Created attachment 49854
--> https://bugs.winehq.org/attachment.cgi?id=49854
Program Error Details
Adobe Digital Editions installed correctly, but when I tried to launch it, it
immediately crashed. I used winetricks to download corefonts, windowscodecs,
and dotnet40, but I have not installed any other programs.
--
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=37854
Bug ID: 37854
Summary: install "adobe digital editions 4.xx" on
xubuntu-14.04-x86 + wine-1.7.33
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: erizo12(a)t-online.de
Distribution: ---
adobe digital editions 4.xx doesn't correctly install on xubuntu-14.04 (the
actual LTS version of ubuntu).
Obviously there are several conflicts or deficiencies with the 32bit-libraries
ubuntu<->wine.
Details in the winehq-forum:
https://forum.winehq.org/viewtopic.php?f=8&t=24039
ADE4 = "Adobe Digital Editions" is the regular software from Adobe:
http://www.adobe.com/de/solutions/ebook/digital-editions/download.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=15721
Summary: Adobe Digital Editions doesn't install
Product: Wine
Version: 1.1.6
Platform: Other
URL: http://www.adobe.com/products/digitaleditions/
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Digital Editions has to be installed by clicking 'OK' twice
in a flash dialog (!). I tried installing it by doing
sh winetricks gecko flash
wine iexplore http://www.adobe.com/products/digitaleditions/
It acts like it's making progress, but it never accesses the
network... ? Don't know if it has to or not.
I haven't tried installing it in windows firefox on wine yet, either.
Oddly, people say this works;
http://appdb.winehq.org/objectManager.php?sClass=version&iId=13053
marks it platinum, but says something strange about how to install it
which I don't understand.
--
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=25086
Summary: CPU-Z freezes at startup
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testing.tigerwolf(a)mail.com
Created an attachment (id=31808)
--> (http://bugs.winehq.org/attachment.cgi?id=31808)
CPU-Z freezes at startup
Using "win 98" or "win ME" configuration for starting cpuz.exe (recommanded in
order to prevent from bug #11908), cpuz.exe freezes at startup.
The launching cpuz progress bar is displayed but remains to avoid.
The cpuz main window is never launched.
See back trace for more information.
Software configuration :
- Ubuntu 10.10 amd64
- Wine 1.3.6
- cpuz v1.56
--
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=45562
Bug ID: 45562
Summary: Have a severe error when installing the Adobe Digital
Editions PDF reader for encrypted files.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrizzone(a)gmail.com
Distribution: ---
Created attachment 61984
--> https://bugs.winehq.org/attachment.cgi?id=61984
The backtrace Wine gives.
Have a severe error when installing the Adobe Digital Editions PDF reader for
encrypted files. I'm borrow ebooks from archive.orghttps://www.adobe.com/solutions/ebook/digital-editions/download.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.
https://bugs.winehq.org/show_bug.cgi?id=46018
Bug ID: 46018
Summary: Adobe Digital Editions 4.5 doesn't install
Product: Wine
Version: 3.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.goldner(a)gmx.de
Distribution: ---
Created attachment 62598
--> https://bugs.winehq.org/attachment.cgi?id=62598
Wine
I tried to install Adobe Digital Editions 4.5.
During install an "endless loop" with "Adobe Digital Editions 4.5 is already
running. Please Close Adobe Digital Editions and restart"
After pressing the "Repeat" Button the same Dialogue comes up again. Pressing
Cancel wine reports an error (see attachment).
Regards
Robert
--
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=50402
Bug ID: 50402
Summary: installer Adobe Audition 2020 13.0.12 doesn't start -
module:import_dll Library MSVCP140_CODECVT_IDS.dll ()
not found
Product: Wine
Version: 6.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: consolelogger(a)rhyta.com
Distribution: ---
Created attachment 69024
--> https://bugs.winehq.org/attachment.cgi?id=69024
wine log for Adobe Audition.exe
Installation was done in a Windows VM and the files copied over.
Wine log is 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=43973
Bug ID: 43973
Summary: Wet Attack The Empire Cums Back: does not start
Product: Wine
Version: 2.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: megauser(a)yandex.ru
Distribution: ---
Created attachment 59625
--> https://bugs.winehq.org/attachment.cgi?id=59625
Error log
Linux Mint 18.2 64-bit, 32-bit libraries installed, ./wine configured as
32-bit. When I run wet2.exe, it crashes with an error: D3DRMERR_BADVALUE. I
downloaded d3drm.dll using winetricks. If I use Windows version of d3drm, game
"looking for 16-bit modes" then crash with error(see backtrace.txt). I
downloaded d3dxof using winetricks. With Windows versions of d3drm and d3dxof
the game starts, but mouse does not work(even does not appear). Windows
versions of dinput and dinput8 does not help. MouseWarpOverride
disable/enable/force does not help.
Hardware: AMD Athlon 64 X2 5600+, 4 Gb RAM, ATI Radeon HD 4770(radeon driver).
--
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=50410
Bug ID: 50410
Summary: Changing window position/size programmatically does
not work
Product: Wine
Version: 6.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: rafalh92(a)outlook.com
Distribution: ---
Created attachment 69031
--> https://bugs.winehq.org/attachment.cgi?id=69031
sample-app
There is some regression in handling of window position/size changes from
WinApi e.g. using SetWindowPos or MoveWindow. I attached source code of a
simple app that does not work as expected for me in Wine 6.0-rc4. The same app
works correctly when run under Wine 5.12. I'm testing in Linux Mint 20 (Xorg).
>From my experiments (see sample app) it seems position/size set using
SetWindowPos or MoveWindow is ignored unless window is hidden or window style
is changed after window creation and SWP_SHOWWINDOW flag is not used.
I discovered the bug when using the windowed mode in the Dash Faction mod for
the Red Faction game. It regressed some time ago but unfortunately I don't know
exactly when.
--
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=50707
Bug ID: 50707
Summary: Backup and Sync from Google doesn't work
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nakasoru(a)gmail.com
Distribution: ---
Created attachment 69437
--> https://bugs.winehq.org/attachment.cgi?id=69437
Bug report
Backup and Sync from Google doesn't work
--
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=8945
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.adobe.com/go/try |https://web.archive.org/web
|indesign_en |/20151130215125/ftp://ftp.a
| |dobe.com/pub/adobe/indesign
| |/win/cs3/indesign_5_0_3.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=32041
Bug #: 32041
Summary: Adobe Audition CS6 - Crash during UI paint at startup
(again)
Product: Wine
Version: 1.5.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan(a)lugfl.de
Classification: Unclassified
Created attachment 42233
--> http://bugs.winehq.org/attachment.cgi?id=42233
+WGL trace and crash log
Adobes Audition Crashes upon painting the UI for the first time after start up
again since wine 1.5.15.
I investigated the faulty patch this time being
53806917a3fc32460201a40a9edd6d8d24983c25
Current master still crashes the application.
I've attached a backtrace of the crash and +wgl trace. (using current git
master)
Please let me know when a +relay trace is needed, as its going to be very large
again it cant be attached but needs to be uploaded separately.
--
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=31503
Bug #: 31503
Summary: Adobe Audition 6.0 - Crash during UI paint at startup
Product: Wine
Version: 1.5.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan(a)lugfl.de
Classification: Unclassified
Created attachment 41418
--> http://bugs.winehq.org/attachment.cgi?id=41418
Backtrace and +wgl trace of start
Adobe Audition 6.0 crashes upon painting the main window after startup since
Wine 1.5.10
The backtrace looks like some of the latest wgl changes is causing this.
This is the important part of the backtrace:
Backtrace:
=>0 0x7e32856a wine_glGetString+0x2a() in opengl32 (0x0e9be7ac)
1 0x06ac066c in displaysurface (+0x1066b) (0x0e9be990)
2 0x00593290 in dvacore (+0x5328f) (0x0e9bea04)
3 0x78afc556 in msvcr100 (+0x5c555) (0x0e9bea3c)
4 0x78afc600 in msvcr100 (+0x5c5ff) (0x0e9bea48)
Full crash log and +wgl trace in attachment..
--
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=42720
Bug ID: 42720
Summary: Can't play audio files in Adobe Audition CS5.5 since
Wine 1.7.54
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winepulse.drv
Assignee: wine-bugs(a)winehq.org
Reporter: fincer89(a)hotmail.com
Distribution: ---
Created attachment 57696
--> https://bugs.winehq.org/attachment.cgi?id=57696
Adobe Audition CS5.5, audio debug log
As the title says, playing audio files is impossible with Wine versions newer
than 1.7.54. I tested multiple Wine versions and could narrow it down to Wine
1.7.55 with which the audio doesn't play anymore.
With Wine versions older than 1.7.55 audio can be played/paused/resumed without
any issues. With more recent Wine versions, such as Wine 2.4, Wine 1.9.X, the
audio playback doesn't work according to my tests.
I noticed that Wine 1.7.55 introduced multiple audio improvements, especially
to PulseAudio driver. I'm not 100% sure the bug is related to winepulse.drv but
it's a good guess.
At least, the following audio-related changes were introduced in Wine 1.7.55:
xaudio2/tests: Fix memory leaks.
xaudio2: For legacy xaudio2, prefer native version.
winecoreaudio: Handle sysex MIDI messages.
xaudio2_7: Update current buffer position after flushing buffers.
winepulse: Always mute buffer.
winepulse: In Shared mode, track device position in bytes.
winepulse: Prefer PulseAudio driver.
winepulse: Add initial stub for pulseaudio support.
winepulse: Add format and period probing.
winepulse: Add audioclient.
winepulse: Add IAudioRenderClient and IAudioCaptureClient.
winepulse: Add IAudioClock and IAudioClock2.
winepulse: Add audiostreamvolume.
winepulse: Add session support.
winepulse: Forward winmm functions to winealsa.
winepulse: Fixup IsFormatSupported calls.
winepulse: Add support for IMarshal.
winepulse: Handle stream create failing correctly.
winepulse: Add stub for GetPropValue.
winepulse: Return PKEY_AudioEndpoint_PhysicalSpeakers device prop.
I don't have any audio-related overrides in my winecfg settings.
I've attached a debug log, with all the flags suggested in
https://wiki.winehq.org/Sound
Debug session performed with 32-bit Wine 2.4 (Git version).
--
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=49781
Bug ID: 49781
Summary: World of Warcraft (WoW) Shadowlands stays black with
DX12
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blue-t(a)web.de
Distribution: ---
The Login Screen is black and all you can see is a properly styled cursor.
--
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=6275
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Fixed by SHA1| |954cb31448b0e4e2b074095f47c
| |c8e6f83ca2f4a
Version|unspecified |0.9.21.
URL|http://download.adobe.com/p |https://web.archive.org/web
|ub/adobe/audition/win/2.x/A |/20060321193319/http://down
|dobe_Audition_2_0_Tryout.ex |load.adobe.com/pub/adobe/au
|e |dition/win/2.x/Adobe_Auditi
| |on_2_0_Tryout.exe
Component|-unknown |msxml3
--
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=9729
Summary: Regression: gdi/x11 related changes cause lockups in
various win32 gui apps
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
I experienced several gdi/x11 lockups in various windows gui applications with
recent git snapshots.
While trying to verify a bug (http://bugs.winehq.org/show_bug.cgi?id=9724) I
noticed that application is actually quite good for reproducing (instant lockup
on file open/save dialog).
Though it suffers from other bugs unrelated to this one so I filed this issue
as separate bug.
This is a regression, causing gui applications to completely lock up
--- snip ---
err:ntdll:RtlpWaitForCriticalSection section 0x617e8ca0 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 0009, blocked by 0016, retrying
(60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x61270a80 "gdiobj.c: GDI_level"
wait timed out in thread 0016, blocked by 0009, retrying (60 sec)
--- snip ---
First bad commit is:
--- snip ---
baa8d225435f3bc029825b7601ca34a580b5e293 is first bad commit
commit baa8d225435f3bc029825b7601ca34a580b5e293
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Sep 17 16:48:56 2007 +0200
gdi32: Replace DC_GetDCUpdate by get_dc_ptr+update_dc in the bitmap
functions.
:040000 040000 c2e3cf9b099b159ba06b616f12396d3eec97b053
4f3af2c6e18421d1b8db70a2f7558a9ab74f40b2 M dlls
--- snip ---
It should be noted that this commits cause immediate lockup in some
applications - but not all.
It's possible that later commits escalate this problem/behaviour further.
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14110
Summary: Adobe Audition 1.5: does not install in Hardy Heron
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: endolith(a)gmail.com
Created an attachment (id=14331)
--> (http://bugs.winehq.org/attachment.cgi?id=14331)
Adobe Audition install errors
Mounted the ISO file as a directory
sudo mount -o loop "/media/backup/Audition 1.iso" /media/audition/
Tried installing from /media/audition/Setup.exe but it didn't complete.
Tried installing from /media/audition/Adobe Audition 1.5/setup.exe but it
didn't complete. (I think the other Setup just calls this one anyway.)
It starts the installer and gets to the screen that says "This setup will
install Adobe Audition 1.5 on your computer. To continue, click next."
After pressing Next, it disappears, and I get the attached error messages.
Sorry if this is my mistake, I'm pretty new to Wine. Others got it to work in
other versions of Ubuntu according to the AppDB.
--
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=8865
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
URL| |https://web.archive.org/web
| |/20060321204906/http://down
| |load.adobe.com/pub/adobe/au
| |dition/win/1.x/audition_1_5
| |_tryout_en.exe
Hardware|Other |x86
Keywords| |download
Summary|Adobe Audition: Garbled |Adobe Audition 1.5: Garbled
|icons in toolbar buttons |icons in toolbar buttons
--
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=20515
Summary: Adobe Audition 3.0: Tahoma Font issues (missing
Texts/applicaition wont start)
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://www.adobe.com/go/tryaudition
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan(a)lugfl.de
Adobes Audition is having some Font issues with the Tahoma font.
In the default Wine config ( msxml3 insalled to get the it running) The
application starts but very important texts lime the Time and cursor position
frames are not showing any time information/text.
This issue also affects the Axes of the waveform display area as the captions
are missing.
Some of the Effect Plugins are also affected by the issue and the Plugin setup
dialog is only showing the controls but no text at all
(Effects->Special->Mastering as an example).
If now Microsoft's original Tahoma Font is placed into
~/.wine/drive_c/windows/Fonts/ the application wont start at all.
It quits with the error: "To continue working where you left off, please
restart Audition". The application terminated if the Alert box is closed. But I
noticed, Audition seems to use the Original font, as the Splash screen texts
seems to be renderen in Cyrilic signs instead of Latin text before Audition
fails to start.
The +font Debug flag did not output any usefull informations for me. Using Font
replacements does not change the behavior too.
The Issue can be reproduced with the Full licenced Version of Audition and the
Trial Version, which can be downloaded from Adobes servers here:
http://www.adobe.com/go/tryaudition
--
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=22040
Summary: Adobe Audition 3.0 splash-screen damaged
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: onnsoft(a)googlemail.com
Created an attachment (id=26822)
--> (http://bugs.winehq.org/attachment.cgi?id=26822)
defect audition splash
Splash-screen of Adobe Audition 3.0 (trial-version) only shows a black box
instead of the fency splash-screen (see picture in attachement).
During the splash screen following debug-output appears: mmap() failed: Cannot
allocate memory
--
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=22933
Summary: Adobe Audition 3.0 requires native msxml3
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: onny(a)project-insanity.org
Created an attachment (id=28385)
--> (http://bugs.winehq.org/attachment.cgi?id=28385)
Adobe Audition 3.0 console output without native msxml3
Adobe Audition 3.0 stops with the error message "To continue working where you
left off, please restart Audition" unless you've got a native msxml-version
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=24153
Summary: Adobe Audition 3 parts of interface not drawn
Product: Wine
Version: 1.3.1
Platform: x86
URL: https://www.adobe.com/cfusion/tdrc/index.cfm?loc=en_us
&product=audition
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Adobe Audition 3 trial now installs and starts in an empty .wine, but
large chunks of the interface aren't drawn. There are a few messages in the
log:
fixme:gdiplus:GdipDrawString not implemented for given parameters
fixme:gdiplus:GdipDrawImagePointsRect Color transforms not implemented
I was not able to find a usable workaround in a quick test, despite
trying winetricks gdiplus and winetricks msxml3; the app aborted with
a "To continue working..." dialog and then a "pure virtual call" error dialog.
--
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=35524
Bug ID: 35524
Summary: Adobe Audition 3.0 crashes for wine >= 1.6.0
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: m27315(a)gmail.com
Classification: Unclassified
Created attachment 47428
--> http://bugs.winehq.org/attachment.cgi?id=47428
first-run log
Adobe Audition 3.0 works fairly well with wine-1.5.31 and downward. However,
it crashes immediately for versions between 1.6.0 (even betas and RC's) and
1.7.11 with the following pop-up error:
Runtime Error!
Program: ...\Audition.exe
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Please see attached first-run log for more details.
If you need anything from me, please let me know.
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=47216
Bug ID: 47216
Summary: Regression: dxgi: Adobe Lightroom 8.1 crashes with X
error
Product: Wine
Version: 4.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: bugs(a)bzatek.net
Distribution: ---
Created attachment 64487
--> https://bugs.winehq.org/attachment.cgi?id=64487
console log
Adobe Photoshop Lightroom 8.1 (x86_64) crashes with X Error randomly when
working with UI (switching modules, switching to fullscreen, etc.). Lightroom
GPU Acceleration is enabled, Lightroom then uses D3D for picture canvas.
> 0029:fixme:d2d:d2d_path_geometry_Stream iface 0x43681040, sink 0x7fb81033fa18 stub!
> 0029:warn:d2d:d2d_path_geometry_triangulate Geometry has 0 vertices.
> 0029:fixme:d2d:d2d_device_context_PushLayer iface 0x401b2880, layer_parameters 0x23e358, layer 0x7fb810291750 stub!
> 0029:fixme:d2d:d2d_device_context_PopLayer iface 0x401b2880 stub!
> 0029:fixme:dxgi:dxgi_surface_GetDC iface 0x3e73db00, discard 0, hdc 0x23eaa8 semi-stub!
> 0029:warn:d3d:wined3d_texture_load_location Operation requires 0x2 access, but texture only has 0x1.
> X Error of failed request: BadWindow (invalid Window parameter)
> Major opcode of failed request: 10 (X_UnmapWindow)
> Resource id in failed request: 0x3a00001
> Serial number of failed request: 8240
> Current serial number in output stream: 8243
Windowmanager is Marco (Metacity clone), two 2560x2880 screens, xinerama
disabled during wine build, compositing enabled also in the WM. X.org running
amdgpu DDX driver (GPU Polaris 12), mesa 19.1-rc1/rc2, RADV vulkan driver.
--
Tested on 4.8 (and git master from May 16). This is a regression from 4.7 where
the application was running stable for hours.
Blind reverting of the following commits make things work again.
086f263a9e8457b97 dxgi: Acquire Vulkan image just before present when we have
user images.
711e68c9b8819219a dxgi: Add some asserts for Vulkan swapchains.
3084ea826966e7a28 dxgi: Make Vulkan swapchain image count independent of DXGI
buffer count.
--
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=44262
Bug ID: 44262
Summary: Virtual Chess 2: an error occured while creating the
device
Product: Wine
Version: 2.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Distribution: ---
Created attachment 60070
--> https://bugs.winehq.org/attachment.cgi?id=60070
Virtual Chess 2 screen capture
Hello,
Virtual Chess 2 (Titus 1998) crash at start with this dialog box message:
"an error occured while creating the device"
terminal log:
fixme:winediag:start_process Wine Staging 2.21 is a testing version containing
experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug
reports on winehq.org.
err:winedevice:async_create_driver failed to create driver L"WineBus": c0000142
fixme:d3drm:d3drm_device3_SetShades iface 0x18d1b8, count 256 stub!
fixme:d3drm:d3drm_device_win_HandleActivate iface 0x18d1bc, wparam 0 stub!
wine: Unhandled page fault on read access to 0x00000000 at address 0x46dc1d
(thread 0009), starting debugger...
I joined you the backtrace and a screen capture.
Thank you for your help.
LGDN
--
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=33348
Bug #: 33348
Summary: Lightroom 4.3 64-bit does not run, the installation
goes well. startup error.
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cadet1985(a)mail.ru
Classification: Unclassified
Created attachment 44113
--> http://bugs.winehq.org/attachment.cgi?id=44113
Lightroom 4.3 64-bit
Lightroom 4.3 64-bit does not run, the installation goes well. startup error.
--
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=28364
Summary: Adobe Lightroom 3.3 installer quits unexpectedly
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ccr(a)tnsp.org
Running Adobe Lightroom 3.3 installer results in the installer just stopping
without actually installing anything. No error messages are shown by the
installer itself, nor Wine.
Running "WINEDEBUG=+msi wine setup32.exe" revealed following in the trace:
trace:msi:msi_parse_summary template:
L"Intel,1033;0,,1033,2052,1028,1043,1040,1042,1046,1034,1053,1036,1031,1041"
warn:msi:msi_parse_summary unknown platform L"Intel,1033"
trace:msi:msiobj_release object 0x187360 destroyed
warn:msi:MSI_OpenPackageW failed to parse summary info 1633
Changing dlls/msi/package.c to check platform string a bit differently makes
the installer run completely.
--
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=35108
Bug ID: 35108
Summary: Adobe Scout: Installs but immediately crashes on
startup
Product: Wine
Version: 1.7.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeff.ward(a)gmail.com
Classification: Unclassified
Created attachment 46830
--> http://bugs.winehq.org/attachment.cgi?id=46830&action=edit
Backtrace of detailed stack dump
System info:
>uname -a
Linux erdos 3.8.0-27-generic #40~precise3-Ubuntu SMP Fri Jul 19 14:38:30 UTC
2013 x86_64 x86_64 x86_64 GNU/Linux
> wine --version
wine-1.7.8
Install works fine:
> wine Setup\ Adobe\ Scout_1.0.0.exe
# install is successful, but attempting to start the program from the end of
the installer or from the commandline fails:
> wine cmd
C:\>cd program files
C:\Program Files>cd adobe scout
C:\Program Files\Adobe Scout>scout
C:\Program Files\Adobe Scout>wine: Unhandled exception 0xe06d7363 in thread 2c
at address 0x7b84971a (thread 002c), starting debugger...
Unhandled exception: C++ exception(object = 0x0023ef38, type = 0x00aa8ac8) in
64-bit code (0x000000007b84971a).
fixme:dbghelp_dwarf:compute_location Only supporting one reg (r9/337 -> -2)
...
... the rest of the debug output is attached in backtrace.txt.
The stack goes through dvacore.dll, which searching around appears to be an
Adobe-specific library I see in some other Adobe-related bug reports.
--
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=36017
Bug ID: 36017
Summary: Lightroom 3.0 64bit crashes on startup
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fengshui(a)webleicester.co.uk
Created attachment 48155
--> http://bugs.winehq.org/attachment.cgi?id=48155
Back trace from crash report
Installed Lightroom 3.0 from install disc - 64 bit version automatically
installed itself fine. Gave it the license key & it crashed!
Restarted it & it crashed.
Crash report attached.
Using Linux Mint 16 & Wine 1.6.2
--
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=14930
Summary: SPSS 16 evaluation installer fails during file
extraction
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.spss.com/registration/index.cfm?Demo_ID=37
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=15510)
--> (http://bugs.winehq.org/attachment.cgi?id=15510)
SPSS 16 standard error with cabinet traces
While trying to test bug 12018 with current Git (wine-1.1.2-551-g34aa6b7), I
encountered an installation failure during file extraction. The relevant
messages are:
err:msi:msi_cabextract FDICopy failed
err:msi:ACTION_InstallFiles Failed to extract cabinet: L"Bas.cab"
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned
1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
The issue seemingly lies in FDICopy, so I have attached cabinet traces.
--
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=8224
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Component|-unknown |kernel32
Summary|Adobe Lightroom 1.0 won't |Adobe Lightroom 1.x won't
|let you create a database |let you create a database
| |(kernel32.GetVolumePathName
| |W too stubby)
URL|http://www.adobe.com/produc |https://web.archive.org/web
|ts/photoshoplightroom/ |/20151130205254/ftp://ftp.a
| |dobe.com/pub/adobe/lightroo
| |m/win/1.x/LTRM_WWEFG_win_1_
| |2.exe
Fixed by SHA1| |9b9d8dc3e89f17b88bcc62e51b1
| |11475361e5940
OS|other |Linux
Hardware|Other |x86
Version|unspecified |0.9.36.
--
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=15191
Summary: Lightroom SQLite GetVolumePathNameW error
Product: Wine
Version: 1.1.4
Platform: All
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=13203
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: prodrigestivill(a)gmail.com
CC: marcus(a)jet.franken.de
Adobe Lightroom 2 uses SQLite. It seams that SQLite or Lightroom thinks that
drive_c is not a local volume.
The error from application:
"Lightroom Catalogs can not be opened on network volumes, removable storage, or
read only volumes."
It shows the error after printing:
fixme:volume:GetVolumePathNameW (L"C:\\windows\\profiles\\user\\My
Pictures\\Lightroom", 0x32f3c8, 259), stub!
--
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=21188
Summary: Lightroom demo 2.6 cannot start
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mrheinheimer(a)ohmyhead.com
Created an attachment (id=25437)
--> (http://bugs.winehq.org/attachment.cgi?id=25437)
lightroom demo 2.6 backtrace on failure to start
Installed latest Win 1.1.35, latest Adobe Lightroom demo (2.6). Install worked
fine, but execution gives:
Program Error. The program lightroom.exe has encountered a serious problem and
needs to close...
I collected a backtrace - it is attached. The big clue:
Unhandled exception: page fault on read access to 0x00000048 in 32-bit code
(0x4ec97cd7)
I just guessed that it was a gdiplus problem based on the backtrace.
Definitely change that in the bugzilla if necessary.
I'll be glad to run tests, debug, whatever. Lightroom is the *only* reason I
have Windows 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=35192
Bug ID: 35192
Summary: lightroom 5.3 needs KERNEL32.dll.CreateThreadpool
Product: Wine
Version: 1.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: belor666(a)gmail.com
CC: marcus(a)jet.franken.de, roland65(a)free.fr
Classification: Unclassified
Created attachment 46943
--> http://bugs.winehq.org/attachment.cgi?id=46943
lr5.3 startup log which throws the KERNEL32.dll.CreateThreadpool error
i managed to get lightroom 5.2 working with the help and patches of this bug
report: http://bugs.winehq.org/show_bug.cgi?id=30164
thx to roland baudin and marcus meissner for their work on this!
unfortunately i need to get the latest version (5.3) working, as my latest
camera (nikon d610) is just added recently in 5.3, but it throws a new kernel32
error.
"wine: Unimplemented function KERNEL32.dll.CreateThreadpool called at address
0x7bc4b910 (thread 0009), starting debugger..."
i tried with the following setup:
wine versions:
- 1.5.17 (from source with lr patches)
- 1.6 (from source with lr patches)
os:
- debian sid/unstable 32bit
i attached my full startup log:
KERNEL32.dll.CreateThreadpool_-_lr_5.3_startup.txt
--
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=34629
Bug #: 34629
Summary: IBM DataServer Driver Package
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rodo(a)bloerp.de
Classification: Unclassified
Created attachment 46146
--> http://bugs.winehq.org/attachment.cgi?id=46146
Error Log
While installing the IBM DataServer Driver Package (
http://www-01.ibm.com/support/docview.wss?uid=swg21385217 ) an "unimplemented
function"-error appears shortly after starting the installer.
--
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=34309
Bug #: 34309
Summary: Media Browser 3 Installer crashes immediately,
KERNEL32.dll.InitOnceExecuteOnce
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dod.doron(a)gmail.com
Classification: Unclassified
Created attachment 45673
--> http://bugs.winehq.org/attachment.cgi?id=45673
Backtrace from the crash
I'm trying to have MB3 (Media Browser 3 (*)) install under wine.
The installer crashes immediately, complaining about
KERNEL32.dll.InitOnceExecuteOnce . Backtrace attached.
Any chance?
(*) Website: http://www.mediabrowser3.com/
Binary: http://www.mb3admin.com/downloads/beta/server/setup.exe
--
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=34562
Bug #: 34562
Summary: Unimplemented function
KERNEL32.dll.InitOnceExecuteOnce
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor.demyanov(a)gmail.com
Classification: Unclassified
Created attachment 46014
--> http://bugs.winehq.org/attachment.cgi?id=46014
Wine 1.6, log
Adobe Photoshop Lightroom 5.0 requires KERNEL32.dll.InitOnceExecuteOnce
--
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=33194
Bug #: 33194
Summary: Multiple applications ported to WinRT/ARM using
MSVCR110.dll require msvcrt.__C_specific_handler
Product: Wine
Version: 1.5.25
Platform: arm
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
now we have the first version of builtin MSVCR110.dll some bugs :)
Miranda for ARM needs this.
--- snip ---
$ wine ./miranda32.exe
err:module:find_forwarded_export function not found for forward
'msvcrt.__C_specific_handler' used by L"C:\\windows\\system32\\msvcr110.dll".
If you are using builtin L"msvcr110.dll", try using the native one instead.
--- snip ---
It's only implemented for x86 64-bit in ntdll:
http://source.winehq.org/git/wine.git/blob/14a81773c7ce865dd6d919ddee89cad3…
--- snip ---
148 @ stdcall -arch=x86_64 __C_specific_handler(ptr long ptr ptr)
ntdll.__C_specific_handler
--- snip ---
Regards
--
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=31487
Bug #: 31487
Summary: Windows Essentials 2012 installer needs
kernel32.dll.InitOnceExecuteOnce
Product: Wine
Version: 1.5.11
Platform: x86-64
URL: http://g.live.com/1rewlive5-all/en/wlsetup-all.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
The newest Windows Essentials (formerly Windows Live Essentials) installer
crashes on start due to this unimplemented function:
wine: Call from 0x7bc4c710 to unimplemented function
KERNEL32.dll.InitOnceExecuteOnce, aborting
wine: Unimplemented function KERNEL32.dll.InitOnceExecuteOnce called at address
0x7bc4c710 (thread 0009), starting debugger...
--
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=35092
Bug #: 35092
Summary: Ableton Live 9.1 crashes
Product: Wine
Version: 1.7.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bique.alexandre(a)gmail.com
Classification: Unclassified
Created attachment 46813
--> http://bugs.winehq.org/attachment.cgi?id=46813
Crash log
After fixing http://bugs.winehq.org/show_bug.cgi?id=34902 Ableton now crashed
and I need help to understand the logs.
--
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=34703
Bug #: 34703
Summary: kernel 32 register dump while installing and execution
lightroom 5
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yvanttt(a)gmail.com
Classification: Unclassified
Created attachment 46263
--> http://bugs.winehq.org/attachment.cgi?id=46263
core dump while installing LR 5
unable to install Adobe light room 5 nor to execute it.without this kernel32
error
--
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=33403
Bug #: 33403
Summary: Lightroom 5 will not start.
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: afx(a)afximages.com
Classification: Unclassified
Created attachment 44197
--> http://bugs.winehq.org/attachment.cgi?id=44197
LR 5 Beta startup log
Lightroom 5 will not start in Wine whereas LR 4.4 starts.
The Wine instance used is based on a patch to make LR4 work, see bug
http://bugs.winehq.org/show_bug.cgi?id=30164
--
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=41353
Bug ID: 41353
Summary: Adobe lightroom 5.4 crash in Linus mint 18
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: vijayviswasam.k(a)gmail.com
Distribution: ---
Created attachment 55705
--> https://bugs.winehq.org/attachment.cgi?id=55705
Lightroom 5.4 crash in wine.
Hi,
LR 5.4 installs under windows 7 but crashes when the application is opened.
Error message 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.
http://bugs.winehq.org/show_bug.cgi?id=33995
Bug #: 33995
Summary: Crash in installing Adobe Lightroom 5
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: f1023173(a)rmqkr.net
Classification: Unclassified
Created attachment 45173
--> http://bugs.winehq.org/attachment.cgi?id=45173
Error log while installing Lightroom5
I bought Lightroom 5 from Adobe and wanted to install it also under Linux
(Ubuntu 12.04 64) and Wine.
Installation goes on very far but at least Wine give the error in the file
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.
http://bugs.winehq.org/show_bug.cgi?id=37097
Bug ID: 37097
Summary: Automatic crash when installing Adobe Lightroom 5.
Product: Wine
Version: 1.6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: jackdeth(a)tds.net
Created attachment 49319
--> http://bugs.winehq.org/attachment.cgi?id=49319
Crash report trying to install or start Adobe Lightroom 5.
During installation of Lightroom 5 a crash window appears. The install seems to
finish, but I cannot attempt to start Lightroom without it immediately crashing
with an error report (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=39107
Bug ID: 39107
Summary: 7z.exe crashes while trying to list file contents
Product: Wine
Version: 1.7.49
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ismail(a)i10z.com
Distribution: ---
Created attachment 52106
--> https://bugs.winehq.org/attachment.cgi?id=52106
wine crash log
How to reproduce;
1. Install 7-zip 15.06 beta from http://7-zip.org/a/7z1506-x64.exe
2. Try wine 7z.exe somefile.zip
Expected Result:
7zip lists file contents
What happens instead wine throws an unhandled exception and crash.
--
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=38030
Bug ID: 38030
Summary: Adobe Lightroom 5.7 - Classic window dialog size
increase at each opening
Product: Wine
Version: 1.7.36
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: roland65(a)free.fr
Distribution: ---
Everytime a classic window dialog (Export, Edit Metadata, Edit Watermark, etc.)
is opened, it's size grows and after three or four times, the buttons at the
bottom become masked. This is very annoying when using the app.
This happens whatever native gdiplus and comctl32 are used or not.
To test, compile wine with the Threadpool patch from Marcus Meissner
(https://bugs.winehq.org/show_bug.cgi?id=35192) and set wine version to win7
before installing Lightroom.
--
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=39707
Bug ID: 39707
Summary: lightroom dont start after catalog creation request
Product: Wine-gecko
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: blustone(a)tiscali.it
Distribution: ---
Created attachment 52948
--> https://bugs.winehq.org/attachment.cgi?id=52948
log of program interruction
lightroom dont start after catalog creation request
--
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=31415
Bug #: 31415
Summary: Adobe Lightroom: crashes when try to run
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: monika.k.kosinska(a)gmail.com
Classification: Unclassified
Wine crashes when I try to run application via PlayOnLinux
--
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=42116
Bug ID: 42116
Summary: Lightroom 4.4 err:trackbar:TRACKBAR_WindowProc unknown
msg 0663
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
I don't know what this message is. But it's spammed a lot with Lightroom 4.4
Download to lightroom taken from another bug report.
http://www.adobe.com/support/downloads/detail.jsp?ftpID=5567
Wine should recognize the message, but currently it doesnt. Also it's a bit
weird that it prints it with err.
The interface is really slaggish I even used winedebug=-all, and it doesn't
improve much (at all?).
So this bug is about to translate that message & or silence it.
--
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=43759
Bug ID: 43759
Summary: Adobe Lightroom 6 doesn't start (runtime error)
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fincer89(a)hotmail.com
Distribution: ---
Adobe Lightroom 6 (64-bit app) fails to start. There are actually two issues
related, the first one is a minor one, the second one is the major one.
1) After installation and launching the program, it fails loading of
mfc110u.dll (not found error). Simply putting this file into the Lightroom root
directory (drive_c/Program Files/Adobe/Adobe Lightroom/) and setting Native
override mfc110u in winecfg solves the issue.
2) This is the blocking part. After launching the program, wine output says as
follows (key parts):
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),6,3,(nil),0,(nil)) - stub!
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
fixme:ver:GetCurrentPackageId (0x33f6e0 (nil)): stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
And user gets a runtime error soon 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=16144
Summary: Photoshop CS4 crashing when opening complex PSD files
Product: Wine
Version: 1.1.8
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bpresles(a)gmail.com
Created an attachment (id=17385)
--> (http://bugs.winehq.org/attachment.cgi?id=17385)
Photoshop CS4 debug log while opening a complex PSD file.
I've tried to open several PSD files... While some very simple ones with few
layers open, more complex ones with several layers make Photoshop CS4 crash.
Attached is the debug trace of wine.
Steps to reproduce:
- Launch Adobe Photoshop CS4 through wine (see the Adobe Photoshop CS4 Wine
AppDB page (particularly the comments), to see how to get it installed working.
- Open a complex PSDs files with several layers and layers groups. Preferably
using CS3 or CS4 specific features.
Linux Distribustion: Ubunto 8.10 (intrepid)
Wine version: 1.1.8
CPU: Core2Duo 2.13GHz
Memory: 4GB
--
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=42012
Bug ID: 42012
Summary: Lightroom 5.x install error
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dataistruth(a)yahoo.ca
Distribution: ---
Created attachment 56457
--> https://bugs.winehq.org/attachment.cgi?id=56457
Wine install error
Install proceeded until fatal error
--
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=35505
Bug ID: 35505
Summary: Miranda NG 0.94 crashes on start up
Product: Wine
Version: 1.7.10
Hardware: x86
URL: http://miranda-ng.org/distr/stable/miranda-ng-v0.94.9.
exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Classification: Unclassified
err:ntdll:RtlpWaitForCriticalSection section 0x5c2060 "heap.c:
HEAP.critSection" wait timed out in thread 0027, blocked by 0026, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x5c2060 "heap.c:
HEAP.critSection" wait timed out in thread 0009, blocked by 0026, retrying (60
sec)
wine: Critical section 005c2060 wait failed at address 0x7bc3b8b8 (thread
0009), starting debugger...
err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr
0x7bc3b8b8
--
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.