gatherproxy

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
robwing
Newbie
Newbie
Posts: 1
Joined: Mon Feb 27, 2017 8:33 pm

gatherproxy

Post by robwing »

Hi everyone, I just set up my first ubuntu server today, I have been trying to run a program called gatherproxy (http://www.gatherproxy.com/gptool). So far total fail, I have enough trouble trying to use the terminal so forget about wine and all the different stuff that goes into it. If its not obvious im a total noob on ubuntu and wine. So heres what I tried:

Should be mentioned that on windows the program doesn't have an installer, just runs right out of the file.

Downloaded program, extracted to desktop. Installed lasted version of wine. Set permissions to allow exe to run. Right clicked to select open with wine, this didnt work but wine prompted me to download some stuff, downloaded 2 things and then just stopped. I tried to open it again, didnt work. Installed mono, didnt work. Installed wine tricks, dont know how to use it and couldnt get it to work. Also tried switching wine to 32 bit, didnt work. Keeps getting same error in terminal when I try to run it there which is:

Assertion at metadata.c:939, condition `index < meta->heap_strings.size' not met
>
>
> Native stacktrace:
>
> mono() [0x49ff2f]
> /lib/x86_64-linux-gnu/libpthread.so.0(+0x11390) [0x7f14fb6ff390]
> /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x38) [0x7f14fb35a428]
> /lib/x86_64-linux-gnu/libc.so.6(abort+0x16a) [0x7f14fb35c02a]
> mono() [0x630409]
> mono() [0x63069c]
> mono() [0x630833]
> mono() [0x55e1ff]
> mono() [0x53fcd5]
> mono() [0x54091a]
> mono(mono_image_open_full+0x9d) [0x540f8d]
> mono() [0x5a3879]
> mono() [0x427e3e]
> mono(mono_main+0x2cb) [0x475abb]
> /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7f14fb345830]
> mono(_start+0x29) [0x422e79]
>
> Debug info from gdb:
>
> [New LWP 19422]
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
> 0x00007f14fb6fef7b in __waitpid (pid=19423, stat_loc=0x7fff55403e3c, options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:29
> 29 ../sysdeps/unix/sysv/linux/waitpid.c: No such file or directory.
> Id Target Id Frame
> * 1 Thread 0x7f14fc222780 (LWP 19421) "mono" 0x00007f14fb6fef7b in __waitpid (pid=19423, stat_loc=0x7fff55403e3c, options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:29
> 2 Thread 0x7f14fa3ff700 (LWP 19422) "mono" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
>
> Thread 2 (Thread 0x7f14fa3ff700 (LWP 19422)):
> #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
> #1 0x00000000005fdcdb in ?? ()
> #2 0x00007f14fb6f56ba in start_thread (arg=0x7f14fa3ff700) at pthread_create.c:333
> #3 0x00007f14fb42b82d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
>
> Thread 1 (Thread 0x7f14fc222780 (LWP 19421)):
> #0 0x00007f14fb6fef7b in __waitpid (pid=19423, stat_loc=0x7fff55403e3c, options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:29
> #1 0x00000000004a0006 in ?? ()
> #2 <signal handler called>
> #3 0x00007f14fb35a428 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
> #4 0x00007f14fb35c02a in __GI_abort () at abort.c:89
> #5 0x0000000000630409 in ?? ()
> #6 0x000000000063069c in ?? ()
> #7 0x0000000000630833 in ?? ()
> #8 0x000000000055e1ff in mono_metadata_string_heap ()
> #9 0x000000000053fcd5 in ?? ()
> #10 0x000000000054091a in ?? ()
> #11 0x0000000000540f8d in mono_image_open_full ()
> #12 0x00000000005a3879 in ?? ()
> #13 0x0000000000427e3e in ?? ()
> #14 0x0000000000475abb in mono_main ()
> #15 0x00007f14fb345830 in __libc_start_main (main=0x422be0, argc=2, argv=0x7fff55405118, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff55405108) at ../csu/libc-start.c:291
> #16 0x0000000000422e79 in _start ()
>
> =================================================================
> Got a SIGABRT while executing native code. This usually indicates
> a fatal error in the mono runtime or one of the native libraries
> used by your application.
> =================================================================
>
> Aborted (core dumped)
>



Any ideas? Thanks a lot.
qwertymnb
Level 4
Level 4
Posts: 237
Joined: Sun Jan 17, 2016 4:36 pm

Re: gatherproxy

Post by qwertymnb »

Start all over again (fresh wineprefix) and do ``winetricks dotnet40``
That should be enough to get it running i think, though here it keeps checking for update


The crash is a bug in mono. You could file a bug in wine-bugs if you want.
Locked