Original War Support Bug Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Bug report #440  -  .prx video file won't play on RussianCamp-type of video on OpenGL
Posted Oct 19, 2017 - updated Oct 30, 2017
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
icon_info.png This issue has been closed with status "Fixed" and resolution "RESOLVED".
Issue details
  • Type of issue
    Bug report
  • Status
     
    Fixed
  • Assigned to
    Not assigned to anyone
  • Progress
       
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     0dd1
  • Owned by
    Not owned by anyone
  • Estimated time
    Not estimated
  • Time spent
    No time spent
  • Category
    Not determined
  • Resolution
    RESOLVED
  • Priority
    Not determined
  • Reproducability
    Not determined
  • Severity
    Not determined
  • Targetted for
    icon_milestones.png Not determined
Issue description
I'm working on Arabian Campaign mod and there's an issue with playing the path-choosing video, which works exactly like the Russian one except that I could only make it in .prx format instead of .frm . It's the same problem as Bug report 171 - russian intro video does not play in directdraw mode only the other way around - it works on direct draw and not OpenGl.

The video works properly if used in American campaign, so one way to go around the problem in this case, would be to make the Arabian camp videos behave like the American ones (without that screen-like frame around it), assuming the question box wouldn't come up at the end or it was possible to edit it.
Steps to reproduce this issue
Start the Arabian Campaign mod on OpenGl, play the choice video after mission 11.

#1
Comment posted by
 Stucuk
Oct 27, 16:44
Could you upload the camapign save please?
#2
Comment posted by
 0dd1
Oct 28, 10:09
Here: https://www.easypaste.org/file/hLFDOw4m/ArCampSave.rar?lang=pl
#3
Comment posted by
 Stucuk
icon_reply.pngOct 30, 19:27, in reply to comment #2
i found the issue:

 {$IFDEF OWOGL}
 procedure TPrcVideo.OGL_DrawFrame(frame:integer; Left,Top : Integer);
 begin
  //TODO!
 end;
 {$ENDIF}


with the american side, it basically uses the standard Direct Draw code and converts the buffer to OpenGL. But with Russian and Arabian it doesn't as Russian videos have OGL code implemented and noone has used American videos with Russian/Arabains.

0dd1 wrote:
Here:
https://www.easypaste.org/file/hLFDOw4m/ArCampSave.rar?lang=pl


#4
Comment posted by
 Stucuk
Oct 30, 19:40
Fixed in version 2.0.5.21 and higher

The issue was updated with the following change(s):
  • This issue has been closed
  • The status has been updated, from New to Fixed.
  • This issue's progression has been updated to 100 percent completed.
  • The resolution has been updated, from Not determined to RESOLVED.