ethereum / remix-desktop

Remix IDE desktop
1.02k stars 264 forks source link

White Screen on Windows 11 #119

Closed yarg-eth closed 1 year ago

yarg-eth commented 2 years ago

Launches a white screen. Cannot open any folders or do anything else. Please work on this issue. I have seen another issue that is the same, but no one has helped so I am bringing it back up.

saqoah commented 2 years ago

i got same issue when uninstalled github desktop and pycharm, lost all my contracts sources, but im still trying i will update my answer when i fix it.

driver4567 commented 2 years ago

same

ZawadiMan commented 2 years ago

Same on Windows 10 1:st installation

screencredits commented 2 years ago

Remix-Project deployed a new release yesterday (v0.23.0.). I believe the problem is being caused by the changes, more specifically: https://github.com/ethereum/remix-project/pull/2274

yarg-eth commented 2 years ago

I'll let you know if it works. The problem is that the previous release was not working either.

saqoah commented 2 years ago
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');
  });
});

press CTRL+SHIFT+I to open console Just past this in the console

yarg-eth commented 2 years ago

@saqoah This worked, but I am leaving this issue open as this is something that their developers need to fix. Thanks a lot. I also see some more errors after running this in the console, do not know if this will be problematic, but I will report any errors that I run into while working in this thread.

ZawadiMan commented 2 years ago

Yes it worked, but as said, there where some error messages. After closing it and trying to reopen i get:

loader.js:28 Fetch API cannot load package://6fd22d6fe5549ad4c4d8fd3ca0b7816b.mod/assets/version.json. URL scheme "package" is not supported. Uncaught (in promise) TypeError: Failed to fetch at loader.js:28

and the workspace is white again, i have to re-run the fix to get the workspace view (perhaps i dont understand how this is supposed to work).

yann300 commented 1 year ago

the latest release should fix that - https://github.com/ethereum/remix-desktop/releases - sorry for the delay. Please make sure to reopen if the issue persists.

temuera commented 1 year ago

1.35 + remix 2.81 white same pb.