kmatheussen / radium

A graphical music editor. A next generation tracker.
http://users.notam02.no/~kjetism/radium/
GNU General Public License v2.0
835 stars 36 forks source link

carla plugins still don't show ui #1351

Closed ghost closed 2 years ago

ghost commented 2 years ago

making a new ticket because #1179 probably isn't going to get any new activity

my situation is similar: i get a ModuleNotFoundError: No module named 'encodings' error in the terminal when i open carla patchbay and no gui shows in the plugin window. i tried the fixes here: https://stackoverflow.com/questions/38132755/importerror-no-module-named-encodings but none of them worked for me

however i noticed in the terminal output, the PYTHONHOME variable is set to radium's own version of python, so perhaps that could be the issue? copied below:

Trying to start carla-plugin using "/usr/lib/vst/carla.vst/resources/carla-plugin-patchbay"
Python path configuration:
  PYTHONHOME = '/home/autumn/radium_64bit_linux-6.9.96/bin/python2.7/lib'
  PYTHONPATH = '/home/autumn/radium_64bit_linux-6.9.96/bin/python2.7/lib'
  program name = 'python3'
  isolated = 0
  environment = 1
  user site = 1
  import site = 1
  sys._base_executable = '/usr/bin/python3'
  sys.base_prefix = '/home/autumn/radium_64bit_linux-6.9.96/bin/python2.7/lib'
  sys.base_exec_prefix = '/home/autumn/radium_64bit_linux-6.9.96/bin/python2.7/lib'
  sys.executable = '/usr/bin/python3'
  sys.prefix = '/home/autumn/radium_64bit_linux-6.9.96/bin/python2.7/lib'
  sys.exec_prefix = '/home/autumn/radium_64bit_linux-6.9.96/bin/python2.7/lib'
  sys.path = [
    '/home/autumn/radium_64bit_linux-6.9.96/bin/python2.7/lib',
    '/home/autumn/radium_64bit_linux-6.9.96/bin/python2.7/lib/lib/python38.zip',
    '/home/autumn/radium_64bit_linux-6.9.96/bin/python2.7/lib/lib/python3.8',
    '/home/autumn/radium_64bit_linux-6.9.96/bin/python2.7/lib/lib/python3.8/lib-dynload',
  ]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00007fe97158d740 (most recent call first):
<no Python frame>
waitForClientFirstMessage() - read returned 0
********* Storing chipos undo. value: -360.000000
Scene is double-clicked
Note: Num_vamps: 1
        GUI GC: Delayed closing of GUI. Pos: 657, guinum: 765
        GUI GC: Delayed closing of GUI. Pos: 710, guinum: 776
Closing VST UI: CarlaPatchbay
kmatheussen commented 2 years ago

There was a similar problem recently, and I'm pretty sure this issue is caused by the same bug. The reason is that Radium sets the PYTHONHOME and/or the PYTHONPATH environment variables to its own python installation, which only contains python ilbraries used by Radium, not necessarily libraries used by Carla.

I'm not quite sure how to solve this problem though, but I think this workaround should work:

  1. cd bin/python2.7
  2. mv lib lib_old
  3. ln -s /usr/lib/python2.7 lib

Also, you should check first if your python libraries are placed in /usr/lib/python2.7. If it's not, then change the directory in point 3 to where it is placed.

ghost commented 2 years ago

i tried that, now radium crashes when i start it

Linux binary
-is_crash-signum: 6

6.9.96

OS version: 20.10

OpenGL vendor: (null)
OpenGL renderer: (null)
OpenGL version: (null)
OpenGL flags: 0

Runtime Qt version: 5.15.2 on x86_64
Compile-time Qt version:5.15.2 for x86_64-little_endian-lp64.

Running plugins: <nopluginnames>

Running time: 1.63378e+09 seconds.

Last painter: nowhere

Time since last received MIDI message: 1.63378e+12ms

0: crashreporter_posix.c:109    CRASHREPORTER_send_message_with_backtrace()
1: crashreporter_posix.c:148    crash()
2: ??:0 __restore_rt()
3: ??:0 gsignal()
4: ??:0 abort()
5: ??:0 _Z13qErrnoWarningPKcz()
6: ??:0 _ZN7QThreadD2Ev()
7: ??:0 __libc_secure_getenv()
8: ??:0 on_exit()
9: ??:0 Py_InitializeEx()
10: Qt_Main.cpp:4478    main()
11: ??:0    __libc_start_main()
12: ??:0    _start()

start event_pos: 0
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
1633778301.835968: 
end event_pos: 0

