Jump to content
The Dark Mod Forums

ubuntu 16.04 error at start of "make"


Recommended Posts

the code is from the current git at https://github.com/codereader/DarkRadiant

 

I get the following just

 

$ make
CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.14 -I m4
/bin/bash: aclocal-1.14: no s'ha trobat l'ordre
Makefile:517: recipe for target 'aclocal.m4' failed
make: *** [aclocal.m4] Error 127

 

configure doesn't seem to give me any error:

 

 

 

 

$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/usr/local/share/d3bfg/src/DarkRadiant/missing: Unknown `--is-lightweight' option
Try `/usr/local/share/d3bfg/src/DarkRadiant/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm - interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for inflateEnd in -lz... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_start_compress in -ljpeg... yes
checking for wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 3.0.0... yes (version 3.0.2)
checking for wxWidgets static library... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XML... yes
checking for LIBSIGC... yes
checking for PNG... yes
checking for FTGL... yes
checking GL/glew.h usability... yes
checking GL/glew.h presence... yes
checking for GL/glew.h... yes
checking for main in -lGLEW... yes
checking for main in -lGL... yes
checking for gluBuild2DMipmaps in -lGLU... yes
checking for Boost headers version >= 1.46.1... yes
checking for Boost's header version... 1_58
checking boost/bind.hpp usability... yes
checking boost/bind.hpp presence... yes
checking for boost/bind.hpp... yes
checking boost/foreach.hpp usability... yes
checking boost/foreach.hpp presence... yes
checking for boost/foreach.hpp... yes
checking boost/format.hpp usability... yes
checking boost/format.hpp presence... yes
checking for boost/format.hpp... yes
checking boost/function.hpp usability... yes
checking boost/function.hpp presence... yes
checking for boost/function.hpp... yes
checking boost/scoped_ptr.hpp usability... yes
checking boost/scoped_ptr.hpp presence... yes
checking for boost/scoped_ptr.hpp... yes
checking boost/shared_ptr.hpp usability... yes
checking boost/shared_ptr.hpp presence... yes
checking for boost/shared_ptr.hpp... yes
checking boost/tokenizer.hpp usability... yes
checking boost/tokenizer.hpp presence... yes
checking for boost/tokenizer.hpp... yes
checking for the toolset name used by Boost for g++... configure: WARNING: could not figure out which toolset name to use for g++

checking boost/regex.hpp usability... yes
checking boost/regex.hpp presence... yes
checking for boost/regex.hpp... yes
checking for the Boost regex library... yes
checking boost/system/error_code.hpp usability... yes
checking boost/system/error_code.hpp presence... yes
checking for boost/system/error_code.hpp... yes
checking for the Boost system library... (cached) yes
checking boost/filesystem/path.hpp usability... yes
checking boost/filesystem/path.hpp presence... yes
checking for boost/filesystem/path.hpp... yes
checking for the Boost filesystem library... (cached) yes
checking for boost/system/error_code.hpp... (cached) yes
checking for the Boost system library... (cached) yes
checking boost/test/unit_test.hpp usability... yes
checking boost/test/unit_test.hpp presence... yes
checking for boost/test/unit_test.hpp... yes
checking for the Boost unit_test_framework library... (cached) yes
checking for python2-config... python2-config
checking boost/python.hpp usability... yes
checking boost/python.hpp presence... yes
checking for boost/python.hpp... yes
checking for the Boost python library... (cached) yes
checking for main in -ldl... yes
checking boost/serialization/access.hpp usability... yes
checking boost/serialization/access.hpp presence... yes
checking for boost/serialization/access.hpp... yes
checking AL/alut.h usability... yes
checking AL/alut.h presence... yes
checking for AL/alut.h... yes
checking for ov_clear in -lvorbisfile... yes
checking for alGetError in -lopenal... yes
checking for main in -lalut... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating install/darkradiant.desktop
config.status: creating install/i18n//Makefile.in
config.status: creating Makefile
config.status: creating radiant/Makefile
config.status: creating install/i18n/Makefile.in
config.status: creating libs/Makefile
config.status: creating libs/ddslib/Makefile
config.status: creating libs/wxutil/Makefile
config.status: creating libs/math/Makefile
config.status: creating libs/picomodel/Makefile
config.status: creating libs/scene/Makefile
config.status: creating libs/xmlutil/Makefile
config.status: creating plugins/Makefile
config.status: creating plugins/archivezip/Makefile
config.status: creating plugins/commandsystem/Makefile
config.status: creating plugins/eclassmgr/Makefile
config.status: creating plugins/eclasstree/Makefile
config.status: creating plugins/entity/Makefile
config.status: creating plugins/entitylist/Makefile
config.status: creating plugins/eventmanager/Makefile
config.status: creating plugins/filetypes/Makefile
config.status: creating plugins/filters/Makefile
config.status: creating plugins/fonts/Makefile
config.status: creating plugins/grid/Makefile
config.status: creating plugins/image/Makefile
config.status: creating plugins/mapdoom3/Makefile
config.status: creating plugins/md5model/Makefile
config.status: creating plugins/model/Makefile
config.status: creating plugins/particles/Makefile
config.status: creating plugins/scenegraph/Makefile
config.status: creating plugins/script/Makefile
config.status: creating plugins/shaders/Makefile
config.status: creating plugins/skins/Makefile
config.status: creating plugins/sound/Makefile
config.status: creating plugins/uimanager/Makefile
config.status: creating plugins/undo/Makefile
config.status: creating plugins/vfspk3/Makefile
config.status: creating plugins/xmlregistry/Makefile
config.status: creating plugins/dm.stimresponse/Makefile
config.status: creating plugins/dm.objectives/Makefile
config.status: creating plugins/dm.difficulty/Makefile
config.status: creating plugins/dm.gui/Makefile
config.status: creating plugins/dm.editing/Makefile
config.status: creating plugins/dm.conversation/Makefile
config.status: creating config.h
config.status: executing po-directories commands
config.status: creating install/i18n//POTFILES
config.status: creating install/i18n//Makefile
config.status: creating install/i18n/POTFILES
config.status: creating install/i18n/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands

