Menu

#10 Can't use 0.31 on Imac PPC G4 1Mz

closed
OS Related (4)
7
2014-08-24
2009-01-10
Anonymous
No

Hi, I just tried to use the program. It work perfectly on a new Imac 20" Intel .
On an old Imac G4 PPC (semi-bowl type) with system 10.4.11 the programs gives me always:Input's movi section not found! It detects the file and the four CC code is correct, but then the error.
That happens with ANY file.
Ciao Andrea

Discussion

  • Nobody/Anonymous

    I forgot to say that I tried on two different Imac PPC G4 (same 10.4.11 OSX)
    Andrea

     
  • Death Knight®

    Death Knight® - 2009-02-05

    I need PPC version of mac for debug. It takes some time.

     
  • Death Knight®

    Death Knight® - 2009-02-21

    I hate "[IO/CUDA] <Warning> Event processing timed out. Event dropped." messages.

     
  • Death Knight®

    Death Knight® - 2009-03-05

    Bug verified by my eyes.

     
  • Death Knight®

    Death Knight® - 2009-06-08

    Good and bad news.
    Good one is problem is identified.
    DivFix++ reads binary data from file and interpret that data as little endian (since AVI files are in little endian ) but in mac PPC, program reads data as big endian. Reading a number as integer, 0x00000001 becomes 0x01000000. And program reacts weirdly. This happwns with PPC linux and other PPC machines.

    I can also fix this by code. So needed to convert all data on read and write and reinterpret_cast operations as checked with function and this this actually make code unreadable. ( Its unreadable by not using assertions, try-catch mechanism for portability )

    I think I try again ( I made it but there are some errors on writing operations...).

     
  • Death Knight®

    Death Knight® - 2009-06-14

    I wish it will be solved in next version :D

     
  • Death Knight®

    Death Knight® - 2009-06-15

    Fixed on SVN 48.

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.