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

[BUG] Plugin crashing Reaper every few minutes #273

Open
Yaintz opened this issue Apr 7, 2023 · 3 comments
Open

[BUG] Plugin crashing Reaper every few minutes #273

Yaintz opened this issue Apr 7, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@Yaintz
Copy link

Yaintz commented Apr 7, 2023

Describe the bug
For some reason Reaper keeps crashing randomly as far as I can tell due to BYOD, since it says an instance of the plugin has crashed the next time I start reaper up (I could just be dumb and. I can't seem to narrow down one specific thing that is causing it to break, but the log files all say something similar to this with some slight variations each time:

Interrupt signal received!
Stack Trace:
3: UnhandledExceptionFilter + 0x1e7
4: memset + 0x13b0
5: _C_specific_handler + 0x96
6: _chkstk + 0x11f
7: RtlRaiseException + 0x434
8: RtlRaiseException + 0x185
9: RaiseException + 0x69
10: CxxThrowException + 0x90
30: ScreenToClient + 0xbc0
31: ScreenToClient + 0x362
32: UnpackDDElParam + 0x959
33: CallWindowProcW + 0x3f8
34: DispatchMessageW + 0x259
37: BaseThreadInitThunk + 0x14
38: RtlUserThreadStart + 0x21

Plugin crashing!!!
The crash in this log file is now being examined!

I'm not entirely sure what is causing the error or how to easily replicate it, and admittedly don't have enough coding experience to understand what the error is trying to say, but above it it does say something about the state containing processors that are currently locked, however the preset I am using does not contain any of the ones it lists. I also just updated to the most recent nightly build to see if that solved it but had no luck.

Windows 10
Reaper v6.77
64 bit

@Yaintz Yaintz added the bug Something isn't working label Apr 7, 2023
@Yaintz
Copy link
Author

Yaintz commented Apr 7, 2023

most repeatable cause I can get is that is usually happens as soon as a press the spacebar to start playing the track

@jatinchowdhury18
Copy link
Contributor

Thanks for the descriptive bug report! I believe there was something that changed in a more recent version of Reaper, which triggers some different behaviour when the spacebar is pressed. I'll update my version of Reaper, and should be able to do some debugging later today.

@jatinchowdhury18
Copy link
Contributor

Hmm, so I've been having some trouble re-creating the crash with Reaper v6.78. Would it be possible to try updating Reaper and seeing if the crash still occurs? If the crash still happens, would it be possible to share a small example project that crashes somewhat reliably? Ideally the project would not use any third-party plugins except for BYOD, to help isolate the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants