[Scummvm-tracker] [ScummVM :: Bugs] #11149: AndroidSDL Blade Runner Engine crash

ScummVM :: Bugs trac at scummvm.org
Tue Sep 17 19:50:11 CEST 2019


#11149: AndroidSDL Blade Runner Engine crash
---------------------------+---------------------------------
  Reporter:  mim2011       |      Owner:  (none)
      Type:  defect        |     Status:  new
  Priority:  high          |  Component:  Engine: Bladerunner
Resolution:                |   Keywords:  androidsdl
      Game:  Blade Runner  |
---------------------------+---------------------------------
Comment (by antoniou79):

 @mim2011
 Could you test with this code instead of the lines you restored?
 {{{
         Common::List<Graphics::PixelFormat> tmpSupportedFormatsList =
 g_system->getSupportedFormats();
         if (!tmpSupportedFormatsList.empty()) {
                 _screenPixelFormat =
 g_system->getSupportedFormats().front();
         } else {
                 _screenPixelFormat = Graphics::PixelFormat(2, 5, 5, 5, 1,
 11, 6, 1, 0);
         }
         initGraphics(640, 480, &_screenPixelFormat);
 }}}
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/11149#comment:14>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list