kivy / cymunk

Cython port of Pymunk
http://readthedocs.org/docs/cymunk/en/latest/
MIT License
45 stars 29 forks source link

Crashes on windows 8.1, build with gcc-tdm 4.8 #25

Closed fy0 closed 9 years ago

fy0 commented 9 years ago

My gcc: Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=d:/codeblocks/mingw/bin/../libexec/gcc/mingw32/4.8.1/lto-wra pper.exe Target: mingw32 Configured with: ../../../src/gcc-4.8.1/configure --build=mingw32 --enable-langu ages=ada,c,c++,fortran,lto,objc,obj-c++ --enable-libgomp --enable-lto --enable-g raphite --enable-libstdcxx-debug --enable-threads=posix --enable-version-specifi c-runtime-libs --enable-fully-dynamic-string --enable-libstdcxx-threads --enable -libstdcxx-time --with-gnu-ld --disable-werror --disable-nls --disable-win32-reg istry --disable-symvers --enable-cxx-flags='-fno-function-sections -fno-data-sec tions -DWINPTHREAD_STATIC' --prefix=/mingw32tdm --with-local-prefix=/mingw32tdm --with-pkgversion=tdm-2 --enable-sjlj-exceptions --with-bugurl=http://tdm-gcc.td ragon.net/bugs Thread model: posix gcc version 4.8.1 (tdm-2)

Build command: python setup.py build -c mingw32

And example crashes.

chozabu commented 9 years ago

please post logs - of build if there was any errors, and of attempted run when it crashes.

fy0 commented 9 years ago

Crash info: python.exe has stopped working.

Logs and pyd is here, open the pic with winrar: new

chozabu commented 9 years ago

This should be fixed by this (merged) PR https://github.com/tito/cymunk/pull/28

Please open a new issue if problem is not fixed by clean+build after updating to latest version