Click here to go to the first RED TEAM post in this thread.   Thread: bus error in redline

Reply to Thread
Results 1 to 8 of 8
  1. #1 bus error in redline 
    Member Jack James's Avatar
    Join Date
    Feb 2008
    Location
    London, UK
    Posts
    79
    redline -i A002_C002_080215_001 -w 11 --QTcodec 9

    gives me a bus error. (regardless of the QTcodec setting)

    any ideas what i can try?
    Synaesthesia 1.0 production data tracking and Red footage logging for Mac now available
    http://synaesthesia.surrealroad.com
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Jan 2008
    Posts
    813
    Quote Originally Posted by surreal View Post
    redline -i A002_C002_080215_001 -w 11 --QTcodec 9

    gives me a bus error. (regardless of the QTcodec setting)

    any ideas what i can try?
    If you are seeing "Bus error ..." type prompt on your command line, then, typically that is caused by a "null pointer assignment" in the code -- meaning that the coding has a problem somewhere.
    Reply With Quote  
     

  3.   Click here to go to the next RED TEAM post in this thread.
  #3  
    Red Team Deanan's Avatar
    Join Date
    Jan 2007
    Posts
    3,847
    Surreal, that bug was fixed and a new version will be released soon.

    Meanwhile, try doing ./filename like:
    redline -i ./A002_C002_080215_001 -w 11 --QTcodec 9
    Reply With Quote  
     

  4. #4  
    Member Jack James's Avatar
    Join Date
    Feb 2008
    Location
    London, UK
    Posts
    79
    Using ./filename doesn't seem to help. I'll wait for the new version..
    Synaesthesia 1.0 production data tracking and Red footage logging for Mac now available
    http://synaesthesia.surrealroad.com
    Reply With Quote  
     

  5.   This is the last RED TEAM post in this thread.   #5  
    Red Team Deanan's Avatar
    Join Date
    Jan 2007
    Posts
    3,847
    Then it might be confused about the path to the file. Is it in the current directory? That's part of the bug that was fixed.
    Reply With Quote  
     

  6. #6  
    Junior Member
    Join Date
    May 2008
    Posts
    4
    Hmm, getting the same error! Redalert works fine just clicking the renderbutton but when I render in terminal or copy&paste the command into the terminal redline (1.56) says:


    Last login: Tue May 27 01:59:18 on ttys001
    cristian-bogdans-computer:~ holograph$ REDline -i /Volumes/Brapp Raid/Schwarzkopf BlondME/R3Ds/day1/roll 2/A002_080430.RDM/A002_C030_080430.RDCcristian-bogdans-computer:~ holograph$ REDline -i /Volumes/Brapp Raid/Schwarzkopf BlondME/R3Ds/day1/roll 2/A002_080430.crcristian-bogdans-computer:~ holograph$ REDline -i /Volumes/Brapp Raid/Schwarzkopf BlondME/R3Ds/day1/roll 2/A002_080430.RDM/A002_C0300_080430.RDC/A002_C030_080430_001.R3D -o /Volumes/Microcosm/Schwarzkopf BlondME/Prores HQ 2k slomo transcoded in Redalert/A002_C0300_080430.mov -w 11 -R 1 --filter 5 --fit 1 --QTcodec 0 -I 320 -B 0.000000 -C -0.053763 -x 0.000000 -k 6376 -T 1.000000 -t 2.000000 -1r 1.000000 -g 1.000000 -b 1.000000 -X 0.500000 --blackX 5.000000 --blackY 0.000000 --toeX 26.174498 --toeY 19.285715 --midX 49.6644-29 --midY 48.571430 --kneeX 75.838921 --kneeY 77.857140 --whiteX 100.000000 --whiteY 100.000000 --black 0.000000 --white 100.0000001 -G 1 -d 8 -D 100 --NR 250 -c 9 -s 0 -e 6332 -V 0
    Bus error
    cristian-bogdans-computer:~ holograph$
    Reply With Quote  
     

  7. #7  
    Member Jack James's Avatar
    Join Date
    Feb 2008
    Location
    London, UK
    Posts
    79
    strangely i ran into this same problem again today. in my case i was using the crop & resize settings, and it seemed to be related to that. either I'm using the setting incorrectly, or there is a bug somewhere.

    crashes:
    Code:
    redline -i "/Volumes/018/A013_C007_080223.RDC/A013_C007_080223_001.R3D" -o "/Volumes/L750-2/source/018/720x576/raw" --iso 250 --cropW 3641 --cropH 2048  --resizeX 720 --resizeY 576 --fit 3 --filter 5  --startTC 19:58:42:03 --endTC 19:59:01:17 --renum -1 --gammaCurve 1 --NR 250 --useMeta
    doesn't crash (but obviously not as useful):
    Code:
    redline -i "/Volumes/018/A013_C007_080223.RDC/A013_C007_080223_001.R3D" -o "/Volumes/L750-2/source/018/720x576/raw" --iso 250 --resizeX 720 --resizeY 576 --fit 3 --filter 5  --startTC 19:58:42:03 --endTC 19:59:01:17 --renum -1 --gammaCurve 1 --NR 250 --useMeta
    Synaesthesia 1.0 production data tracking and Red footage logging for Mac now available
    http://synaesthesia.surrealroad.com
    Reply With Quote  
     

  8. #8  
    Junior Member
    Join Date
    May 2008
    Posts
    4
    nöpe, I haven´t set any crop or scale settings at all. just 2k files w full debayer
    Reply With Quote  
     

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts