Darkness4 / fc2-live-dl-go

Automatically download FC2 livestream. Fast and light.
MIT License
11 stars 0 forks source link

Windows binaries doesn't simply work #46

Closed Darkness4 closed 3 months ago

Darkness4 commented 3 months ago

... somehow, this issue never got reported.

Binary is still dynamically linked:

PS > dumpbin.exe /dependents .\fc2-live-dl-go-windows-amd64.exe
Microsoft (R) COFF/PE Dumper Version 14.40.33812.0
Copyright (C) Microsoft Corporation.  All rights reserved.

Dump of file .\fc2-live-dl-go-windows-amd64.exe

File Type: EXECUTABLE IMAGE

  Image has the following dependencies:

    avcodec-60.dll
    avformat-60.dll
    avutil-58.dll
    KERNEL32.dll
    msvcrt.dll

  Summary

        1000 .CRT
       68000 .bss
       53000 .data
        1000 .edata
        2000 .idata
       1C000 .pdata
      490000 .rdata
       17000 .reloc
      46E000 .text
        1000 .tls
        1000 .xdata

Issue appeared after migrating from MXE to Portage. Diff

Darkness4 commented 3 months ago

Rollback to MXE for version v1.7.1 and v1.8.0, and maybe for all future version.

Darkness4 commented 3 months ago

Closed with release v1.7.1 and commit 11834291978097f8cd1bb6207ec7d2206000fb68