Configuration options:
Installation prefix: /usr/local
Sound: yes
Darkmod plugins: no
Python scripting: yes

 

 

any idea what's happening?

Edited by 7318

Biel Bestué de Luna - Github

Link to comment
Share on other sites

ok I might have found what creates that error:

I have to do:

$ ./autogen.sh


before I do:

$ ./configure

this info is on the wiki linux compile guide but not on the readme, I'll do a quick PR to the README in order to amend the error...

 

now it's compiling

 

--edit-- done a PR in github

Edited by 7318

Biel Bestué de Luna - Github

Link to comment
Share on other sites

compiled fine without an error

 

I don't have libjpeg62-dev as stated by the README but libjpeg8-dev (I need it for other programs) yet it still compiled

 

then I did "sudo make install" it all went fine

 

then I did start it but after selecting doom3 as a engine and the correct directory where I have doom3 and imputing "base" as mod folder I get a segmentation fault after pressing "ok"

 

 

$ darkradiant
*** Error in `darkradiant': double free or corruption (!prev): 0x00000000034da000 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x77725)[0x7f03977ff725]
/lib/x86_64-linux-gnu/libc.so.6(+0x7ff4a)[0x7f0397807f4a]
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7f039780babc]
/lib/x86_64-linux-gnu/libc.so.6(fclose+0x103)[0x7f03977f5313]
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0(+0x157dad)[0x7f03849cadad]
/usr/lib/x86_64-linux-gnu/libboost_python-py27.so.1.58.0(_ZN5boost6python9exec_fileENS0_3strENS0_3api6objectES3_+0xe8)[0x7f0384e367e8]
/usr/local/lib/darkradiant/modules/script.so(_ZN6script15ScriptingSystem17loadCommandScriptERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x124)[0x7f03851b3d24]
/usr/local/lib/darkradiant/modules/script.so(_ZN6script15ScriptingSystem13reloadScriptsEv+0xbb5)[0x7f03851b6245]
/usr/local/lib/darkradiant/modules/script.so(_ZN6script15ScriptingSystem16initialiseModuleERK18ApplicationContext+0x1b88)[0x7f03851b8428]
darkradiant[0x6be3c4]
darkradiant[0x6bec0c]
darkradiant[0x466f34]
/usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0(_ZNK16wxAppConsoleBase16CallEventHandlerEP12wxEvtHandlerR14wxEventFunctorR7wxEvent+0x3e)[0x7f0398f7b1fe]
/usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0(_ZN12wxEvtHandler23ProcessEventIfMatchesIdERK21wxEventTableEntryBasePS_R7wxEvent+0x57)[0x7f03991016c7]
/usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0(_ZN12wxEvtHandler23SearchDynamicEventTableER7wxEvent+0x5e)[0x7f0399101aae]
/usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0(_ZN12wxEvtHandler11TryHereOnlyER7wxEvent+0x1f)[0x7f0399101b3f]
/usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0(_ZN12wxEvtHandler19ProcessEventLocallyER7wxEvent+0x33)[0x7f0399101bf3]
/usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0(_ZN12wxEvtHandler12ProcessEventER7wxEvent+0x45)[0x7f0399101c55]
/usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0(_ZN12wxEvtHandler20ProcessPendingEventsEv+0x10a)[0x7f03991026da]
/usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0(_ZN16wxAppConsoleBase20ProcessPendingEventsEv+0x67)[0x7f0398f7d317]
/usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0(_ZN5wxApp6DoIdleEv+0x72)[0x7f03995f3ac2]
/usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0(+0x246bb3)[0x7f03995f3bb3]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x15a)[0x7f0392ed405a]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x4a400)[0x7f0392ed4400]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_loop_run+0xc2)[0x7f0392ed4722]
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0(gtk_main+0xb7)[0x7f039412d6a7]
/usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0(_ZN14wxGUIEventLoop5DoRunEv+0x25)[0x7f0399613ed5]
/usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0(_ZN15wxEventLoopBase3RunEv+0xa3)[0x7f0398fbd343]
/usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0(_ZN16wxAppConsoleBase8MainLoopEv+0x56)[0x7f0398f82666]
/usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0(_Z7wxEntryRiPPw+0x70)[0x7f039900ef50]
darkradiant[0x440298]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f03977a8830]
darkradiant[0x461e29]
======= Memory map: ========
00400000-008e1000 r-xp 00000000 fc:00 14305247                           /usr/local/bin/darkradiant
00ae1000-00ae2000 r--p 004e1000 fc:00 14305247                           /usr/local/bin/darkradiant
00ae2000-00ae5000 rw-p 004e2000 fc:00 14305247                           /usr/local/bin/darkradiant
00ae5000-00b11000 rw-p 00000000 00:00 0
022d4000-03519000 rw-p 00000000 00:00 0                                  [heap]
7f0344000000-7f0344022000 rw-p 00000000 00:00 0
7f0344022000-7f0348000000 ---p 00000000 00:00 0
7f0348000000-7f0348022000 rw-p 00000000 00:00 0
7f0348022000-7f034c000000 ---p 00000000 00:00 0
7f034c000000-7f034c022000 rw-p 00000000 00:00 0
7f034c022000-7f0350000000 ---p 00000000 00:00 0
7f0350000000-7f0350073000 rw-p 00000000 00:00 0
7f0350073000-7f0354000000 ---p 00000000 00:00 0
7f0354000000-7f0354022000 rw-p 00000000 00:00 0
7f0354022000-7f0358000000 ---p 00000000 00:00 0
7f0358000000-7f0358022000 rw-p 00000000 00:00 0
7f0358022000-7f035c000000 ---p 00000000 00:00 0
7f035c000000-7f035c93f000 rw-p 00000000 00:00 0
7f035c940000-7f0360000000 ---p 00000000 00:00 0
7f0360000000-7f0360022000 rw-p 00000000 00:00 0
7f0360022000-7f0364000000 ---p 00000000 00:00 0
7f0366ffe000-7f0366fff000 ---p 00000000 00:00 0
7f0366fff000-7f03677ff000 rw-p 00000000 00:00 0
7f03677ff000-7f0367800000 ---p 00000000 00:00 0
7f0367800000-7f0368000000 rw-p 00000000 00:00 0
7f0368000000-7f0368253000 rw-p 00000000 00:00 0
7f0368253000-7f036c000000 ---p 00000000 00:00 0
7f036cdf4000-7f036cdf5000 ---p 00000000 00:00 0
7f036cdf5000-7f036d5f5000 rw-p 00000000 00:00 0
7f036edb8000-7f036edf8000 rw-p 00000000 00:00 0
7f036edf8000-7f036edf9000 ---p 00000000 00:00 0
7f036edf9000-7f036f5f9000 rw-p 00000000 00:00 0
7f036f5f9000-7f036f5fe000 r-xp 00000000 fc:00 14288182                   /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7f036f5fe000-7f036f7fd000 ---p 00005000 fc:00 14288182                   /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7f036f7fd000-7f036f7fe000 r--p 00004000 fc:00 14288182                   /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7f036f7fe000-7f036f7ff000 rw-p 00005000 fc:00 14288182                   /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7f036f7ff000-7f036f800000 ---p 00000000 00:00 0
7f036f800000-7f0370000000 rw-p 00000000 00:00 0
7f0370000000-7f0370047000 rw-p 00000000 00:00 0
7f0370047000-7f0374000000 ---p 00000000 00:00 0
7f0374012000-7f0374052000 rw-p 00000000 00:00 0
7f0374052000-7f037406b000 r-xp 00000000 fc:00 14289280                   /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
7f037406b000-7f037426b000 ---p 00019000 fc:00 14289280                   /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
7f037426b000-7f037426e000 r--p 00019000 fc:00 14289280                   /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
7f037426e000-7f037426f000 rw-p 0001c000 fc:00 14289280                   /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
7f037426f000-7f0374270000 ---p 00000000 00:00 0
7f0374270000-7f0374a70000 rw-p 00000000 00:00 0
7f0374a70000-7f0374ad6000 r-xp 00000000 fc:00 13901090                   /usr/lib/x86_64-linux-gnu/libibus-1.0.so.5.0.511
7f0374ad6000-7f0374cd5000 ---p 00066000 fc:00 13901090                   /usr/lib/x86_64-linux-gnu/libibus-1.0.so.5.0.511
7f0374cd5000-7f0374cd7000 r--p 00065000 fc:00 13901090                   /usr/lib/x86_64-linux-gnu/libibus-1.0.so.5.0.511
7f0374cd7000-7f0374cd8000 rw-p 00067000 fc:00 13901090                   /usr/lib/x86_64-linux-gnu/libibus-1.0.so.5.0.511
7f0374cd8000-7f0374cd9000 rw-p 00000000 00:00 0
7f0374cd9000-7f0374cdf000 r-xp 00000000 fc:00 14287108                   /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so
7f0374cdf000-7f0374edf000 ---p 00006000 fc:00 14287108                   /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so
7f0374edf000-7f0374ee0000 r--p 00006000 fc:00 14287108                   /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so
7f0374ee0000-7f0374ee1000 rw-p 00007000 fc:00 14287108                   /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so
7f0374ee1000-7f0374f09000 r-xp 00000000 fc:00 14305257                   /usr/local/lib/darkradiant/plugins/eclasstree.so
7f0374f09000-7f0375108000 ---p 00028000 fc:00 14305257                   /usr/local/lib/darkradiant/plugins/eclasstree.so
7f0375108000-7f037510b000 r--p 00027000 fc:00 14305257                   /usr/local/lib/darkradiant/plugins/eclasstree.so
7f037510b000-7f037510c000 rw-p 0002a000 fc:00 14305257                   /usr/local/lib/darkradiant/plugins/eclasstree.so
7f037510c000-7f037510d000 rw-p 00000000 00:00 0
7f037510d000-7f0375125000 r-xp 00000000 fc:00 14305292                   /usr/local/lib/darkradiant/modules/undo.so
7f0375125000-7f0375324000 ---p 00018000 fc:00 14305292                   /usr/local/lib/darkradiant/modules/undo.so
7f0375324000-7f0375325000 r--p 00017000 fc:00 14305292                   /usr/local/lib/darkradiant/modules/undo.so
7f0375325000-7f0375326000 rw-p 00018000 fc:00 14305292                   /usr/local/lib/darkradiant/modules/undo.so
7f0375326000-7f0375342000 r-xp 00000000 fc:00 14305288                   /usr/local/lib/darkradiant/modules/skins.so
7f0375342000-7f0375541000 ---p 0001c000 fc:00 14305288                   /usr/local/lib/darkradiant/modules/skins.so
7f0375541000-7f0375542000 r--p 0001b000 fc:00 14305288                   /usr/local/lib/darkradiant/modules/skins.so
7f0375542000-7f0375543000 rw-p 0001c000 fc:00 14305288                   /usr/local/lib/darkradiant/modules/skins.so
7f0375543000-7f0375567000 r-xp 00000000 fc:00 14305295                   /usr/local/lib/darkradiant/modules/vfspk3.so
7f0375567000-7f0375766000 ---p 00024000 fc:00 14305295                   /usr/local/lib/darkradiant/modules/vfspk3.so
7f0375766000-7f0375768000 r--p 00023000 fc:00 14305295                   /usr/local/lib/darkradiant/modules/vfspk3.so
7f0375768000-7f0375769000 rw-p 00025000 fc:00 14305295                   /usr/local/lib/darkradiant/modules/vfspk3.so
7f0375769000-7f03757c1000 r-xp 00000000 fc:00 14305248                   /usr/local/lib/darkradiant/modules/eventmgr.so
7f03757c1000-7f03759c0000 ---p 00058000 fc:00 14305248                   /usr/local/lib/darkradiant/modules/eventmgr.so
7f03759c0000-7f03759c3000 r--p 00057000 fc:00 14305248                   /usr/local/lib/darkradiant/modules/eventmgr.so
7f03759c3000-7f03759c4000 rw-p 0005a000 fc:00 14305248                   /usr/local/lib/darkradiant/modules/eventmgr.so
7f03759c4000-7f03759c5000 rw-p 00000000 00:00 0
7f03759c5000-7f0375a5b000 r-xp 00000000 fc:00 14305285                   /usr/local/lib/darkradiant/modules/shaders.so
7f0375a5b000-7f0375c5a000 ---p 00096000 fc:00 14305285                   /usr/local/lib/darkradiant/modules/shaders.so
7f0375c5a000-7f0375c5e000 r--p 00095000 fc:00 14305285                   /usr/local/lib/darkradiant/modules/shaders.so
7f0375c5e000-7f0375c5f000 rw-p 00099000 fc:00 14305285                   /usr/local/lib/darkradiant/modules/shaders.so
7f0375c5f000-7f0375c61000 rw-p 00000000 00:00 0
7f0375c61000-7f0375c89000 r-xp 00000000 fc:00 14305262                   /usr/local/lib/darkradiant/modules/entitylist.so
7f0375c89000-7f0375e88000 ---p 00028000 fc:00 14305262                   /usr/local/lib/darkradiant/modules/entitylist.so
7f0375e88000-7f0375e8a000 r--p 00027000 fc:00 14305262                   /usr/local/lib/darkradiant/modules/entitylist.so
7f0375e8a000-7f0375e8b000 rw-p 00029000 fc:00 14305262                   /usr/local/lib/darkradiant/modules/entitylist.so
7f0375e8b000-7f0375e8c000 rw-p 00000000 00:00 0
7f0375e8c000-7f0375ebb000 r-xp 00000000 fc:00 14305266                   /usr/local/lib/darkradiant/modules/filters.so
7f0375ebb000-7f03760bb000 ---p 0002f000 fc:00 14305266                   /usr/local/lib/darkradiant/modules/filters.so
7f03760bb000-7f03760bc000 r--p 0002f000 fc:00 14305266                   /usr/local/lib/darkradiant/modules/filters.so
7f03760bc000-7f03760bd000 rw-p 00030000 fc:00 14305266                   /usr/local/lib/darkradiant/modules/filters.so
7f03760bd000-7f03760be000 rw-p 00000000 00:00 0
7f03760be000-7f037618f000 r-xp 00000000 fc:00 14305275                   /usr/local/lib/darkradiant/modules/mapdoom3.so
7f037618f000-7f037638e000 ---p 000d1000 fc:00 14305275                   /usr/local/lib/darkradiant/modules/mapdoom3.so
7f037638e000-7f0376392000 r--p 000d0000 fc:00 14305275                   /usr/local/lib/darkradiant/modules/mapdoom3.so
7f0376392000-7f0376393000 rw-p 000d4000 fc:00 14305275                   /usr/local/lib/darkradiant/modules/mapdoom3.so
7f0376393000-7f0376396000 rw-p 00000000 00:00 0
7f0376396000-7f03763ab000 r-xp 00000000 fc:00 14305250                   /usr/local/lib/darkradiant/modules/archivezip.so
7f03763ab000-7f03765ab000 ---p 00015000 fc:00 14305250                   /usr/local/lib/darkradiant/modules/archivezip.so
7f03765ab000-7f03765ac000 r--p 00015000 fc:00 14305250                   /usr/local/lib/darkradiant/modules/archivezip.so
7f03765ac000-7f03765ad000 rw-p 00016000 fc:00 14305250                   /usr/local/lib/darkradiant/modules/archivezip.so
7f03765ad000-7f03765c3000 r-xp 00000000 fc:00 14305283                   /usr/local/lib/darkradiant/modules/scenegraph.so
7f03765c3000-7f03767c3000 ---p 00016000 fc:00 14305283                   /usr/local/lib/darkradiant/modules/scenegraph.so
7f03767c3000-7f03767c4000 r--p 00016000 fc:00 14305283                   /usr/local/lib/darkradiant/modules/scenegraph.so
7f03767c4000-7f03767c5000 rw-p 00017000 fc:00 14305283                   /usr/local/lib/darkradiant/modules/scenegraph.so
7f03767c5000-7f03767d0000 r-xp 00000000 fc:00 14305264                   /usr/local/lib/darkradiant/modules/filetypes.so
7f03767d0000-7f03769cf000 ---p 0000b000 fc:00 14305264                   /usr/local/lib/darkradiant/modules/filetypes.so
7f03769cf000-7f03769d0000 r--p 0000a000 fc:00 14305264                   /usr/local/lib/darkradiant/modules/filetypes.so
7f03769d0000-7f03769d1000 rw-p 0000b000 fc:00 14305264                   /usr/local/lib/darkradiant/modules/filetypes.so
7f03769d1000-7f0376a3a000 r-xp 00000000 fc:00 13895684                   /usr/lib/x86_64-linux-gnu/libopenal.so.1.16.0
7f0376a3a000-7f0376c39000 ---p 00069000 fc:00 13895684                   /usr/lib/x86_64-linux-gnu/libopenal.so.1.16.0
7f0376c39000-7f0376c3d000 r--p 00068000 fc:00 13895684                   /usr/lib/x86_64-linux-gnu/libopenal.so.1.16.0
7f0376c3d000-7f0376c3e000 rw-p 0006c000 fc:00 13895684                   /usr/lib/x86_64-linux-gnu/libopenal.so.1.16.0
7f0376c3e000-7f0376c41000 rw-p 00000000 00:00 0
7f0376c41000-7f0376c70000 r-xp 00000000 fc:00 14305299                   /usr/local/lib/darkradiant/modules/sound.so
7f0376c70000-7f0376e6f000 ---p 0002f000 fc:00 14305299                   /usr/local/lib/darkradiant/modules/sound.so
7f0376e6f000-7f0376e71000 r--p 0002e000 fc:00 14305299                   /usr/local/lib/darkradiant/modules/sound.so
7f0376e71000-7f0376e72000 rw-p 00030000 fc:00 14305299                   /usr/local/lib/darkradiant/modules/sound.so
7f0376e72000-7f0376f09000 r-xp 00000000 fc:00 14305281                   /usr/local/lib/darkradiant/modules/particles.so
7f0376f09000-7f0377109000 ---p 00097000 fc:00 14305281                   /usr/local/lib/darkradiant/modules/particles.so
7f0377109000-7f037710e000 r--p 00097000 fc:00 14305281                   /usr/local/lib/darkradiant/modules/particles.so
7f037710e000-7f0377110000 rw-p 0009c000 fc:00 14305281                   /usr/local/lib/darkradiant/modules/particles.so
7f0377110000-7f0377111000 rw-p 00000000 00:00 0
7f0377111000-7f0377113000 r-xp 00000000 fc:00 14305241                   /usr/local/lib/darkradiant/libdds-2.0.2.so
7f0377113000-7f0377312000 ---p 00002000 fc:00 14305241                   /usr/local/lib/darkradiant/libdds-2.0.2.so
7f0377312000-7f0377313000 r--p 00001000 fc:00 14305241                   /usr/local/lib/darkradiant/libdds-2.0.2.so
7f0377313000-7f0377314000 rw-p 00002000 fc:00 14305241                   /usr/local/lib/darkradiant/libdds-2.0.2.so
7f0377314000-7f0377335000 r-xp 00000000 fc:00 14305273                   /usr/local/lib/darkradiant/modules/image.so
7f0377335000-7f0377535000 ---p 00021000 fc:00 14305273                   /usr/local/lib/darkradiant/modules/image.so
7f0377535000-7f0377536000 r--p 00021000 fc:00 14305273                   /usr/local/lib/darkradiant/modules/image.so
7f0377536000-7f0377537000 rw-p 00022000 fc:00 14305273                   /usr/local/lib/darkradiant/modules/image.so
7f0377537000-7f0377553000 r-xp 00000000 fc:00 14305253                   /usr/local/lib/darkradiant/modules/commandsystem.so
7f0377553000-7f0377753000 ---p 0001c000 fc:00 14305253                   /usr/local/lib/darkradiant/modules/commandsystem.so
7f0377753000-7f0377754000 r--p 0001c000 fc:00 14305253                   /usr/local/lib/darkradiant/modules/commandsystem.so
7f0377754000-7f0377755000 rw-p 0001d000 fc:00 14305253                   /usr/local/lib/darkradiant/modules/commandsystem.so
7f0377755000-7f0377775000 r-xp 00000000 fc:00 14305244                   /usr/local/lib/darkradiant/libpicomodel-2.0.2.so
7f0377775000-7f0377974000 ---p 00020000 fc:00 14305244                   /usr/local/lib/darkradiant/libpicomodel-2.0.2.so
7f0377974000-7f0377975000 r--p 0001f000 fc:00 14305244                   /usr/local/lib/darkradiant/libpicomodel-2.0.2.so
7f0377975000-7f0377978000 rw-p 00020000 fc:00 14305244                   /usr/local/lib/darkradiant/libpicomodel-2.0.2.so
7f0377978000-7f037799b000 r-xp 00000000 fc:00 14305279                   /usr/local/lib/darkradiant/modules/model.so
7f037799b000-7f0377b9b000 ---p 00023000 fc:00 14305279                   /usr/local/lib/darkradiant/modules/model.so
7f0377b9b000-7f0377b9d000 r--p 00023000 fc:00 14305279                   /usr/local/lib/darkradiant/modules/model.so
7f0377b9d000-7f0377b9e000 rw-p 00025000 fc:00 14305279                   /usr/local/lib/darkradiant/modules/model.so
7f0377b9e000-7f0377b9f000 rw-p 00000000 00:00 0
7f0377b9f000-7f0377bdd000 r-xp 00000000 fc:00 14305277                   /usr/local/lib/darkradiant/modules/md5model.so
7f0377bdd000-7f0377ddc000 ---p 0003e000 fc:00 14305277                   /usr/local/lib/darkradiant/modules/md5model.so
7f0377ddc000-7f0377ddf000 r--p 0003d000 fc:00 14305277                   /usr/local/lib/darkradiant/modules/md5model.so
7f0377ddf000-7f0377de0000 rw-p 00040000 fc:00 14305277                   /usr/local/lib/darkradiant/modules/md5model.so
7f0377de0000-7f0377de1000 rw-p 00000000 00:00 0
7f0377de1000-7f0377dfe000 r-xp 00000000 fc:00 14305297                   /usr/local/lib/darkradiant/modules/xmlregistry.so
7f0377dfe000-7f0377ffe000 ---p 0001d000 fc:00 14305297                   /usr/local/lib/darkradiant/modules/xmlregistry.so
7f0377ffe000-7f0377fff000 r--p 0001d000 fc:00 14305297                   /usr/local/lib/darkradiant/modules/xmlregistry.so
7f0377fff000-7f0378000000 rw-p 0001e000 fc:00 14305297                   /usr/local/lib/darkradiant/modules/xmlregistry.so
7f0378000000-7f0378021000 rw-p 00000000 00:00 0
7f0378021000-7f037c000000 ---p 00000000 00:00 0
7f037c000000-7f037c02c000 rw-p 00000000 00:00 0
7f037c02c000-7f0380000000 ---p 00000000 00:00 0
7f0380000000-7f0380021000 rw-p 00000000 00:00 0
7f0380021000-7f0384000000 ---p 00000000 00:00 0
7f0384035000-7f03840b5000 rw-p 00000000 00:00 0
7f03840b5000-7f0384115000 rw-s 00000000 00:05 8618031                    /SYSV00000000 (deleted)Avortat (bolcat de la imatge del nucli)

 

I created my own custom game RBDoom3BFG for this version of the engine, but I haven't used it yet, here is the log from ./darkradiant/darkradiant.log:

 

 

 

 (139653470075392) Started logging to /home/biel/.darkradiant/darkradiant.log
 (139653470075392) This is DarkRadiant 2.0.2 x64 
 (139653470075392) wxWidgets Version: 3.0.2
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/entity.so'
 (139653470075392) Module registered: Doom3EntityCreator
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/uimanager.so'
 (139653470075392) Module registered: UIManager
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/grid.so'
 (139653470075392) Module registered: Grid
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/script.so'
 (139653470075392) Module registered: ScriptingSystem
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/fonts.so'
 (139653470075392) Module registered: FontManager
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/eclassmgr.so'
 (139653470075392) Module registered: EntityClassManager
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/xmlregistry.so'
 (139653470075392) Module registered: XMLRegistry
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/md5model.so'
 (139653470075392) Module registered: ModelLoaderMD5MESH
 (139653470075392) Module registered: MD5AnimationCache
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/model.so'
 (139653470075392) Module registered: ModelLoaderMD3
 (139653470075392) Module registered: ModelLoader3DS
 (139653470075392) Module registered: ModelLoaderASE
 (139653470075392) Module registered: ModelLoaderMS3D
 (139653470075392) Module registered: ModelLoaderMDC
 (139653470075392) Module registered: ModelLoaderMD2
 (139653470075392) Module registered: ModelLoaderFM
 (139653470075392) Module registered: ModelLoaderLWO
 (139653470075392) Module registered: ModelLoaderPICOTERRAIN
 (139653470075392) Module registered: ModelLoaderOBJ
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/commandsystem.so'
 (139653470075392) Module registered: CommandSystem
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/image.so'
 (139653470075392) Module registered: ImageLoader
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/particles.so'
 (139653470075392) Module registered: ParticlesManager
 (139653470075392) Module registered: ParticlesEditor
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/sound.so'
 (139653470075392) Module registered: SoundManager
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/filetypes.so'
 (139653470075392) Module registered: FileTypes
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/scenegraph.so'
 (139653470075392) Module registered: SceneGraph
 (139653470075392) Module registered: SceneGraphFactory
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/archivezip.so'
 (139653470075392) Module registered: ArchivePK4
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/mapdoom3.so'
 (139653470075392) Module registered: Doom3MapLoader
 (139653470075392) Module registered: Quake4MapLoader
 (139653470075392) Module registered: Doom3PrefabLoader
 (139653470075392) Module registered: MapCompiler
 (139653470075392) Module registered: Quake3MapLoader
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/filters.so'
 (139653470075392) Module registered: FilterSystem
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/entitylist.so'
 (139653470075392) Module registered: EntityList
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/shaders.so'
 (139653470075392) Module registered: MaterialManager
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/eventmgr.so'
 (139653470075392) Module registered: EventManager
 (139653470075392) Module registered: MouseToolManager
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/vfspk3.so'
 (139653470075392) Module registered: VirtualFileSystem
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/skins.so'
 (139653470075392) Module registered: ModelSkinCache
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/modules/undo.so'
 (139653470075392) Module registered: UndoSystem
 (139653470075392) ModuleLoader: Loading module '/usr/local/lib/darkradiant/plugins/eclasstree.so'
 (139653470075392) Module registered: EClassTree
 (139653470075392) XMLRegistry::initialiseModule called
 (139653470075392) XMLRegistry: looking for XML files under /usr/local/share/darkradiant/
 (139653470075392) XMLRegistry: Importing XML file: /usr/local/share/darkradiant/user.xml
 (139653470075392) XMLRegistry: Importing XML file: /usr/local/share/darkradiant/colours.xml
 (139653470075392) XMLRegistry: Importing XML file: /usr/local/share/darkradiant/input.xml
 (139653470075392) XMLRegistry: Importing XML file: /usr/local/share/darkradiant/menu.xml
 (139653470075392) XMLRegistry: Importing XML file: /usr/local/share/darkradiant/commandsystem.xml
 (139653470075392) XMLRegistry: no user.xml in /home/biel/.darkradiant/user.xml
 (139653470075392) ArchivePK4::initialiseModule called
 (139653470075392) CommandSystem::initialiseModule called.
 (139653470075392) EventManager::initialiseModule called.
 (139653470075392) EventManager successfully initialised.
 (139653470075392) UIManager::initialiseModule called
 (139653470075392) Found toolbar: view
 (139653470075392) Found toolbar: edit
 (139653470075392) Found toolbar: texture
 (139653470075392) Found toolbar: textool
 (139653470075392) ColourSchemeManager: Loading colour schemes...
 (139653470075392) MainFrameLayoutManager::initialiseModule called.
 (139653470075392) PreferenceSystem::initialiseModule called
 (139653470075392) FileTypes::initialiseModule called.
 (139653470075392) GameManager: Scanning for game description files: /usr/local/share/darkradiant/games/
 (139653470075392) XMLRegistry: Importing XML file: /usr/local/share/darkradiant/games/doom3.game
 (139653470075392) XMLRegistry: Importing XML file: /usr/local/share/darkradiant/games/quake4.game
 (139653470075392) XMLRegistry: Importing XML file: /usr/local/share/darkradiant/games/xreal.game
 (139653470075392) XMLRegistry: Importing XML file: /usr/local/share/darkradiant/games/quake3.game
 (139653470075392) XMLRegistry: Importing XML file: /usr/local/share/darkradiant/games/RBDoom3BFG.game
 (139653470075392) XMLRegistry: Importing XML file: /usr/local/share/darkradiant/games/doom3-demo.game
 (139653470075392) XMLRegistry: Importing XML file: /usr/local/share/darkradiant/games/darkmod.game
 (139653470075392) GameManager: Found game definitions: 
 (139653470075392)   Doom 3
 (139653470075392)   Doom 3 Demo
 (139653470075392)   Quake 3
 (139653470075392)   Quake 4
 (139653470075392)   RBDoom3BFG
 (139653470075392)   The Dark Mod 2.0 (Standalone)
 (139653470075392)   XreaL
 (139653470075392) 
 (139653470075392) GameManager: Selected game type: Doom 3
 (139653470075392) GameManager: Querying Windows Registry for game path: HKEY_LOCAL_MACHINE\SOFTWARE\id\Doom 3\InstallPath
 (139653470075392) GameManager: Windows Registry returned result: 
 (139653470075392) GameManager: Map path set to /home/biel/.doom3/base/maps/
 (139653470075392) GameManager: Prefab path set to /home/biel/.doom3/base/prefabs/
 (139653470075392) VFS Search Path priority is: 
 (139653470075392) - /home/biel/.doom3/base/
 (139653470075392) VFS::initialiseModule called
 (139653470075392) filesystem initialised
 (139653470075392) [vfs] searched directory: /home/biel/.doom3/base/
 (139653470075392) [vfs] pak file: /home/biel/.doom3/base/pak008.pk4
 (139653470075392) [vfs] pak file: /home/biel/.doom3/base/pak007.pk4
 (139653470075392) [vfs] pak file: /home/biel/.doom3/base/pak006.pk4
 (139653470075392) [vfs] pak file: /home/biel/.doom3/base/pak005.pk4
 (139653470075392) [vfs] pak file: /home/biel/.doom3/base/pak004.pk4
 (139653470075392) [vfs] pak file: /home/biel/.doom3/base/pak003.pk4
 (139653470075392) [vfs] pak file: /home/biel/.doom3/base/pak002.pk4
 (139653470075392) [vfs] pak file: /home/biel/.doom3/base/pak001.pk4
 (139653470075392) [vfs] pak file: /home/biel/.doom3/base/pak000.pk4
 (139653470075392) [vfs] pak file: /home/biel/.doom3/base/game04.pk4
 (139653470075392) [vfs] pak file: /home/biel/.doom3/base/game03.pk4
 (139653470075392) [vfs] pak file: /home/biel/.doom3/base/game02.pk4
 (139653470075392) [vfs] pak file: /home/biel/.doom3/base/game01.pk4
 (139653470075392) MaterialManager::initialiseModule called
 (139653470075392) OpenGL::initialiseModule called.
 (139653470075392) ShaderCache::initialiseModule called.
 (139653470075392) OrthoviewManager::initialiseModule called.
 (139653470075392) MainFrame::initialiseModule called.
 (139653470075392) Clipper::initialiseModule called
 (139653470075392) GridManager::initialiseModule called.
 (139653470075392) SceneGraph::initialiseModule called
 (139653470075392) RadiantSelectionSystem::initialiseModule called.
 (139653470075392) RadiantModule::initialiseModule called.
 (139653470075392) Camera::initialiseModule called.
 (139653470075392) UndoSystem::initialiseModule called
 (139653470075392) BrushModuleImpl::initialiseModule called.
 (139653470075392) Map::initialiseModule called.
 (139653470075392) Doom3EntityCreator::initialiseModule called.
 (139653470075392) EntityClassDoom3::initialiseModule called.
 (139652740675328) searching vfs directory 'def' for *.def
 (139653470075392) LayerSystem::initialiseModule called.
 (139653470075392) MapFormatManager::initialiseModule called.
 (139653470075392) PatchModuleDef2::initialiseModule called.
 (139653470075392) PatchModuleDef3::initialiseModule called.
 (139653470075392) Doom3MapLoader: initialiseModule called.
 (139653470075392) Doom3PrefabLoader: initialiseModule called.
 (139653470075392) EClassTree::initialiseModule called.
 (139652598064896) 6276 shader definitions found.
 (139653470075392) EntityListModule::initialiseModule called
 (139653470075392) [filters] Loaded 16 filters from registry.
 (139653470075392) FontManager::initialiseModule called
 (139653470075392) MD5AnimationCache::initialiseModule called.
 (139653470075392) MapCompiler: initialiseModule called.
 (139653470075392) MapResourceManager::initialiseModule called.
 (139653470075392) PicoModelLoader: ModelLoaderASE initialised.
 (139653470075392) PicoModelLoader: ModelLoaderLWO initialised.
 (139653470075392) MD5Model::initialiseModule called.
 (139653470075392) ModelCache::initialiseModule called.
 (139653470075392) PicoModelLoader: ModelLoader3DS initialised.
 (139653470075392) PicoModelLoader: ModelLoaderFM initialised.
 (139653470075392) PicoModelLoader: ModelLoaderMD2 initialised.
 (139653470075392) PicoModelLoader: ModelLoaderMD3 initialised.
 (139653470075392) PicoModelLoader: ModelLoaderMDC initialised.
 (139653470075392) PicoModelLoader: ModelLoaderMS3D initialised.
 (139653470075392) PicoModelLoader: ModelLoaderOBJ initialised.
 (139653470075392) PicoModelLoader: ModelLoaderPICOTERRAIN initialised.
 (139653470075392) Doom3SkinCache::initialiseModule called
 (139653470075392) NamespaceFactory::initialiseModule called.
 (139652818728704) [skins] Loading skins.
 (139653470075392) ParticlesEditor::initialiseModule called.
 (139653470075392) ParticlesManager::initialiseModule called
 (139653470075392) Quake3MapLoader: initialiseModule called.
 (139653470075392) Quake4MapLoader: initialiseModule called.
 (139653470075392) RenderSystemFactory::initialiseModule called.
 (139653470075392) SceneGraphFactory::initialiseModule called.
 (139653470075392) ScriptingSystem::initialiseModule called.
 (139652696590080) FontLoader: fonts/english/an/fontImage_12.dat loaded successfully.
 (139652696590080) FontLoader: fonts/english/an/fontImage_24.dat loaded successfully.
 (139652696590080) FontLoader: fonts/english/an/fontImage_48.dat loaded successfully.
 (139652696590080) FontLoader: fonts/english/bank/fontImage_12.dat loaded successfully.
 (139652696590080) FontLoader: fonts/english/bank/fontImage_24.dat loaded successfully.
 (139652696590080) FontLoader: fonts/english/bank/fontImage_48.dat loaded successfully.
 (139652696590080) FontLoader: fonts/english/micro/fontImage_12.dat loaded successfully.
 (139652696590080) FontLoader: fonts/english/micro/fontImage_24.dat loaded successfully.
 (139652696590080) FontLoader: fonts/english/micro/fontImage_48.dat loaded successfully.
 (139652696590080) 3 fonts registered.
 (139653470075392) ScriptingSystem: Python interpreter initialised.

 

 

 

could this all be because the libjpeg*-dev being 8 instead of 62?

Edited by 7318

Biel Bestué de Luna - Github

Link to comment
Share on other sites

despite all the commits of today I still get the same memory map and eventually a segfault in the end.

 

I see however that I don't get the same memory map always, sometimes I don't get a memory map at all, just the segfault message. and sometimes the memory map is different

 

does anyone have this error besides me?

 

what sort of info can I supply in order to solve this?

 

I'm on an old Intel graphics( Sandybridge ) and using mesa (current OpenGL core version is 3.3 which fits my hardware capabilities)

Edited by 7318

Biel Bestué de Luna - Github

Link to comment
Share on other sites

  • 1 month later...

You mentioned setting doom3 as the engine and also the path to doom3. That was the old way. DR should have the game set to "The Dark Mod 2.0 (Standalone)", and the path set to the directory in which the 'darkmod' folder resides.

Then for the Mod setting, simply put 'darkmod' and leave the setting for Mod Base blank.

 

Here's mine.

post-3285-0-44307600-1469847236_thumb.png

Edited by PranQster

System: Mageia Linux Cauldron, aka Mageia 8

Link to comment
Share on other sites

compiled fine without an error

 

I don't have libjpeg62-dev as stated by the README but libjpeg8-dev (I need it for other programs) yet it still compiled

 

.......

could this all be because the libjpeg*-dev being 8 instead of 62?

 

I was just checking my system so I could accurately answer that, but I cannot because on my system I have 'lib64jpeg-devel' installed and no other devel package available besides the 32bit 'libjpeg-devel' (not installed). By package name, neither of these indicate if they are 62 or 8.

As far as the regular libraries, I have 'lib64jpeg62', 'lib64jpeg8', and 'libjpeg8' all installed.

All of my installed jpeg libraries and devel are version 1.4.2

Edited by PranQster

System: Mageia Linux Cauldron, aka Mageia 8

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recent Status Updates

    • OrbWeaver

      Does anyone actually use the Normalise button in the Surface inspector? Even after looking at the code I'm not quite sure what it's for.
      · 6 replies
    • Ansome

      Turns out my 15th anniversary mission idea has already been done once or twice before! I've been beaten to the punch once again, but I suppose that's to be expected when there's over 170 FMs out there, eh? I'm not complaining though, I love learning new tricks and taking inspiration from past FMs. Best of luck on your own fan missions!
      · 4 replies
    • The Black Arrow

      I wanna play Doom 3, but fhDoom has much better features than dhewm3, yet fhDoom is old, outdated and probably not supported. Damn!
      Makes me think that TDM engine for Doom 3 itself would actually be perfect.
      · 6 replies
    • Petike the Taffer

      Maybe a bit of advice ? In the FM series I'm preparing, the two main characters have the given names Toby and Agnes (it's the protagonist and deuteragonist, respectively), I've been toying with the idea of giving them family names as well, since many of the FM series have named protagonists who have surnames. Toby's from a family who were usually farriers, though he eventually wound up working as a cobbler (this serves as a daylight "front" for his night time thieving). Would it make sense if the man's popularly accepted family name was Farrier ? It's an existing, though less common English surname, and it directly refers to the profession practiced by his relatives. Your suggestions ?
      · 9 replies
    • nbohr1more

      Looks like the "Reverse April Fools" releases were too well hidden. Darkfate still hasn't acknowledge all the new releases. Did you play any of the new April Fools missions?
      · 5 replies
×
×
  • Create New...