Loading...
Logo
Processing Forum
Hi guys,

I've encountered quiet a big problem... Here's the deal. We started working on a project in the Processing IDE a couple of months back, we tried playing movies with audio and everything worked fine. After a while when the project became bigger we emerged to the Eclipse environment and changed to GSVideo 64-bit, BUT, we never tried playing movies with audio until now, 2 weeks before deadline.

When playing a movie with audio the application crashes, I get this dialog window. 



And here's the crash report.
Copy code
  1. Process:         java [1771]
  2. Path:            /usr/bin/java
  3. Identifier:      com.apple.javajdk16.cmd
  4. Version:         1.0 (1.0)
  5. Code Type:       X86-64 (Native)
  6. Parent Process:  eclipse [144]

  7. Date/Time:       2011-09-20 13:40:19.494 +0200
  8. OS Version:      Mac OS X 10.7.1 (11B26)
  9. Report Version:  9

  10. Interval Since Last Report:          496373 sec
  11. Crashes Since Last Report:           11
  12. Per-App Interval Since Last Report:  29842 sec
  13. Per-App Crashes Since Last Report:   7
  14. Anonymous UUID:                      xxx

  15. Crashed Thread:  34

  16. Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
  17. Exception Codes: KERN_INVALID_ADDRESS at 0x0000000013801e1e

  18. VM Regions Near 0x13801e1e:
  19. --> 
  20.     __TEXT                 000000010256d000-0000000102575000 [   32K] r-x/rwx SM=COW  /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java

  21. Application Specific Information:
  22. objc[1771]: garbage collection is OFF
Please, please, please...! Help me someone, it would take ages to copy/paste the code back into the Processing IDE.

Thanks!
Jonas

Replies(2)

Does make any difference if you re-encode your movie files using different video/audio codecs?
I've tried:
- MPEG4 as container with H264 video encoding and AAC audio encoding.
- AVI as container with H263 video encoding and MPEG Layer 2 audio encoding.

Still crashing.

Thanks for the quick reply and big thanks for your contribution to the community! :-)