-
Notifications
You must be signed in to change notification settings - Fork 859
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/usr/bin/wine: 40: exec: /usr/lib/wine-development/wine: Exec format error #4242
Comments
Instruction. I wiped and installed WSL Ubuntu from Win store from scratch
|
what |
mus@mus-laptop:~$ cat /usr/lib/wine/wine
|4 D! 4 � � ( � � 4 4 |4 | � � � � � T� T� |T� |� � � � � | |� � � l� l. |l. |� � � � � t� t. |t. |�� �� � � � h� h� |h� |D D � � Ptd� � |� |< < � � Qtd � � Rtdl� l. |l. |� � � � /lib/ld-linux.so.2 � � � GNU � � � � � ��@� � ( BEj� � Cֻ|:�K2bXqX�j�|oӹ��� � � � ~ � � 6� � v� � _� " h � P� � !� � /� � �� S � * �� � =� � � � W� � � n� I� � (� � � � 9 � � | � � � 0 | � | � � � � |� � � � | � � � � @� |] � � � Y
|� � � � 0 |� � � | � � � � |� � � � � | � � libwine.so.1 _ITM_deregisterTMCloneTable __gmon_start__ _ITM_registerTMCloneTable wine_init_argv0_path wine_exec_wine_binary wine_dlsym wine_mmap_add_reserved_area wine_init wine_get_build_id libpthread.so.0 pthread_create pthread_join __errno_location libc.so.6 _IO_stdin_used exit puts getpid putenv getenv stderr setrlimit64 munmap fwrite fprintf __cxa_finalize syscall getrlimit64 strcmp __libc_start_mai __libc_csu_fini _edata __data_start __libc_csu_init _end _fp_hw __bss_start wine_main_preload_info GLIBC_2.1 GLIBC_2.0 GLIBC_2.1.3 GLIBC_2.2 WINE_1.0 $ORIGIN/../i386-linux-gnu/wine:/usr/lib/i386-linux-gnu/wine � � � � � � � � � � � � �� � � � � '+� � (� l. p. / �0 / |�� / |�� / |� / |�� / |�� / |� / |� / |� / | / / | / |
cat: write error: Input/output error |
That looks like a 32 bit binary. WSL1 only supports 64bit binaries. Full discussion here: #2468 |
strange my winver says 1903 so should be wsl2, no? |
@musm - It looks like you download the 32 bit version of wine. |
https://docs.microsoft.com/en-us/windows/wsl/wsl2-install
1903 is build 18362. You will need an insider fast build in order to use WSL2. |
I removed the 32 bit version still I get errors
|
It looks like Julia 64bit toolchain needs 32bit support too so you will need WSL2. |
Trying to cross-compile Julia on WSL I keep running into issues with wine. The build fails with
/usr/bin/wine: 40: exec: /usr/lib/wine-development/wine: Exec format error
The text was updated successfully, but these errors were encountered: