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.