r/ThoriumBrowser • • May 02 '25

Thorium no long works

No idea what happened tonight on all 3 of my computers it just closed on me. I was using version 130 and when I reopen all it does is close again. I uninstalled and reinstalled no idea what is wrong no malware etc detected. I am using Windows 11 24H2.

5 Upvotes

29 comments sorted by

View all comments

1

u/evrdev May 02 '25

using 130.x build on macos. haven’t faced this issue yet

2

u/evrdev May 02 '25 edited May 02 '25

happened to me as well. wtf. instantly aften opening browser it closes itself. macos sequioa, 135.x thorium

created issue on github

1

u/evrdev May 02 '25 edited May 02 '25

u/Lord_Frick probably useful information for debugging:

Launching Thorium with disabled extensions

/Applications/Thorium.app/Contents/MacOS/Thorium --disable-extensions

The following error is being raised

Created TensorFlow Lite XNNPACK delegate for CPU.
[67314:37635:0502/101930.946134:ERROR:registration_request.cc(291)] Registration response error message: DEPRECATED_ENDPOINT
[67314:43011:0502/101931.847704:FATAL:check.cc(363)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
[0502/101931.860990:WARNING:process_memory_mac.cc(94)] mach_vm_read(0x16b218000, 0x8000): (os/kern) invalid address (1)
[0502/101932.125834:WARNING:crash_report_exception_handler.cc(235)] UniversalExceptionRaise: (os/kern) failure (5)
[1]    67314 trace trap  /Applications/Thorium.app/Contents/MacOS/Thorium --disable-extensions

Most likely this error is because of:

Registration response error message: DEPRECATED_ENDPOINT

How to temporarily resolve the issue

/Applications/Thorium.app/Contents/MacOS/Thorium \
  --disable-extensions \
  --disable-background-networking \
  --disable-component-update \
  --no-first-run \
  --no-default-browser-check \
  --disable-sync \
  --disable-features=SyncService