amake / innosetup-docker

Docker image to create Windows installer executables with Inno Setup
https://hub.docker.com/r/amake/innosetup
Creative Commons Zero v1.0 Universal
71 stars 31 forks source link

Image no working on Mac M1 Chips #8

Open raffaeleconforti opened 2 years ago

raffaeleconforti commented 2 years ago

The image does not seem to work on mac with M1 chips sets When running the container it gives the following message:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

The resulting installer is corrupted

karolrzadczyk commented 2 years ago

Adding platform --platform=linux/amd64 won't solve the problem. Any idea?

orensham commented 1 year ago

+1

benchdoos commented 1 year ago

Hello, I pray it can help:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
0023:err:rpc:RpcAssoc_BindConnection receive failed with error 1726
wine client error:2b: write: Bad file descriptor
0027:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc86243
wine client error:2d: read: Bad file descriptor
0017:err:service:process_send_command service protocol error - failed to read pipe r = 0  count = 0!
libgcc_s.so.1 must be installed for pthread_cancel to work
wine client error:2d: write: Bad file descriptor
002d:err:seh:raise_exception Exception frame is not in stack limits => unable to dispatch exception.
wine client error:2d: write: Bad file descriptor
002d:err:seh:raise_exception Exception frame is not in stack limits => unable to dispatch exception.
wine client error:2d: write: Bad file descriptor
002d:err:seh:raise_exception Exception frame is not in stack limits => unable to dispatch exception.
wine client error:2d: write: Bad file descriptor
002d:err:seh:raise_exception Exception frame is not in stack limits => unable to dispatch exception.
wine client error:2d: write: Bad file descriptor
002d:err:seh:raise_exception Exception frame is not in stack limits => unable to dispatch exception.
wine client error:2d: write: Bad file descriptor
002d:err:seh:raise_exception Exception frame is not in stack limits => unable to dispatch exception.
wine client error:2d: write: Bad file descriptor
002d:err:seh:raise_exception Exception frame is not in stack limits => unable to dispatch exception.
wine client error:2d: write: Bad file descriptor
002d:err:seh:raise_exception Exception frame is not in stack limits => unable to dispatch exception.
wine client error:2d: write: Bad file descriptor
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
0021:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc86243
wine client error:21: write: Bad file descriptor
0021:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7fe849e8
wine client error:21: write: Bad file descriptor
0021:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7f9ba19e
wine client error:21: write: Bad file descriptor
001e:err:rpc:RpcAssoc_BindConnection receive failed with error 1726
0021:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc86243
wine client error:0: wine client error:21: write: Bad file descriptor
0021:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7f9ba19e
wine client error:21: write: Bad file descriptor
write: Bad file descriptor
Inconsistency detected by ld.so: dl-deps.c: 472: _dl_map_object_deps: Assertion `map->l_searchlist.r_list == NULL' failed!
0023:err:rpc:RpcAssoc_BindConnection receive failed with error 1726
0025:err:rpc:RpcAssoc_BindConnection receive failed with error 1726
001b:err:rpc:RpcAssoc_BindConnection receive failed with error 1726
0027:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7fe849e8
0027:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc86243
001c:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc86243
001c:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7fe849e8
libgcc_s.so.1 must be installed for pthread_cancel to work
wine client error:1c: write: Bad file descriptor
0027:err:seh:raise_exception Unhandled exception code 80000101 flags 1 addr 0x3ffd7092
0027:err:seh:segv_handler Got unexpected trap 0
0027:err:seh:raise_exception Unhandled exception code c000001d flags 0 addr 0x3fd49527
wine client error:1c: write: Bad file descriptor
wine client error:27: 001c:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7f6d019e
001c:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7f6d019e
wine client error:1c: write: Bad file descriptor
wine client error:27: *** stack smashing detected ***: <unknown> terminated
0027:err:seh:raise_exception Unhandled exception code 80000101 flags 1 addr 0x3ffd7092
wine client error:27: write: Bad file descriptor
Inno Setup 6 Command-Line Compiler
Copyright (C) 1997-2022 Jordan Russell. All rights reserved.
Portions Copyright (C) 2000-2022 Martijn Laan. All rights reserved.
Portions Copyright (C) 2001-2004 Alex Yackimoff. All rights reserved.
https://www.innosetup.com

Compiler engine version: Inno Setup 6.2.1
...
Successful compile (55.677 sec). Resulting Setup program filename is:
Z:\work\target\****.exe

Compilation successful, but execution file is corrupted on Windows os.

BlueEye0609 commented 1 year ago

+1 the same issue