LINUX

/etc/os-release: NAME="Ubuntu"
VERSION="20.10 (Groovy Gorilla)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.10"
VERSION_ID="20.10"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=groovy
UBUNTU_CODENAME=groovy

/proc/version: Linux version 5.8.0-63-lowlatency (buildd@lcy01-amd64-028) (gcc (Ubuntu 10.3.0-1ubuntu1~20.10) 10.3.0, GNU ld (GNU Binutils for Ubuntu) 2.35.1) #71-Ubuntu SMP PREEMPT Tue Jul 13 16:59:06 UTC 2021

/proc/cpuinfo: processor    : 0
vendor_id   : GenuineIntel
cpu family  : 6
model       : 165
model name  : Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz
stepping    : 2
microcode   : 0xea
cpu MHz     : 4180.823
cache size  : 16384 KB
physical id : 0
siblings    : 16
core id     : 0
cpu cores   : 8
apicid      : 0
initial apicid  : 0
fpu     : yes
fpu_exception   : yes
cpuid level : 22
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp pku ospke md_clear flush_l1d arch_capabilities
vmx flags   : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple pml ept_mode_based_exec
bugs        : spectre_v1 spectre_v2 spec_store_bypass swapgs itlb_multihit
bogomips    : 4399.99
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model       : 165
model name  : Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz
stepping    : 2
microcode   : 0xea
cpu MHz     : 4412.154
cache size  : 16384 KB
physical id : 0
siblings    : 16
core id     : 1
cpu cores   : 8
apicid      : 2
initial apicid  : 2
fpu     : yes
fpu_exception   : yes
cpuid level : 22
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp pku ospke md_clear flush_l1d arch_capabilities
vmx flags   : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple pml ept_mode_based_exec
bugs        : spectre_v1 spectre_v2 spec_store_bypass swapgs itlb_multihit
bogomips    : 4399.99
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

processor   : 2
vendor_id   : GenuineIntel
cpu family  : 6
model       : 165
model name  : Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz
stepping    : 2
microcode   : 0xea
cpu MHz     : 4492.940
cache size  : 16384 KB
physical id : 0
siblings    : 16
core id     : 2
cpu cores   : 8
apicid      : 4
initial apicid  : 4
fpu     : yes
fpu_exception   : yes
cpuid level : 22
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp pku ospke md_clear flush_l1d arch_capabilities
vmx flags   : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple pml ept_mode_based_exec
bugs        : spectre_v1 spectre_v2 spec_store_bypass swapgs itlb_multihit
bogomips    : 4399.99
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

processor   : 3
vendor_id   : GenuineIntel
cpu family  : 6
model       : 165
model name  : Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz
stepping    : 2
microcode   : 0xea
cpu MHz     : 4251.633
cache size  : 16384 KB
physical id : 0
siblings    : 16
core id     : 3
cpu cores   : 8
apicid      : 6
initial apicid  : 6
fpu     : yes
fpu_exception   : yes
cpuid level : 22
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp pku ospke md_clear flush_l1d arch_capabilities
vmx flags   : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple pml ept_mode_based_exec
bugs        : spectre_v1 spectre_v2 spec_store_bypass swapgs itlb_multihit
bogomips    : 4399.99
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

processor   : 4
vendor_id   : GenuineIntel
cpu family  : 6
model       : 165
model name  : Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz
stepping    : 2
microcode   : 0xea
cpu MHz     : 4493.621
cache size  : 16384 KB
physical id : 0
siblings    : 16
core id     : 4
cpu cores   : 8
apicid      : 8
initial apicid  : 8
fpu     : yes
fpu_exception   : yes
cpuid level : 22
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp pku ospke md_clear flush_l1d arch_capabilities
vmx flags   : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple pml ept_mode_based_exec
bugs        : spectre_v1 spectre_v2 spec_store_bypass swapgs itlb_multihit
bogomips    : 4399.99
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

processor   : 5
vendor_id   : GenuineIntel
cpu family  : 6
model       : 165
model name  : Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz
stepping    : 2
microcode   : 0xea
cpu MHz     : 3609.912
cache size  : 16384 KB
physical id : 0
siblings    : 16
core id     : 5
cpu cores   : 8
apicid      : 10
initial apicid  : 10
fpu     : yes
fpu_exception   : yes
cpuid level : 22
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp pku ospke md_clear flush_l1d arch_capabilities
vmx flags   : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple pml ept_mode_based_exec
bugs        : spectre_v1 spectre_v2 spec_store_bypass swapgs itlb_multihit
bogomips    : 4399.99
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

