ReferenceError: Error #1065
Search Criteria
Package Details: scratch2 2.0.461-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/scratch2.git (read-only, click to copy) |
---|---|
Package Base: | scratch2 |
Description: | Create stories, games, and animations, share with others around the world |
Upstream URL: | https://scratch.mit.edu/ |
Keywords: | education kids programing |
Licenses: | GPL |
Submitter: | amiad |
Maintainer: | amiad (relrel) |
Last Packager: | relrel |
Votes: | 27 |
Popularity: | 0.000000 |
First Submitted: | 2015-05-20 14:00 (UTC) |
Last Updated: | 2020-08-15 18:21 (UTC) |
Dependencies (5)
- adobe-air-sdk
- alsa-lib
- libxt
- libxtst
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
Required by (0)
Sources (5)
khvalera commented on 2024-02-26 16:52 (UTC)
MarsSeed commented on 2022-06-21 15:04 (UTC)
I think at this point everyone is advised to use Scratch 3 (AUR: scratch3, scratch3-bin).
If I understand correctly, that new version is backwards-compatible with Scratch 2 projects.
etaboon commented on 2022-06-12 15:59 (UTC)
@AreaDenial: assuming that scratch2 is in this folder:
/opt/airapps/scratch2/
and that after scratch2 was launched at least once, the folder
.appdata/edu.media.mit.Scratch2Editor/Local Store/
in your home dir was created. There should be 4 folders and 2 binary files in it:
#SharedObjects/
en/
static/
www/
helpVersion (bin file: 13 o)
swvb.init (bin file: 5 o)
But only one is created by this version of scratch2:
#SharedObjects/
Here is a way to retrieve all the lacking stuff there.
You'll need package "vim" installed in order to use xxd.
(xxd is needed to recreate the 2 binary files).
Scratch 2 must be closed. Open a terminal:
cd ~/.appdata/edu.media.mit.Scratch2Editor/"Local Store/"
rm "#SharedObjects"/Scratch.swf/*
mkdir www
cp /opt/airapps/scratch2/www/* www/
unzip /opt/airapps/scratch2/static_tips/en.zip
unzip /opt/airapps/scratch2/static_tips/static.zip
echo "0000000: 0007 3435 382e 302e 3100 0265 6e" | xxd -r - helpVersion
echo "0000000: 0003 3436 31" | xxd -r - swvb.init
Then start scratch2, it should ask you if you'd like to help
improve Scratch. If not, close it and then:
cd ~/.appdata/edu.media.mit.Scratch2Editor/"Local Store/"
rm "#SharedObjects"/Scratch.swf/*
and try again.
AreaDenial commented on 2022-04-19 18:36 (UTC)
I got the package installed, but when the application launches I just get an empty white window. Suggestions?
amiad commented on 2021-10-25 18:49 (UTC) (edited on 2021-10-25 18:49 (UTC) by amiad)
adobe-air-sdk removed from AUR. You can download it from: https://archlinux.pkgs.org/rolling/andrwe-x86_64/adobe-air-sdk-2.6-10-x86_64.pkg.tar.xz.html
amiad commented on 2020-05-18 11:18 (UTC)
@songl: lib32-libxt already in depends of x86_64.
songl commented on 2020-05-18 10:29 (UTC)
Now requires lib32-libxt
Moxon commented on 2019-01-03 20:16 (UTC)
Scratch has just been released as version 3.0: https://scratch.mit.edu/download
FAQ says:
When will you have Scratch Desktop for Linux? Scratch Desktop on Linux is currently not supported. We are working with partners and the open-source community to determine if there is a way we can support Linux in the future. Stay tuned!
amiad commented on 2018-07-11 12:55 (UTC)
The latest version that works for me is 458. If I can run a newer version then I will update the package.
Pinned Comments
amiad commented on 2021-10-25 18:49 (UTC) (edited on 2021-10-25 18:49 (UTC) by amiad)
adobe-air-sdk removed from AUR. You can download it from: https://archlinux.pkgs.org/rolling/andrwe-x86_64/adobe-air-sdk-2.6-10-x86_64.pkg.tar.xz.html