Raspberry Pi - Stage fails to load
See original GitHub issueExpected Behavior
When Scratch UI is opened the default sprite appears on the stage.
Actual Behavior
The default sprite doesnt appear and the stage is blank
Steps to Reproduce
Open llk.github.io/scratch-gui on a Raspbery Pi running Raspbian Stretch
Operating System and Browser
Raspberry Pi Raspbian Stretch Chromium - Version 60.0.3112.89 (Developer Build) Built on Ubuntu 14.04, running on Raspbian 9.1 (32-bit)
Developer mode noted 3 errors while loading:
raven.js:55 You are currently using minified code outside of NODE_ENV === 'production'. This means that you are running a slower development build of Redux. You can use loose-envify (https://github.com/zertosh/loose-envify) for browserify or DefinePlugin for webpack (http://stackoverflow.com/questions/30030031) to ensure you have the correct code for your production build.
a.(anonymous function) @ raven.js:55
o @ lib.min.js:51
(anonymous) @ lib.min.js:51
(anonymous) @ lib.min.js:51
t @ lib.min.js:46
(anonymous) @ lib.min.js:61
t @ lib.min.js:46
e.exports.t.a @ lib.min.js:61
t @ lib.min.js:46
e.exports.e.exports @ lib.min.js:46
t @ lib.min.js:46
e.exports.t.a @ lib.min.js:61
t @ lib.min.js:46
(anonymous) @ lib.min.js:56
t @ lib.min.js:46
e.exports.Object.defineProperty.value @ lib.min.js:51
t @ lib.min.js:46
e.exports.Object.defineProperty.value @ lib.min.js:51
t @ lib.min.js:46
(anonymous) @ lib.min.js:46
(anonymous) @ lib.min.js:46
t @ lib.min.js:1
(anonymous) @ lib.min.js:100
t @ lib.min.js:1
(anonymous) @ lib.min.js:35
t @ lib.min.js:1
123 @ index.jsx:5
t @ lib.min.js:1
window.webpackJsonp @ lib.min.js:1
(anonymous) @ gui.js:1
(index):1 Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause().
Promise (async)
Blockly.WorkspaceAudio.preload @ lib.min.js:79
l @ lib.min.js:79
a @ lib.min.js:79
d @ raven.js:416
(index):1 Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause().
Promise (async)
Blockly.WorkspaceAudio.preload @ lib.min.js:79
l @ lib.min.js:79
a @ lib.min.js:79
d @ raven.js:416
Issue Analytics
- State:
- Created 6 years ago
- Comments:15 (3 by maintainers)
Top Results From Across the Web
STICKY: Is your Pi not booting? (The Boot Problems Sticky)
Raspberry PI`s do not usually stop working for no reason: in the majority of cases, not booting points to an issue with the...
Read more >Raspberry Pi 4 Wont Boot Fix. Bootloader Update. - YouTube
Raspberry Pi 4 Wont Boot Fix. Bootloader Update.My Raspberry Pi was intermittently no booting. The screen wouldn't show up.
Read more >3.24.26 does not build on raspberry pi: Failed to load ... - GitLab
3.24.26 does not build on rpi: Linux raspberrypi 5.10.17-v7+ ... c.d failed to load "/home/pi/stage/libs/builds/10.2.0/gtk/3.24.26/src/gtk/ ...
Read more >Raspbian fails to boot after fresh install
When you boot and it goes into the command line, use the command startx. This will start the GUI. Once this is done,...
Read more >Raspberry Pi/Installation - Gentoo Wiki
Solution: Try to update all firmware files in /boot, especially fixup.dat. Solution: If the former fails, add smsc95xx.turbo_mode=N to kernel ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I 'm bringing some cool news!
I 'm currently running Scratch 3.0 preview on a Raspberry Pi 3 and Chromium. I let the cat glide forever to random position. It is eating up about 50% of the CPU but the movement is almost smooth (some glitches here and there but they are not annoying at all).
My steps to make it work (I don’t know if all of them are required):
rpi-update
to update to latest firmwareraspi-config
--disable-gpu-compositing
from/etc/chromium-browser/customizations/00-rpi-var
(kudos Wayne Keenanchrome://flags
(kudos kusti8 )It’s disabled because GPU compositing caused a crash when playing YouTube videos when using Eric’s driver. (As of last August - the crash may or may not have been fixed by now…)