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.
https://bugs.winehq.org/show_bug.cgi?id=8174
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #15 from joaopa <jeremielapuree(a)yahoo.fr> ---
Version of application is now Ares 2.5.2.3078
Original version in unavailable. Bug is not reproducible with the new
application.
Can an administrator close this bug as ABANDONED?
--
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=43253
Bug ID: 43253
Summary: AVI compression with builtin avifil32.dll is corrupt
Product: Wine
Version: 2.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blyford(a)ford.com
Distribution: ---
Created attachment 58568
--> https://bugs.winehq.org/attachment.cgi?id=58568
TinyAVI executions with WINEDEBUG=+avifile showing the difference between the
builtin and native avifil32 library.
AVI files being compressed into TAVI files using the program TinyAVI (version
4.12) are corrupted and cannot be read by the appropriate video player
(DV_ADAS). If the avifil32.dll is replaced with the native Windows version
(Windows 7) compression produces the same result as it does on native Windows.
Whenever Wine tries to read in AVI data it appears to be reading something in
wrong or incompletely (just a guess). No errors are thrown, but some
incriminating warnings led me to try the native avifil32 library.
Example warning:
warn:avifile:AVIFILE_LoadFile : found extra chunk 0x504C4544
These warnings do not appear in the log when running with the native avifil32
library.
--
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=43544
Bug ID: 43544
Summary: Beat Blades Haruka videos only have sound
Product: Wine
Version: 2.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zaplo00(a)mailfence.com
Distribution: ---
Created attachment 58943
--> https://bugs.winehq.org/attachment.cgi?id=58943
wine-staging 2.14 log until playback
BBH has transformation scenes where video should play. Sound plays but video
area only has dark purple rectangle. mpv can play it correctly.
$ file Movie/haruka01.alm
Movie/narika01.alm: WebM
When video starts playing this is only output
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:ver:GetCurrentPackageId (0xa06e998 (nil)): stub
fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:ver:GetCurrentPackageId (0xb3ce998 (nil)): stub
--
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=38012
Bug ID: 38012
Summary: Shivers video does not play in fullscreen
Product: Wine
Version: 1.7.35
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Distribution: ---
Hello,
the last road to a 100% Shivers Wine compatibility is near. But it stays a very
annoying bug: Shivers videos (VDM video files from Sierra) don't play in
fullscreen, but in their original resolution, very tiny resolution, in the
upper left corner of the screen...
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.