Re: [Gambas-user] Trying to use libmpv, but got Segmentation faults on exit

2015-01-20 Thread Koko
Benoît Minisini wrote: > Le 19/01/2015 08:05, Koko a écrit : >> >> Undesrtood and thank you for explaining that. >> Any hope this would be possible by a user choice in the future? >> >> >> -- >> Antonio >> > > In revision #6842, the GB_X11_INIT_THREADS environment variable can be > defined to "1"

Re: [Gambas-user] Trying to use libmpv, but got Segmentation faults on exit

2015-01-20 Thread Benoît Minisini
Le 19/01/2015 08:05, Koko a écrit : > > Undesrtood and thank you for explaining that. > Any hope this would be possible by a user choice in the future? > > > -- > Antonio > In revision #6842, the GB_X11_INIT_THREADS environment variable can be defined to "1" to enable thread initialization in gui

Re: [Gambas-user] Trying to use libmpv, but got Segmentation faults on exit

2015-01-18 Thread Koko
Benoît Minisini wrote: > Le 18/01/2015 17:46, Benoît Minisini a écrit : >> Le 17/01/2015 13:19, Antonio a écrit : >>> I managed to make the project archive i'm attaching right now. >>> You need to replace the string "loadfile videofile" with something >>> existing on your filesystem fo course. >>>

Re: [Gambas-user] Trying to use libmpv, but got Segmentation faults on exit

2015-01-18 Thread Benoît Minisini
Le 18/01/2015 17:46, Benoît Minisini a écrit : > Le 17/01/2015 13:19, Antonio a écrit : >> I managed to make the project archive i'm attaching right now. >> You need to replace the string "loadfile videofile" with something >> existing on your filesystem fo course. >> Run the project, hit the butto

Re: [Gambas-user] Trying to use libmpv, but got Segmentation faults on exit

2015-01-18 Thread Benoît Minisini
Le 17/01/2015 13:19, Antonio a écrit : > I managed to make the project archive i'm attaching right now. > You need to replace the string "loadfile videofile" with something > existing on your filesystem fo course. > Run the project, hit the button, wait 10 seconds, then close the form > and you'll

Re: [Gambas-user] Trying to use libmpv, but got Segmentation faults on exit

2015-01-17 Thread Benoît Minisini
Le 16/01/2015 12:58, Koko a écrit : > Hi, > among other problems that i did not solved, but at least worked around, > there is one i cannot solve by myself, nor i know if it is a bug in gambas > or a mistake by myself. > > libmpv is a library to access mpv mediaplayer, the library header is here: >

Re: [Gambas-user] Trying to use libmpv, but got Segmentation faults on exit

2015-01-16 Thread Koko
Tobias Boege wrote: > On Fri, 16 Jan 2015, Koko wrote: >> Koko wrote: >> >> >> > That's it. >> > The program starts and begin playing the file. >> > As i push the button, it stops playing and the player window will >> > close, but as soon as i close the main form, the gambas interpreter >> > sho

Re: [Gambas-user] Trying to use libmpv, but got Segmentation faults on exit

2015-01-16 Thread Tobias Boege
On Fri, 16 Jan 2015, Koko wrote: > Koko wrote: > > > > That's it. > > The program starts and begin playing the file. > > As i push the button, it stops playing and the player window will close, > > but as soon as i close the main form, the gambas interpreter shows a > > window saying the program

Re: [Gambas-user] Trying to use libmpv, but got Segmentation faults on exit

2015-01-16 Thread Koko
Koko wrote: > That's it. > The program starts and begin playing the file. > As i push the button, it stops playing and the player window will close, > but as soon as i close the main form, the gambas interpreter shows a > window saying the program crashed wuth a segmentation fault. > > This is t

[Gambas-user] Trying to use libmpv, but got Segmentation faults on exit

2015-01-16 Thread Koko
Hi, among other problems that i did not solved, but at least worked around, there is one i cannot solve by myself, nor i know if it is a bug in gambas or a mistake by myself. libmpv is a library to access mpv mediaplayer, the library header is here: https://raw.githubusercontent.com/mpv-player/m