#Hello. Collab help

32 messages · Page 1 of 1 (latest)

somber rapids
#

Your avatar lags on your side or theirs?

#

Also roughly how long were you waiting for their model to show up

#

Also who's hosting?

exotic stone
#

Waited about a minute. It just lags on my side. I show up instantly on their side.

#

We both tried hosting on my end and their end

cold lily
#

@exotic stone What if they choose a different model? (please @ me when you reply)

#

I'm wondering if it's something specific to their model.

#

Also, does it happen every time? Maybe something went wrong during the model upload/download. You could both try restarting VTS and re-host the session.

deep grail
cold lily
#

A log would be enough.

#

!logs

royal oreBOT
#
Akari
How do I find my VTS logs?

Please navigate to the local files of VTS. This can be done in Steam by clicking on the ⚙️ gear icon then Manage > Browse Local Files (see image below)

If you are on Windows, please navigate to
VTube Studio_Data\StreamingAssets\Logs

If you are on Mac, please navigate to
VTubeStudio.app\Contents\Resources\Data\StreamingAssets\Logs

...and then find the most relevant log (probably the newest one).

cold lily
#

Also, what happens if you use one of the other default models?

deep grail
#

And I’ll check when I get back on in a minute

deep grail
#

Why doesn’t it work with custom model

cold lily
#

It must be something about your model.

#

Does your model have any very large files?

deep grail
#

She’s a customizable model from Etsy. I don’t think the files are large tho

cold lily
#

Can you DM me the model? I'll take a look.

deep grail
#

Ok!

cold lily
#

@deep grail @exotic stone Looking at your logs, the there's an error while trying to read the texture file for the model, so that file is skipped during the upload.

#

The reason for the error is that the file path is too long.

#

C:/Program Files (x86)/Steam/steamapps/common/VTube Studio/VTube Studio_Data/StreamingAssets/Live2DModels\LITTLEMEWNSCUSTOMIZABLEMODEL1.2LITTLEMEWN\LITTLE MEWNS CUSTOMIZABLE MODEL 1.2 [ LITTLE MEWN ]/LITTLE MEWNS CUSTOMIZABLE MODEL [LITTLE MEWN].4096/texture_00.png

#

That's the full path of the file, which is 265 characters long. Windows has a limit of 256 characters for file paths, anything longer than that is gonna cause all sorts of issues.

#

An easy fix would be to rename the LITTLEMEWNSCUSTOMIZABLEMODEL1.2LITTLEMEWN folder in the Live2DModels folder to something very short so the full path ends up under 256 characters.

deep grail
exotic stone
#

@cold lily Thank you so much for your help! It works!

deep grail
#

Cant believe it was all because of the name length x...x

cold lily