Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Crash on startup

A topic by SkullFyre created 40 days ago Views: 55 Replies: 3
Viewing posts 1 to 3

I have tested avatars with and without spring bones in the avatars folder as recommended on other posts, none worked. Even with the xBot default avatar it won't open, idk what i'm doing wrong

Note: I've used the same avatar on VNyan, i even tried to switch between VRM 1.0 and 0...


Warning: unable to auto-locate config files in directory named by "<auto>etc/panda3d".

:display: loading display module: libpandagl.so

Known pipe types:

  glxGraphicsPipe

(all display modules loaded.)

:ShowBase: Default graphics pipe is glxGraphicsPipe (OpenGL).

:display: Created output of type glxGraphicsWindow

:ShowBase: Successfully opened window of type glxGraphicsWindow (OpenGL)

:audio: Using default OpenAL device

:display: Created output of type GLGraphicsBuffer

:shader: Preprocessing shader file: krender/shader/shadow.vert.glsl

:shader: Preprocessing shader file: krender/shader/shadow.frag.glsl

:display: Created output of type GLGraphicsBuffer

:display: Created output of type GLGraphicsBuffer

:shader: Preprocessing shader file: dof.vert.glsl

:shader: Preprocessing shader file: dof.frag.glsl

Loading plugin settings

Unkown plugin in plugin config: DEFAULT

Unkown override: autoblink : default

Unkown override: avatar : default

Unkown override: camera : default

Unkown override: camera_2nd : default

Unkown override: capture : default

Unkown override: donationalerts : default

Unkown override: emotes : default

Unkown override: gamepad : default

Unkown override: kemonomimi : default

Unkown override: mediapipe : default

Unkown override: scene : default

Unkown override: synthv : default

Unkown override: v4l2 : default

Unkown override: voicevox : default

Unkown override: vosk : default

Creating plugin instances ...

:gobj: Loading texture /home/zen_fyre/Desktop/release-lynx64/plugin/DA_Alert_Color.png

:text: Loading font /home/zen_fyre/Desktop/release-lynx64/plugin/Font Awesome 5 Free-Solid-900.otf

:pnmtext: Loaded font Font Awesome 5 Free Solid

:pnmtext: Loaded font Perspective Sans Regular

Traceback (most recent call last):

  File "vtuber_webcam.pyx", line 362, in init vtuber_webcam

marionette thread started

  File "vtuber_webcam.pyx", line 240, in vtuber_webcam.App.__init__

  File "plugin_manager.pyx", line 144, in vtuber_webcam.VPluginManager.apply

  File "plugin_manager.pyx", line 181, in vtuber_webcam.VPluginManager.on_setting_changed

  File "avatar.pyx", line 277, in plugin.avatar.VPlugin.update_spring_stiffness_mod

AttributeError: 'NoneType' object has no attribute 'set_spring_stiffness_mod'

(2 edits)

Managed to start it up by disabling spring bone related options in avatar.ini. 

It's not really working either way as it's displaying a screen with "Not authenti(cat)ed"

also displays this at the bottom

:display: Unable to set window properties: !undecorated !fixed_size

Developer
It's not really working either way as it's displaying a screen with "Not authenti(cat)ed"

It's related to another plugin - donation alerts.

Even with the xBot default avatar it won't open, idk what i'm doing wrong

Maybe you messed up with the camera settings and rotated camera other way, so it doesn't see the avatar anymore.

You can try to reset the settings by removing the file ~/.config/kitsune.ONE/vtuber_webcam_plugins.ini

Managed to start it up by disabling spring bone related options in avatar.ini.

This is the system file which defines all available options with limits and defaults. This is not a configuration file, so you can break an app by editing it.

Thank you very much, it's working now