processor   : 6
vendor_id   : GenuineIntel
cpu family  : 6
model       : 165
model name  : Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz
stepping    : 2
microcode   : 0xea
cpu MHz     : 4363.769
cache size  : 16384 KB
physical id : 0
siblings    : 16
core id     : 6
cpu cores   : 8
apicid      : 12
initial apicid  : 12
fpu     : yes
fpu_exception   : yes
cpuid level : 22
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp pku ospke md_clear flush_l1d arch_capabilities
vmx flags   : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple pml ept_mode_based_exec
bugs        : spectre_v1 spectre_v2 spec_store_bypass swapgs itlb_multihit
bogomips    : 4399.99
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

processor   : 7
vendor_id   : GenuineIntel
cpu family  : 6
model       : 165
model name  : Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz
stepping    : 2
microcode   : 0xea
cpu MHz     : 4244.205
cache size  : 16384 KB
physical id : 0
siblings    : 16
core id     : 7
cpu cores   : 8
apicid      : 14
initial apicid  : 14
fpu     : yes
fpu_exception   : yes
cpuid level : 22
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp pku ospke md_clear flush_l1d arch_capabilities
vmx flags   : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple pml ept_mode_based_exec
bugs        : spectre_v1 spectre_v2 spec_store_bypass swapgs itlb_multihit
bogomips    : 4399.99
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

processor   : 8
vendor_id   : GenuineIntel
cpu family  : 6
model       : 165
model name  : Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz
stepping    : 2
microcode   : 0xea
cpu MHz     : 4449.266
cache size  : 16384 KB
physical id : 0
siblings    : 16
core id     : 0
cpu cores   : 8
apicid      : 1
initial apicid  : 1
fpu     : yes
fpu_exception   : yes
cpuid level : 22
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp pku ospke md_clear flush_l1d arch_capabilities
vmx flags   : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple pml ept_mode_based_exec
bugs        : spectre_v1 spectre_v2 spec_store_bypass swapgs itlb_multihit
bogomips    : 4399.99
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

processor   : 9
vendor_id   : GenuineIntel
cpu family  : 6
model       : 165
model name  : Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz
stepping    : 2
microcode   : 0xea
cpu MHz     : 4483.970
cache size  : 16384 KB
physical id : 0
siblings    : 16
core id     : 1
cpu cores   : 8
apicid      : 3
initial apicid  : 3
fpu     : yes
fpu_exception   : yes
cpuid level : 22
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp pku ospke md_clear flush_l1d arch_capabilities
vmx flags   : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple pml ept_mode_based_exec
bugs        : spectre_v1 spectre_v2 spec_store_bypass swapgs itlb_multihit
bogomips    : 4399.99
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

processor   : 10
vendor_id   : GenuineIntel
cpu family  : 6
model       : 165
model name  : Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz
stepping    : 2
microcode   : 0xea
cpu MHz     : 4276.238
cache size  : 16384 KB
physical id : 0
siblings    : 16
core id     : 2
cpu cores   : 8
apicid      : 5
initial apicid  : 5
fpu     : yes
fpu_exception   : yes
cpuid level : 22
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp pku ospke md_clear flush_l1d arch_capabilities
vmx flags   : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple pml ept_mode_based_exec
bugs        : spectre_v1 spectre_v2 spec_store_bypass swapgs itlb_multihit
bogomips    : 4399.99
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

processor   : 11
vendor_id   : GenuineIntel
cpu family  : 6
model       : 165
model name  : Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz
stepping    : 2
microcode   : 0xea
cpu MHz     : 4422.775
cache size  : 16384 KB
physical id : 0
siblings    : 16
core id     : 3
cpu cores   : 8
apicid      : 7
initial apicid  : 7
fpu     : yes
fpu_exception   : yes
cpuid level : 22
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp pku ospke md_clear flush_l1d arch_capabilities
vmx flags   : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple pml ept_mode_based_exec
bugs        : spectre_v1 spectre_v2 spec_store_bypass swapgs itlb_multihit
bogomips    : 4399.99
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

processor   : 12
vendor_id   : GenuineIntel
cpu family  : 6
model       : 165
model name  : Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz
stepping    : 2
microcode   : 0xea
cpu MHz     : 4402.792
cache size  : 16384 KB
physical id : 0
siblings    : 16
core id     : 4
cpu cores   : 8
apicid      : 9
initial apicid  : 9
fpu     : yes
fpu_exception   : yes
cpuid level : 22
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp pku ospke md_clear flush_l1d arch_capabilities
vmx flags   : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple pml ept_mode_based_exec
bugs        : spectre_v1 spectre_v2 spec_store_bypass swapgs itlb_multihit
bogomips    : 4399.99
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

