https://bugs.winehq.org/show_bug.cgi?id=47341
Bug ID: 47341
Summary: /dlls/ntdll/tests/generated.c: misses
SYSTEM_MANDATORY_LABEL_ACE, for example
Product: Wine
Version: 4.9
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: winehq-bugs_serge_180716(a)gautherie.fr
/dlls/ntdll/tests/generated.c: misses SYSTEM_MANDATORY_LABEL_ACE, for example.
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/ntdll/tests/generate…
reads
"#define _WIN32_WINNT 0x0501".
https://docs.microsoft.com/en-us/windows/desktop/api/winnt/ns-winnt-_system…
reads
"Minimum supported client Windows Vista".
https://source.winehq.org/git/wine.git/blob/HEAD:/include/winnt.h#l4956
has even more *_ACE structs.
I assume checks would be wanted for the newer structs too.
--
(Initially noticed this on ReactOS, which targets 0x0502, maybe 0x0600.)
Not sure whether Wine wants to support multiple NT versions, with "#if
_WIN32_WINNT >= 0x0600" or another mean.
Maybe other generated.c are affected/"old" too...
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47337
Bug ID: 47337
Summary: game lags on driver san fransisco
Product: Wine
Version: 4.0.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: brijrenu141(a)gmail.com
Distribution: ---
Created attachment 64664
--> https://bugs.winehq.org/attachment.cgi?id=64664
this is report a bug file
the game is running too slow and got a type of lag in racing
--
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=47339
Bug ID: 47339
Summary: Anarchy Online crashes when in game browser opens
Product: Wine
Version: 4.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 64666
--> https://bugs.winehq.org/attachment.cgi?id=64666
Backtrace from Browser Crash
Hello everyone,
this is probably related to bug 43169 and 25206 and I got a backtrace when
starting the game. Awesomium seems to be the in game browser which gets
restarted when it crashes. After that everything seems to be okay and I can
play the game.
The backtrace I got was from an XP-prefix as it doesn't launch in Windows7
prefixes.
--
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=47338
Bug ID: 47338
Summary: VT Transaction fails to run with Automation error
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: brianstockdale(a)hotmail.com
Distribution: ---
Created attachment 64665
--> https://bugs.winehq.org/attachment.cgi?id=64665
Program error report VT Transaction
On attempting to run VT Transaction it fails to run with Automation 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.
https://bugs.winehq.org/show_bug.cgi?id=46518
Bug ID: 46518
Summary: Samurai Warriors 4 II crash at begins
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
This game crash at begins and shows interesting text (in catherine classic
shows similar error too)
4 0x7b46592e start_process+0x1bd(entry=<couldn't compute location>,
peb=<couldn't compute location>)
[/home/linuxdesktopx86/Documentos/Respaldo/Instaladores/Wine-Test/wine-4.1b/dlls/kernel32/process.c:1273]
in kernel32
And line 1273 stay related with this:
/***********************************************************************
* start_process
*
* Startup routine of a new process. Runs on the new process stack.
*/
void WINAPI start_process( LPTHREAD_START_ROUTINE entry, PEB *peb )
{
BOOL being_debugged;
if (!entry)
{
ERR( "%s doesn't have an entry point, it cannot be executed\n",
debugstr_w(peb->ProcessParameters->ImagePathName.Buffer) );
ExitThread( 1 );
}
TRACE_(relay)( "\1Starting process %s (entryproc=%p)\n",
debugstr_w(peb->ProcessParameters->ImagePathName.Buffer),
entry );
__TRY
{
if (!CheckRemoteDebuggerPresent( GetCurrentProcess(), &being_debugged
))
being_debugged = FALSE;
SetLastError( 0 ); /* clear error code */
if (being_debugged) DbgBreakPoint();
ExitThread( call_process_entry( peb, entry ));
}
__EXCEPT(UnhandledExceptionFilter)
{
TerminateThread( GetCurrentThread(), GetExceptionCode() );
}
__ENDTRY
abort(); /* should not be reached */
--
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=47313
Bug ID: 47313
Summary: teamviewer 12,13,14 versions get error about
verification failed after update to wine 4.9-1006.1
Product: Wine
Version: 4.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: virexmail(a)gmail.com
Distribution: ---
teamviewer 12,13,14 versions get error: Verification of your teamviewer version
failed! Teamviewer will quit for security reasons. Please reinstall teamviewer.
console output is here:
~> winefile
002b:fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) -
stub!
002b:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
002b:fixme:process:SetProcessDEPPolicy (3): stub
002b:fixme:process:GetProcessMitigationPolicy (0xffffffff, 6, 0x32fd8c, 4):
stub
002b:fixme:process:SetProcessMitigationPolicy (6, 0x32fd8c, 4): stub
002b:fixme:msg:ChangeWindowMessageFilter 233 00000001
002b:fixme:msg:ChangeWindowMessageFilter 4a 00000001
002b:fixme:msg:ChangeWindowMessageFilter 407 00000001
002b:fixme:msg:ChangeWindowMessageFilter 49 00000001
002c:fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 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.
https://bugs.winehq.org/show_bug.cgi?id=8532
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #12 from joaopa <jeremielapuree(a)yahoo.fr> ---
Does the bug still occur with wine-4.9?
--
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=22109
Summary: BiuTicker: Text in list displayed too deep and clipped
away
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wolfgang.schwotzer(a)gmx.net
Created an attachment (id=26951)
--> (http://bugs.winehq.org/attachment.cgi?id=26951)
BiuTicker list display (text drawn too deep)
When starting BiuTicker a list of stock chart properties is displayed.
In this list the text is displayed too deep. Only the top most scan line of
each character is visible, the rest is clipped away. See attachments.
My current error analysis:
Within DrawTextExW:
y-coordinates are negative
viewport coordinates are positive.
DT_NOCLIP is 0 (clipping active)
DT_SINGLELINE is 1
DT_VCENTER is 1 (Center text vertically)
According to these flags the y coordinate (of the bottom line) is calculated.
When calling ExtTextOutW the text alignment within the used DC is TA_TOP which
results in using the y coordinate as top line (instead of bottom line).
Forcing alignment to TA_BOTTOM before calling ExtTextOutW would display the
text right but has side effects on other DrawTextExW calls.
--
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=15443
Summary: Wacom Bamboo drawing tablet lacking pressure sensitivity
with Manga Studio EX 3.0
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wintab32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: salvatore.iovene(a)gmail.com
Created an attachment (id=16316)
--> (http://bugs.winehq.org/attachment.cgi?id=16316)
Manga Studio EX 3.0 wintab32 debug log
Running wine 1.1.5 in Ubuntu 8.04, my Wacom Bamboo One works perfectly under X
in programs like Gimp and Inkscape. With Wine, it also works perfectly with
ArtRage 2 Starters Edition.
But Manga Studio EX 3.0 (rated platinum in wine apps db) lacks pressure
sensitivity. Please find the attached debug logs from wintab32. I attached the
log from Manga Studio and from ArtRage (for comparison). Both logs have been
acquired by launching the program and try to draw a few lines with the pen.
--
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.