Opened 7 years ago

Last modified 4 years ago

#9697 new defect

BACKENDS: RPi3 - mouse / desktop capture issue

Reported by: laurdy Owned by:
Priority: low Component: Ports
Version: Keywords:
Cc: Game:

Description

when playing ANY game in ScummVM for a while under rasperian on raspberry pi 3 and then exiting the game any number of windows will have been opened due to the desktop receiving clicks from within the ScummVM window.
i.e clicks on the ScummVM UI / games are detected by controls behind the window.

Change History (3)

comment:1 by rootfather, 7 years ago

Which version of Raspbian and which desktop enviroment are you using?

I must have a 1st gen Raspberry Pi B somewhere, so I can test this. Do you simply run ScummVM via the desktop environment or do you have to do specific steps to reproduce this? Does this happen only with ScummVM or with other SDL apps?

comment:2 by laurdy, 7 years ago

platform: Raspberry PI 3 (BCM2837 CPU)
OS: raspbian jessie 11 Jan 2017

build commands (after downloading source):---
sudo apt-get install libvorbis0a libjpeg62-turbo libpng12-0
sudo apt-get libasound2-dev libudev-dev
wget https://www.libsdl.org/release/sdl2-2.0.4.tar.gz
tar zxvf SDL2-2.0.4.tar.gz
cd SDL2-2.0.4
./configure -host=armv7l-raspberry-linux-gnueabihf -prefix=/usr -disable-pulseaudio -disable-esd -disable-video-mir -disable-video-wayland -disable-video-x11 -disable-video-opengl
make -j4
sudo make install


to run the executable just double clicked executable in scummvm folder

to reproduce the bug:
play any scumm game to completion then close scummvm. the desktop will now have multiple windows open even if non were open before starting scummvm.

comment:3 by raziel-, 4 years ago

Summary: Raspberry Pi 3: mouse / desktop capture issueBACKENDS: RPi3 - mouse / desktop capture issue
Note: See TracTickets for help on using tickets.