VCV Rack
- KVRist
- 323 posts since 19 Jul, 2008
- KVRAF
- 6529 posts since 9 Dec, 2008 from Berlin
Ah, great, thanks!vortico wrote:For tablets, edit the settings.json file in a text editor so that "allowMouseLock" is false.
I only have "allowCursorLock" in my settings file - is that the same or do I append the allowMouseLock?
---
Tried it out, it seems it's "allowCursorLock" and it works great.
Thanks and Cheers,
Tom
"Out beyond the ideas of wrongdoing and rightdoing, there is a field. I’ll meet you there." · Rumi
UrbanFlow.art · Instagram · YouTube
UrbanFlow.art · Instagram · YouTube
- KVRist
- 323 posts since 19 Jul, 2008
-
- KVRist
- 194 posts since 25 Mar, 2004 from Strasbourg, Saskatchewan, Canada
I'm using VCV rack with my students at school. One of them is trying to run it and says:
When I try to run it, it says "cannot open window with OpenGL 2.0 renderer. Does your graphics card support OpenGL 2.0? If so, are the latest drivers installed?" (I'm on Windows 10)
Any ideas?
When I try to run it, it says "cannot open window with OpenGL 2.0 renderer. Does your graphics card support OpenGL 2.0? If so, are the latest drivers installed?" (I'm on Windows 10)
Any ideas?
- KVRian
- 1498 posts since 21 Nov, 2005 from The Netherlands
srcodling wrote:I'm using VCV rack with my students at school. One of them is trying to run it and says:
When I try to run it, it says "cannot open window with OpenGL 2.0 renderer. Does your graphics card support OpenGL 2.0? If so, are the latest drivers installed?" (I'm on Windows 10)
Any ideas?
Graphics card not sufficient for this ( needs to support OpenGL 2.0 ), I tried VCVrack in Citrix (VDI) on a thinclient at work once which gave the same message.
- KVRist
- 402 posts since 16 Sep, 2005
Is teletype possible in VCVRack? https://github.com/monome/teletype
It's opensource to.
It's opensource to.
- KVRist
- 323 posts since 19 Jul, 2008
I'm trying to stay away from modules with days of menu diving. For the offical VCV plugins, I want to be able to turn a knob and see a result. Others can try porting it though.
VCV Rack, the Eurorack simulator
-
- KVRAF
- 16724 posts since 13 Oct, 2009
Awesome work!
I have a build question and I couldn't see anything about this in this thread, although, I only searched, I did not read it thoroughly.
I am able to clone the repo, clone Fundamental, and build and build dist to create a distribution. When I run that distribution it works fine with both the Fundamental and core modules as well as the dekstop modules which I also cloned and successfully built. However, when I try to run existing binary modules, I get a dll entry point error.
Conversely, the binary distribution of course works fine with the binary modules that are accessed from the vcv site (via login and refresh modules), however, if I build the dekstop modules and copy the distribution to the correct place in the binary distribution plugins directory, I get the same (or similar) dll entry point error.
Is there some version incompatibility between what is currently in github and the binary distribution, or am I doing something wrong? I'm on Win7-64.
Thanks
I have a build question and I couldn't see anything about this in this thread, although, I only searched, I did not read it thoroughly.
I am able to clone the repo, clone Fundamental, and build and build dist to create a distribution. When I run that distribution it works fine with both the Fundamental and core modules as well as the dekstop modules which I also cloned and successfully built. However, when I try to run existing binary modules, I get a dll entry point error.
Conversely, the binary distribution of course works fine with the binary modules that are accessed from the vcv site (via login and refresh modules), however, if I build the dekstop modules and copy the distribution to the correct place in the binary distribution plugins directory, I get the same (or similar) dll entry point error.
Is there some version incompatibility between what is currently in github and the binary distribution, or am I doing something wrong? I'm on Win7-64.
Thanks
- KVRist
- 323 posts since 19 Jul, 2008
Use git tags (i.e. `git checkout v0.3.2`) to ensure ABI compatibility when using v0.3.2 plugins.
VCV Rack, the Eurorack simulator
-
- KVRAF
- 16724 posts since 13 Oct, 2009
Got it, I don't know why I didn't check the tags. At any rate, that did the trick, I can now build dekstop and it runs fine in 0.3.2.vortico wrote:Use git tags (i.e. `git checkout v0.3.2`) to ensure ABI compatibility when using v0.3.2 plugins.
- KVRian
- 1209 posts since 11 Jan, 2006 from Pittsburgh
I'm not having any luck getting VCV Rack to work on my system (Windows 7 64 bit). When I tried running 0.3.1, I get 3 copies of the following popup:

After closing the popups, the program loads, but selecting an audio interface causes it to freeze. I tried using 0.3.2, and don't get the popups, but the program still freezes when I try to load a module. The addon modules aren't showing in the list when I right-click, either.

After closing the popups, the program loads, but selecting an audio interface causes it to freeze. I tried using 0.3.2, and don't get the popups, but the program still freezes when I try to load a module. The addon modules aren't showing in the list when I right-click, either.
-
- KVRAF
- 16724 posts since 13 Oct, 2009
Make sure that nothing else is running that makes use of the same sound card. I had that exact same problem until I closed Reaper before running vcv.DocAtlas wrote:I'm not having any luck getting VCV Rack to work on my system (Windows 7 64 bit). When I tried running 0.3.1, I get 3 copies of the following popup:
After closing the popups, the program loads, but selecting an audio interface causes it to freeze. I tried using 0.3.2, and don't get the popups, but the program still freezes when I try to load a module. The addon modules aren't showing in the list when I right-click, either.
- KVRist
- 323 posts since 19 Jul, 2008
No, that's a version issue. Make sure you're using Rack v0.3.2. If you already are, you've somehow gotten a mix of old plugins with your updated Rack. Delete all plugins in the plugins/ directory except Fundamental, and retry the "Refresh Plugins" button.
VCV Rack, the Eurorack simulator
- KVRian
- 1209 posts since 11 Jan, 2006 from Pittsburgh
I did have my browser open. That has caused problems with some (but not all) audio software in the past. I'll play around some more this weekend.ghettosynth wrote:Make sure that nothing else is running that makes use of the same sound card. I had that exact same problem until I closed Reaper before running vcv.DocAtlas wrote:I'm not having any luck getting VCV Rack to work on my system (Windows 7 64 bit). When I tried running 0.3.1, I get 3 copies of the following popup:
After closing the popups, the program loads, but selecting an audio interface causes it to freeze. I tried using 0.3.2, and don't get the popups, but the program still freezes when I try to load a module. The addon modules aren't showing in the list when I right-click, either.