Giter Site home page Giter Site logo

Comments (9)

dsanders11 avatar dsanders11 commented on June 23, 2024 1

Looks like this was caused by a bad build, we've released v0.34.2 and I've tested it on Windows and it should be fixed. 👍

from fiddle.

dsanders11 avatar dsanders11 commented on June 23, 2024

More information would be helpful here. What operating system are you running into this on?

from fiddle.

Irasil avatar Irasil commented on June 23, 2024

Sorry, maybe it's just me, today is the first day I'm using Electron Fiddle

Here are my OS Information:

  • Edition: Windows 11 Pro
  • Version: 22H2
  • OS build: 22621.2283
  • Experience: Windows Feature Experience Pack 1000.22662.1000.0

When I run the default project under 0.34.0
34 0

After a while I get the message that there was an update and I should restart:
restart

And after restarting the app
34 1

The installer I use is "electron-fiddle-0.34.0-win32-x64-setup.exe" from electronjs.org

Do you need any other information?

from fiddle.

dsanders11 avatar dsanders11 commented on June 23, 2024

Thanks for the extra info. It also reproduces on Windows 10.

from fiddle.

brhenrique avatar brhenrique commented on June 23, 2024

Same on Windows 11

[21288:0921/104336.580:FATAL:chrome_paths.cc(158)] Check failed: false.
Backtrace:
base::debug::CollectStackTrace [0x00007FF73BFD3812+18] (o:\base\debug\stack_trace_win.cc:329)
base::debug::StackTrace::StackTrace [0x00007FF73BFC9142+18] (o:\base\debug\stack_trace.cc:218)
logging::LogMessage::~LogMessage [0x00007FF73BF15A68+184] (o:\base\logging.cc:730)
logging::`anonymous namespace'::NotReachedLogMessage::~NotReachedLogMessage [0x00007FF73BEFDC90+336] (o:\base\check.cc:60)
chrome::PathProvider [0x00007FF73CBFEA1F+271] (o:\chrome\common\chrome_paths.cc:158)
base::PathService::Get [0x00007FF73BFCEBCF+847] (o:\base\path_service.cc:213)
electron::`anonymous namespace'::ElectronPathProvider [0x00007FF737C19FE9+393] (o:\electron\shell\app\electron_main_delegate.cc:147)
base::PathService::Get [0x00007FF73BFCEBCF+847] (o:\base\path_service.cc:213)
BrowserProcessImpl::PostEarlyInitialization [0x00007FF737D21F87+229] (o:\electron\shell\browser\browser_process_impl.cc:111)
electron::ElectronBrowserMainParts::PostEarlyInitialization [0x00007FF737D34ED0+576] (o:\electron\shell\browser\electron_browser_main_parts.cc:312)
content::BrowserMainLoop::EarlyInitialization [0x00007FF73ADC6B5D+1217] (o:\content\browser\browser_main_loop.cc:628)
content::BrowserMainRunnerImpl::Initialize [0x00007FF73ADCB5EF+495] (o:\content\browser\browser_main_runner_impl.cc:117)
content::BrowserMain [0x00007FF73ADC5C7A+142] (o:\content\browser\browser_main.cc:28)
content::RunBrowserProcessMain [0x00007FF737F3B30B+347] (o:\content\app\content_main_runner_impl.cc:720)
content::ContentMainRunnerImpl::RunBrowser [0x00007FF737F3D5E7+1237] (o:\content\app\content_main_runner_impl.cc:1283)
content::ContentMainRunnerImpl::Run [0x00007FF737F3D014+1268] (o:\content\app\content_main_runner_impl.cc:1141)
content::RunContentProcess [0x00007FF737F37EBB+1389] (o:\content\app\content_main.cc:328)
content::ContentMain [0x00007FF737F37FF6+111] (o:\content\app\content_main.cc:345)
wWinMain [0x00007FF737C114DF+915] (o:\electron\shell\app\electron_main_win.cc:243)
__scrt_common_main_seh [0x00007FF74170A592+262] (D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288)
BaseThreadInitThunk [0x00007FF89A4E257D+29]
RtlUserThreadStart [0x00007FF89C14AA68+40]
Crash keys:
"platform" = "win32"
"process_type" = "browser"

Electron exited with code 2147483651.

from fiddle.

darkless47 avatar darkless47 commented on June 23, 2024

Edition Windows 10 Home
Version 22H2
OS build 19045.3448
Experience Windows Feature Experience Pack 1000.19044.1000.0

Installer: electron-fiddle-0.34.1-win32-x64-setup.exe from electronjs.org

Hello world example from electronjs.org
fiddle-issue

from fiddle.

Irasil avatar Irasil commented on June 23, 2024

The new update works without any problems on my Mac
Mac mini
macOS: Ventura 13.5.2
Chip Apple M1

Screenshot 2023-09-21 155438

from fiddle.

codebytere avatar codebytere commented on June 23, 2024

@brhenrique what version of Electron were you running when you saw that stacktrace?

from fiddle.

brhenrique avatar brhenrique commented on June 23, 2024

@codebytere it's a debug build of Electron 24.0.0

The error itself comes from this:

[41408:0921/112950.423:ERROR:base_paths_win.cc(141)] [DEBUG] SHGetFolderPath -2147024893

Which is the error code or ERROR_PATH_NOT_FOUND.

For some reason, in this new version of Electron fiddle, the Electron targets try to get the path of base::DIR_LOCAL_APP_DATA and fails. But using Electron fiddle 0.34.0, the Electron build I tested did not try to get the path of local app data.

from fiddle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.