http://bugs.winehq.org/show_bug.cgi?id=18440
Summary: Touhou Hisoten ~ Scarlet Weather Rhapsody crashes in menu/game select Product: Wine Version: 1.1.20 Platform: All OS/Version: All Status: UNCONFIRMED Severity: normal Priority: P4 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: mousecar23@hotmail.com
Created an attachment (id=21041) --> (http://bugs.winehq.org/attachment.cgi?id=21041) Terminal output from start to crash
Crashes when selecting Vs Network, Music Room, and most profile options.
http://bugs.winehq.org/show_bug.cgi?id=18440
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Alias|Touhou_Hisoten | OS/Version|All |other Priority|P4 |P2 Platform|All |Other
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2009-05-12 02:29:03 --- OS, hardware, drivers?
http://bugs.winehq.org/show_bug.cgi?id=18440
--- Comment #2 from Marisa mousecar23@hotmail.com 2009-05-12 02:50:37 --- (In reply to comment #1)
OS, hardware, drivers?
Arch Linux (rolling release). Intel P4 3ghz, ATI X1300 512MB, 2GB DDR400. Driver specifics unknown.
http://bugs.winehq.org/show_bug.cgi?id=18440
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|other |Linux
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2009-05-12 02:58:55 --- 32/64 bit?
http://bugs.winehq.org/show_bug.cgi?id=18440
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #21041|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=18440
Wai Ling Tsang simotsa@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |simotsa@gmail.com
--- Comment #4 from Marisa mousecar23@hotmail.com 2009-05-12 11:15:01 --- (In reply to comment #3)
32/64 bit?
Ahh, sorry, 32bit
--- Comment #5 from Wai Ling Tsang simotsa@gmail.com 2009-06-02 06:59:06 --- I have confirmed that this also happens on my computer. Note that in order for the game to run, either d3dx9_36.dll must exist or the CreateTexture and CreateEffect patch applied as mentioned in my previous post here:
http://bugs.winehq.org/show_bug.cgi?id=13297
http://bugs.winehq.org/show_bug.cgi?id=18440
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Platform|Other |PC Ever Confirmed|0 |1
--- Comment #6 from Ken Sharp kennybobs@o2.co.uk 2009-06-02 09:28:29 --- Confirming then.
http://bugs.winehq.org/show_bug.cgi?id=18440
--- Comment #7 from Wai Ling Tsang simotsa@gmail.com 2009-06-07 02:11:14 --- Using the latest wine (1.1.23), it is no longer possible to start the game anymore without crashing.
http://bugs.winehq.org/show_bug.cgi?id=18440
--- Comment #8 from Wai Ling Tsang simotsa@gmail.com 2009-06-07 04:33:53 --- Apparently, wine 1.1.23 is using FBO OffscreenRenderingMode by default. After changing it to pbuffer, SWR starts up fine, but it still crashes at music room and end of some battles in arcade mode.
http://bugs.winehq.org/show_bug.cgi?id=18440
--- Comment #9 from Wai Ling Tsang simotsa@gmail.com 2009-10-01 04:29:18 --- Using wine 1.1.30, SWR starts fine using the d3dx9_33.dll from Windows. Music menu no longer crash as long as ./wine/drive_c/windows/Fonts is empty.
http://bugs.winehq.org/show_bug.cgi?id=18440
thunder_8888@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thunder_8888@mail.ru
--- Comment #10 from thunder_8888@mail.ru 2010-09-06 23:15:52 CDT --- Fix for this it's patching GetGlyphOutline - sometimes it returns gmBlackBoxY = 0, but game uses not safe code without comparing with 0.
http://bugs.winehq.org/show_bug.cgi?id=18440
--- Comment #11 from Dmitry Timoshkov dmitry@codeweavers.com 2010-09-06 23:27:32 CDT --- (In reply to comment #10)
Fix for this it's patching GetGlyphOutline - sometimes it returns gmBlackBoxY = 0, but game uses not safe code without comparing with 0.
Very first thing to do is figure out what font is that, and why gmBlackBoxY is set to 0 for that particular glyph.
http://bugs.winehq.org/show_bug.cgi?id=18440
Alisha nativeloca0888@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nativeloca0888@hotmail.com
http://bugs.winehq.org/show_bug.cgi?id=18440
--- Comment #12 from Luca Bennati lucak3@gmail.com 2011-11-16 15:55:53 CST --- (In reply to comment #11)
Very first thing to do is figure out what font is that, and why gmBlackBoxY is set to 0 for that particular glyph.
Family is Han Mon A, style Regular, format is GGO_GRAY4_BITMAP. Available also at vietunicode.sourceforge.net/fonts/fonts_hannom.html.
Glyphs that seems to be problematic (gmBlackBoxY == 0) are 0x3000 and 0x20, as noted in bug 20847.
Confirming hackfix by adding said check and assignment (gmBlackBoxY to 1) in get_glyph_outline before "switch(format)".
http://bugs.winehq.org/show_bug.cgi?id=18440
--- Comment #13 from Luca Bennati lucak3@gmail.com 2011-11-24 08:07:03 CST --- Created attachment 37608 --> http://bugs.winehq.org/attachment.cgi?id=37608 Hackfix get_glyph_outline to not report zero height.
To prove that component is gdi32. Still, it doesn't look correct: on Windows, there is spacing between words and text has bold style. I will attach screenshots if needed/requested.
http://bugs.winehq.org/show_bug.cgi?id=18440
Sagawa sagawa.aki+winebugs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sagawa.aki+winebugs@gmail.c | |om
http://bugs.winehq.org/show_bug.cgi?id=18440
--- Comment #14 from Sagawa sagawa.aki+winebugs@gmail.com 2013-10-02 10:11:37 CDT --- Should be fixed by db86409db66362c56031429ec124e65064e4f0bd.
https://bugs.winehq.org/show_bug.cgi?id=18440
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |wylda@volny.cz Resolution|--- |FIXED
--- Comment #15 from Wylda wylda@volny.cz --- (In reply to Sagawa from comment #14)
Should be fixed by db86409db66362c56031429ec124e65064e4f0bd.
I assume, that this is fixed.
https://bugs.winehq.org/show_bug.cgi?id=18440
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #16 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.29.