Not able to install packages for Go with Git in Wine on Linux

-1

I have installed Go in wine on Debian9 along with Git.

I open a wine terminal by typing command:

$ wine cmd

Then I try to install package using command:

>go get "github.com/andlabs/ui"

On this a wine dialog box opens up stating that Git has caused a serious error and need to close. The details are as follows:

Unhandled exception: page fault on write access to 0x00000000 in 64-bit code (0x0000000000615c6b).
Register dump:
 rip:0000000000615c6b rsp:000000000033f6a0 rbp:0000000000000058 eflags:00010246 (  R- --  I  Z- -P- )
 rax:0000000000000000 rbx:0000000000000001 rcx:0000000000000000 rdx:0000000000000000
 rsi:0000000068ac8020 rdi:0000000068ac8020  r8:0000000000120000  r9:0000000000120000 r10:00000000000003fe
 r11:0000000000000246 r12:0000000000000000 r13:00000000008508e8 r14:0000000000000004 r15:00000000008506a8
Stack dump:
0x000000000033f6a0:  000000000033f8b0 00007fe6dbcf0fb0
0x000000000033f6b0:  00000000006b8648 b66bd9e0dc23b700
0x000000000033f6c0:  000000000033f6dc 0000000000130000
0x000000000033f6d0:  0000000000130000 00000010dbd14c9f
0x000000000033f6e0:  0000000000000000 0000000000000000
0x000000000033f6f0:  000000000033f800 00007fe6dbcb00da
0x000000000033f700:  0000000000000000 000000000033f920
0x000000000033f710:  0000000000000043 b66bd9e0dc23b700
0x000000000033f720:  5f006b68635f7970 000000000033f9c0
0x000000000033f730:  000000000033f970 000000000000009c
0x000000000033f740:  0000000000000008 000000000033f9b8
0x000000000033f750:  00000000008506a8 00007fe6dbcb8910
Backtrace:
=>0 0x0000000000615c6b in git (+0x215c6b) (0x0000000000000058)
  1 0x0000000000616a51 in git (+0x216a50) (0x0000000000000058)
  2 0x00000000006149ff in git (+0x2149fe) (0x0000000000000058)
  3 0x00000000004013b9 in git (+0x13b8) (0x0000000000850498)
  4 0x00000000004014eb in git (+0x14ea) (0x000000000033fe60)
  5 0x000000007b878807 in kernel32 (+0x58806) (0x000000000033fe60)
  6 0x00007fe6dbcf96f1 call_thread_func+0xb0() in ntdll (0x00007ffee4915500)
  7 0x00007fe6dbcf26d2 RtlRaiseException+0x7d() in ntdll (0x00007ffee4915500)
  8 0x00007fe6dbcbf876 in ntdll (+0x3f875) (0x00007ffee4915500)
  9 0x00007fe6dc7406a3 wine_call_on_stack+0x12() in libwine.so.1 (0x00007ffee4915500)
  10 0x00007fe6dc740809 wine_switch_to_stack+0x8() in libwine.so.1 (0x00007ffee4915630)
  11 0x00007fe6dbcc5f94 LdrInitializeThunk+0x2a3() in ntdll (0x00007ffee4915630)
  12 0x000000007b87fa23 __wine_kernel_init+0x952() in kernel32 (0x00007ffee49168a0)
  13 0x00007fe6dbcc70b8 __wine_process_init+0x177() in ntdll (0x00007ffee49168e0)
  14 0x00007fe6dc73e86a wine_init+0x2b9() in libwine.so.1 (0x00007ffee49169e0)
  15 0x000000007bf00c92 main+0x81() in <wine-loader> (0x00007ffee4916ee8)
  16 0x00007fe6dc19a2e1 __libc_start_main+0xf0() in libc.so.6 (0x000000007bf00e60)
  17 0x000000007bf00d8a _start+0x29() in <wine-loader> (0x0000000000000000)
  18 0x000000007bf00d8a _start+0x29() in <wine-loader> (0x0000000000000000)
  19 0x000000007bf00d8a _start+0x29() in <wine-loader> (0x0000000000000000)
  20 0x000000007bf00d8a _start+0x29() in <wine-loader> (0x0000000000000000)
  21 0x000000007bf00d8a _start+0x29() in <wine-loader> (0x0000000000000000)
  22 0x000000007bf00d8a _start+0x29() in <wine-loader> (0x0000000000000000)
  23 0x000000007bf00d8a _start+0x29() in <wine-loader> (0x0000000000000000)
  24 0x000000007bf00d8a _start+0x29() in <wine-loader> (0x0000000000000000)
...
...
(long output)
...
...
  198 0x000000007bf00d8a _start+0x29() in <wine-loader> (0x0000000000000000)
  199 0x000000007bf00d8a _start+0x29() in <wine-loader> (0x0000000000000000)
  200 0x000000007bf00d8a _start+0x29() in <wine-loader> (0x0000000000000000)
