kms-windows icon indicating copy to clipboard operation
kms-windows copied to clipboard

Kurento Server crashes

Open ArJavBi opened this issue 8 years ago • 7 comments

Hello, after building, I tried to start kurento server .exe and I get the following error message:

image

Any idea how to fix this?

Thanks,

Best regards

ArJavBi avatar Oct 04 '17 11:10 ArJavBi

I got the same error after building :(

petergerten avatar Nov 02 '17 01:11 petergerten

@kirushyk Are your release files built with the same script you put into contrib? I got a lot more files and everything seems bloated (kurento-media-server.exe is ~40MB) - is this a debug build?

In any case - same as the orignal poster - I am stuck with the boost error mentioned above.

petergerten avatar Nov 02 '17 02:11 petergerten

Was anyone else successful in building from source and having a working binary?

petergerten avatar Nov 03 '17 16:11 petergerten

@kirushyk just saw your post in the interest group list. I do a gree that merging it would be the best in the long term.

For now - do you have any hint on getting a source code build working? @ArJavBi and I are both struggling with the above error when building from source.

petergerten avatar Nov 05 '17 13:11 petergerten

Did anyone got this running. It seems that @kirushyk must have had it running at least once? Sad that he would not even give any hint on this at all.

petergerten avatar Dec 06 '17 06:12 petergerten

Oh course I had this running. Have you tried debugging your crash? :-)

kirushyk avatar Dec 06 '17 13:12 kirushyk

@kirushyk I rebuilt everything again in a more reproducible way: Dockerfile:

FROM fedora:25
RUN dnf -y install autoconf automake mingw32-filesystem cmake mingw32-gcc-c++ maven \
  mingw32-boost gettext-devel bison flex mingw32-glib2 mingw32-orc mingw32-libtheora \
  mingw32-libvorbis mingw32-opus mingw32-libsigc++20 mingw32-glibmm24 yasm mingw32-openssl \
  mingw32-libtiff mingw32-libpng mingw32-OpenEXR mingw32-jasper libtool glib2-devel gtk-doc \
  mingw32-atk mingw32-cairo mingw32-gtk3 mingw32-speex mingw32-wavpack mingw32-libsoup sudo zip wget nasm make

Then the only change: CMAKEVERSION="3.9" and ran kms-windows-port.sh int that container.

The output binaries are tested on a virgin & updated Windows 10 installation. Output:

terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::property_tree::ptree_bad_path> >'
  what():  No such node (metadata)

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

I then started kms via WinDbg and got the following output: https://pastebin.com/gaeKVEjU

petergerten avatar Dec 07 '17 12:12 petergerten