Pi 400 - white screen after title video

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
Post Reply
downloadram
Posts: 2
Joined: 18 Nov 2020, 15:21

Pi 400 - white screen after title video

Post by downloadram »

Hey there, trying to get this up and running on my new Pi 400. I am running Pi OS (64-bit beta) and was able to simply install the package over aptitude. I ran into an issue where the screen was entirely pink after the intro, and seemed to resolve it by including the environmental variable OPENMW_DECOMPRESS_TEXTURES=1 (as seen here viewtopic.php?f=8&t=6134&hilit=pink+scr ... =10#p64758).

Now I am encountering a similar issue, instead of a pink screen, it displays an all white screen. Here is the console output I am seeing, if at all useful. Any help would be appreciated!

Code: Select all

Crash handler installed
Loading config file: /home/pi/.config/openmw/openmw.cfg
Loading config file: /etc/openmw/openmw.cfg
OpenMW version 0.45.0
Using default (English) font encoding.
OSG version: 3.4.1
Loading settings file: /etc/openmw/settings-default.cfg
Loading settings file: /home/pi/.config/openmw/settings.cfg
Adding BSA archive /home/pi/Morrowind/Data Files/Morrowind.bsa
Adding BSA archive /home/pi/Morrowind/Data Files/Tribunal.bsa
Adding BSA archive /home/pi/Morrowind/Data Files/Bloodmoon.bsa
Adding data directory /home/pi/Morrowind/Data Files
Initializing OpenAL...
Opened "ALSA Default"
  ALC Version: 1.1
  ALC Extensions: ALC_ENUMERATE_ALL_EXT ALC_ENUMERATION_EXT ALC_EXT_CAPTURE ALC_EXT_DEDICATED ALC_EXT_disconnect ALC_EXT_EFX ALC_EXT_thread_local_context ALC_SOFT_device_clock ALC_SOFT_HRTF ALC_SOFT_loopback ALC_SOFT_output_limiter ALC_SOFT_pause_device
  Vendor: OpenAL Community
  Renderer: OpenAL Soft
  Version: 1.1 ALSOFT 1.19.1
  Extensions: AL_EXT_ALAW AL_EXT_BFORMAT AL_EXT_DOUBLE AL_EXT_EXPONENT_DISTANCE AL_EXT_FLOAT32 AL_EXT_IMA4 AL_EXT_LINEAR_DISTANCE AL_EXT_MCFORMATS AL_EXT_MULAW AL_EXT_MULAW_BFORMAT AL_EXT_MULAW_MCFORMATS AL_EXT_OFFSET AL_EXT_source_distance_model AL_EXT_SOURCE_RADIUS AL_EXT_STEREO_ANGLES AL_LOKI_quadriphonic AL_SOFT_block_alignment AL_SOFT_deferred_updates AL_SOFT_direct_channels AL_SOFTX_events AL_SOFTX_filter_gain_ex AL_SOFT_gain_clamp_ex AL_SOFT_loop_points AL_SOFTX_map_buffer AL_SOFT_MSADPCM AL_SOFT_source_latency AL_SOFT_source_length AL_SOFT_source_resampler AL_SOFT_source_spatialize
HRTF disabled
Allocated 256 sound sources
Low-pass filter supported
EAX Reverb supported
Enumerated output devices:
  ALSA Default  bcm2835 HDMI 1, bcm2835 HDMI 1 (CARD=b1,DEV=0)  bcm2835 Headphones, bcm2835 Headphones (CARD=Headphones,DEV=0)
Enumerated HRTF names:
  default-44100  default-48000  Built-In 44100hz  Built-In 48000hz
Input #0, bink, from 'video\bethesda logo.bik':
  Duration: 00:00:16.00, start: 0.000000, bitrate: 2324 kb/s
    Stream #0:0[0x0]: Video: binkvideo (BIKi / 0x694B4942), yuv420p(tv), 640x480, 30.06 fps, 30.06 tbr, 30.06 tbn, 30.06 tbc
    Stream #0:1[0x0]: Audio: binkaudio_rdft, 44100 Hz, stereo, flt
[binkaudio_rdft @ 0x556bde06e0] The deprecated avcodec_decode_* API cannot return all the frames for this decoder. Some frames will be dropped. Update your code to the new decoding API to fix this.
[swscaler @ 0x7f6c071be0] No accelerated colorspace conversion found from yuv420p to rgba.
Loading content file Morrowind.esm
Loading content file Tribunal.esm
Loading content file Bloodmoon.esm
StatsHandler::StatsHandler() Setting up GL2 compatible shaders
Playing Music/Special/morrowind title.mp3
Quitting peacefully.
downloadram
Posts: 2
Joined: 18 Nov 2020, 15:21

Re: Pi 400 - white screen after title video

Post by downloadram »

Turns out this is just an issue with the arm64 package on debian buster - forcing the sid package works fine.
Yuioup
Posts: 6
Joined: 18 Apr 2015, 11:28

Re: Pi 400 - white screen after title video

Post by Yuioup »

downloadram wrote: 19 Nov 2020, 00:29 Turns out this is just an issue with the arm64 package on debian buster - forcing the sid package works fine.
How did you force the sid package? I tried to change the sources.list but that did not work.

Edit: not
Post Reply