question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Raspberry Pi - Stage fails to load

See original GitHub issue

Expected 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:open
  • Created 6 years ago
  • Comments:15 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
larjohncommented, Mar 12, 2018

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):

  1. Ran rpi-update to update to latest firmware
  2. Enabled OpenGL (Full KMS) in raspi-config
  3. Removed --disable-gpu-compositing from /etc/chromium-browser/customizations/00-rpi-var (kudos Wayne Keenan
  4. Overrid the software rendering list in chrome://flags (kudos kusti8 )
  5. Visited https://preview.scratch.mit.edu and saw the feline!
1reaction
spl237commented, Mar 19, 2018

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…)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found