[Bug 50177] War Thunder Launcher doesn't render anything, just spams d2d_geometry_sink_AddArc stubs

WineHQ Bugzilla wine-bugs at winehq.org
Sun Dec 27 09:19:55 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=50177

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |download
                 CC|                            |focht at gmx.net
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
                URL|                            |https://web.archive.org/web
                   |                            |/20201227151650/https://aws
                   |                            |-yup-distr-02.gaijinent.com
                   |                            |/wt_launcher_1.0.3.260.exe

--- Comment #1 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

confirming on behalf of OP and refining some fields.

Stable download via Internet Archive:

https://web.archive.org/web/20201227151650/https://aws-yup-distr-02.gaijinent.com/wt_launcher_1.0.3.260.exe

Wine source:

https://source.winehq.org/git/wine.git/blob/e377786a71c3b6eab5bc11c0b1c9c7c3dc309398:/dlls/d2d1/geometry.c#l3037

--- snip ---
3037 static void STDMETHODCALLTYPE d2d_geometry_sink_AddArc(ID2D1GeometrySink
*iface, const D2D1_ARC_SEGMENT *arc)
3038 {
3039     struct d2d_geometry *geometry = impl_from_ID2D1GeometrySink(iface);
3040 
3041     FIXME("iface %p, arc %p stub!\n", iface, arc);
3042 
3043     if (geometry->u.path.state != D2D_GEOMETRY_STATE_FIGURE)
3044     {
3045         geometry->u.path.state = D2D_GEOMETRY_STATE_ERROR;
3046         return;
3047     }
3048 
3049     if
(!d2d_figure_add_vertex(&geometry->u.path.figures[geometry->u.path.figure_count
- 1], arc->point))
3050     {
3051         ERR("Failed to add vertex.\n");
3052         return;
3053     }
3054 
3055     ++geometry->u.path.segment_count;
3056 }
--- snip ---

$ sha1sum wt_launcher_1.0.3.260.exe 
fbea19969955cb56fa3641c392843dc107941780  wt_launcher_1.0.3.260.exe

$ du -sh wt_launcher_1.0.3.260.exe 
10M    wt_launcher_1.0.3.260.exe

$ wine --version
wine-6.0-rc4

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.


More information about the wine-bugs mailing list