Replies: 6 comments
-
Helllo, I tired some way. but Couldn't get answer, Still need information / comments / helps. I saw pkg-config, and tried, NDK r27c, but not worked. and, memory alignment not worked.
and Permission + fopen / fread not worked. I thought, if Memory Mapping was not good. but this thinking is not truth.
Thank you.... |
Beta Was this translation helpful? Give feedback.
-
Now, tried something,I think If i can disable Mem-MAP it will work,,
with "FluidR3_GM.sf2", when I Load it twice on Android13 A Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x10001ffffffff in tid 32609 (Thread-6), pid 32444 https://star-advance.org/dx/libfluidsynth-so-for-android/ I need assist. Thank you. And I feel I can diagnostics myself. but, Thank you. |
Beta Was this translation helpful? Give feedback.
-
I got error with Windows + WSL + Ubuntu. Both this repository and Android Fluid repository. /mnt/e/fluidsynth-android-master/src/utils/fluid_sys.h:206:36: error: ‘G_FILE_TEST_IS_REGULAR’ undeclared (first use in this function); did you mean ‘FLUID_FILE_TEST_IS_REGULAR’? Couldn't get hint to build this. CMake can use GLib2.0? |
Beta Was this translation helpful? Give feedback.
-
I really need Help. Im from Japan. Nice to meet yours. Well I liked Android. Best regards. I have two Questions! My program sequence which load and unload SoundFont is good or having mistake. And 2nd question. Can I join FluidSynth Development for Android and how to do it? Thank you. |
Beta Was this translation helpful? Give feedback.
-
CMakeLists.txt need some change set(GLIB_PKG_INCLUDE_DIRS /usr/include/glib-2.0) include_directories ( if ( CMAKE_C_COMPILER_ID STREQUAL "Intel" ) I made /usr/lib/pkgconfig/glib-2.0.pc and CMake args CMAKE_ARGS="-DBUILD_SHARED_LIBS=true \ ... So, Now, I can start debug. but still need help ... |
Beta Was this translation helpful? Give feedback.
-
The way you keep posting here makes it impossible to provide any assistance. You seem to be struggling on various frontiers, though, which all seem to arise from your specific toolchain and usage of fluidsynth. However, this is no place for just braindumping your issues. Even if you presented a "solution" here, I doubt it would be helpful to anybody, because given those various code snippets, it is not even possible to comprehend what your actual problem is. Therefore, I'm closing this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello and Excuse me. It been multipost.
Im using FluidSynth 2.4.6 libfluidsynth.so for Andorid 13.
When I call following code twice. SIGSEGV always happens.
How do I reload Another Font for Android.
I wish I could use FluidSynth for Android 13 and Android 15.
Long program code here.
https://star-advance.org/dx/libfluidsynth-so-for-android/
Or Am I using incorrect version SharedObject file?
How to build it?
Beta Was this translation helpful? Give feedback.
All reactions