0x0000000000615c6b: movw    %dx,(%r12,%rax,2)
Modules:
Module  Address                 Debug info  Name (42 modules)
PE            400000-          73a000   Export          git
PE          61cc0000-        61ce8000   Deferred        libintl-8
PE          62e80000-        62e9f000   Deferred        zlib1
PE          64380000-        64415000   Deferred        libpcre2-8-0
PE          66000000-        6610c000   Deferred        libiconv-2
PE          68ac0000-        68ace000   Deferred        libssp-0
ELF         7b800000-        7bc93000   Dwarf           kernel32<elf>
  \-PE          7b820000-        7bc93000   \               kernel32
ELF         7be00000-        7c103000   Dwarf           <wine-loader>
ELF     7fe6d9057000-    7fe6d927f000   Deferred        imm32<elf>
  \-PE      7fe6d9060000-    7fe6d927f000   \               imm32
ELF     7fe6d92b1000-    7fe6d94db000   Deferred        libexpat.so.1
ELF     7fe6d94db000-    7fe6d9719000   Deferred        libfontconfig.so.1
ELF     7fe6d9719000-    7fe6d994c000   Deferred        libpng16.so.16
ELF     7fe6d994c000-    7fe6d9b66000   Deferred        libz.so.1
ELF     7fe6d9b66000-    7fe6d9e15000   Deferred        libfreetype.so.6
ELF     7fe6d9e15000-    7fe6da056000   Deferred        ws2_32<elf>
  \-PE      7fe6d9e20000-    7fe6da056000   \               ws2_32
ELF     7fe6da056000-    7fe6da270000   Deferred        version<elf>
  \-PE      7fe6da060000-    7fe6da270000   \               version
ELF     7fe6da270000-    7fe6da5de000   Deferred        gdi32<elf>
  \-PE      7fe6da290000-    7fe6da5de000   \               gdi32
ELF     7fe6da5de000-    7fe6da994000   Deferred        user32<elf>
  \-PE      7fe6da600000-    7fe6da994000   \               user32
ELF     7fe6da994000-    7fe6dac27000   Deferred        advapi32<elf>
  \-PE      7fe6da9b0000-    7fe6dac27000   \               advapi32
ELF     7fe6dac27000-    7fe6daf08000   Deferred        msvcrt<elf>
  \-PE      7fe6dac40000-    7fe6daf08000   \               msvcrt
ELF     7fe6daf08000-    7fe6db11a000   Deferred        libnss_files.so.2
ELF     7fe6db11a000-    7fe6db326000   Deferred        libnss_nis.so.2
ELF     7fe6db326000-    7fe6db53e000   Deferred        libnsl.so.1
ELF     7fe6db53e000-    7fe6db746000   Deferred        libnss_compat.so.2
ELF     7fe6db746000-    7fe6db95d000   Deferred        libgcc_s.so.1
ELF     7fe6db95d000-    7fe6dbc61000   Deferred        libm.so.6
ELF     7fe6dbc61000-    7fe6dbf76000   Dwarf           ntdll<elf>
  \-PE      7fe6dbc80000-    7fe6dbf76000   \               ntdll
ELF     7fe6dbf76000-    7fe6dc17a000   Deferred        libdl.so.2
ELF     7fe6dc17a000-    7fe6dc519000   Dwarf           libc.so.6
ELF     7fe6dc519000-    7fe6dc736000   Deferred        libpthread.so.0
ELF     7fe6dc736000-    7fe6dcadc000   Dwarf           libwine.so.1
ELF     7fe6dcadc000-    7fe6dcd02000   Deferred        ld-linux-x86-64.so.2
ELF     7ffee491e000-    7ffee491f000   Deferred        [vdso].so
Threads:
process  tid      prio (all id:s are in hex)
00000008 cmd.exe
    00000009    0
0000000e services.exe
    0000001e    0
    0000001d    0
    00000014    0
    00000010    0
    0000000f    0
00000012 winedevice.exe
    0000001c    0
    00000019    0
    00000018    0
    00000013    0
0000001a plugplay.exe
    00000020    0
    0000001f    0
    0000001b    0
00000021 explorer.exe
    00000025    0
    00000024    0
    00000023    0
    00000022    0
00000044 go.exe
    0000003c    0
    0000000c    0
    0000000d    0
    00000032    0
    00000040    0
    00000045    0
0000003e git.exe
    0000003d    0
00000041 (D) C:\Program Files\Git\mingw64\bin\git.exe
    00000043    0 <==
System information:
    Wine build: wine-1.8.7 (Debian 1.8.7-2)
    Platform: x86_64
    Version: Windows 7
    Host system: Linux
    Host version: 4.9.0-3-amd64

On command line the error is:

package github.com/andlabs/ui: exit status 3221225477

Where is the problem and how can it be solved? Thanks for your help.

linux
git
go
wine
andlabs-ui
asked on Stack Overflow Aug 24, 2019 by rnso • edited Aug 29, 2019 by rnso

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0