Quantcast
Browsing all 40524 articles
Browse latest View live

Fmod loading sound issue crashing mac app

Hi all, Trying to rebuild an old project, it seems to crash when trying to load sounds: woodlandWiggle(11225,0xa08731d4) malloc: *** mach_vm_map(size=8675328) failed (error code=3) *** error: can't...

View Article


Image may be NSFW.
Clik here to view.

"Kiosk" mode with OF

tactif: I really wonder how this code can be plugged in OF android... This code is completely orthogonal to what OF is doing. This code is plugged into your "empty example OF app" by adding the class...

View Article


Image may be NSFW.
Clik here to view.

"Kiosk" mode with OF

Thanks for these explanations !! Yes, I already modified the OFActivity.java file, and created the two other classes, one being the new App itself... Seems a little more clear now

View Article

Fmod loading sound issue crashing mac app

seems like a path issue i don't think anything has changed in terms of loading a sound. check that it's really in the data folder and that you are not setting ofSetDataPath somewhere else

View Article

32 * 32 led matrix chain

Right know im using raspberry pi using this libraries.https://github.com/hzeller/rpi-matrix-pixelpusherhttps://github.com/hzeller/rpi-rgb-led-matrix Some code is made in c++ and also with the pixel...

View Article


Android - crash in ofLog

is the value a 0 terminated string? otherwise ift might be trying to access further than the actual string and making the app crash

View Article

Android - crash in ofLog

It's a std::string, not char*, so I don't need to delimit it. Or do I???

View Article

Android - crash in ofLog

no, you shouldn't need to. are you accessing from different threads?

View Article


Image may be NSFW.
Clik here to view.

Android - crash in ofLog

arturo: are you accessing from different threads? ofLog? Yes, I do. And sometimes I see in the log that the different log lines are getting jumbled together. But it supposed to be thread safe, isn't...

View Article


Android - crash in ofLog

i'd say so but i'm not completely sure if it's crashing consistently in the same call i'd say it's not but if it's crashing after a while and not always in from the same call then it's probably a...

View Article

How to get user input from web?

Hi there, I am thinking creating a game(which is not a game technically, but you can think it is) and I want to control it by web browser. Basically, the user scenario is like below. Lots of users are...

View Article

Image may be NSFW.
Clik here to view.

Android - crash in ofLog

I do ofSetLogLevel() once in main. I do allot of logs in different threads, but this single log (a long one from a worker thread) is the one crashing, but not every time. It seems that it's related to...

View Article

Android - crash in ofLog

no idea really it might be a bug in android with too long texts, you could try dividing it in several chunks to see if it fixes the problem

View Article


Android - crash in ofLog

searching "android_log_print crash", "android_log_print sigsegv", etc, but couldn't find any useful information. I removed the offending log line and the problem is resolved. For now. We'll see if it...

View Article

Fmod loading sound issue crashing mac app

Searched the project, no instance of ofSetDataPath and files in the right place. Sosound.loadSound("assets/forest/sound/weather/WeatherBed.wav", false); results in could not load...

View Article


How to get audio buffersize through Audio Unit RemoteIO

No, it doesn't unsubscribe anything now. My tests were working but I was only using the example. I'll look into it again.

View Article

ofxMIDI on iOS crashes if I close other MIDI app

What code do you have in the midiInputRemoved & midiOutputRemoved functions?

View Article


Fmod loading sound issue crashing mac app

yes, it should work the same for images or sounds, it might be that the specific wav format is not working? you could try to reencode them but it's strange that it was working and it's not anymore....

View Article

Random undeclared identifier

Hi, so for whatever reason lately after adding include statements in the header file for addons such as box2d I've been getting errors saying "ofApp undeclared identifier". How could this be true if...

View Article

Random undeclared identifier

Do you have some code examples?

View Article
Browsing all 40524 articles
Browse latest View live