Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read properties of undefined (reading 'opcode') #141

Open
Administrator95 opened this issue May 30, 2024 · 1 comment
Open

Cannot read properties of undefined (reading 'opcode') #141

Administrator95 opened this issue May 30, 2024 · 1 comment
Labels
compatibility Mismatch or currently unsupported language behavior

Comments

@Administrator95
Copy link

https://scratch.mit.edu/projects/1025698237/
I was trying to run this project on the website and in NodeJS. However, I keep receiving this error. The only extension it uses is pen and it runs on Scratch 3.0.

@towerofnix
Copy link
Member

Thanks for reporting this! We've looked into the things that kept this project from loading and have figured out fixes in pull requests #145 and #146. Once those are both merged, the project should load correctly.

Unfortunately, it doesn't seem to be totally operational. The project runs and the HTML parser appears to be working correctly (probably?) but nothing ends up showing on the screen, except for the grey background. I don't know for sure, but I think the most likely cause is the pen text engine may be using special-characters in its costumes that sb-edit and Leopard don't handle super nicely yet. We are tracking this in #140 but haven't coded a fix yet. If you could write a simple script that tests the behavior of PixelMplus on its own, and doesn't interact with any other modules in your code, that would probably help tell for sure if the text engine is having trouble or if it's something else. (It could be both... But one thing at a time, with debugging... ^^;)

@towerofnix towerofnix removed their assignment Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility Mismatch or currently unsupported language behavior
Projects
None yet
Development

No branches or pull requests

2 participants