b1gcat
b1gcat
My app works fine on windows, but not mac os, it seems resource path problem, is there some way to fix it? More information: 1) Bin and index.html in the...
well, i write all resouce in one html, and use abs path, it works fine. But why it happen. :(
> Have you tried some previous sciter library version? not yet. Pls check if i use collectly: ``` xxx-iMac:simple iMac$ ls sciter-osx-64.dylib simple simple.go simple.html xxx-iMac:simple iMac$ ./simple Segmentation fault:...
lldb: ``` bt frame #47566: 0x000000000654df31 sciter-osx-64.dylib`xgl::application::get_supported_font_family(tool::ustring const&) + 1253 frame #47567: 0x000000000654df31 sciter-osx-64.dylib`xgl::application::get_supported_font_family(tool::ustring const&) + 1253 frame #47568: 0x000000000654df31 sciter-osx-64.dylib`xgl::application::get_supported_font_family(tool::ustring const&) + 1253 frame #47569: 0x000000000654df31 sciter-osx-64.dylib`xgl::application::get_supported_font_family(tool::ustring const&) +...
> What version of Sciter is that? 4.1.5.5856
4.0.8 works good. https://raw.githubusercontent.com/c-smile/sciter-sdk/aa2c7a1f9128c1a846e6fd6c6ab4f4172c4ccea5/bin.osx/sciter-osx-64.dylib
After w.Loadfile(xxx.html), all say: ./xxxx Segmentation fault: 11 Or iter/examples/simple/simple ; exit; Segmentation fault: 11 logout Saving session... ...copying shared history... ...saving history...truncating history files... ...completed. Change to library 4.0.8.x,...
> Try this version please: http://cloud.sciter.com/index.php/s/cD78zoWAimp2ZSs > Just replace yor sciter-osx-64.dylib by the one from the archive. it works fine.
$ gcc -v Using built-in specs. COLLECT_GCC=C:\msys64\mingw32\bin\gcc.exe COLLECT_LTO_WRAPPER=C:/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/6.2.0/lto-wrapper.exe Target: i686-w64-mingw32 Configured with: ../gcc-6.2.0/configure --prefix=/mingw32 --with-local-prefix=/mingw32/local --build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32 --with-native-system-header-dir=/mingw32/i686-w64-mingw32/include --libexecdir=/mingw32/lib --enable-bootstrap --with-arch=i686 --with-tune=generic --enable-languages=c,lto,c++,objc,obj-c++,fortran,ada --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string...