processor   : 13
vendor_id   : GenuineIntel
cpu family  : 6
model       : 165
model name  : Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz
stepping    : 2
microcode   : 0xea
cpu MHz     : 4383.133
cache size  : 16384 KB
physical id : 0
siblings    : 16
core id     : 5
cpu cores   : 8
apicid      : 11
initial apicid  : 11
fpu     : yes
fpu_exception   : yes
cpuid level : 22
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp pku ospke md_clear flush_l1d arch_capabilities
vmx flags   : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple pml ept_mode_based_exec
bugs        : spectre_v1 spectre_v2 spec_store_bypass swapgs itlb_multihit
bogomips    : 4399.99
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

processor   : 14
vendor_id   : GenuineIntel
cpu family  : 6
model       : 165
model name  : Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz
stepping    : 2
microcode   : 0xea
cpu MHz     : 4387.247
cache size  : 16384 KB
physical id : 0
siblings    : 16
core id     : 6
cpu cores   : 8
apicid      : 13
initial apicid  : 13
fpu     : yes
fpu_exception   : yes
cpuid level : 22
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp pku ospke md_clear flush_l1d arch_capabilities
vmx flags   : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple pml ept_mode_based_exec
bugs        : spectre_v1 spectre_v2 spec_store_bypass swapgs itlb_multihit
bogomips    : 4399.99
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

processor   : 15
vendor_id   : GenuineIntel
cpu family  : 6
model       : 165
model name  : Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz
stepping    : 2
microcode   : 0xea
cpu MHz     : 4420.137
cache size  : 16384 KB
physical id : 0
siblings    : 16
core id     : 7
cpu cores   : 8
apicid      : 15
initial apicid  : 15
fpu     : yes
fpu_exception   : yes
cpuid level : 22
wp      : yes
flags       : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp pku ospke md_clear flush_l1d arch_capabilities
vmx flags   : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple pml ept_mode_based_exec
bugs        : spectre_v1 spectre_v2 spec_store_bypass swapgs itlb_multihit
bogomips    : 4399.99
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

window manager: 
  DESKTOP_SESSION: plasma
  XDG_SESSION_TYPE: x11
  Probably not using Wayland

Qt environment variables: 
   QT4_IM_MODULE=ibus
   QT_ACCESSIBILITY=1
   QT_AUTO_SCREEN_SCALE_FACTOR=0
   QT_IM_MODULE=ibus
   QT_QPA_PLATFORM=xcb
   QT_QPA_PLATFORM_PLUGIN_PATH=/home/$USERNAME/radium_64bit_linux-6.9.96/bin/qt5_plugins

HOMEPATH: -/home/$USERNAME-
PROGRAMPATH: -/home/$USERNAME/radium_64bit_linux-6.9.96/bin-

Program path contains character not letter or number: -_-

Program path contains character not letter or number: -_-

Program path contains character not letter or number: ---

Program path contains character not letter or number: -.-

Program path contains character not letter or number: -.-

is there any way to reset the program's file system so i can try something else?

ghost commented 2 years ago

i guess i could just reextract the radium tarball

kmatheussen commented 2 years ago

That's a strange crash. I guess that doesn't (always) work.

Maybe this works then: cd bin/python2.7/lib ln -s /usr/lib/python2.7/encodings

ghost commented 2 years ago

alright, so radium opens, but the carla gui still doesn't show

of course, i noticed a new error in the terminal:


