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

Wavetable crash #7926

Open
RustoMCSpit opened this issue Dec 17, 2024 · 17 comments
Open

Wavetable crash #7926

RustoMCSpit opened this issue Dec 17, 2024 · 17 comments
Labels
Bug Report Item submitted using the Bug Report template

Comments

@RustoMCSpit
Copy link

RustoMCSpit commented Dec 17, 2024

Bug Description:
Surge XT crashes when trying to use a wavetable

Surge XT Version
Surge XT 1.4.nightlyeffb181

  • Version:
  • Plugin Type: Clap
  • Bitness: 64 bit

Reproduction Steps:
Steps to reproduce the behavior:

  1. Turn on wavetable from oscillator select
  2. Do anything

Note: Wavetable patches work as long as the wavetable was set in them to begin with

Computer Information (please complete the following!):

  • OS: Linux Mint Cinnamon LTS
  • Host: Bitwig .deb
  • Version: 5.2.7
@RustoMCSpit RustoMCSpit added the Bug Report Item submitted using the Bug Report template label Dec 17, 2024
@mkruselj
Copy link
Collaborator

Any crashlogs?

@baconpaul
Copy link
Collaborator

About screen would help also. Wonder if it can’t find any wavetables to load at all (which should work. It maybe has regressed)

@baconpaul
Copy link
Collaborator

hmm just checked and with no user and no documents it still works and uses the in memory wavetable at head

@RustoMCSpit
Copy link
Author

Any crashlogs?

how do i get those

@RustoMCSpit
Copy link
Author

hmm just checked and with no user and no documents it still works and uses the in memory wavetable at head

im using linux portable mode?

@baconpaul
Copy link
Collaborator

the logs will be in the ~/.Bitwig directory if i recall
any idea about exactly how far you get would be useful. do you see a waveform when you switch to wavetable? etc
and again, the about screen would really help. does it point to a directory with wavetables?

@RustoMCSpit
Copy link
Author

RustoMCSpit commented Dec 18, 2024

i do see the waveform. yes the about screen points to my portable linux files.

edit: no i dont, selection of waveform immediately crashes surge

@RustoMCSpit
Copy link
Author

happens on a fresh install of everything too

@RustoMCSpit
Copy link
Author

[2024-12-18 01:15:39.977 Surge Synth Team Surge XT 4 info] Engine loaded plug-in
[2024-12-18 01:15:39.977 Surge Synth Team Surge XT 4 info] Finished loading plug-in  (0 queued)
[2024-12-18 01:15:39.978 float-document-master info] Loaded 1 of 1 plug-ins
[2024-12-18 01:15:39.979 float-document-master info] Loading all plug-ins took 326 ms
[2024-12-18 01:15:40.037 float-document-master info] FloatDocument.isEngineReadyChanged(false->true)
[2024-12-18 01:15:40.886 Surge Synth Team Surge XT 4 info] Undoable change made in plug-in "Surge XT: Various Changes"
[2024-12-18 01:15:42.505 Surge Synth Team Surge XT 4 error] Plug-in crashed
[2024-12-18 01:15:42.507 float-document-master info] FloatDocument.isEngineReadyChanged(true->false)
[2024-12-18 01:15:42.514 float-document-master info] FloatDocument.isEngineReadyChanged(false->true)
[2024-12-18 01:15:42.516 notifications error] Plug-ins crashed: 
[2024-12-18 01:16:09.563 Surge Synth Team Surge XT 4 info] Started loading plug-in (0 queued)
[2024-12-18 01:16:09.564 float-document-master info] FloatDocument.isEngineReadyChanged(true->false)
[2024-12-18 01:16:09.565 float-document-master info] Loaded 0 of 1 plug-ins
[2024-12-18 01:16:09.586 notifications info] Loading plugins...: 
[2024-12-18 01:16:09.767 Surge Synth Team Surge XT 4 info] Engine loaded plug-in
[2024-12-18 01:16:09.767 Surge Synth Team Surge XT 4 info] Finished loading plug-in  (0 queued)
[2024-12-18 01:16:09.767 float-document-master info] Loading all plug-ins took 204 ms
[2024-12-18 01:16:09.767 float-document-master info] Loaded 1 of 1 plug-ins
[2024-12-18 01:16:09.810 float-document-master info] FloatDocument.isEngineReadyChanged(false->true)
[2024-12-18 01:16:10.440 Surge Synth Team Surge XT 4 info] Undoable change made in plug-in "Surge XT: Various Changes"
[2024-12-18 01:16:17.922 Surge Synth Team Surge XT 4 info] Undoable change made in plug-in "Surge XT: Various Changes"
[2024-12-18 01:16:19.640 Surge Synth Team Surge XT 4 info] Undoable change made in plug-in "Surge XT: Various Changes"
[2024-12-18 01:16:20.493 Surge Synth Team Surge XT 4 error] Plug-in crashed
[2024-12-18 01:16:20.493 float-document-master info] FloatDocument.isEngineReadyChanged(true->false)
[2024-12-18 01:16:20.504 float-document-master info] FloatDocument.isEngineReadyChanged(false->true)
[2024-12-18 01:16:20.505 notifications error] Plug-ins crashed: 
[2024-12-18 01:16:22.716 float-document-master info] Stopping engine for New 1
[2024-12-18 01:16:22.731 float-gui-widgets info] No current audible project
[2024-12-18 01:16:22.737 ramona-server error] Connection broken with client:
	java.io.EOFException
	at com.bitwig.ramona.serial.PCd.pTQ(SourceFile:263)
	at com.bitwig.ramona.serial.PCd.gPV(SourceFile:413)
	at cbw.jvQ(SourceFile:777)
	at cbw.pr3(SourceFile:599)
	at cbw.pr3(SourceFile:580)
	at com.bitwig.ramona.protocol.tIG.pr3(SourceFile:88)
	at ccr.sXx(SourceFile:393)
	at ccs.run(SourceFile:277)

@baconpaul
Copy link
Collaborator

Huh well I’ll have to look when I next boot Linux! Thanks!

@baconpaul
Copy link
Collaborator

Oh does the standalone work for you?

@RustoMCSpit
Copy link
Author

Oh does the standalone work for you?

i'll check later

@RustoMCSpit
Copy link
Author

standalone flatpak?

@baconpaul
Copy link
Collaborator

No the exe non plugin version

@RustoMCSpit
Copy link
Author

im on linux, exe would be through yabridge and not the same architecture

@RustoMCSpit
Copy link
Author

if youre asking about "Program (application/x-executable)" then no, it crashes too

@baconpaul
Copy link
Collaborator

Yup that’s what I meant

ok I’ll boot Linux and look soon enough - tagging this into 1.4

@baconpaul baconpaul added this to the Surge XT 1.4.0 milestone Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Report Item submitted using the Bug Report template
Projects
None yet
Development

No branches or pull requests

3 participants