PenguinMod / penguinmod.github.io

PenguinMod Main Repo that combines the other repos together!
https://penguinmod.github.io/
GNU General Public License v3.0
18 stars 95 forks source link

"https://studio.penguinmod.com/editor.html" error #64

Open LunTheProto opened 3 months ago

LunTheProto commented 3 months ago

Expected Behavior

Load without a error

Actual Behavior

lazy scratch-blocks: ReferenceError: module is not defined Screenshot_4

Steps to Reproduce

I use LibreWolf idk what causes i've attached the extension list (i've tried disabling extensions that may be problematic) Screenshot_1 Screenshot_2 Screenshot_3

Operating System and Browser

Windows 11 64-bit LibreWolf (based on firefox)

JeremyGamer13 commented 3 months ago

are your sure your network/wifi isnt blocking anything that penguinmod needs? also possibly try in another browser or with all extensions disabled

RedMan13 commented 3 months ago

it looks like your browser doesn't support the use of import('modulename'), this could be a version error or just poor syntax support on the maintainers part

ilikecoding-197 commented 2 months ago

I just tried to replicate this. But it's worse now. it just does this (fresh browser install): image

Im going to try to debug this.

EDIT: forgot to add. that error.. is the ONLY thing on the page. no centering.

Ianyourgod commented 2 months ago

I just tried to replicate this. But it's worse now. it just does this (fresh browser install): image

Im going to try to debug this.

EDIT: forgot to add. that error.. is the ONLY thing on the page. no centering.

can you give the steps you followed to reproduce?

RedMan13 commented 2 months ago

I just tried to replicate this. But it's worse now. it just does this (fresh browser install): image

Im going to try to debug this.

EDIT: forgot to add. that error.. is the ONLY thing on the page. no centering.

this is (unfortunately) to generic, as that just happens when the renderer fails to be initialized which can be caused by just about anything to make it even worse it has atleast in my experience been a pain to find where the issue is actually from

ilikecoding-197 commented 2 months ago

I just tried to replicate this. But it's worse now. it just does this (fresh browser install): image Im going to try to debug this. EDIT: forgot to add. that error.. is the ONLY thing on the page. no centering.

can you give the steps you followed to reproduce?

I just downloaded LibreWolf on my Windows 10 PC and opened the editor.

ilikecoding-197 commented 2 months ago

I just tried to replicate this. But it's worse now. it just does this (fresh browser install): image Im going to try to debug this. EDIT: forgot to add. that error.. is the ONLY thing on the page. no centering.

this is (unfortunately) to generic, as that just happens when the renderer fails to be initialized which can be caused by just about anything to make it even worse it has atleast in my experience been a pain to find where the issue is actually from

Yeah when I open the console I could not understand anything.

JeremyGamer13 commented 2 months ago

does the page work with normal firefox and or no browser extensions enabled?