Trying to start carla-plugin using "/usr/lib/vst/carla.vst/resources/carla-plugin-patchbay"
Python path configuration:
  PYTHONHOME = '/home/autumn/Downloads/radium_64bit_linux-6.9.96/bin/python2.7/lib'
  PYTHONPATH = '/home/autumn/Downloads/radium_64bit_linux-6.9.96/bin/python2.7/lib'
  program name = 'python3'
  isolated = 0
  environment = 1
  user site = 1
  import site = 1
  sys._base_executable = '/usr/bin/python3'
  sys.base_prefix = '/home/autumn/Downloads/radium_64bit_linux-6.9.96/bin/python2.7/lib'
  sys.base_exec_prefix = '/home/autumn/Downloads/radium_64bit_linux-6.9.96/bin/python2.7/lib'
  sys.executable = '/usr/bin/python3'
  sys.prefix = '/home/autumn/Downloads/radium_64bit_linux-6.9.96/bin/python2.7/lib'
  sys.exec_prefix = '/home/autumn/Downloads/radium_64bit_linux-6.9.96/bin/python2.7/lib'
  sys.path = [
    '/home/autumn/Downloads/radium_64bit_linux-6.9.96/bin/python2.7/lib',
    '/home/autumn/Downloads/radium_64bit_linux-6.9.96/bin/python2.7/lib/lib/python38.zip',
    '/home/autumn/Downloads/radium_64bit_linux-6.9.96/bin/python2.7/lib/lib/python3.8',
    '/home/autumn/Downloads/radium_64bit_linux-6.9.96/bin/python2.7/lib/lib/python3.8/lib-dynload',
  ]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
  File "/home/autumn/Downloads/radium_64bit_linux-6.9.96/bin/python2.7/lib/encodings/__init__.py", line 123
    raise CodecRegistryError,\
                            ^
SyntaxError: invalid syntax

Current thread 0x00007f8c3a8f1740 (most recent call first):
<no Python frame>
waitForClientFirstMessage() - read returned 0
        GUI GC: Delayed closing of GUI. Pos: 659, guinum: 776
Closing VST UI: CarlaPatchbay```
kmatheussen commented 2 years ago

It works for me without doing anything.

I'm using this version of carla: https://github.com/falkTX/Carla/releases/download/v2.2.0/Carla_2.2.0-linux64.tar.xz

And radium binary V6.9.96.

Carla 2.2.0 started, status: Python version: 3.7.3 Qt version: 5.9.8 PyQt version: 5.11.3 Binary dir: /home/kjetil/Downloads/Carla_2.2.0-linux64/carla.vst Resources dir: /home/kjetil/Downloads/Carla_2.2.0-linux64/carla.vst/resources ALL OK! Plugin UI pixel ratio is 1.0 with 1024x712 in size

On Sat, Oct 9, 2021 at 2:11 PM autumncheney @.***> wrote:

alright, so radium opens, but the carla gui still doesn't show

of course, i noticed a new error in the terminal:

Trying to start carla-plugin using "/usr/lib/vst/carla.vst/resources/carla-plugin-patchbay" Python path configuration: PYTHONHOME = '/home/autumn/Downloads/radium_64bit_linux-6.9.96/bin/python2.7/lib' PYTHONPATH = '/home/autumn/Downloads/radium_64bit_linux-6.9.96/bin/python2.7/lib' program name = 'python3' isolated = 0 environment = 1 user site = 1 import site = 1 sys._base_executable = '/usr/bin/python3' sys.base_prefix = '/home/autumn/Downloads/radium_64bit_linux-6.9.96/bin/python2.7/lib' sys.base_exec_prefix = '/home/autumn/Downloads/radium_64bit_linux-6.9.96/bin/python2.7/lib' sys.executable = '/usr/bin/python3' sys.prefix = '/home/autumn/Downloads/radium_64bit_linux-6.9.96/bin/python2.7/lib' sys.exec_prefix = '/home/autumn/Downloads/radium_64bit_linux-6.9.96/bin/python2.7/lib' sys.path = [ '/home/autumn/Downloads/radium_64bit_linux-6.9.96/bin/python2.7/lib', '/home/autumn/Downloads/radium_64bit_linux-6.9.96/bin/python2.7/lib/lib/python38.zip', '/home/autumn/Downloads/radium_64bit_linux-6.9.96/bin/python2.7/lib/lib/python3.8', '/home/autumn/Downloads/radium_64bit_linux-6.9.96/bin/python2.7/lib/lib/python3.8/lib-dynload', ] Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized File "/home/autumn/Downloads/radium_64bit_linux-6.9.96/bin/python2.7/lib/encodings/init.py", line 123 raise CodecRegistryError,\ ^ SyntaxError: invalid syntax

Current thread 0x00007f8c3a8f1740 (most recent call first):

waitForClientFirstMessage() - read returned 0 GUI GC: Delayed closing of GUI. Pos: 659, guinum: 776 Closing VST UI: CarlaPatchbay``` — You are receiving this because you commented. Reply to this email directly, view it on GitHub , or unsubscribe . Triage notifications on the go with GitHub Mobile for iOS or Android .
ghost commented 2 years ago

ah, it works for me too!

i just had to delete the carla version i had from my vst folder and move the version you linked into its place. i suppose it was just an issue with the version i had

doing the python thing from earlier probably helped too, but i'll endorse this as the solution