Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Crashing after second time launching

A topic by remivamp created 48 days ago Views: 69 Replies: 4
Viewing posts 1 to 2

First time i started it, it froze when I tried to change models to my mode so i had to force quit it to try again and now i can't even see the default model

╭─stanzac@Artemis in /run/media/stanzac/Gamedrive/Vtuberstuff/release-lynx64

╰─λ ./vtuber_webcam

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 ...
:pnmtext: Loaded font Perspective Sans Regular
marionette thread started
Traceback (most recent call last):
File "vtuber_webcam.pyx", line 362, in init vtuber_webcam
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'

Update. Deleted the settings and was able to relaunch via terminal

----------------------------------------

Exception occurred during processing of request from ('127.0.0.1', 52282)
Traceback (most recent call last):
File "/run/media/stanzac/Gamedrive/Vtuberstuff/release-lynx64/lib/python312.zip/socketserver.py", line 318, in _handle_request_noblock
self.process_request(request, client_address)
File "/run/media/stanzac/Gamedrive/Vtuberstuff/release-lynx64/lib/python312.zip/socketserver.py", line 349, in process_request
self.finish_request(request, client_address)
File "/run/media/stanzac/Gamedrive/Vtuberstuff/release-lynx64/lib/python312.zip/socketserver.py", line 362, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/run/media/stanzac/Gamedrive/Vtuberstuff/release-lynx64/lib/python312.zip/socketserver.py", line 761, in __init__
self.handle()
File "/run/media/stanzac/Gamedrive/Vtuberstuff/release-lynx64/lib/python312.zip/http/server.py", line 436, in handle
self.handle_one_request()
File "/run/media/stanzac/Gamedrive/Vtuberstuff/release-lynx64/lib/python312.zip/http/server.py", line 424, in handle_one_request
method()
File "webserver.pyx", line 346, in vtuber_webcam.WebApp.do_GET
File "webserver.pyx", line 180, in vtuber_webcam.WebApp._request
File "plugin_manager.pyx", line 181, in vtuber_webcam.VPluginManager.on_setting_changed
File "avatar.pyx", line 228, in plugin.avatar.VPlugin.update_vrm_path
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'
----------------------------------------
on loading my model.

Developer

Make sure that you put your avatar file into the "avatar" folder (the same folder, where sample avatar is stored).

Got further. I guess i need to get rid of some of the spring bones since it says

reached a limit of maximum spring bone chains

fish: Job 1, './vtuber_webcam' terminated by signal SIGSEGV (Address boundary error)

Developer

Yep. There are some limitations with spring bones. I'm working on the improvements of the spring bones.