Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.6.0 crashes on launch #684

Open
milnak opened this issue Oct 11, 2024 · 6 comments
Open

5.6.0 crashes on launch #684

milnak opened this issue Oct 11, 2024 · 6 comments

Comments

@milnak
Copy link

milnak commented Oct 11, 2024

Windows 11.

3: UnhandledExceptionFilter + 0x180
4: RtlInitializeExceptionChain + 0xfd
5: RtlClearBits + 0xbf

dialog says crash info was written to "ctrlr-win32.exe.crash", but that file doesn't exist.

@milnak
Copy link
Author

milnak commented Oct 11, 2024

I installed from https://github.com/RomanKubiak/ctrlr/releases

@dobo365
Copy link

dobo365 commented Oct 12, 2024

Please use the binaries from this discussion: #619
CtrlrX 5.6.30.1
It has been forked from Ctrlr by Damien who further adapted it. I'm also modestly contributing.
Let us know! I'm myself still on Win10.

@milnak
Copy link
Author

milnak commented Oct 12, 2024

Is Ctrlr dead? If CtrlrX is the replacement, how come there's no releases at https://github.com/damiensellier/CtrlrX/releases ?

@damiensellier
Copy link

damiensellier commented Oct 12, 2024

@milnak CtrlrX is more in a beta state right now, hence no official release on the fork page.

I saw your question on the discussion board, I replied with the available links to CtrlrX files, it's now v5.6.30, will soon post 5.6.31 but I need to tweak a few other things before releasing it.

CtrlrX v5.6.30.1 macOS Intel
CtrlrX-5.6.30.1-APP-macOS-Intel.zip
CtrlrX-5.6.30.1-VST3-macOS-Intel.zip
CtrlrX-5.6.30.1-AU-macOS-Intel.zip

CtrlrX v5.6.30.2 macOS Silicon
CtrlrX v5.6.30.2-APP-MacOS-Silicon.zip
CtrlrX v5.6.30.2-AU-MacOS-Silicon.zip
CtrlrX v5.6.30.2-VST3-MacOS-Silicon.zip

CtrlrX v5.6.30.1 Windows Intel
CtrlrX-5.6.30-EXE-WINDOWS-Intel (Fixed build provided by @bijlevel on July 2, 2024. Needs to be tested)
CtrlrX-5.6.30-Windows.zip (Fixed build provided by @dervur on Oct 14, 2024. Needs to be tested)
CtrlrX-5.6.30-VST2.zip ((Fixed build provided by @dervur on Oct 14, 2024. Needs to be tested)
CtrlrX-5.6.30-VST3.zip (Fixed build provided by @dervur on Oct 14, 2024. Needs to be tested)

@milnak
Copy link
Author

milnak commented Oct 13, 2024

If in beta consider renumbering to 0.x.x and making official releases with that version? I (and others) aren't comfortable pulling binaries from random sources. For now I can try building it myself.

@damiensellier
Copy link

damiensellier commented Oct 13, 2024

We all (active members of the community) decided to keep the versioning numbers of Ctrlr which is related to the JUCE version hence v5 because of JUCE 5.x.
I'll release CtrlrX 5.6.31 next month when everything will be tested and approved here. I'll do a v5.6.31 release page on https://github.com/damiensellier/CtrlrX because almost all major bugs from Ctrlr will be cleared up.
If you want to build CtrlrX I recommand following this guide, you should be ok with VS and Xcode.
https://github.com/damiensellier/CtrlrX/wiki/Guides-to-Building-Ctrlr
Good luck!
Damien

This is the bug fix list done in v5.6.31 to be released :

Version 5.6.31

  • Security update : Encryption of the panel file in the macOS bundle for restricted instances. CtrlrMac.cpp
  • JUCE Class MouseInputSource added to LUA. LCore.cpp,LCore.h, LJuce.cpp, LJuce.h, LMouseInputSource.h
  • New algorithm for Roland checksums. CtrlrSysexProcessor.cpp & CtrlrUtilities.cpp
  • Fixed MSB 14 bit numbers sending 0xFF instead of 0x7F. CtrlrSysexProcessor.cpp & CtrlrUtilities.cpp
  • Fixed missing File Management bottom notification bar. CtrlrPanelFileOperations.cpp, CtrlrPanelEditor.cpp, CtrlrPanelEditor.h, CtrlrPanel.cpp, CtrlrPanel.h
  • Fixed missing menuBar on export for log and MIDI monitor windows. CtrlrChildWindowContainer.cpp
  • Fixed uiSlider value not reaching maxValue when using negative values for minValue. CtrlrSlider.cpp
  • Fixed uiImageSlider value not reaching maxValue when using negative values for minValue. CtrlrImageSlider.cpp
  • Fixed black text on black background for Modulator List window. CtrlrPanelModulatorList.cpp
  • Fixed typo in alert when closing dirty panel. CtrlrPanelFileOperations.cpp
  • Fixed parameters count passed to VST host is set from the highest vstindex when a panel is an exported VST/VST3 instance, not (64). CtrlrProcessor.cpp
  • LnF panel close button colour on mouseover follows the panel colourScheme. CtrlrDocumentPanel.cpp
  • CtrlrModulator Value statement precised to help avoid feedback loops between LUA and (delayed) UI. Commit 6e5a0b2 by midibox. CtrlrLuaManager.cpp

This is the issues reported that I need to fix before releasing the new version :

https://github.com/damiensellier/CtrlrX/issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants