chrisf Posted March 14, 2016 Report Share Posted March 14, 2016 Okay, I got hold of a Raspberry Pi 3. There's now an experimental Gallium VC4 driver for the Broadcom VideoCore4 graphics chip in this device. OpenArena runs perfectly as you might expect as it is a common test case and complete. Anyway, there was 0.A.D in the Raspbian repository, albeit an old version, so I thought why not give this a go? It runs! At least through the menus, when you try to load a map it complains in the terminal about GL errors (this is with all effects disabled and quick and ugly water selected and closes. Not bad though eh? The open source driver that I'm using here supports desktop OpenGL 2.1 according to glxinfo as well as OpenGL ES. However I believe the hardware does not support S3TC and only supports... EGL? Whatever the compression Android uses is. Just thought I'd leave this here for someone to enjoy. Kind regards. 6 Quote Link to comment Share on other sites More sharing options...
auron2401 Posted March 15, 2016 Report Share Posted March 15, 2016 Just goes to show how well optimized the engine is. Next stop: Block phones. Quote Link to comment Share on other sites More sharing options...
fabio Posted March 15, 2016 Report Share Posted March 15, 2016 There is a ticket for Android support, which also add support for other texture compression format: #2996. Someone should rework it, adding some format supported by vc4 or using uncompressed, scaled down texture where not supported (alpha images). 1 Quote Link to comment Share on other sites More sharing options...
chrisf Posted March 15, 2016 Author Report Share Posted March 15, 2016 Would the easiest thing right now simply to be to implement uncompressed textures and different texture quality modes? I'm sure there's a way to force ETC on the VideoCore IV. I'm going to fire the Pi3 back up again later tonight and copy the error messages in here. Does anyone else have experience of compiling 0A.D for the Raspberry Pi? I'd like to test with Alpha 19. Also, when the game crashes where does it store crashlogs? Kind regards. 1 Quote Link to comment Share on other sites More sharing options...
chrisf Posted March 15, 2016 Author Report Share Posted March 15, 2016 (edited) Here's the important business from the Terminal: ERROR: CRenderer::EndFrame: GL errors 1285 occurred WARNING: Fancy Effects framebuffer object incomplete: 0x8CDD GL_OUT_OF_MEMORY OpenGL error(s) occurred: 0505 GL_INVALID_VALUE OpenGL error(s) occurred: 0501 Draw call returned Invalid argument. Expect corruption. Segmentation fault I've currently got 64mb VRAM set so I'll increase this and see if it helps. I remember it also not working at 224mb though... Also left a post over at the Xonotic forums for DivVerent who created S2TC (the free encoder/decoder for S3TC) as he might be able to help me come up with some on-the-fly decoding solution for the S3TC textures 0 A.D uses. EDIT1: Here's the link: http://forums.xonotic.org/showthread.php?tid=6080 The game crashes with any VRAM amount set. I think it's not just a texture problem because on the OpenMW forum they found that their game DOES run but with pink shapes: https://forum.openmw.org/viewtopic.php?f=8&t=2850&start=10 I'm going to do some more research over the next few days and see if it's bugs in the driver, handling shaders, etc. Does anyone have a low resolution texture pack for 0.A.D I could try? Edited March 16, 2016 by chrisf 2 Quote Link to comment Share on other sites More sharing options...
chrisf Posted April 3, 2016 Author Report Share Posted April 3, 2016 Spoiler ./update-workspaces.sh -j5 Updating bundled third-party dependencies... Building SpiderMonkey... SpiderMonkey build options: --enable-shared-js --enable-gcgenerational --disable-tests --without-intl-api --enable-shared-js --enable-gcgenerational --disable-tests --without-intl-api patching file js/src/jit/BaselineCompiler.cpp Hunk #1 succeeded at 338 (offset 1 line). patching file js/src/vm/TraceLogging.cpp patching file js/src/vm/TraceLogging.h patching file js/src/jit/MCallOptimize.cpp Hunk #1 succeeded at 1734 (offset -55 lines). patching file js/src/builtin/TypedObject.cpp Hunk #6 succeeded at 2461 (offset 17 lines). patching file js/src/frontend/BytecodeCompiler.cpp patching file js/public/Utility.h Hunk #1 succeeded at 89 (offset 6 lines). patching file js/src/jsgcinlines.h patching file js/src/vm/Debugger.cpp creating cache ./config.cache checking host system type... armv7l-unknown-linux-gnueabihf checking target system type... armv7l-unknown-linux-gnueabihf checking build system type... armv7l-unknown-linux-gnueabihf checking for gawk... no checking for mawk... mawk checking for perl5... no checking for perl... /usr/bin/perl checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for c++... c++ checking whether the C++ compiler (c++ -DTRACE_LOG_DIR="\"/tmp/traces/\"" ) works... yes checking whether the C++ compiler (c++ -DTRACE_LOG_DIR="\"/tmp/traces/\"" ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ accepts -g... yes checking for ranlib... ranlib checking for as... /usr/bin/as checking for ar... ar checking for ld... ld checking for strip... strip checking for windres... no checking how to run the C preprocessor... gcc -E checking how to run the C++ preprocessor... c++ -E checking for sb-conf... no checking for ve... no checking for a BSD compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for tar archiver... checking for gnutar... no checking for gtar... no checking for tar... tar tar checking for minimum required perl version >= 5.006... 5.020002 checking for full perl installation... yes checking for python2.7... /usr/bin/python2.7 Creating Python environment New python executable in /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/_virtualenv/bin/python2.7 Also creating executable in /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/_virtualenv/bin/python Installing setuptools, pip...done. WARNING: Python.h not found. Install Python development headers. Error processing command. Ignoring because optional. (optional:setup.py:python/psutil:build_ext:--inplace) checking Python environment is Mozilla virtualenv... yes checking for doxygen... : checking for autoconf... : checking for xargs... /usr/bin/xargs checking for make... /usr/bin/make checking for X... libraries , headers checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... no checking for connect... no checking for remove... no checking for shmat... no checking for IceConnectionNumber in -lICE... yes checking for ARM SIMD support in compiler... yes checking ARM version support in compiler... 6 checking for ARM NEON support in compiler... yes checking that static assertion macros used in autoconf tests work... yes checking for --noexecstack option to as... yes checking for -z noexecstack option to ld... yes checking for -z text option to ld... yes checking for --build-id option to ld... yes checking whether the C compiler supports -Werror=return-type... yes checking whether the C compiler supports -Werror=int-to-pointer-cast... yes checking whether the C compiler supports -Wempty-body... yes checking whether the C compiler supports -Wsign-compare... yes checking whether the C++ compiler supports -Werror=return-type... yes checking whether the C++ compiler supports -Werror=int-to-pointer-cast... yes checking whether the C++ compiler supports -Wtype-limits... yes checking whether the C++ compiler supports -Wempty-body... yes checking whether the C++ compiler supports -Werror=conversion-null... yes checking whether the C++ compiler supports -Wsign-compare... yes checking whether the C++ compiler supports -Wno-invalid-offsetof... yes checking whether ld has archive extraction flags... yes checking for 64-bit OS... no checking for custom <inttypes.h> implementation... none specified checking for valid debug flags... yes checking whether the C++ compiler (c++ -DTRACE_LOG_DIR="\"/tmp/traces/\"" -fno-rtti -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id) actually is a C++ compiler... yes checking for ANSI C header files... yes checking for working const... yes checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for st_blksize in struct stat... yes checking for siginfo_t... yes checking for endian.h... yes checking for machine/endian.h... no checking for sys/isa_defs.h... no checking for gcc c++0x headers bug without rtti... no checking for visibility(hidden) attribute... yes checking for visibility(default) attribute... yes checking for visibility pragma support... yes checking For gcc visibility bug with class-level attributes (GCC bug 26905)... yes checking For x86_64 gcc visibility bug with builtins (GCC bug 20297)... no checking for gcc PR49911... no checking for gcc pr39608... no checking for llvm pr8927... no checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for sys/byteorder.h... no checking for compat.h... no checking for getopt.h... yes checking for sys/bitypes.h... yes checking for memory.h... yes checking for unistd.h... yes checking for gnu/libc-version.h... yes checking for nl_types.h... yes checking for malloc.h... yes checking for X11/XKBlib.h... yes checking for io.h... no checking for cpuid.h... no checking for sys/statvfs.h... yes checking for sys/statfs.h... yes checking for sys/vfs.h... yes checking for sys/mount.h... yes checking for sys/quota.h... yes checking for linux/quota.h... yes checking for sys/cdefs.h... yes checking for linux/perf_event.h... yes checking for perf_event_open system call... yes checking for gethostbyname_r in -lc_r... no checking for library containing dlopen... -ldl checking for dlfcn.h... yes checking for socket in -lsocket... no checking for pthread_create in -lpthreads... no checking for pthread_create in -lpthread... yes checking whether gcc accepts -pthread... yes checking whether gcc needs -traditional... no checking for 8-bit clean memcmp... yes checking for getc_unlocked... yes checking for _getc_nolock... no checking for localtime_r... yes checking for sin in -lm... yes checking for log2... yes checking for log1p... yes checking for expm1... yes checking for sqrt1pm1... no checking for acosh... yes checking for asinh... yes checking for atanh... yes checking for trunc... yes checking for cbrt... yes checking for wcrtomb... yes checking for mbrtowc... yes checking for res_ninit()... yes checking for nl_langinfo and CODESET... yes checking for an implementation of va_copy()... yes checking whether va_list can be copied by value... yes checking for ARM EABI... yes checking whether the C++ "using" keyword resolves ambiguity... yes checking for C++ dynamic_cast to void*... yes checking whether C++ requires implementation of unused virtual methods... yes checking for trouble comparing to zero near std::operator!=()... no checking for __thread keyword for TLS variables... yes checking for __attribute__((always_inline))... yes checking for __attribute__((malloc))... yes checking for __attribute__((warn_unused_result))... yes checking for LC_MESSAGES... yes checking for localeconv... yes checking for gzread in -lz... yes checking for __cxa_demangle... yes checking for -pipe support... yes checking whether C compiler supports -fprofile-generate... yes checking for correct overload resolution with const and templates... no checking for tm_zone tm_gmtoff in struct tm... yes checking what kind of list files are supported by the linker... linkerscript checking what kind of ordering can be done with the linker... section-ordering-file checking for posix_fadvise... yes checking for posix_fallocate... yes checking for setlocale... yes checking for localeconv... (cached) yes updating cache ./config.cache creating ./config.status Reticulating splines... Finished reading 7 moz.build files in 0.03s Processed into 42 build config descriptors in 0.03s Backend executed in 0.29s 39 total backend files; 39 created; 0 updated; 0 unchanged; 0 deleted; 6 -> 12 Makefile Total wall time: 0.37s; CPU time: 0.37s; Efficiency: 100%; Untracked: 0.01s make export if test -d dist/bin ; then touch dist/bin/.purgecaches ; fi make[1]: Entering directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug' /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/_virtualenv/bin/python -m mozbuild.action.process_install_manifest --no-remove dist/bin _build_manifests/install/dist_bin /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/_virtualenv/bin/python -m mozbuild.action.process_install_manifest --no-remove dist/idl _build_manifests/install/dist_idl /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/_virtualenv/bin/python -m mozbuild.action.process_install_manifest --no-remove dist/include _build_manifests/install/dist_include /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/_virtualenv/bin/python -m mozbuild.action.process_install_manifest --no-remove dist/public _build_manifests/install/dist_public /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/_virtualenv/bin/python -m mozbuild.action.process_install_manifest --no-remove dist/private _build_manifests/install/dist_private From dist/public: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories. /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/_virtualenv/bin/python -m mozbuild.action.process_install_manifest --no-remove dist/sdk _build_manifests/install/dist_sdk From dist/include: Kept 0 existing; Added/updated 99; Removed 0 files and 0 directories. From dist/idl: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories. From dist/bin: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories. /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/_virtualenv/bin/python -m mozbuild.action.process_install_manifest --no-remove _tests _build_manifests/install/tests From dist/private: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories. From dist/sdk: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories. From _tests: Kept 0 existing; Added/updated 0; Removed 0 files and 0 directories. make recurse_export make[2]: Entering directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug' make[3]: Entering directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/config' mkdir -p '.deps/' host_nsinstall.o gcc -o host_nsinstall.o -c -Wall -Wpointer-arith -Wdeclaration-after-statement -Werror=return-type -Werror=int-to-pointer-cast -Wempty-body -Wsign-compare -Wno-unused -std=gnu99 -fgnu89-inline -fno-math-errno -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g -DXP_UNIX -MD -MP -MF .deps/host_nsinstall.o.pp -DUNICODE -D_UNICODE -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/config -I. -I../dist/include -I/usr/include/nspr -I/usr/include/nspr /home/pi/0ad/libraries/source/spidermonkey/mozjs31/config/nsinstall.c host_pathsub.o gcc -o host_pathsub.o -c -Wall -Wpointer-arith -Wdeclaration-after-statement -Werror=return-type -Werror=int-to-pointer-cast -Wempty-body -Wsign-compare -Wno-unused -std=gnu99 -fgnu89-inline -fno-math-errno -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g -DXP_UNIX -MD -MP -MF .deps/host_pathsub.o.pp -DUNICODE -D_UNICODE -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/config -I. -I../dist/include -I/usr/include/nspr -I/usr/include/nspr /home/pi/0ad/libraries/source/spidermonkey/mozjs31/config/pathsub.c nsinstall_real /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/_virtualenv/bin/python /home/pi/0ad/libraries/source/spidermonkey/mozjs31/config/expandlibs_exec.py --depend .deps/nsinstall_real.pp --target nsinstall_real -- gcc -o nsinstall_real -Wall -Wpointer-arith -Wdeclaration-after-statement -Werror=return-type -Werror=int-to-pointer-cast -Wempty-body -Wsign-compare -Wno-unused -std=gnu99 -fgnu89-inline -fno-math-errno -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g -DXP_UNIX -MD -MP -MF .deps/nsinstall_real.pp -DUNICODE -D_UNICODE -lpthread -Wl,-z,noexecstack -Wl,-z,text -Wl,--build-id -B /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/build/unix/gold -Wl,-rpath-link,../dist/bin -Wl,-rpath-link,/usr/local/lib host_nsinstall.o host_pathsub.o cp nsinstall_real nsinstall.tmp mv nsinstall.tmp nsinstall /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/_virtualenv/bin/python /home/pi/0ad/libraries/source/spidermonkey/mozjs31/config/nsinstall.py -t -m 755 'nsinstall' '../dist/bin' make[3]: Leaving directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/config' make[3]: Entering directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/mfbt' make[3]: Nothing to be done for 'export'. make[3]: Leaving directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/mfbt' make[3]: Entering directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/python' make[3]: Nothing to be done for 'export'. make[3]: Leaving directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/python' make[3]: Entering directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/js/src' ../../dist/bin/nsinstall -R -m 644 'js-config.h' '../../dist/include' /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/_virtualenv/bin/python /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/builtin/embedjs.py -DIMPL_MFBT -DEXPORT_JS_API -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DNO_NSPR_10_SUPPORT -DUSE_ZLIB -DJS_STANDALONE='1' -DMOZILLA_VERSION='"31.2.0esr"' -DMOZILLA_VERSION_U='31.2.0esr' -DMOZILLA_UAVERSION='"31.0"' -DMOZJS_MAJOR_VERSION='31' -DMOZJS_MINOR_VERSION='2' -DHAVE_ARM_SIMD='1' -DHAVE_ARM_NEON='1' -DD_INO='d_ino' -DJS_CPU_ARM='1' -DJS_NUNBOX32='1' -DJS_ION='1' -DENABLE_YARR_JIT='1' -DMOZ_DEBUG_SYMBOLS='1' -DSTDC_HEADERS='1' -DHAVE_SSIZE_T='1' -DHAVE_ST_BLKSIZE='1' -DHAVE_SIGINFO_T='1' -DHAVE_ENDIAN_H='1' -DJS_HAVE_ENDIAN_H='1' -DHAVE_VISIBILITY_HIDDEN_ATTRIBUTE='1' -DHAVE_VISIBILITY_ATTRIBUTE='1' -DHAVE_DIRENT_H='1' -DHAVE_GETOPT_H='1' -DHAVE_SYS_BITYPES_H='1' -DHAVE_MEMORY_H='1' -DHAVE_UNISTD_H='1' -DHAVE_GNU_LIBC_VERSION_H='1' -DHAVE_NL_TYPES_H='1' -DHAVE_MALLOC_H='1' -DHAVE_X11_XKBLIB_H='1' -DHAVE_SYS_STATVFS_H='1' -DHAVE_SYS_STATFS_H='1' -DHAVE_SYS_VFS_H='1' -DHAVE_SYS_MOUNT_H='1' -DHAVE_SYS_QUOTA_H='1' -DHAVE_LINUX_QUOTA_H='1' -DHAVE_SYS_CDEFS_H='1' -DHAVE_DLOPEN='1' -D_REENTRANT='1' -DHAVE_GETC_UNLOCKED='1' -DHAVE_LOCALTIME_R='1' -DHAVE_LIBM='1' -DHAVE_LOG2='1' -DHAVE_LOG1P='1' -DHAVE_EXPM1='1' -DHAVE_ACOSH='1' -DHAVE_ASINH='1' -DHAVE_ATANH='1' -DHAVE_TRUNC='1' -DHAVE_CBRT='1' -DHAVE_WCRTOMB='1' -DHAVE_MBRTOWC='1' -DHAVE_RES_NINIT='1' -DHAVE_LANGINFO_CODESET='1' -DVA_COPY='va_copy' -DHAVE_VA_COPY='1' -DHAVE_CPP_AMBIGUITY_RESOLVING_USING='1' -DHAVE_CPP_DYNAMIC_CAST_TO_VOID_PTR='1' -DNEED_CPP_UNUSED_IMPLEMENTATIONS='1' -DHAVE_THREAD_TLS_KEYWORD='1' -DHAVE_I18N_LC_MESSAGES='1' -DHAVE_LOCALECONV='1' -DNS_ATTR_MALLOC='__attribute__((malloc))' -DNS_WARN_UNUSED_RESULT='__attribute__((warn_unused_result))' -DMOZ_UPDATE_CHANNEL='default' -DRELEASE_BUILD='1' -DJS_THREADSAFE='1' -DJSGC_INCREMENTAL='1' -DJSGC_GENERATIONAL='1' -DJSGC_USE_EXACT_ROOTING='1' -DJS_CODEGEN_ARM='1' -DJS_DEBUG='1' -DJS_GC_ZEAL='1' -DJS_CRASH_DIAGNOSTICS='1' -DHAVE___CXA_DEMANGLE='1' -DMOZ_DEMANGLE_SYMBOLS='1' -DJS_DEFAULT_JITREPORT_GRANULARITY='3' -DHAVE_TM_ZONE_TM_GMTOFF='1' -DCPP_THROW_NEW='throw()' -DEDITLINE='1' -DMOZ_DLL_SUFFIX='".so"' -DHAVE_POSIX_FADVISE='1' -DHAVE_POSIX_FALLOCATE='1' -DXP_UNIX='1' -DMOZ_REFLOW_PERF='1' -DMOZ_REFLOW_PERF_DSP='1' -DHAVE_SETLOCALE='1' -DHAVE_LOCALECONV='1' -DDEBUG -D_DEBUG -DTRACING \ -p 'gcc -E' -m /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/js.msg -o selfhosted.out.h /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/builtin/Utilities.js /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/builtin/ParallelUtilities.js /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/builtin/Array.js /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/builtin/Date.js /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/builtin/Intl.js /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/builtin/IntlData.js /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/builtin/Iterator.js /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/builtin/Map.js /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/builtin/Number.js /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/builtin/String.js /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/builtin/Set.js /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/builtin/TypedObject.js make[3]: Leaving directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/js/src' make[3]: Entering directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/js/src/shell' make[3]: Nothing to be done for 'export'. make[3]: Leaving directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/js/src/shell' make[2]: Leaving directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug' make[1]: Leaving directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug' make compile make[1]: Entering directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug' make recurse_compile make[2]: Entering directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug' make[3]: Entering directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/js/src' make[3]: Entering directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/config' make[3]: Nothing to be done for 'compile'. make[3]: Leaving directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/config' make[3]: Entering directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/mfbt' mkdir -p '.deps/' Compression.o make[3]: Entering directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/intl/icu' make export c++ -o Compression.o -c -fvisibility=hidden -DIMPL_MFBT -DNO_NSPR_10_SUPPORT -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt -I. -I../dist/include -I/usr/include/nspr -fPIC -DMOZILLA_CLIENT -include ../js/src/js-confdefs.h -MD -MP -MF .deps/Compression.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Werror=conversion-null -Wsign-compare -Wno-invalid-offsetof -DTRACE_LOG_DIR="\"/tmp/traces/\"" -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g -Wno-unused-function /home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt/Compression.cpp Decimal.oif test -d ../../dist/bin ; then touch ../../dist/bin/.purgecaches ; fi c++ -o Decimal.o -c -fvisibility=hidden -DIMPL_MFBT -DNO_NSPR_10_SUPPORT -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt -I. -I../dist/include -I/usr/include/nspr -fPIC -DMOZILLA_CLIENT -include ../js/src/js-confdefs.h -MD -MP -MF .deps/Decimal.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Werror=conversion-null -Wsign-compare -Wno-invalid-offsetof -DTRACE_LOG_DIR="\"/tmp/traces/\"" -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g /home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt/decimal/Decimal.cpp FloatingPoint.o c++ -o FloatingPoint.o -c -fvisibility=hidden -DIMPL_MFBT -DNO_NSPR_10_SUPPORT -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt -I. -I../dist/include -I/usr/include/nspr -fPIC -DMOZILLA_CLIENT -include ../js/src/js-confdefs.h -MD -MP -MF .deps/FloatingPoint.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Werror=conversion-null -Wsign-compare -Wno-invalid-offsetof -DTRACE_LOG_DIR="\"/tmp/traces/\"" -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g /home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt/FloatingPoint.cpp HashFunctions.o make[4]: Entering directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/intl/icu' make[4]: Nothing to be done for 'export'. make[4]: Leaving directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/intl/icu' make compile make[4]: Entering directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/intl/icu' make[4]: Nothing to be done for 'compile'. make[4]: Leaving directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/intl/icu' make libs make[4]: Entering directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/intl/icu' mkdir -p '.deps/' mkdir -p '.deps/' host_jskwgen.o c++ -o host_jskwgen.o -c -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Werror=conversion-null -Wsign-compare -Wno-invalid-offsetof -DTRACE_LOG_DIR="\"/tmp/traces/\"" -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g -std=gnu++0x -MD -MP -MF .deps/host_jskwgen.o.pp -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src -I. -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/../../mfbt/double-conversion -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/intl/icu/source/common -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/intl/icu/source/i18n -I../../dist/include -I/usr/include/nspr -I/usr/include/nspr /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/jskwgen.cpp make[4]: Leaving directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/intl/icu' make tools make[4]: Entering directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/intl/icu' make[4]: Nothing to be done for 'tools'. make[4]: Leaving directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/intl/icu' make[3]: Leaving directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/intl/icu' c++ -o HashFunctions.o -c -fvisibility=hidden -DIMPL_MFBT -DNO_NSPR_10_SUPPORT -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt -I. -I../dist/include -I/usr/include/nspr -fPIC -DMOZILLA_CLIENT -include ../js/src/js-confdefs.h -MD -MP -MF .deps/HashFunctions.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Werror=conversion-null -Wsign-compare -Wno-invalid-offsetof -DTRACE_LOG_DIR="\"/tmp/traces/\"" -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g /home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt/HashFunctions.cpp Poison.o c++ -o Poison.o -c -fvisibility=hidden -DIMPL_MFBT -DNO_NSPR_10_SUPPORT -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt -I. -I../dist/include -I/usr/include/nspr -fPIC -DMOZILLA_CLIENT -include ../js/src/js-confdefs.h -MD -MP -MF .deps/Poison.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Werror=conversion-null -Wsign-compare -Wno-invalid-offsetof -DTRACE_LOG_DIR="\"/tmp/traces/\"" -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g /home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt/Poison.cpp SHA1.o host_jskwgen /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/_virtualenv/bin/python /home/pi/0ad/libraries/source/spidermonkey/mozjs31/config/expandlibs_exec.py --depend .deps/host_jskwgen.pp --target host_jskwgen -- c++ -o host_jskwgen -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Werror=conversion-null -Wsign-compare -Wno-invalid-offsetof -DTRACE_LOG_DIR="\"/tmp/traces/\"" -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g -std=gnu++0x -MD -MP -MF .deps/host_jskwgen.pp -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src -I. -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/../../mfbt/double-conversion -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/intl/icu/source/common -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/intl/icu/source/i18n -I../../dist/include -I/usr/include/nspr host_jskwgen.o c++ -o SHA1.o -c -fvisibility=hidden -DIMPL_MFBT -DNO_NSPR_10_SUPPORT -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt -I. -I../dist/include -I/usr/include/nspr -fPIC -DMOZILLA_CLIENT -include ../js/src/js-confdefs.h -MD -MP -MF .deps/SHA1.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Werror=conversion-null -Wsign-compare -Wno-invalid-offsetof -DTRACE_LOG_DIR="\"/tmp/traces/\"" -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g /home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt/SHA1.cpp bignum-dtoa.o c++ -o bignum-dtoa.o -c -fvisibility=hidden -DIMPL_MFBT -DNO_NSPR_10_SUPPORT -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt -I. -I../dist/include -I/usr/include/nspr -fPIC -DMOZILLA_CLIENT -include ../js/src/js-confdefs.h -MD -MP -MF .deps/bignum-dtoa.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Werror=conversion-null -Wsign-compare -Wno-invalid-offsetof -DTRACE_LOG_DIR="\"/tmp/traces/\"" -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g /home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt/double-conversion/bignum-dtoa.cc bignum.o ./host_jskwgen /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/js/src/jsautokw.h RegExp.o c++ -o RegExp.o -c -fvisibility=hidden -DIMPL_MFBT -DEXPORT_JS_API -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DNO_NSPR_10_SUPPORT -DUSE_ZLIB -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src -I. -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/../../mfbt/double-conversion -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/intl/icu/source/common -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/intl/icu/source/i18n -I../../dist/include -I/usr/include/nspr -fPIC -DMOZILLA_CLIENT -include ../../js/src/js-confdefs.h -MD -MP -MF .deps/RegExp.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Werror=conversion-null -Wsign-compare -Wno-invalid-offsetof -DTRACE_LOG_DIR="\"/tmp/traces/\"" -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/builtin/RegExp.cpp Parser.o c++ -o bignum.o -c -fvisibility=hidden -DIMPL_MFBT -DNO_NSPR_10_SUPPORT -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt -I. -I../dist/include -I/usr/include/nspr -fPIC -DMOZILLA_CLIENT -include ../js/src/js-confdefs.h -MD -MP -MF .deps/bignum.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Werror=conversion-null -Wsign-compare -Wno-invalid-offsetof -DTRACE_LOG_DIR="\"/tmp/traces/\"" -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g /home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt/double-conversion/bignum.cc cached-powers.o c++ -o cached-powers.o -c -fvisibility=hidden -DIMPL_MFBT -DNO_NSPR_10_SUPPORT -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt -I. -I../dist/include -I/usr/include/nspr -fPIC -DMOZILLA_CLIENT -include ../js/src/js-confdefs.h -MD -MP -MF .deps/cached-powers.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Werror=conversion-null -Wsign-compare -Wno-invalid-offsetof -DTRACE_LOG_DIR="\"/tmp/traces/\"" -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g /home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt/double-conversion/cached-powers.cc diy-fp.o c++ -o diy-fp.o -c -fvisibility=hidden -DIMPL_MFBT -DNO_NSPR_10_SUPPORT -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt -I. -I../dist/include -I/usr/include/nspr -fPIC -DMOZILLA_CLIENT -include ../js/src/js-confdefs.h -MD -MP -MF .deps/diy-fp.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Werror=conversion-null -Wsign-compare -Wno-invalid-offsetof -DTRACE_LOG_DIR="\"/tmp/traces/\"" -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g /home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt/double-conversion/diy-fp.cc double-conversion.o c++ -o double-conversion.o -c -fvisibility=hidden -DIMPL_MFBT -DNO_NSPR_10_SUPPORT -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt -I. -I../dist/include -I/usr/include/nspr -fPIC -DMOZILLA_CLIENT -include ../js/src/js-confdefs.h -MD -MP -MF .deps/double-conversion.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Werror=conversion-null -Wsign-compare -Wno-invalid-offsetof -DTRACE_LOG_DIR="\"/tmp/traces/\"" -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g /home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt/double-conversion/double-conversion.cc fast-dtoa.o c++ -o fast-dtoa.o -c -fvisibility=hidden -DIMPL_MFBT -DNO_NSPR_10_SUPPORT -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt -I. -I../dist/include -I/usr/include/nspr -fPIC -DMOZILLA_CLIENT -include ../js/src/js-confdefs.h -MD -MP -MF .deps/fast-dtoa.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Werror=conversion-null -Wsign-compare -Wno-invalid-offsetof -DTRACE_LOG_DIR="\"/tmp/traces/\"" -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g /home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt/double-conversion/fast-dtoa.cc fixed-dtoa.o c++ -o fixed-dtoa.o -c -fvisibility=hidden -DIMPL_MFBT -DNO_NSPR_10_SUPPORT -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt -I. -I../dist/include -I/usr/include/nspr -fPIC -DMOZILLA_CLIENT -include ../js/src/js-confdefs.h -MD -MP -MF .deps/fixed-dtoa.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Werror=conversion-null -Wsign-compare -Wno-invalid-offsetof -DTRACE_LOG_DIR="\"/tmp/traces/\"" -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g /home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt/double-conversion/fixed-dtoa.cc strtod.o c++ -o strtod.o -c -fvisibility=hidden -DIMPL_MFBT -DNO_NSPR_10_SUPPORT -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt -I. -I../dist/include -I/usr/include/nspr -fPIC -DMOZILLA_CLIENT -include ../js/src/js-confdefs.h -MD -MP -MF .deps/strtod.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Werror=conversion-null -Wsign-compare -Wno-invalid-offsetof -DTRACE_LOG_DIR="\"/tmp/traces/\"" -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g /home/pi/0ad/libraries/source/spidermonkey/mozjs31/mfbt/double-conversion/strtod.cc c++ -o Parser.o -c -fvisibility=hidden -DIMPL_MFBT -DEXPORT_JS_API -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DNO_NSPR_10_SUPPORT -DUSE_ZLIB -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src -I. -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/../../mfbt/double-conversion -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/intl/icu/source/common -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/intl/icu/source/i18n -I../../dist/include -I/usr/include/nspr -fPIC -DMOZILLA_CLIENT -include ../../js/src/js-confdefs.h -MD -MP -MF .deps/Parser.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Werror=conversion-null -Wsign-compare -Wno-invalid-offsetof -DTRACE_LOG_DIR="\"/tmp/traces/\"" -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/frontend/Parser.cpp jsarray.o c++ -o jsarray.o -c -fvisibility=hidden -DIMPL_MFBT -DEXPORT_JS_API -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DNO_NSPR_10_SUPPORT -DUSE_ZLIB -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src -I. -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/../../mfbt/double-conversion -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/intl/icu/source/common -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/intl/icu/source/i18n -I../../dist/include -I/usr/include/nspr -fPIC -DMOZILLA_CLIENT -include ../../js/src/js-confdefs.h -MD -MP -MF .deps/jsarray.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Werror=conversion-null -Wsign-compare -Wno-invalid-offsetof -DTRACE_LOG_DIR="\"/tmp/traces/\"" -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/jsarray.cpp jsatom.o c++ -o jsatom.o -c -fvisibility=hidden -DIMPL_MFBT -DEXPORT_JS_API -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DNO_NSPR_10_SUPPORT -DUSE_ZLIB -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src -I. -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/../../mfbt/double-conversion -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/intl/icu/source/common -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/intl/icu/source/i18n -I../../dist/include -I/usr/include/nspr -fPIC -DMOZILLA_CLIENT -include ../../js/src/js-confdefs.h -MD -MP -MF .deps/jsatom.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Werror=conversion-null -Wsign-compare -Wno-invalid-offsetof -DTRACE_LOG_DIR="\"/tmp/traces/\"" -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/jsatom.cpp jsmath.o make[3]: Leaving directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/mfbt' c++ -o jsmath.o -c -fvisibility=hidden -DIMPL_MFBT -DEXPORT_JS_API -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DNO_NSPR_10_SUPPORT -DUSE_ZLIB -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src -I. -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/../../mfbt/double-conversion -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/intl/icu/source/common -I/home/pi/0ad/libraries/source/spidermonkey/mozjs31/intl/icu/source/i18n -I../../dist/include -I/usr/include/nspr -fPIC -DMOZILLA_CLIENT -include ../../js/src/js-confdefs.h -MD -MP -MF .deps/jsmath.o.pp -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Werror=int-to-pointer-cast -Wtype-limits -Wempty-body -Werror=conversion-null -Wsign-compare -Wno-invalid-offsetof -DTRACE_LOG_DIR="\"/tmp/traces/\"" -fno-rtti -fno-exceptions -fno-math-errno -std=gnu++0x -pthread -pipe -DDEBUG -D_DEBUG -DTRACING -g /home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/jsmath.cpp jsutil.o c++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions. /home/pi/0ad/libraries/source/spidermonkey/mozjs31/config/rules.mk:1001: recipe for target 'RegExp.o' failed make[3]: *** [RegExp.o] Error 4 make[3]: *** Deleting file 'RegExp.o' make[3]: *** Waiting for unfinished jobs.... c++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions. /home/pi/0ad/libraries/source/spidermonkey/mozjs31/config/rules.mk:1001: recipe for target 'Parser.o' failed make[3]: *** [Parser.o] Error 4 make[3]: *** Deleting file 'Parser.o' make[3]: Leaving directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug/js/src' /home/pi/0ad/libraries/source/spidermonkey/mozjs31/config/recurse.mk:95: recipe for target 'js/src/compile' failed make[2]: *** [js/src/compile] Error 2 make[2]: Leaving directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug' /home/pi/0ad/libraries/source/spidermonkey/mozjs31/config/recurse.mk:39: recipe for target 'compile' failed make[1]: *** [compile] Error 2 make[1]: Leaving directory '/home/pi/0ad/libraries/source/spidermonkey/mozjs31/js/src/build-debug' /home/pi/0ad/libraries/source/spidermonkey/mozjs31/config/rules.mk:592: recipe for target 'default' failed make: *** [default] Error 2 ERROR: SpiderMonkey build failed This is what I get when trying to compile 0 A.D from Git... works great on Ubuntu on the desktop PC. Looking around the web suggests SpiderMonkey is a pain to compile on arm. Can't try using make until this part gets sorted. Will let you know. Quote Link to comment Share on other sites More sharing options...
fabio Posted April 3, 2016 Report Share Posted April 3, 2016 Try recompiling with -j1, it may be the compiler crash is due to low memory on the rpi. Quote Link to comment Share on other sites More sharing options...
chrisf Posted April 4, 2016 Author Report Share Posted April 4, 2016 You were right. It's now past that stage. Running make now, also only on 1 core. Very slow as you can imagine so we'll see if it works. I still expect it will behave the same as the old alpha so I'm probably going to re encode the textures as low resolution versions so we can see if the game crashing is a memory problem. Quote Link to comment Share on other sites More sharing options...
chrisf Posted April 4, 2016 Author Report Share Posted April 4, 2016 (edited) I complied the latest GIT successfully and to my amazement... you can actually get into the map! It's not without problems though... this is with the GPU memory set to 160mb (shared with 1GB of system ram). After a few minutes it freezes and hard locks the system. You can see it getting slower and slower... I should probably run some metrics. Interestingly textures work so I don't know if it's getting passed uncompressed from the game or if the driver is decompressing them. This is actually my third attempt at running the game or so. The first time, as it was streaming the textures in, it actually loaded them all, but as higher quality versions started to appear, the game messed up as it does here. Is it possible to have a "low quality" setting which locks it to the muddy looking versions for testing? Next tasks: Proper profiling of RAM usage (GPU and System) Poring through logs etc to find out where the display driver is messing up (if it is) Filing bug reports (once I have useful feedback) Edited April 4, 2016 by chrisf 2 Quote Link to comment Share on other sites More sharing options...
fabio Posted April 5, 2016 Report Share Posted April 5, 2016 Which driver are you using? VC4 or llvmpipe/softpipe? Attach the file system_info.txt you found under ~/.config/0ad/ . The textures never load completely? 1 Quote Link to comment Share on other sites More sharing options...
chrisf Posted April 5, 2016 Author Report Share Posted April 5, 2016 Spoiler (generated 2016-04-04 19:19:12 UTC) OS : Linux 4.1.19-v7+ (#858 SMP Tue Mar 15 15:56:00 GMT 2016) CPU : armv7l, unknown Memory : 798 MiB; 435 MiB free Graphics Card : Broadcom Gallium 0.4 on VC4 OpenGL Drivers : 2.1 Mesa 11.1.0; OpenGL 2.1 Mesa 11.1.0 Video Mode : 1920x1080:24 Sound Card : Unknown Sound Drivers : Unknown OpenGL Extensions: GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_polygon_offset GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_fog_distance GL_APPLE_packed_pixels GL_APPLE_vertex_array_object GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_occlusion_query2 GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object GL_ARB_texture_rectangle GL_EXT_pixel_buffer_object GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_EXT_gpu_program_parameters GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_ARB_copy_buffer GL_ARB_half_float_vertex GL_ARB_map_buffer_range GL_ARB_vertex_array_bgra GL_EXT_vertex_array_bgra GL_ARB_ES2_compatibility GL_ARB_debug_output GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sampler_objects GL_ARB_texture_multisample GL_EXT_provoking_vertex GL_ARB_get_program_binary GL_ARB_robustness GL_ARB_separate_shader_objects GL_ARB_compressed_texture_pixel_storage GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_texture_storage GL_EXT_framebuffer_multisample_blit_scaled GL_AMD_shader_trinary_minmax GL_ARB_clear_buffer_object GL_ARB_explicit_uniform_location GL_ARB_invalidate_subdata GL_ARB_program_interface_query GL_ARB_texture_storage_multisample GL_ARB_vertex_attrib_binding GL_KHR_debug GL_ARB_buffer_storage GL_ARB_multi_bind GL_EXT_shader_integer_mix GL_ARB_get_texture_sub_image GL_KHR_context_flush_control SMBIOS: Quote Link to comment Share on other sites More sharing options...
fabio Posted April 5, 2016 Report Share Posted April 5, 2016 1) With current config do the textures load completely after some time? 2) you then may want to create a local.cfg (see here) and add this line: nos3tc = true This should make textures appears, but will require more video RAM. Is it any better anyway? 3) Also try with: renderpath = fixed Is it better? Note: please use spoiler tag when pasting long text. Quote Link to comment Share on other sites More sharing options...
chrisf Posted April 5, 2016 Author Report Share Posted April 5, 2016 I can't get past the menus at all now, experience either a segfault or some other bug. Probably worth me contacting the driver developer to see if he can shed any light on the issue. Reviving this topic, does anyone know of a way to shrink texture sizes on the fly? It seems textures are the issue here and otherwise it should run okay. I know on Android you can do this in GLTools but I don't know of an alternative for raspbian. Quote Link to comment Share on other sites More sharing options...
Stan` Posted August 13, 2018 Report Share Posted August 13, 2018 9 minutes ago, chrisf said: Reviving this topic, does anyone know of a way to shrink texture sizes on the fly? It seems textures are the issue here and otherwise it should run okay. I know on Android you can do this in GLTools but I don't know of an alternative for raspbian. I believe you can batch resize files using gimp and cmd probably need DDS plugin tho. https://www.gimp.org/tutorials/Basic_Batch/ Quote Link to comment Share on other sites More sharing options...
sarcoma Posted August 14, 2018 Report Share Posted August 14, 2018 Use mogrify for batch jobs if it can handle format Quote Link to comment Share on other sites More sharing options...
Guest Posted August 14, 2018 Report Share Posted August 14, 2018 IIRC, it can handle DDS. Quote Link to comment Share on other sites More sharing options...
Stan` Posted August 14, 2018 Report Share Posted August 14, 2018 The new Linux kernel is out with better support for raspberry https://www.omgubuntu.co.uk/2018/08/linux-4-18-kernel-release-features/amp Quote Link to comment Share on other sites More sharing options...
chrisf Posted August 14, 2018 Author Report Share Posted August 14, 2018 Is there anything that can do this on the fly at driver level? Or am I Barking up the wrong tree? Quote Link to comment Share on other sites More sharing options...
Stan` Posted August 14, 2018 Report Share Posted August 14, 2018 10 minutes ago, chrisf said: Is there anything that can do this on the fly at driver level? Or am I Barking up the wrong tree? That sounds like a waste Quote Link to comment Share on other sites More sharing options...
chrisf Posted August 14, 2018 Author Report Share Posted August 14, 2018 My main concern is when I compile from source and mess with anything at all it doesn't work... My main concern is when I compile from source and mess with anything at all it doesn't work... Quote Link to comment Share on other sites More sharing options...
Stan` Posted August 14, 2018 Report Share Posted August 14, 2018 6 minutes ago, chrisf said: My main concern is when I compile from source and mess with anything at all it doesn't work... My main concern is when I compile from source and mess with anything at all it doesn't work... What did you try ? Could you submit a patch ? Quote Link to comment Share on other sites More sharing options...
chrisf Posted August 15, 2018 Author Report Share Posted August 15, 2018 When I get some free time this weekend I will try again. So basically every dds file needs to be resized and the game should accept it? Quote Link to comment Share on other sites More sharing options...
Stan` Posted August 15, 2018 Report Share Posted August 15, 2018 As long as they are power of two... yes. Quote Link to comment Share on other sites More sharing options...
chrisf Posted August 21, 2018 Author Report Share Posted August 21, 2018 Ok I will try this weekend and report back. Quote Link to comment Share on other sites More sharing options...
Stan` Posted May 15, 2019 Report Share Posted May 15, 2019 So I tried to see if it could work. As expected repository version is out of date, and crashes. Trying the compilation route instead, with the SVN version. Compilation... okay Use: $ sudo apt-get install build-essential libboost-dev libboost-filesystem-dev \ libcurl4-gnutls-dev libenet-dev libgloox-dev libicu-dev \ libminiupnpc-dev libnspr4-dev libnvtt-dev libogg-dev libopenal-dev \ libpng-dev libsdl2-dev libvorbis-dev libwxgtk3.0-dev libxcursor-dev \ libxml2-dev subversion zlib1g-dev You'll need to install Cmake if you use the built-in NVTT. $ apt install cmake If you want to be able to build you will need to use a swap file, especially if you want to use multiple threads. Else you'll get c++ internal compiler error killed (program cc1plus) raspberry pi To do so (You'll need to do it at every restart): $ sudo dd if=/dev/zero of=/swapfile1GB bs=1M count=1024 $ sudo mkswap /swapfile1GB $ sudo chmod 0600 /swapfile1G $ sudo swapon /swapfile1GB Lib-sodium is outdated so you'll need to build it yourself. To do so: $ wget "https://download.libsodium.org/libsodium/releases/libsodium-1.0.16.tar.gz" $ tar xfvz libsodium-1.0.16.tar.gz $ cd libsodium-1.0.16/ $ ./configure $ make $ make install In my case it wasn't detected after building 0ad so I had to add $ sudo ldconfig After that the game will run. If you use the default drivers you will get a warning. I tried with the two others, but there is no difference between the last two. The game will segfault in the matchmaking window, before reaching it Here is the trace in GDB: Spoiler pi@raspberrypi:/mnt/ext/Dev/0ad-git/binaries/system $ gdb pyrogenesis GNU gdb (Raspbian 7.12-6) 7.12.0.20161007-git Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "arm-linux-gnueabihf". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from pyrogenesis...done. (gdb) run Starting program: /mnt/ext/Dev/0ad-git/binaries/system/pyrogenesis [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". TIMER| InitVfs: 3.59442 ms Writing the mainlog at /home/pi/.config/0ad/logs/mainlog.html [New Thread 0x72787ee0 (LWP 6320)] TIMER| CONFIG_Init: 49.1167 ms [New Thread 0x71f86ee0 (LWP 6321)] [New Thread 0x71f05ee0 (LWP 6322)] [New Thread 0x71e84ee0 (LWP 6323)] [New Thread 0x71cfeee0 (LWP 6324)] [New Thread 0x71afeee0 (LWP 6325)] [New Thread 0x718feee0 (LWP 6326)] [New Thread 0x715feee0 (LWP 6327)] [New Thread 0x712feee0 (LWP 6328)] [New Thread 0x700feee0 (LWP 6329)] Cannot connect to server socket err = No such file or directory Cannot connect to server request channel jack server is not running or cannot be started JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock [Thread 0x700feee0 (LWP 6329) exited] [New Thread 0x7007dee0 (LWP 6330)] [Thread 0x7007dee0 (LWP 6330) exited] [New Thread 0x6f87cee0 (LWP 6332)] Sound: AlcInit success, using OpenAL Soft [New Thread 0x7007dee0 (LWP 6333)] TIMER| shutdown ConfigDB: 1.51 us [Thread 0x7007dee0 (LWP 6333) exited] [Thread 0x6f87cee0 (LWP 6332) exited] TIMER| resource modules: 18.6903 ms TIMER TOTALS (9 clients) ----------------------------------------------------- tc_pool_alloc: 0 us (0x) tc_png_decode: 0 us (0x) tc_dds_transform: 0 us (0x) tc_transform: 0 us (0x) tc_plain_transform: 0 us (0x) tc_ShaderGLSLLink: 0 us (0x) tc_ShaderGLSLCompile: 0 us (0x) tc_ShaderValidation: 0 us (0x) xml_validation: 0 us (0x) ----------------------------------------------------- TIMER| shutdown misc: 1.47958 ms TIMER| InitVfs: 13.3792 ms Writing the mainlog at /home/pi/.config/0ad/logs/mainlog.html TIMER| CONFIG_Init: 35.1743 ms [New Thread 0x6f87cee0 (LWP 6334)] Sound: AlcInit success, using OpenAL Soft [New Thread 0x7007dee0 (LWP 6335)] [New Thread 0x6e9fdee0 (LWP 6336)] [New Thread 0x6e1fcee0 (LWP 6337)] libGL error: MESA-LOADER: failed to retrieve device information MESA-LOADER: failed to retrieve device information MESA-LOADER: failed to retrieve device information UserReport written to /home/pi/.config/0ad/logs/userreport_hwdetect.txt TIMER| RunHardwareDetection: 91.7149 ms TIMER| write_sys_info: 7.03275 ms [New Thread 0x6a2c5ee0 (LWP 6338)] No SSE available. Slow fallback routines will be used. TIMER| InitRenderer: 100.496 ms TIMER| ps_console: 40.6894 ms TIMER| ps_lang_hotkeys: 6.80915 ms TIMER| common/modern/setup.xml: 17.6834 ms TIMER| common/modern/styles.xml: 3.86833 ms TIMER| common/modern/sprites.xml: 23.1123 ms TIMER| common/setup.xml: 7.91337 ms TIMER| common/sprites.xml: 8.21238 ms TIMER| common/styles.xml: 4.75114 ms TIMER| pregame/backgrounds/: 16.2108 ms TIMER| pregame/sprites.xml: 1.67104 ms TIMER| pregame/styles.xml: 773.071 us TIMER| pregame/mainmenu.xml: 493.333 ms TIMER| common/global.xml: 6.53113 ms TIMER| common/modern/setup.xml: 1.31864 ms TIMER| common/modern/styles.xml: 1.01802 ms TIMER| common/modern/sprites.xml: 9.96144 ms TIMER| splashscreen/setup.xml: 6.09384 ms TIMER| splashscreen/splashscreen.xml: 96.1248 ms TIMER| common/global.xml: 2.41078 ms TIMER| common/modern/setup.xml: 1.62328 ms TIMER| common/modern/styles.xml: 2.66473 ms TIMER| common/modern/sprites.xml: 14.2668 ms TIMER| common/setup.xml: 5.96202 ms TIMER| common/sprites.xml: 5.83848 ms TIMER| common/styles.xml: 1.50995 ms TIMER| gamesetup/setup.xml: 3.6564 ms TIMER| gamesetup/styles.xml: 236.822 us TIMER| gamesetup/gamesetup.xml: 497.097 ms TIMER| common/global.xml: 14.1305 ms ERROR: JavaScript error: gui/gamesetup/gamesetup.js line 1299 TypeError: category is undefined getGUIObjectNameFromSetting@gui/gamesetup/gamesetup.js:1299:7 initDropdown@gui/gamesetup/gamesetup.js:1340:35 initPlayerDropdowns@gui/gamesetup/gamesetup.js:1377:3 initSettingObjects@gui/gamesetup/gamesetup.js:1335:3 initGUIObjects@gui/gamesetup/gamesetup.js:1199:2 onTick@gui/gamesetup/gamesetup.js:1998:3 __eventhandler48 (tick)@setupWindow tick:0:1 Thread 1 "pyrogenesis" received signal SIGSEGV, Segmentation fault. 0x76909950 in js::gc::StoreBuffer::isOkayToUseBuffer (this=0xeaffff97) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/gc/StoreBuffer.h:363 363 if (!isEnabled()) (gdb) thread apply all bt full Thread 19 (Thread 0x6a2c5ee0 (LWP 6338)): #0 0x75d0f068 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=1, futex_word=0xa74728) at ../sysdeps/unix/sysv/linux/futex-internal.h:205 _a2tmp = 393 _a2 = 393 _v2 = -1 _a3tmp = 1 _a3 = 1 _a1 = 10962728 _nr = 240 _a4tmp = 0 _a1tmp = 10962728 _a4 = 0 _v1 = 0 __ret = <optimized out> oldtype = 0 err = <optimized out> #1 do_futex_wait (sem=sem@entry=0xa74728, abstime=0x0) at sem_waitcommon.c:115 No locals. #2 0x75d0f1ac in __new_sem_wait_slow (sem=0xa74728, abstime=0x0) at sem_waitcommon.c:282 ---Type <return> to continue, or q <return> to quit--- _buffer = {__routine = 0x75d0f030 <__sem_wait_cleanup>, __arg = 0xa74728, __canceltype = 1976621236, __prev = 0x0} err = 0 v = <optimized out> #3 0x76efd8e8 in ?? () from /usr/lib/arm-linux-gnueabihf/libSDL2-2.0.so.0 No symbol table info available. Backtrace stopped: previous frame identical to this frame (corrupt stack?) Thread 18 (Thread 0x6e1fcee0 (LWP 6337)): #0 0x75d0f068 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=1, futex_word=0x82ece0) at ../sysdeps/unix/sysv/linux/futex-internal.h:205 _a2tmp = 393 _a2 = 393 _v2 = -1 _a3tmp = 1 _a3 = 1 _a1 = 8580320 _nr = 240 _a4tmp = 0 _a1tmp = 8580320 _a4 = 0 _v1 = 0 ---Type <return> to continue, or q <return> to quit--- __ret = <optimized out> oldtype = 2 err = <optimized out> #1 do_futex_wait (sem=sem@entry=0x82ece0, abstime=0x0) at sem_waitcommon.c:115 No locals. #2 0x75d0f1ac in __new_sem_wait_slow (sem=0x82ece0, abstime=0x0) at sem_waitcommon.c:282 _buffer = {__routine = 0x75d0f030 <__sem_wait_cleanup>, __arg = 0x82ece0, __canceltype = 1, __prev = 0x0} err = 0 v = <optimized out> #3 0x76efd8e8 in ?? () from /usr/lib/arm-linux-gnueabihf/libSDL2-2.0.so.0 No symbol table info available. Backtrace stopped: previous frame identical to this frame (corrupt stack?) Thread 17 (Thread 0x6e9fdee0 (LWP 6336)): #0 0x75d0f068 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=1, futex_word=0x8b08b0) at ../sysdeps/unix/sysv/linux/futex-internal.h:205 _a2tmp = 393 _a2 = 393 _v2 = -1 _a3tmp = 1 ---Type <return> to continue, or q <return> to quit--- _a3 = 1 _a1 = 9111728 _nr = 240 _a4tmp = 0 _a1tmp = 9111728 _a4 = 0 _v1 = 0 __ret = <optimized out> oldtype = 0 err = <optimized out> #1 do_futex_wait (sem=sem@entry=0x8b08b0, abstime=0x0) at sem_waitcommon.c:115 No locals. #2 0x75d0f1ac in __new_sem_wait_slow (sem=0x8b08b0, abstime=0x0) at sem_waitcommon.c:282 _buffer = {__routine = 0x75d0f030 <__sem_wait_cleanup>, __arg = 0x8b08b0, __canceltype = 8579528, __prev = 0x0} err = 0 v = <optimized out> #3 0x76efd8e8 in ?? () from /usr/lib/arm-linux-gnueabihf/libSDL2-2.0.so.0 No symbol table info available. Backtrace stopped: previous frame identical to this frame (corrupt stack?) Thread 16 (Thread 0x7007dee0 (LWP 6335)): ---Type <return> to continue, or q <return> to quit--- #0 0x75d10d60 in nanosleep () at ../sysdeps/unix/syscall-template.S:84 No locals. #1 0x76f01b8c in ?? () from /usr/lib/arm-linux-gnueabihf/libSDL2-2.0.so.0 No symbol table info available. Backtrace stopped: previous frame identical to this frame (corrupt stack?) Thread 15 (Thread 0x6f87cee0 (LWP 6334)): #0 0x75c89120 in poll () at ../sysdeps/unix/syscall-template.S:84 No locals. #1 0x75971040 in ?? () from /usr/lib/arm-linux-gnueabihf/libasound.so.2 No symbol table info available. Backtrace stopped: previous frame identical to this frame (corrupt stack?) Thread 10 (Thread 0x712feee0 (LWP 6328)): #0 0x75d0c9a4 in __pthread_cond_wait (cond=0x6d90c0, mutex=0x6d9058) at pthread_cond_wait.c:188 _a1 = 7180484 _nr = 240 _a3tmp = 429 _a3 = 429 _a4tmp = 0 _a2tmp = 211 _a2 = 128 ---Type <return> to continue, or q <return> to quit--- _a4 = 0 __ret = <optimized out> futex_val = 429 mut = 0x6d9058 buffer = {__routine = 0x75d0c680 <__condvar_cleanup>, __arg = 0x712fe840, __canceltype = 0, __prev = 0x0} cbuffer = {oldtype = 0, cond = 0x6d90c0, mutex = 0x6d9058, bc_seq = 5} err = <optimized out> pshared = <optimized out> pi_flag = 0 val = <optimized out> seq = <optimized out> #1 0x75776768 in PR_WaitCondVar () from /usr/lib/arm-linux-gnueabihf/libnspr4.so No symbol table info available. #2 0x769fae58 in js::GlobalHelperThreadState::wait (millis=0, which=js::GlobalHelperThreadState::PRODUCER, this=<optimized out>) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/vm/HelperThreads.cpp:549 No locals. #3 js::HelperThread::threadLoop (this=<optimized out>) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/vm/HelperThreads.cpp:1405 ---Type <return> to continue, or q <return> to quit--- ionCompile = false stackLimit = <optimized out> #4 0x7577c174 in ?? () from /usr/lib/arm-linux-gnueabihf/libnspr4.so No symbol table info available. Backtrace stopped: previous frame identical to this frame (corrupt stack?) Thread 9 (Thread 0x715feee0 (LWP 6327)): #0 0x75d0c9a4 in __pthread_cond_wait (cond=0x6d90c0, mutex=0x6d9058) at pthread_cond_wait.c:188 _a1 = 7180484 _nr = 240 _a3tmp = 434 _a3 = 434 _a4tmp = 0 _a2tmp = 213 _a2 = 128 _a4 = 0 __ret = <optimized out> futex_val = 434 mut = 0x6d9058 buffer = {__routine = 0x75d0c680 <__condvar_cleanup>, __arg = 0x715fe840, __canceltype = 0, __prev = 0x0} cbuffer = {oldtype = 0, cond = 0x6d90c0, mutex = 0x6d9058, bc_seq = 5} ---Type <return> to continue, or q <return> to quit--- err = <optimized out> pshared = <optimized out> pi_flag = 0 val = <optimized out> seq = <optimized out> #1 0x75776768 in PR_WaitCondVar () from /usr/lib/arm-linux-gnueabihf/libnspr4.so No symbol table info available. #2 0x769fae58 in js::GlobalHelperThreadState::wait (millis=0, which=js::GlobalHelperThreadState::PRODUCER, this=<optimized out>) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/vm/HelperThreads.cpp:549 No locals. #3 js::HelperThread::threadLoop (this=<optimized out>) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/vm/HelperThreads.cpp:1405 ionCompile = false stackLimit = <optimized out> #4 0x7577c174 in ?? () from /usr/lib/arm-linux-gnueabihf/libnspr4.so No symbol table info available. Backtrace stopped: previous frame identical to this frame (corrupt stack?) Thread 8 (Thread 0x718feee0 (LWP 6326)): ---Type <return> to continue, or q <return> to quit--- #0 0x75d0c9a4 in __pthread_cond_wait (cond=0x6d90c0, mutex=0x6d9058) at pthread_cond_wait.c:188 _a1 = 7180484 _nr = 240 _a3tmp = 422 _a3 = 422 _a4tmp = 0 _a2tmp = 207 _a2 = 128 _a4 = 0 __ret = <optimized out> futex_val = 422 mut = 0x6d9058 buffer = {__routine = 0x75d0c680 <__condvar_cleanup>, __arg = 0x718fe840, __canceltype = 0, __prev = 0x0} cbuffer = {oldtype = 0, cond = 0x6d90c0, mutex = 0x6d9058, bc_seq = 5} err = <optimized out> pshared = <optimized out> pi_flag = 0 val = <optimized out> seq = <optimized out> #1 0x75776768 in PR_WaitCondVar () from /usr/lib/arm-linux-gnueabihf/libnspr4.so ---Type <return> to continue, or q <return> to quit--- No symbol table info available. #2 0x769fae58 in js::GlobalHelperThreadState::wait (millis=0, which=js::GlobalHelperThreadState::PRODUCER, this=<optimized out>) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/vm/HelperThreads.cpp:549 No locals. #3 js::HelperThread::threadLoop (this=<optimized out>) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/vm/HelperThreads.cpp:1405 ionCompile = false stackLimit = <optimized out> #4 0x7577c174 in ?? () from /usr/lib/arm-linux-gnueabihf/libnspr4.so No symbol table info available. Backtrace stopped: previous frame identical to this frame (corrupt stack?) Thread 7 (Thread 0x71afeee0 (LWP 6325)): #0 0x75d0c9a4 in __pthread_cond_wait (cond=0x6d90c0, mutex=0x6d9058) at pthread_cond_wait.c:188 _a1 = 7180484 _nr = 240 _a3tmp = 425 _a3 = 425 _a4tmp = 0 ---Type <return> to continue, or q <return> to quit--- _a2tmp = 209 _a2 = 128 _a4 = 0 __ret = <optimized out> futex_val = 425 mut = 0x6d9058 buffer = {__routine = 0x75d0c680 <__condvar_cleanup>, __arg = 0x71afe840, __canceltype = 0, __prev = 0x0} cbuffer = {oldtype = 0, cond = 0x6d90c0, mutex = 0x6d9058, bc_seq = 5} err = <optimized out> pshared = <optimized out> pi_flag = 0 val = <optimized out> seq = <optimized out> #1 0x75776768 in PR_WaitCondVar () from /usr/lib/arm-linux-gnueabihf/libnspr4.so No symbol table info available. #2 0x769fae58 in js::GlobalHelperThreadState::wait (millis=0, which=js::GlobalHelperThreadState::PRODUCER, this=<optimized out>) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/vm/HelperThreads.cpp:549 No locals. #3 js::HelperThread::threadLoop (this=<optimized out>) ---Type <return> to continue, or q <return> to quit--- at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/vm/HelperThreads.cpp:1405 ionCompile = false stackLimit = <optimized out> #4 0x7577c174 in ?? () from /usr/lib/arm-linux-gnueabihf/libnspr4.so No symbol table info available. Backtrace stopped: previous frame identical to this frame (corrupt stack?) Thread 6 (Thread 0x71cfeee0 (LWP 6324)): #0 0x75d0c9a4 in __pthread_cond_wait (cond=0x6d90c0, mutex=0x6d9058) at pthread_cond_wait.c:188 _a1 = 7180484 _nr = 240 _a3tmp = 430 _a3 = 430 _a4tmp = 0 _a2tmp = 211 _a2 = 128 _a4 = 0 __ret = <optimized out> futex_val = 430 mut = 0x6d9058 buffer = {__routine = 0x75d0c680 <__condvar_cleanup>, ---Type <return> to continue, or q <return> to quit--- __arg = 0x71cfe840, __canceltype = 0, __prev = 0x0} cbuffer = {oldtype = 0, cond = 0x6d90c0, mutex = 0x6d9058, bc_seq = 5} err = <optimized out> pshared = <optimized out> pi_flag = 0 val = <optimized out> seq = <optimized out> #1 0x75776768 in PR_WaitCondVar () from /usr/lib/arm-linux-gnueabihf/libnspr4.so No symbol table info available. #2 0x769fae58 in js::GlobalHelperThreadState::wait (millis=0, which=js::GlobalHelperThreadState::PRODUCER, this=<optimized out>) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/vm/HelperThreads.cpp:549 No locals. #3 js::HelperThread::threadLoop (this=<optimized out>) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/vm/HelperThreads.cpp:1405 ionCompile = false stackLimit = <optimized out> #4 0x7577c174 in ?? () from /usr/lib/arm-linux-gnueabihf/libnspr4.so No symbol table info available. Backtrace stopped: previous frame identical to this frame (corrupt stack?) ---Type <return> to continue, or q <return> to quit--- Thread 5 (Thread 0x71e84ee0 (LWP 6323)): #0 0x75d0c9a4 in __pthread_cond_wait (cond=0x6d90c0, mutex=0x6d9058) at pthread_cond_wait.c:188 _a1 = 7180484 _nr = 240 _a3tmp = 436 _a3 = 436 _a4tmp = 0 _a2tmp = 214 _a2 = 128 _a4 = 0 __ret = <optimized out> futex_val = 436 mut = 0x6d9058 buffer = {__routine = 0x75d0c680 <__condvar_cleanup>, __arg = 0x71e84840, __canceltype = 0, __prev = 0x0} cbuffer = {oldtype = 0, cond = 0x6d90c0, mutex = 0x6d9058, bc_seq = 5} err = <optimized out> pshared = <optimized out> pi_flag = 0 val = <optimized out> seq = <optimized out> ---Type <return> to continue, or q <return> to quit--- #1 0x75776768 in PR_WaitCondVar () from /usr/lib/arm-linux-gnueabihf/libnspr4.so No symbol table info available. #2 0x769fae58 in js::GlobalHelperThreadState::wait (millis=0, which=js::GlobalHelperThreadState::PRODUCER, this=<optimized out>) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/vm/HelperThreads.cpp:549 No locals. #3 js::HelperThread::threadLoop (this=<optimized out>) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/vm/HelperThreads.cpp:1405 ionCompile = false stackLimit = <optimized out> #4 0x7577c174 in ?? () from /usr/lib/arm-linux-gnueabihf/libnspr4.so No symbol table info available. Backtrace stopped: previous frame identical to this frame (corrupt stack?) Thread 4 (Thread 0x71f05ee0 (LWP 6322)): #0 0x75d0c9a4 in __pthread_cond_wait (cond=0x6d90c0, mutex=0x6d9058) at pthread_cond_wait.c:188 _a1 = 7180484 _nr = 240 _a3tmp = 426 ---Type <return> to continue, or q <return> to quit--- _a3 = 426 _a4tmp = 0 _a2tmp = 209 _a2 = 128 _a4 = 0 __ret = <optimized out> futex_val = 426 mut = 0x6d9058 buffer = {__routine = 0x75d0c680 <__condvar_cleanup>, __arg = 0x71f05840, __canceltype = 0, __prev = 0x0} cbuffer = {oldtype = 0, cond = 0x6d90c0, mutex = 0x6d9058, bc_seq = 5} err = <optimized out> pshared = <optimized out> pi_flag = 0 val = <optimized out> seq = <optimized out> #1 0x75776768 in PR_WaitCondVar () from /usr/lib/arm-linux-gnueabihf/libnspr4.so No symbol table info available. #2 0x769fae58 in js::GlobalHelperThreadState::wait (millis=0, which=js::GlobalHelperThreadState::PRODUCER, this=<optimized out>) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/vm/HelperThreads.cpp:549 ---Type <return> to continue, or q <return> to quit--- No locals. #3 js::HelperThread::threadLoop (this=<optimized out>) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/vm/HelperThreads.cpp:1405 ionCompile = false stackLimit = <optimized out> #4 0x7577c174 in ?? () from /usr/lib/arm-linux-gnueabihf/libnspr4.so No symbol table info available. Backtrace stopped: previous frame identical to this frame (corrupt stack?) Thread 3 (Thread 0x71f86ee0 (LWP 6321)): #0 0x75d0c9a4 in __pthread_cond_wait (cond=0x6d90c0, mutex=0x6d9058) at pthread_cond_wait.c:188 _a1 = 7180484 _nr = 240 _a3tmp = 432 _a3 = 432 _a4tmp = 0 _a2tmp = 212 _a2 = 128 _a4 = 0 __ret = <optimized out> futex_val = 432 ---Type <return> to continue, or q <return> to quit--- mut = 0x6d9058 buffer = {__routine = 0x75d0c680 <__condvar_cleanup>, __arg = 0x71f86840, __canceltype = 0, __prev = 0x0} cbuffer = { oldtype = 0, cond = 0x6d90c0, mutex = 0x6d9058, bc_seq = 5} err = <optimized out> pshared = <optimized out> pi_flag = 0 val = <optimized out> seq = <optimized out> #1 0x75776768 in PR_WaitCondVar () from /usr/lib/arm-linux-gnueabihf/libnspr4.so No symbol table info available. #2 0x769fae58 in js::GlobalHelperThreadState::wait (millis=0, which=js::GlobalHelperThreadState::PRODUCER, this=<optimized out>) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/vm/HelperThreads.cpp:549 No locals. #3 js::HelperThread::threadLoop (this=<optimized out>) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/vm/HelperThreads.cpp:1405 ionCompile = false stackLimit = <optimized out> #4 0x7577c174 in ?? () from /usr/lib/arm-linux-gnueabihf/libnspr4.so ---Type <return> to continue, or q <return> to quit--- No symbol table info available. Backtrace stopped: previous frame identical to this frame (corrupt stack?) Thread 2 (Thread 0x72787ee0 (LWP 6320)): #0 0x75c8b674 in select () at ../sysdeps/unix/syscall-template.S:84 No locals. #1 0x0052f008 in inotify_event_loop () at ../../../source/lib/sysdep/os/linux/dir_watch_inotify.cpp:148 fdrset = {fds_bits = {32, 0 <repeats 31 times>}} #2 0x75d05fc4 in start_thread (arg=0x72787ee0) at pthread_create.c:458 pd = 0x72787ee0 unwind_buf = {cancel_jmp_buf = {{jmp_buf = {1398925731, 1422511839, 1920499424, 2130684904, 1920499424, 338, 2130684898, 1, 4096, 1920498204, 0 <repeats 54 times>}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> pagesize_m1 = <optimized out> sp = <optimized out> freesize = <optimized out> __PRETTY_FUNCTION__ = "start_thread" #3 0x75c92038 in ?? () at ../sysdeps/unix/sysv/linux/arm/clone.S:76 from /lib/arm-linux-gnueabihf/libc.so.6 ---Type <return> to continue, or q <return> to quit--- No locals. Backtrace stopped: previous frame identical to this frame (corrupt stack?) Thread 1 (Thread 0x730af5f0 (LWP 6317)): #0 0x76909950 in js::gc::StoreBuffer::isOkayToUseBuffer (this=0xeaffff97) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/gc/StoreBuffer.h:363 No locals. #1 js::gc::StoreBuffer::putFromAnyThread<js::gc::StoreBuffer::MonoTypeBuffer<js::gc::StoreBuffer::SlotsEdge>, js::gc::StoreBuffer::SlotsEdge> (edge=..., buffer=..., this=0xeaffff97) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/gc/StoreBuffer.h:378 No locals. #2 js::gc::StoreBuffer::putSlotFromAnyThread (count=1, start=0, kind=0, obj=0x70226888, this=<optimized out>) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/gc/StoreBuffer.h:440 No locals. #3 js::HeapSlot::post (kind=js::HeapSlot::Slot, target=..., slot=0, owner=0x70226888, this=<optimized out>) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/gc/Barrier.h:912 ---Type <return> to continue, or q <return> to quit--- No locals. #4 js::HeapSlot::set (v=..., slot=0, kind=js::HeapSlot::Slot, owner=0x70226888, this=<optimized out>) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/gc/Barrier.h:890 No locals. #5 js::NativeObject::setSlot (this=0x70226888, slot=0, value=...) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/vm/NativeObject.h:769 No locals. #6 0x76a162e8 in js::NativeObject::setSlotWithType (overwriting=true, value=..., shape=0x68c7b058, cx=0xc66688, this=0x70226888) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/vm/NativeObject-inl.h:314 No locals. #7 NativeSet (cx=cx@entry=0xc66688, obj=obj@entry=..., receiver=..., receiver@entry=..., shape=..., strict=true, strict@entry=108, vp=..., vp@entry=...) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/vm/NativeObject.cpp:2135 overwriting = true ovp = {<js::RootedBase<JS::Value>> = {<js::MutableValueOperations<JS::Rooted<JS::Value> >> = {<js::ValueOperations<JS::Rooted<JS::Value> >> = {<No data ---Type <return> to continue, or q <return> to quit--- fields>}, <No data fields>}, <No data fields>}, stack = 0x6, prev = 0x68c76328, ptr = {data = {asBits = 6052864808, s = { payload = {i32 = 1757897512, u32 = 1757897512, boo = 1757897512, str = 0x68c76328, sym = 0x68c76328, obj = 0x68c76328, cell = 0x68c76328, ptr = 0x68c76328, why = 1757897512, word = 1757897512, uintptr = 1757897512}, tag = 1}, asDouble = 2.9905125605542728e-314, asPtr = 0x68c76328}}} sample = <optimized out> #8 0x76a18304 in SetExistingProperty (strict=108, vp=..., shape=..., pobj=..., id=..., receiver=..., obj=..., cx=0xc66688) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/vm/NativeObject.cpp:2203 No locals. #9 js::NativeSetProperty (cx=cx@entry=0xc66688, obj=..., obj@entry=..., receiver=..., receiver@entry=..., id=..., qualified=js::Qualified, vp=..., vp@entry=..., strict=strict@entry=true) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/vm/NativeObject.cpp:2250 done = <optimized out> proto = {<js::RootedBase<JSObject*>> = {<No data fields>}, stack = 0x0, prev = 0x3f800000, ptr = 0x402ce57a} shape = {<js::RootedBase<js::Shape*>> = {<No data fields>}, ---Type <return> to continue, or q <return> to quit--- stack = 0xc66698, prev = 0x7effd008, ptr = 0x68c7b058} pobj = {<js::RootedBase<js::NativeObject*>> = {<No data fields>}, stack = 0xc66694, prev = 0x7effd264, ptr = 0x70226888} #10 0x76c4c6f8 in js::jit::SetProperty (cx=cx@entry=0xc66688, obj=..., obj@entry=..., name=..., name@entry=..., value=..., value@entry=..., strict=true, pc=0xa8eb2e "0") at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/jit/VMFunctions.cpp:475 v = {<js::RootedBase<JS::Value>> = {<js::MutableValueOperations<JS::Rooted<JS::Value> >> = {<js::ValueOperations<JS::Rooted<JS::Value> >> = {<No data fields>}, <No data fields>}, <No data fields>}, stack = 0xc666bc, prev = 0x7effd270, ptr = {data = {asBits = 18446743558313476100, s = {payload = {i32 = 4, u32 = 4, boo = 4, str = 0x4, sym = 0x4, obj = 0x4, cell = 0x4, ptr = 0x4, why = JS_THIS_POISON, word = 4, uintptr = 4}, tag = JSVAL_TAG_OBJECT}, asDouble = -nan(0xfff8800000004), asPtr = 0x4}}} id = {<js::RootedBase<jsid>> = {<No data fields>}, stack = 0xc666b8, prev = 0x7effcff0, ptr = {asBits = 1880783856}} op = <optimized out> #11 0x76b955c8 in js::jit::SetPropertyIC::update (cx=0xc66688, outerScript=..., cacheIndex=<optimized out>, obj=..., value=...) at /mnt/ext/Dev/0ad-git/libraries/source/spidermonkey/mozjs-38.0.0/js/src/jit/IonCaches.cpp:3033 ---Type <return> to continue, or q <return> to quit--- name = {<js::RootedBase<js::PropertyName*>> = {<No data fields>}, stack = 0xc666a4, prev = 0x7effd45c, ptr = 0x701a7bf0} id = {<js::RootedBase<jsid>> = {<No data fields>}, stack = 0xc666b8, prev = 0x7effd468, ptr = {asBits = 1880783856}} oldGroup = {<js::RootedBase<js::ObjectGroup*>> = {<No data fields>}, stack = 0xc666a0, prev = 0x0, ptr = 0x68c76310} canCache = js::jit::SetPropertyIC::CanAttachSetSlot addedSetterStub = false oldSlots = 8 oldShape = {<js::RootedBase<js::Shape*>> = {<No data fields>}, stack = 0xc66698, prev = 0x7effd474, ptr = 0x68c7b580} #12 0x71c7064c in ?? () No symbol table info available. Backtrace stopped: previous frame identical to this frame (corrupt stack?) @fabio It would seem the option renderpath = fixed Should be removed from the game. You have to carefully disable all the options or it will crash the game on other platforms, and it's incredibly slower than the rest. nos3tc = true Didn't seem to have any influence (maybe the game crashed more easily), but I guess i would only have seen it in the game. Atlas doesn't load either, and send a huge number of warnings in the background. It would seem to be a memory issue, but since it works with under 512MB Ram when not in the game I guess something else is at work here. I'll try with SM45 to see if it fixes it. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.