http://bugs.winehq.org/show_bug.cgi?id=14695
Summary: Lifeforce demo misses codecs
Product: Wine
Version: 1.1.2
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atari(a)gabo.pl
Lifeforce demoscene production (download here:
http://pouet.net/prod.php?which=31571) displays an error message (at startup)
that some video codec (Microsoft Video 1) is missing. Then, it runs but do not
display some videos. Otherwise it runs fine.
--
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=22344
Summary: Die Völker: upside down Cinepak intro video with
greenish colors
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: iccvid
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Created an attachment (id=27338)
--> (http://bugs.winehq.org/attachment.cgi?id=27338)
+iccvid,+msvideo log (with wine-1.1.18)
Wine with a native amstream and quartz renders the first intro video
(intro.avi) of "Die Völker / The Alien Nations" upside down and in wrong
colours, with a strong green stain. Bug #17893 explains why WINEDLLOVERRIDE is
needed. Actually, there are two issues with the Cinepak codec:
A) The iccvid codec refuses a BITMAPINFOHEADER with negative height.
B) Native amstream tries hard to find a suitable transform. Alas, the codec
does not refuse to convert into YUY2 or similar uncompressed formats, which I
believe explains the greenish colour.
This log snippet about A) shows the use of a negative height in the header of
the uncompressed format, which indicates a top-down DIB according to MSDN
http://msdn.microsoft.com/en-us/library/dd183376.aspx
trace:iccvid:ICCVID_DecompressQuery in: planes = 1
bpp = 24
height = 360
width = 640
compr = "cvid"
trace:iccvid:ICCVID_DecompressQuery out: planes = 1
bpp = 24
height = -360
width = 640
compr = "\x00\x00\x00\x00"
This log snippet about B) shows how native amstream queries about decompressing
into YUY2 and other similar fcc formats like UYVY (see log).
trace:iccvid:ICCVID_DecompressQuery in: planes = 1
bpp = 24
height = 360
width = 640
compr = "cvid"
trace:iccvid:ICCVID_DecompressQuery out: planes = 1
bpp = 16
height = 360
width = 640
compr = "YUY2"
This video displays fine using Wine's built-in mciavi.
What's obscure to me is why is this video rendered upside down with native
amstream and quartz? Negative heights are returned by the iccvid codec with
BADFORMAT, so it is a priori not responsible for the inversion.
a) Is this a bug in native amstream, forgetting that it did not obtain
a top-down decompressor?
b) Is Wine's understanding of top-down the opposite of what native uses?
c) Is the codec's understanding of bottom-up wrong?
What made me curious is the need to change the FFmpeg msvideo1 code for Wine:
the original code would render videos upside down. And iccvid similarly
contains #ifdef ORIGINAL code to invert the orientation.
--
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=29852
Bug #: 29852
Summary: Star Trek Birth of the Federation - No Videos
Product: Wine
Version: 1.4-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maquis196(a)yahoo.co.uk
Classification: Unclassified
Although it doesn't affect gameplay, when you load game, create game and
complete game you are supposed to get a video to watch. The game doesn't play
them.
Now it could be a missing codec? The videos play in mplayer fine (the intro is
bizzare where its a mute video and a wav plays at same time).
Attachment is mplayer output for the new game as Romulans video.
--
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=25180
Summary: Clonk Endeavour's intro video is not rendered
correctly
Product: Wine
Version: 1.3.7
Platform: x86
URL: http://www.clonk.de/ce.php?lng=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
The intro has several problems.
For example it should be rendered in mostly color just like when playing with
Totem.
--
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=16492
Summary: Google Sketchup 7 Pro can't export animation as .avi
Product: Wine
Version: 1.1.10
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Tried exporting an animation (roughly as described in
http://www.chrisfullmer.com/tutorials/suv )
Sketchup always complained "cannot initialize compressor".
I'll attach a +relay,+avifile log (with several codecs 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=15039
Summary: MSVC 6: Menu popdowns too narrow for arrows
Product: Wine
Version: 1.1.1
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: claus.fischer(a)clausfischer.com
CC: claus.fischer(a)clausfischer.com
Microsoft Visual C++ 6 is working to a large extent.
When opening a menu of the developer studio, the menu items
with arrows (that open submenus) are not displayed correctly.
The triangular arrows on the right end will stick out of the
menu popdown area. I'm not sure if they just stick out to the
end of the "shadow" (3d effect) around the popdown, or sometimes
more.
They should be fully contained in the popdown area.
--
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=11681
Summary: Add support for video overlay
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: major
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderbird2k(a)gmx.net
Hi,
At the moment Wine doesn't support Video Overlay in DirectX. In order to make
DirectDraw feature complete we need this ability. It is used in media players
(in a lot of cases through quartz 'DirectShow') to improve rendering
performance. A free application that attempts to use it in directx mode (the
default option) is VLC. Further Picasa seems to need it too and their special
Wine branch supports video overlay using Xv but in a hacky way.
It is relatively easy to add a software implementation to DirectDraw/WineD3D
but it would be slow. For best performance and less reinventing the wheel we
need to implement overlay using Xv. The most tricky part would be on how to
access Xv from within wined3d.
Roderick
--
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=47059
Bug ID: 47059
Summary: Jasc Paint Shop Pro v. 9.01 failed to start under
Wine. The installation of PSP 9.01 succeeded, however.
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zebulon(a)activist.com
Distribution: ---
Created attachment 64228
--> https://bugs.winehq.org/attachment.cgi?id=64228
This is the bactrace created by Wine.
When launched, the application soon crashes on an error message and cannot
continue.
--
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=48335
Bug ID: 48335
Summary: Serious Sam Classic TFE/TSE crash on saving the game
Product: Wine
Version: 5.0-rc2
Hardware: x86
URL: https://archive.org/download/SeriousSamDemo/SeriousSam
Demo.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 66067
--> https://bugs.winehq.org/attachment.cgi?id=66067
terminal output
The classic versions of Serious Sam (The First Encounter, The Second Encounter)
both crash when trying to perform a manual save from the menu. Autosave and
quicksave (F6) functions work properly.
Workaround: the game comes bundled with it's own version of msvcrt.dll. The
crash doesn't occur when using native msvcrt.
Can be reproduced with the demo version: start a single-player game, press
<Esc> after the game started and click on <Save> in the menu.
I tested the game with old versions of Wine and found that the crash occurs
since
https://source.winehq.org/git/wine.git/commit/22962616004e9419568808eff0bf7…
SeriousSamDemo.exe (79M)
md5sum: ef1eb16e29941e140f4ac8fc8aac5dbc
--
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=30712
Bug #: 30712
Summary: Installer of CorelDRAW X5
Product: Wine
Version: 1.5.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bilufe(a)yahoo.com.br
Classification: Unclassified
In the installer CorelDRAW X5, the screen displaying the license text is
displayed only text en_us.txt and you can not see the buttons on the dialog.
When you close the dialog, the program crashes.
--
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=34052
Bug #: 34052
Summary: The Witcher: Character models are sometimes invisible
Product: Wine
Version: 1.6-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff(a)deseret-tech.com
Classification: Unclassified
Created attachment 45258
--> http://bugs.winehq.org/attachment.cgi?id=45258
Missing character models
As described in the thread on bug #12771, which was recently closed due to the
correction of one of the major reported graphical glitches in The Witcher, save
games will sometimes load with invisible character models. Only the face and
teeth of humans are visible, along with any gear (but not clothing) that may be
carried on the character's back.
The occurrence of this issue seems hit and miss -- some people experience
almost never, while others experience it almost always. Some registry tweaks
involving video memory have been reported to resolve the issue for some.
I've attached a fresh screenshot of the issue, as seen with Wine 1.6-rc5.
Geralt's face is clearly visible floating in the foreground, and the four
floating helmets and swords in the background are supposed to be full city
guard characters.
--
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=49812
Bug ID: 49812
Summary: FFXI: Major graphical errors when using d3d8to9
wrapper
Product: Wine-staging
Version: 5.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)foreversmall.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 68142
--> https://bugs.winehq.org/attachment.cgi?id=68142
FFXI d3d8to9 graphical issue1
I am attempting to convert the d3d8 api to d3d9 using the d3d8to9 wrapper
project(https://github.com/crosire/d3d8to9). The main motivations are to
experiment with using DXVK to see if performance would be any better. There
are many instances of the game that slow down for seemingly no reason. Most
notably are when many UI elements are on the screen and areas with high foliage
or many NPCs.
There are other projects like this one but this one is the only one I can get
to launch the game without crashing in Wine. During my initial tests with
DXVK, I was able to get a frame rate of 250-300fps in the title screen,
additionally 130-180fps in game running around San'doria but with one major
pitfall, that there are many graphical issues.
I have read that a common practice on Windows machines is to use this wrapper
paired with "ReShade" to do the same thing I'm trying to achieve through wine
and DXVK.
I'm unsure if the problem is with Wine or with d3d8to9 but I figured I'd start
here. I'll attach a full d3d8 trace with only using d3d8to9 wrapper as well as
2 screenshots showing the issue.
--
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=19730
Summary: yahoo games <blood ties> crashes when entering
windowed mode <wine 1.1.27>
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikescony1(a)ameritech.net
Purchased game from yahoo games <Blood Ties>
After installing and configuring wine 1.1.27,
I installed and registered the application.
The game starts with some bad fonts and graphics
and the mouse is not visable when in full screen
there is an animated mouse associated with the
application but I found that when you entered into
options and selected windowed mode that usually fixes
that issue with the mouse.
Now when you enter windowed mode the game crashes.
Earlier versions of wine <1.1.XX - 1.1.26> would not
allow you to register the game but with your improvements
to the gecko engine I am able to register the game with
no problems, but there seems to be a problem when the registration
download. The download attempts to install new registry keys and
wine is not accepting them <wine vers 1.1.27>
Can you please help.
--
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=44586
Bug ID: 44586
Summary: Kamidori dungeon master crashes during animation after
unspecified time
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: zaplo00(a)mailfence.com
Distribution: ---
After some play time (anything from 1 minute to 3 hours) the game either
freezes with music playing on background or shows runtime error popup and
quits. Sometimes it simply crashes and shows wine internal stack trace (which
has nothing useful).
Problems always start after first "BaseMemAllocator_Commit fnAlloc failed"
error message and happen during battle animations. This is example log just
before crash:
-----
0097:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5727a00f-50be-4519-8256-f7699871fecb}
0097:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{7e854ec7-cdc4-405a-b5b2-aaf7c9e7d40c}
0097:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{79a60dc6-5fc8-4952-a41c-1163aeec5eb8}
0097:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{2718d25b-5bf5-4479-8e88-babc64bdbfca}
0097:fixme:process:GetNumaHighestNodeNumber (0x1f51f880): semi-stub
0009:fixme:quartz:DSoundRender_QueryInterface No interface for
{37d84f60-42cb-11ce-8135-00aa004bb851}!
0009:fixme:quartz:DSoundRender_QueryInterface No interface for
{37d84f60-42cb-11ce-8135-00aa004bb851}!
0009:err:quartz:BaseMemAllocator_Commit fnAlloc failed with error 0x8007000e
0201:fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub
0009:fixme:quartz:DSoundRender_QueryInterface No interface for
{37d84f60-42cb-11ce-8135-00aa004bb851}!
00a9:fixme:ntdll:EtwRegisterTraceGuidsW (0xb5a754a, (nil),
{f7b697a3-4db5-4d3b-be71-c4d284e6592f}, 7, 0xb5f7020, (null), (null),
0xb5fc820): stub
00a9:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{72b14a7d-704c-423e-92f8-7e6d64bcb92a}
00a9:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e2091f8a-1e0a-4731-84a2-0dd57c8a5261}
00a9:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e8a3bf1f-a86b-4390-9c60-5390b969d22c}
00a9:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5727a00f-50be-4519-8256-f7699871fecb}
00a9:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{7e854ec7-cdc4-405a-b5b2-aaf7c9e7d40c}
00a9:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{79a60dc6-5fc8-4952-a41c-1163aeec5eb8}
00a9:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{2718d25b-5bf5-4479-8e88-babc64bdbfca}
00a9:fixme:process:GetNumaHighestNodeNumber (0x1f51f880): semi-stub
0009:fixme:quartz:DSoundRender_QueryInterface No interface for
{37d84f60-42cb-11ce-8135-00aa004bb851}!
0009:fixme:quartz:DSoundRender_QueryInterface No interface for
{37d84f60-42cb-11ce-8135-00aa004bb851}!
0009:err:quartz:BaseMemAllocator_Commit fnAlloc failed with error 0x8007000e
0009:fixme:quartz:DSoundRender_QueryInterface No interface for
{37d84f60-42cb-11ce-8135-00aa004bb851}!
0009:err:quartz:BaseMemAllocator_Commit fnAlloc failed with error 0x8007000e
01cf:fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub
-----
I have gstreamer good/bad/ugly/base plugins for 32 and 64 bit.
--
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=46938
Bug ID: 46938
Summary: VisualBoyAdvance-M doesn't work correctly and crashes
Product: Wine
Version: 3.0.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: phoenixgearfried(a)hotmail.gr
Distribution: ---
Created attachment 64057
--> https://bugs.winehq.org/attachment.cgi?id=64057
Log I guess
So I am trying to use this gba emulator. When opened from terminal i keep
getting these "errors"
-----------------------------------------------------------------------------
0032:fixme:font:get_outline_text_metrics failed to read full_nameW for font
L"Ani"!
0032:fixme:win:EnumDisplayDevicesW ((null),0,0x32f1d4,0x00000000), stub!
0032:fixme:win:EnumDisplayDevicesW ((null),0,0x32f454,0x00000000), stub!
0032:fixme:shell:BrsFolder_OnCreate flags BIF_NEWDIALOGSTYLE partially
implemented
0032:fixme:shell:BrsFolder_OnCreate flags 10 not implemented
0032:fixme:shell:BrsFolder_OnCreate flags BIF_NEWDIALOGSTYLE partially
implemented
0032:fixme:shell:BrsFolder_OnCreate flags 10 not implemented
0032:fixme:shell:BrsFolder_OnCreate flags BIF_NEWDIALOGSTYLE partially
implemented
0032:fixme:shell:BrsFolder_OnCreate flags 10 not implemented
0032:fixme:ver:GetCurrentPackageId (0x32dfe0 (nil)): stub
AL lib: (EE) ReleaseThreadCtx: Context 0x7c2a5170 current for thread being
destroyed, possible leak!
AL lib: (EE) ReleaseThreadCtx: Context 0x7c268f80 current for thread being
destroyed, possible leak!
AL lib: (EE) ReleaseThreadCtx: Context 0x7bb1f670 current for thread being
destroyed, possible leak!
^C004a:fixme:console:CONSOLE_DefaultHandler Terminating process 31 on event 0
AL lib: (EE) ReleaseThreadCtx: Context 0x7bb1a8d0 current for thread being
destroyed, possible leak!
AL lib: (EE) ReleaseThreadCtx: Context 0x7bb1a8d0 current for thread being
destroyed, possible leak!
-----------------------------------------------------------------------------
--
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=39001
Bug ID: 39001
Summary: x11 resets frequently in user32/tests/win.c
Product: Wine
Version: 1.7.48
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
On a fresh Fedora 22 install, with nouveau drivers, X frequently resets itself;
always in user32/tests/win.c:
Running: user32:win (509 of 575)
XIO: fatal IO error 104 (Connection reset by peer) on X server ":1.0"
after 2841 requests (2821 known processed) with 0 events remaining.
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
which prevents winetest from submitting, about 40% of the time, so far.
--
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=50416
Bug ID: 50416
Summary: Hyperdimension Neptunia ReBirth 1 need native
xactengine3_7
Product: Wine
Version: 6.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xactengine
Assignee: wine-bugs(a)winehq.org
Reporter: j-r(a)online.de
Distribution: ---
Created attachment 69037
--> https://bugs.winehq.org/attachment.cgi?id=69037
Log with +loaddll,+xact3
Hyperdimension Neptunia Rebirth 1 from GOG on 6.0-r3c exits early without
message or backtrace (exception possibly handled by application) directly after
loading builtin xactengine3_7.dll.
Using native xactengine3_7 works around the problem.
Attached is a (rather short) +loaddll,+xact3 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.
http://bugs.winehq.org/show_bug.cgi?id=35009
Bug #: 35009
Summary: Hoshizora no Memoria:"falid open" Dialog after exit
Product: Wine
Version: 1.7.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hibi.sasahara(a)gmail.com
Classification: Unclassified
Created attachment 46664
--> http://bugs.winehq.org/attachment.cgi?id=46664
terminal output
Hoshizora no Memoria(星空のメモリア) is Novel game.
Start menu press "Game start" to start playing story.
the scene change, upon dialog to file open error.
「grash_bs/CHR_夢_幼少のオープンに失敗しました」
(meaning: failure open to "grash_bs/CHR_夢_幼少")
and exit window and this application.
Free trial version to:
http://www.favo-soft.jp/soft/trial/Hoshimemo_Trial.zip
sha1sum: 647b9938bac7ad871b19d768f38a82a59a3d24a8
I confirmed that the same error appeared.
note:
AppDB is
http://appdb.winehq.org/objectManager.php?sClass=application&iId=15676
This game used Retail novel game engine "FAVORITE VIEW POINT SYSTEM".
(source(japanese)
http://ja.wikipedia.org/wiki/%E3%82%A2%E3%83%88%E3%83%AA%E3%82%A8%E3%81%8B%…)
Same game engine use game studio "FAVORITE" and "AtorieKaguya P-ch"(アトリエかぐや
P-ch)
FAVORITE use this game engine all product.
I confirmed that the same error appeared to "Irotoridori no Sekai(いろとりどりのセカイ)
WORLD'S END COMPLETE" is latest FAVORITE product.
(Free frial version to:
http://www.favo-soft.jp/soft/product/world/download/Iroseka_trial.zip
sha1sum: c9d127fc96009e8490f45eb3adf7d577e0c56ac6 )
Default is text drawing and other motion very slow, not bug.
Debug playing recommend Ctrl key press repeat, fast playing.
When game engine is not top window to become drawing stops.
is default, not bug. :)
--
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=40324
Bug ID: 40324
Summary: Installer for update KB2936068 never terminates
Product: Wine
Version: 1.9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: asdfghrbljzmkd(a)outlook.com
Distribution: Ubuntu
When running the installer for update KB2936068, it never terminates, even
though it installs successfully. Pressing CTL+C in the terminal used to launch
it is a workaround, and does not seem to have any negative side effects unless
it is ran from a script, in which case it terminates the whole script.
--
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=47242
Bug ID: 47242
Summary: ReactOS installer can't find file because
NtQueryInformationProcess doesn't handle
ProcessImageFileName properly
Product: Wine
Version: 4.8
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 64527
--> https://bugs.winehq.org/attachment.cgi?id=64527
Test program
As in the title. Also attaching a small test program to reproduce the issue.
--
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=47246
Bug ID: 47246
Summary: DbgPrint does not handle unicode format string '%wZ'
(ReactOS 0.4.11-dev-603+ installer )
Product: Wine
Version: 4.8
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
mentioned in https://jira.reactos.org/browse/CORE-16043 which is about a
different issue -> bug 47242
https://jira.reactos.org/browse/CORE-16043?focusedCommentId=114608&page=com…
--- quote ---
...
However, the fact that the debug log says "NtOpenSymbolicLinkObject(Z) failed
with Status 0x006cf6a4" while the corresponding code line is:
457 /*
458 * We failed at opening the \SystemRoot link (usually due to wrong
459 * access rights). Do not consider this as a fatal error, but use
460 * instead the image file path as the installation source path.
461 */
462 DPRINT1("NtOpenSymbolicLinkObject(%wZ) failed with Status
0x%08lx\n",
463 &SystemRootPath, Status);
is scarier, because "0x006cf6a4" is NOT a valid status code, and SystemRootPath
is up to this point still pointing to the constant string L"
SystemRoot" in UNICODE_STRING format. Maybe also their debugging procedure does
not understand what %wZ means ? (and so it displays garbage)
--- quote ---
Indeed. Trace log:
--- snip ---
$ WINEDEBUG=+seh,+relay,+ntdll,+server wine ./reactos.exe >>log.txt 2>&1
...
0009:Call
ntdll.NtQueryInformationProcess(ffffffff,0000001b,0034f91c,00000210,00000000)
ret=00409074
0009: get_dll_info( handle=ffffffff, base_address=00000000 )
0009: get_dll_info() = 0 { entry_point=00000000, filename_len=86,
filename=L"Z:\\home\\focht\\Downloads\\reactos\\reactos.exe" }
0009:Ret ntdll.NtQueryInformationProcess() retval=00000000 ret=00409074
0009:Call msvcrt.wcsrchr(0034f924
L"Z:\\home\\focht\\Downloads\\reactos\\reactos.exe",0000005c) ret=004090a7
0009:Ret msvcrt.wcsrchr() retval=0034f962 ret=004090a7
0009:Call msvcrt.wcslen(0034f924 L"Z:\\home\\focht\\Downloads\\reactos")
ret=004090c7
0009:Ret msvcrt.wcslen() retval=0000001f ret=004090c7
0009:Call ntdll.NtOpenSymbolicLinkObject(0034fd50,00000001,0034fd34)
ret=0040910b
0009:trace:ntdll:NtOpenSymbolicLinkObject
(0x34fd50,0x00000001,{name=L"\\SystemRoot", attr=0x00000040, hRoot=(nil),
sd=(nil)}
)
0009: open_symlink( access=00000001, attributes=00000040, rootdir=0000,
name=L"\\SystemRoot" )
0009: open_symlink() = OBJECT_NAME_NOT_FOUND { handle=0000 }
0009:Ret ntdll.NtOpenSymbolicLinkObject() retval=c0000034 ret=0040910b
0009:trace:ntdll:pf_vsnprintf format is L"(%s:%d) NtOpenSymbolicLinkObject(%wZ)
failed with Status 0x%08lx\n"
DbgPrint says: (base\setup\lib\setuplib.c:454) NtOpenSymbolicLinkObject(Z)
failed with Status 0x0034fd54
0009:Call ntdll.RtlCreateUnicodeString(00444edc,0034f924
L"Z:\\home\\focht\\Downloads\\reactos") ret=004091db
0009:Ret ntdll.RtlCreateUnicodeString() retval=00000001 ret=004091db
0009:Call msvcrt.wcsrchr(0034f924
L"Z:\\home\\focht\\Downloads\\reactos",0000005c) ret=004091e9
0009:Ret msvcrt.wcsrchr() retval=0034f952 ret=004091e9
0009:Call ntdll.RtlCreateUnicodeString(00444ed4,0034f952 L"\\reactos")
ret=00409203
0009:Ret ntdll.RtlCreateUnicodeString() retval=00000001 ret=00409203
0009:Call ntdll.RtlCreateUnicodeString(00444ecc,0034f924
L"Z:\\home\\focht\\Downloads") ret=0040922d
0009:Ret ntdll.RtlCreateUnicodeString() retval=00000001 ret=0040922d
0009:trace:ntdll:pf_vsnprintf format is L"(%s:%d) SourcePath: '%wZ'\n"
DbgPrint says: (base\setup\reactos\reactos.c:986) SourcePath: 'Z'
0009:trace:ntdll:pf_vsnprintf format is L"(%s:%d) SourceRootPath: '%wZ'\n"
DbgPrint says: (base\setup\reactos\reactos.c:987) SourceRootPath: 'Z'
0009:trace:ntdll:pf_vsnprintf format is L"(%s:%d) SourceRootDir: '%wZ'\n"
DbgPrint says: (base\setup\reactos\reactos.c:988) SourceRootDir: 'Z'
...
--- snip ---
Wine source:
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/ntdll/printf.c#l418
Microsoft docs:
https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/content/wdm/n…https://docs.microsoft.com/en-us/cpp/c-runtime-library/format-specification…
$ sha1sum reactos-bootcd-0.4.11-dev-603-g4bf9f6f-x86-msvc-win-dbg.*
bcb4c544c61ddf899ccd0266cdc8f40cc8dfa96d
reactos-bootcd-0.4.11-dev-603-g4bf9f6f-x86-msvc-win-dbg.7z
bc0293827c84f6402cbcb39c1628f38ff16ef651
reactos-bootcd-0.4.11-dev-603-g4bf9f6f-x86-msvc-win-dbg.iso
$ du -sh reactos-bootcd-0.4.11-dev-603-g4bf9f6f-x86-msvc-win-dbg.*
55M reactos-bootcd-0.4.11-dev-603-g4bf9f6f-x86-msvc-win-dbg.7z
73M reactos-bootcd-0.4.11-dev-603-g4bf9f6f-x86-msvc-win-dbg.iso
$ wine --version
wine-4.8-296-g6a610a3258
Regards
--
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=48933
Bug ID: 48933
Summary: SmartGaga Error 1
Product: Wine
Version: 4.0.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: unrealmy2000(a)yahoo.com.ar
Distribution: ---
Created attachment 66901
--> https://bugs.winehq.org/attachment.cgi?id=66901
SmartGaga (Android Emulator) Stop at 98 % when run with PlayOnLinux and Wine on
Zorin 15_0_2 Linux
Smart Gaga, a Really Fastest Android Emulator for Windows, stop at 98 % when
starting.
And show a Error 1
--
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=24115
Summary: Windows TAPI Service not located by Avaya IP Agent
R6.0.28.601
Product: Wine
Version: 1.3.1
Platform: x86
URL: ftp://ftp.avaya.com/incoming/Up1cku9/tsoweb/ipagent/IP
AgentR6028601.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rusivi1(a)gmail.com
Created an attachment (id=30347)
--> (http://bugs.winehq.org/attachment.cgi?id=30347)
wine1.3.1: wine IPAgentR6028601.exe >>log.txt 2&>1
Windows TAPI service cannot be located by Avaya IP Agent R6.0.28.601 (please
see screenshot.png)
lsb_release -rd
Description: Ubuntu 10.04.1 LTS
Release: 10.04
apt-cache policy wine
wine:
Installed: 1.3.1-1
Candidate: 1.3.1-1
Version table:
*** 1.3.1-1 0
100 /var/lib/dpkg/status
1.2-0ubuntu1~lucidppa1 0
500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ lucid/main
Packages
1.1.42-0ubuntu4 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/universe Packages
--
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.