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

Carla crashes when load Surge XT #7457

Open
1 task done
901D3 opened this issue Aug 16, 2024 · 1 comment
Open
1 task done

Carla crashes when load Surge XT #7457

901D3 opened this issue Aug 16, 2024 · 1 comment
Labels

Comments

@901D3
Copy link

901D3 commented Aug 16, 2024

System Information

Windows 10 Pro 22H2 19045.4651

LMMS Version(s)

1.3.0-alpha.1.681+gbda1a9c37

Most Recent Working Version

1.3.0-alpha.1.681+gbda1a9c37

Bug Summary

Carla Patchbay or Rack crashes when load Surge XT VST3 while load other VST3 still normal

2024-08-16.17-00-08.mp4

Expected Behaviour

Carla should load it normally with no problem

Steps To Reproduce

Load Surge XT(synthersizer) VST3 to Carla Rack or Patchbay

Logs

Click to expand
[carla] Trying to start carla-plugin using "D:/Carla/resources\carla-plugin.exe"
Carla 2.5.8 started, status:
  Python version: 3.8.7
  Qt version:     5.12.12
  PyQt version:   5.13.1
  Binary dir:     D:\Carla
  Resources dir:  D:\Carla\resources
Frontend pixel ratio is 1.0
[carla] WriteFileWin32 failed, error was: 232
CarlaPipeCommon::_writeMsgBuffer(..., 13) - failed with -1 (true), message was:
runtime-info
[carla] Carla assertion failure: "fUiServer.writeMessage("runtime-info\n")" in file CarlaEngineNative.cpp, line 1440
[carla] WriteFileWin32 failed, error was: 232

Screenshots / Minimum Reproducible Project

No response

Please search the issue tracker for existing bug reports before submitting your own.

  • I have searched all existing issues and confirmed that this is not a duplicate.
@901D3 901D3 added the bug label Aug 16, 2024
@michaelgregorius
Copy link
Contributor

[carla] Trying to start carla-plugin using "D:/Carla/resources\carla-plugin.exe"
Carla 2.5.8 started, status:
  Python version: 3.8.7
  Qt version:     5.12.12
  PyQt version:   5.13.1
  Binary dir:     D:\Carla
  Resources dir:  D:\Carla\resources
Frontend pixel ratio is 1.0
[carla] WriteFileWin32 failed, error was: 232
CarlaPipeCommon::_writeMsgBuffer(..., 13) - failed with -1 (true), message was:
runtime-info
[carla] Carla assertion failure: "fUiServer.writeMessage("runtime-info\n")" in file CarlaEngineNative.cpp, line 1440
[carla] WriteFileWin32 failed, error was: 232

Error 232 means that a pipe is (being) closed: https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499-

So it seems that Carla tries to communicate via a pipe with some external process (?) which does not work because the pipe is closed.

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

No branches or pull requests

2 participants