https://bugs.winehq.org/show_bug.cgi?id=48484
Bug ID: 48484
Summary: winecfg doesn't allow disabling Desktop Integration
for Downloads
Product: Wine
Version: 5.0-rc6
Hardware: x86
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
On winecfg you can disable the symlink inside a WINEPREFIX, but there is no
option to disable the mapping for "Downloads".
--
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=48018
Bug ID: 48018
Summary: QuickTime 7.0.x installer fails
Product: Wine
Version: 4.18
Hardware: x86-64
URL: http://www.oldversion.com/download/quicktime704.exe
OS: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 65552
--> https://bugs.winehq.org/attachment.cgi?id=65552
Wine 4.18 console log
During installation, the installers for QuickTime 7.0.3 and 7.0.4 hit an
unhandled exception under Wine and Staging 4.18.
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x00110572).
This is a regression as they used to work fine.
I need to make some space on disk before I can set up an environment to run a
bisect, so will update.
$ sha1sum quicktime70*
00cada67cca554d53993ed51aa3cc14caf45c1cd quicktime703.exe
fadbddbccaad9b0e79a66231399a2ce6cfc5409d quicktime704.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.
https://bugs.winehq.org/show_bug.cgi?id=48371
Bug ID: 48371
Summary: Home Designer Suite 21.3.1.1x64 reports "Error
#272000009 A serious error occurred (SEH)."
Product: Wine
Version: 5.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 74.schutt(a)gmail.com
Distribution: ---
Created attachment 66120
--> https://bugs.winehq.org/attachment.cgi?id=66120
Home Designer message log when run on Wine
I am attempting to run Home Designer Suite version 21.3.1.1x64 on Wine.
Immediately after starting it and supplying a valid product key, I get a
popup reporting:
c:\p4sync\dev\releases\21\chief\cacommon\error\artexception.cpp(146): Error
#272000009
"A serious error occurred (SEH). Please contact Chief Architect Technical
Support with steps to reproduce.
"
Note that the program continues to run, and I can shut it down normally.
This page:
https://www.chiefarchitect.com/support/article/KB-00802/troubleshooting-exc…
says I should ensure my system meets minimum requirements and is fully up to
date. E.g. they want a graphics card with 1 GB memory and support for OpenGL
>= 3.3, which I have.
Home Designer writes a report of its execution, and there I found that it
reports the characteristics that it probed for the system it is running on.
Here I found that it probed "OpenGL VRam: 0" and "OpenGL GPU Count: 0". I've
attached this log as 'wine-Message Log.txt'.
When I run that same Home Designer binary on an up-to-date Windows 10 system,
it starts up without reporting a serious error, and its execution log shows
non-zero values for "OpenGL VRam" and "OpenGL GPU Count". I've attached this
log as 'real-Windows10-Message Log.txt'.
The terminal output from Wine is attached as 'run.log'.
--
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=48480
Bug ID: 48480
Summary: dlls/krnl386.exe16 - thunk.c argument logic incorrect
for CallProcEx32W16
Product: Wine
Version: 5.0-rc6
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dirk.niggemann(a)gmail.com
CallProcEx32W16 takes a 'nrofargs' argument which may have the hight bit set by
the caller (CPEX_DEST_CDECL). Internally the function processes nrofargs in a
for loop but does not clear the high bit before looping.
This line (2475):
for (i=0;i<nrofargs;i++)
This needs to be changed to support correct argument counting to:
for (i=0;i<(nrofargs & ~CPEX_DEST_CDECL);i++)
Otherwise this routine crashes when called with CPEX_DEST_CDECL set.
--
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=48386
Bug ID: 48386
Summary: Some CPU features are not reported for Intel CPU
(Detroit: Become Human is affected)
Product: Wine
Version: 5.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: gofmanp(a)gmail.com
Distribution: ---
Created attachment 66146
--> https://bugs.winehq.org/attachment.cgi?id=66146
ntdll: Detect more processor features on Intel CPU.
Split off from bug #48291.
The application reads CPU features from shared user data area and requires or
benefits from certain CPU features. Some features from CPUID level 0x80000001
are currently recognized for AMD only while they are available on Intel as
well.
--
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=45481
Bug ID: 45481
Summary: Spintires: MudRunner crashes at launch
Product: Wine
Version: 3.12
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Crashes without native d3dx9_43
> 011d:fixme:d3dx:D3DXCreateKeyframedAnimationSet name "waving__loop", ticks_per_second 4.8000000000000000e+03, playback_type 0, animation_count 27, callback_key_count 0, callback_keys (nil), animation_set 0xe48f970 stub.
> 011d:fixme:d3dx:d3dx9_animation_controller_RegisterAnimationOutput iface 0x7e05ed8, name "BonePole", matrix 0x5f22c930, scale (nil), rotation (nil), translation (nil) stub.
wine-3.12-206-gbb264a0ac6
--
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=48086
Bug ID: 48086
Summary: Knowledge Studio: Unhandled exception: page fault on
read access in 64-bit code
Product: Wine
Version: 4.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oksana.a.tkachenko(a)gmail.com
Distribution: ---
Created attachment 65644
--> https://bugs.winehq.org/attachment.cgi?id=65644
Terminal output of Wine when running the software
Application starts fine, but crashes when attempting to create a new project or
open an existing project.
Possible duplicates: 32169, 32919, 40334, 40620, 40669, 42639
--
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=29633
Bug #: 29633
Summary: Richedit hyperlinks limited to first line
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sdh_luc(a)hotmail.com
Classification: Unclassified
Created attachment 38396
--> http://bugs.winehq.org/attachment.cgi?id=38396
A broken location name with its last word repeated
When hyperlinks in StarEdit's trigger sentences (as discussed in #4547) extend
over multiple lines (either due to wrapping or because the linked text contains
newlines), only the first is active. The others have the correct appearance
and cursor but do nothing. (This is unfortunate if the first character is a
newline!) Presumably related is that editing the multiline text replaces only
the first line (see screenshots).
--
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=48478
Bug ID: 48478
Summary: Old realplayer crashes when installing
Product: Wine
Version: 5.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: ---
Created attachment 66263
--> https://bugs.winehq.org/attachment.cgi?id=66263
console output
When I install Realplayer, it seems that some extractions are don and then
black screen appears. Then wine crashes.
--
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=47357
Bug ID: 47357
Summary: Wine gets black screen when entering
Product: Wine
Version: 4.9
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hiuryson(a)gmail.com
When entering the wine by my smartphone, Moto G5s with Android 8.1, appears a
frame of the cmd and soon it is only a black screen.
--
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.