Dry run for windows exe in wine #1776

Merged
g1itch merged 2 commits from ci-wine-dryrun into v0.6 2021-06-14 18:59:42 +02:00
g1itch commented 2021-06-07 17:33:27 +02:00 (Migrated from github.com)

Hello!

I added dry-run step to buildscripts/winbuild.sh as you suggested.

Hello! I added dry-run step to buildscripts/winbuild.sh as you suggested.
g1itch commented 2021-06-07 18:32:57 +02:00 (Migrated from github.com)

Interesting, "INTERNAL ERROR: cannot create temporary directory!" with 64bit exe.

[89] PyInstaller Bootloader 3.x
[89] LOADER: executable is Z:\home\glitch\PyBitmessage\packages\pyinstaller\dist\Bitmessage_x64_0.6.3.2.exe
[89] LOADER: homepath is Z:\home\glitch\PyBitmessage\packages\pyinstaller\dist
[89] LOADER: _MEIPASS2 is NULL
[89] LOADER: archivename is Z:\home\glitch\PyBitmessage\packages\pyinstaller\dist\Bitmessage_x64_0.6.3.2.exe
[89] LOADER: Extracting binaries
[89] INTERNAL ERROR: cannot create temporary directory!
[89] LOADER: temppath is 
[89] LOADER: Error extracting binaries

Interesting, "INTERNAL ERROR: cannot create temporary directory!" with 64bit exe. ```sh [89] PyInstaller Bootloader 3.x [89] LOADER: executable is Z:\home\glitch\PyBitmessage\packages\pyinstaller\dist\Bitmessage_x64_0.6.3.2.exe [89] LOADER: homepath is Z:\home\glitch\PyBitmessage\packages\pyinstaller\dist [89] LOADER: _MEIPASS2 is NULL [89] LOADER: archivename is Z:\home\glitch\PyBitmessage\packages\pyinstaller\dist\Bitmessage_x64_0.6.3.2.exe [89] LOADER: Extracting binaries [89] INTERNAL ERROR: cannot create temporary directory! [89] LOADER: temppath is [89] LOADER: Error extracting binaries ```
g1itch commented 2021-06-07 19:11:58 +02:00 (Migrated from github.com)
https://bugs.winehq.org/show_bug.cgi?id=49334 https://github.com/pyinstaller/pyinstaller/issues/4628
g1itch commented 2021-06-07 19:29:31 +02:00 (Migrated from github.com)

It works if I downgrade pyinstaller to 3.5, but that issue is caused by security fix in 3.6 ):

It works if I downgrade pyinstaller to 3.5, but that issue is caused by security fix in 3.6 ):
PeterSurda (Migrated from github.com) approved these changes 2021-06-14 11:02:54 +02:00
This repo is archived. You cannot comment on pull requests.
No description provided.