firolightfog / Yolow

Modules for VCV Rack
GNU General Public License v3.0
3 stars 0 forks source link

Strange Rack crash #18

Closed firolightfog closed 2 years ago

firolightfog commented 2 years ago

Something weird is going on with my VCV Rack 2.0.6 in Windows. Maybe Celei but I'm not sure if it's related to the Yolow plugin at all.

At closing the Rack the end of my log.txt looks nice and tidy:

[3.115 info adapters/standalone.cpp:238 main] Running window
[3.149 info src/window/Window.cpp:50 loadFile] Loaded font C:/Users/aszabo/Documents/Rack2/plugins/ImpromptuModular/res/fonts/Segment14.ttf
[3.149 info src/window/Window.cpp:50 loadFile] Loaded font C:/Users/aszabo/OneDrive - UNICEF/private/DAW/Rack2Free/res/fonts/Nunito-Bold.ttf
[3.149 info src/window/Window.cpp:50 loadFile] Loaded font C:/Users/aszabo/OneDrive - UNICEF/private/DAW/Rack2Free/res/fonts/ShareTechMono-Regular.ttf
[4.544 info src/network.cpp:147 requestJson] Requesting JSON GET https://api.vcvrack.com/version?edition=Free
[5.022 info src/network.cpp:147 requestJson] Requesting JSON GET https://api.vcvrack.com/user
[5.553 info src/network.cpp:147 requestJson] Requesting JSON GET https://api.vcvrack.com/library/manifests?version=2
[6.359 info src/network.cpp:147 requestJson] Requesting JSON GET https://api.vcvrack.com/modules
[15.011 info src/patch.cpp:194 saveAutosave] Saving autosave C:/Users/aszabo/Documents/Rack2/autosave/patch.json
[15.032 info src/settings.cpp:437 save] Saving settings C:/Users/aszabo/Documents/Rack2/settings.json
[30.013 info src/patch.cpp:194 saveAutosave] Saving autosave C:/Users/aszabo/Documents/Rack2/autosave/patch.json
[30.031 info src/settings.cpp:437 save] Saving settings C:/Users/aszabo/Documents/Rack2/settings.json
[45.015 info src/patch.cpp:194 saveAutosave] Saving autosave C:/Users/aszabo/Documents/Rack2/autosave/patch.json
[45.021 info src/settings.cpp:437 save] Saving settings C:/Users/aszabo/Documents/Rack2/settings.json
[47.831 info adapters/standalone.cpp:240 main] Stopped window
[47.831 info adapters/standalone.cpp:251 main] Deleting context
[47.831 info src/context.cpp:18 ~Context] Deleting window
[47.858 info src/context.cpp:22 ~Context] Deleting patch manager
[47.858 info src/patch.cpp:194 saveAutosave] Saving autosave C:/Users/aszabo/Documents/Rack2/autosave/patch.json
[47.866 info src/context.cpp:26 ~Context] Deleting scene
[47.867 info src/rtaudio.cpp:150 closeStream] Stopping RtAudio DirectSound device 0
[47.937 info src/rtaudio.cpp:159 closeStream] Closing RtAudio DirectSound device 0
[48.004 info src/rtaudio.cpp:168 closeStream] Closed RtAudio DirectSound device 0

But reopening the Rack it's crashing:

image

It's crashing at a very strange place:

[0.536 info src/plugin.cpp:121 loadPlugin] Loading plugin from C:/Users/aszabo/Documents/Rack2/plugins/Yolow
[0.539 info src/plugin.cpp:179 loadPlugin] Loaded Yolow v2.1.7
[0.539 info src/plugin.cpp:121 loadPlugin] Loading plugin from C:/Users/aszabo/Documents/Rack2/plugins/ZetaCarinae
[0.542 info src/plugin.cpp:179 loadPlugin] Loaded ZetaCarinae v2.0.4
[0.542 info src/plugin.cpp:121 loadPlugin] Loading plugin from C:/Users/aszabo/Documents/Rack2/plugins/ZZC
[0.544 info src/plugin.cpp:179 loadPlugin] Loaded ZZC v2.0.2
[0.544 info adapters/standalone.cpp:177 main] Initializing browser
[0.551 info adapters/standalone.cpp:179 main] Initializing library
[0.552 info adapters/standalone.cpp:183 main] Initializing UI
[0.552 info adapters/standalone.cpp:185 main] Initializing window
[0.776 info adapters/standalone.cpp:191 main] Creating engine
[0.776 info adapters/standalone.cpp:193 main] Creating history state
[0.776 info adapters/standalone.cpp:195 main] Creating event state
[0.776 info adapters/standalone.cpp:197 main] Creating scene
[0.777 info src/window/Svg.cpp:28 loadFile] Loaded SVG C:/Users/aszabo/OneDrive/private/DAW/Rack2Free/res/ComponentLibrary/Rail.svg
[0.780 info adapters/standalone.cpp:200 main] Creating patch manager
[0.780 info adapters/standalone.cpp:203 main] Creating window
[0.948 info src/window/Window.cpp:283 Window] Window content scale: 1.000000
[1.364 info src/window/Window.cpp:335 Window] Renderer: Intel Intel(R) UHD Graphics 620
[1.364 info src/window/Window.cpp:336 Window] OpenGL: 4.6.0 - Build 26.20.100.7926
[1.412 info src/window/Window.cpp:50 loadFile] Loaded font C:/Users/aszabo/OneDrive/private/DAW/Rack2Free/res/fonts/DejaVuSans.ttf
[4.575 info src/network.cpp:147 requestJson] Requesting JSON GET https://api.vcvrack.com/version?edition=Free
[5.033 info src/network.cpp:147 requestJson] Requesting JSON GET https://api.vcvrack.com/user
[5.535 info src/network.cpp:147 requestJson] Requesting JSON GET https://api.vcvrack.com/library/manifests?version=2
[6.359 info src/network.cpp:147 requestJson] Requesting JSON GET https://api.vcvrack.com/modules

Is this related to the network.cpp somehow?

firolightfog commented 2 years ago

Andre_M's has confirmed similar crashes with the Celei module:

So it breaks VCV if you want to delete it from the patch. ANd it also breaks VCV when you have these modules and you close the program.

firolightfog commented 2 years ago

V2.1.7b fixed Celei stepA bug. I'm closing #17 but I keep this ticket open. I need to look into Celesta code later on.

firolightfog commented 2 years ago

I couldn't recreate with CELESTA. I'm closing the ticket.