ethereum / remix-desktop

Remix IDE desktop
1.02k stars 264 forks source link

White screen on Remix IDE Mac M1 12.3.1 #123

Closed k-g-j closed 1 year ago

k-g-j commented 2 years ago

When trying to open the desktop app, I receive a blank white screen. Was previously working until today (4/18/2022).

Screen Shot 2022-04-18 at 4 32 13 AM
jeremyzilar commented 2 years ago

I am getting the same thing 😕

amitach commented 2 years ago

I am getting the same

jsanders5 commented 2 years ago

Same.

k-g-j commented 2 years ago

Even when follow guidlines to paste

fetch('https://remix.ethereum.org/assets/version.json', { cache: "no-store" }).then(response => {
  response.text().then(function (data) {
    const version = JSON.parse(data);
    console.log(`Loading Remix ${version.version}`);
    createScriptTag(`polyfills.${version.version}.${version.timestamp}.js`, 'module');
    if (version.mode === 'development') {
      createScriptTag(`vendor.${version.version}.${version.timestamp}.js`, 'module');
      createScriptTag(`runtime.${version.version}.${version.timestamp}.js`, 'module');
    }
    createScriptTag(`main.${version.version}.${version.timestamp}.js`, 'text/javascript');
  });
});

I recieve error

Screen Shot 2022-04-18 at 8 29 01 PM
ghost commented 2 years ago

same

xbladesub commented 2 years ago

same shit

paul2234 commented 2 years ago

Same. If I let the desktop app sit on the white screen for ~10 minutes (I haven't counted exactly), I get a popup with the following error:

A JavaScript error occurred in the main process Uncaught Exception: Error: Not connected to the IDE. If you are using a local IDE, make sure to add devMode in client options at handleConnectionError (/Applications/Remix IDE.app/Contents/Resources/app/node_modules/@remixproject/plugin/lib/client.js:17:11) at RemixdClient.emit (/Applications/Remix IDE.app/Contents/Resources/app/node_modules/@remixproject/plugin/lib/client.js:116:13) at FSWatcher. (/Applications/Remix IDE.app/Contents/Resources/app/node_modules/@remix-project/remixd/src/services/

Clicking OK closes the error message. The white screen persists, and the error message will eventually pop up again.

jclmnop commented 2 years ago

+1

Same issue, and copy pasting that code snippet into the console doesn't work either.

neulishuai commented 2 years ago

same +1 Boring

Dou-xx commented 2 years ago

same +1

Dou-xx commented 2 years ago

Ubuntu image

filip-alexandrov commented 2 years ago

Probably bad WebSocket. It's on all releases, regardless of the os.

Arcuman commented 2 years ago

same

hrishibhat commented 2 years ago

same

Webber-Woo commented 2 years ago

same, too. so sad.😣

xbladesub commented 2 years ago

actually better to use Neovim or at least VSCode for solidity development

jodomaq123 commented 2 years ago

same white shit screen

rgrativol commented 2 years ago

Same in Ubuntu.

tonghuitop commented 2 years ago

Same in macOS

0xbepresent commented 2 years ago

Same here

wcmoon commented 2 years ago

same

sicwolf commented 2 years ago

It is guessed that Remix would load remix-project-0.25.3 with 28.55 MB size from network when starting Remix first time, but the connection is hard to setup successfully, the connection failure caused that Remix raised error "Not connected to the IDE, make sure to add devMode in client options at handleConnectionError".
My first start also failed with same error, and tried several times, finally, loading 28.55 MB files in my computer consumed at least 30 minutes. Then Remix works well after loading sucessfully.

So it is strongly suggested that Remix pack remix-project together with installation package or provides some way to load remix-project mannually.

RemixLoadingSlowly

yruslanluy commented 2 years ago

Same

ryestew commented 2 years ago

@yruslanluy, @sicwolf @wcmoon and everyone else: To get Remix Desktop to load, in the top menu, select help -> Clear the cache and reload Remix. This problem can occur on Remix Desktop after there is a release on Remix IDE.
NOTE:after the new version is fetched (you'll see a screen with the file being downloaded), there can be delay before Remix Desktop will actually start up. For me this was about a minute delay. But after that it starts up.

remix-desktop
iznilul commented 2 years ago

same shit

denielaa commented 1 year ago

@yruslanluy, @sicwolf @wcmoon and everyone else: To get Remix Desktop to load, in the top menu, select help -> Clear the cache and reload Remix. This problem can occur on Remix Desktop after there is a release on Remix IDE. NOTE:after the new version is fetched (you'll see a screen with the file being downloaded), there can be delay before Remix Desktop will actually start up. For me this was about a minute delay. But after that it starts up.

remix-desktop

tried this, but still the same

thejaspavithran commented 1 year ago

same problem .. macOs 12.5.1

yann300 commented 1 year ago

The latest release should fix that: https://github.com/ethereum/remix-desktop/releases please reopen if the issue is still persisting

denielaa commented 1 year ago

The latest release should fix that: https://github.com/ethereum/remix-desktop/releases please reopen if the issue is still persisting

Yep, confirmed. it is working awesome

DanielZSY commented 1 year ago

image error macos 12.6

bd100b commented 1 year ago

Macbook m1 Macos: Ventura 13.0 (22A380) Remix 0.29.0 release v1.3.6 White screen after saving the smart contract

amirhosseinNouri commented 1 year ago

https://github.com/ethereum/remix-desktop/releases

This works. Thanks. The issue is fixed in v1.3.6

parsanoori commented 1 year ago

Macbook pro 2021 M1 pro MacOS: Ventura 13.0.1 Remix release v1.3.6 White screen after compiling solidity file.

joeizang commented 1 year ago
Screenshot 2023-01-23 at 12 25 46

Macbook pro 2021 M1 pro MacOS: Ventura 13.0.1 Remix release v1.3.6 White screen after compiling solidity file.

I have ventura 13.1 I can confirm that remix desktop is working fine. See image below:

Screenshot 2023-01-23 at 12 16 54

Can you confirm what contract it is you are compiling? You could also check the console for any specific errors. I will be glad to help anyway I can

emclab commented 1 year ago

same with 1.3.6.1000 on M1 monterey

joeizang commented 1 year ago

same with 1.3.6.1000 on M1 monterey

@emclab can you give some more details about your issue?