https://bugs.winehq.org/show_bug.cgi?id=48648
Bug ID: 48648
Summary: Gothic II Night of the Raven:unhandled exception in
Wine 5.2
Product: Wine
Version: 5.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chebanenkoigor93(a)gmail.com
Distribution: ---
Created attachment 66507
--> https://bugs.winehq.org/attachment.cgi?id=66507
Backtrace.
Unhandled exception in Wine 5.2 in Gothic II Night of the Raven,game gives you
it, when you start new game.
--
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=48561
Bug ID: 48561
Summary: Cadence Allegro Professional 16.6 crashes at startup
Product: Wine
Version: 5.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tpearson(a)raptorengineering.com
Distribution: ---
When attempting to launch Cadence Allegro Professional* on Wine 5.0 staging,
the application loads and checks out the network license, but immediately
generates an internal fault and pops up a dialog to that effect. Dismissing
the dialog box exits the application (thankfully it returns the network license
cleanly at that point, otherwise debugging would be quite miserable).
This behavior was observed on all tested Wine versions starting with 3.0. 4.1
and 4.12 were also tested with the same results, as was both the OpenGL and
non-OpenGL version of the Allegro software.
* We hold a current network license for this package, and are looking to
migrate away from effectively airgapped (isolated license-only network) XP
systems for this software. My understanding is that the licensed version,
versus the trial / standalone read-only version, has received no testing up
until this point on 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=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.
https://bugs.winehq.org/show_bug.cgi?id=44047
Bug ID: 44047
Summary: GetKeyState returns wrong state for numlock key
Product: Wine
Version: 2.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: plasil.tomas(a)seznam.cz
Distribution: ---
GetKeyState always returns 0 for numlock key.
Example
[DllImport("user32.dll")]
private static extern short GetKeyState(int nVirtKey);
const int NUMLOCK = 0x90;
private static void GetNumLockState()
{
short keystate = GetKeyState(NUMLOCK); //always 0
}
--
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.