User forums > Help
Codeblocks not working on macos sonoma
(1/1)
salman5678:
On my MacBook Air m1 codeblocks is not working. Its asking me to reopen again and again after selecting compiler. Auto quitting. Is there any solution?
Miguel Gimenez:
See ticket 1425 for a possible solution.
vwdvaan:
Same here on Sonoma 14.7.2.
I compiled myself wxWidgets-3.2.8.1 and CodeBlocks-25.04 but it's crashes after i open CodeBlocks:
--- Code: ---<?xml version="1.0" encoding="UTF-8"?>
<report version="1.0" kind="exception">
<system description="macOS Sonoma Version 14.7.2 (Build 23H311)"/>
<stack>
<frame level="0" function="wxFatalSignalHandler(int)" offset="0" address="0x10852f0ac"/>
<frame level="1" function="_sigtramp" offset="0" address="0x7ff80638dfdd"/>
<frame level="2" function="_sigtramp" offset="0" address="0x7ff7b8cb5e88"/>
<frame level="3" function="ClassBrowser::SetParser(ParserBase*)" offset="0" address="0x117d74f7c"/>
<frame level="4" function="ParseManager::CreateClassBrowser()" offset="0" address="0x117df6b72"/>
<frame level="5" function="CodeCompletion::OnAttach()" offset="0" address="0x117d97c39"/>
<frame level="6" function="cbPlugin::Attach()" offset="0" address="0x10883ee1c"/>
<frame level="7" function="PluginManager::AttachPlugin(cbPlugin*, bool)" offset="0" address="0x1089a06ca"/>
<frame level="8" function="PluginManager::LoadAllPlugins()" offset="0" address="0x1089a734d"/>
<frame level="9" function="MainFrame::ScanForPlugins()" offset="0" address="0x107309f0a"/>
<frame level="10" function="MainFrame::MainFrame(wxWindow*)" offset="0" address="0x1073048e3"/>
<frame level="11" function="MainFrame::MainFrame(wxWindow*)" offset="0" address="0x10730cc7d"/>
<frame level="12" function="CodeBlocksApp::InitFrame()" offset="0" address="0x10724a3b1"/>
<frame level="13" function="CodeBlocksApp::OnInit()" offset="0" address="0x10724c791"/>
<frame level="14" function="wxApp::CallOnInit()" offset="0" address="0x109b05480"/>
<frame level="15" function="wxEntry(int&, wchar_t**)" offset="0" address="0x1084abbe1"/>
<frame level="16" function="main" offset="0" address="0x107248a43"/>
<frame level="17" function="start" offset="0" address="0x7ff805fd3345"/>
</stack>
</report>
--- End code ---
Miguel Gimenez:
Disable the CodeCompletion plugin (rename CodeCompletion.dylib). You can later enable the new Clangd_client plugin.
The problem is in ClassBrowser::SetParser(), may be you can debug this (we do not have access to Macs).
Navigation
[0] Message Index
Go to full version