VTube Studio

VTube Studio

月亮 Dec 8, 2023 @ 8:01am
Nothing happens when you click the mouse
In the initial interface, after clicking the mouse, the character can not move the position, nor can it be enlarged, how to solve this?
< >
Showing 1-15 of 17 comments
Lee提姆 Dec 12, 2023 @ 4:19pm 
I also have related problems. This problem occurred after updating mac os 14.2 (23C64)
Euna p Dec 12, 2023 @ 5:52pm 
i has same issue on macOS 14.2.
Last edited by Euna p; Dec 12, 2023 @ 6:05pm
BlueSamoyed Dec 14, 2023 @ 3:26am 
I myself am having problems, the app does not respond to my mouse and I also think it has to do with updating my mac yesterday.
Vae Dec 15, 2023 @ 2:04pm 
same issue
jinkaroni Dec 15, 2023 @ 5:24pm 
same issue, updated to macOS Sonoma 14.2, cannot click
Euna p Dec 16, 2023 @ 4:29pm 
1. The developer is unresponsive email.
2. Official Discord is not authorized to write issue reports.
3. I've asked if there's anything going progresses on about the issue through other Discord channels, but I haven't heard back yet.
:steamsad:
Denchi  [developer] Dec 17, 2023 @ 6:11pm 
Originally posted by 고양이가누르는중:
1. The developer is unresponsive email.
2. Official Discord is not authorized to write issue reports.
3. I've asked if there's anything going progresses on about the issue through other Discord channels, but I haven't heard back yet.
:steamsad:

Looking into it, sorry for the delay. Could any of you upload your logs? They're in the "Logs" folder next to the Live2DModels folder.

Also, try deleting the "Config" folder and see if that helps.
Euna p Dec 17, 2023 @ 6:31pm 
Originally posted by Denchi:
Originally posted by 고양이가누르는중:
1. The developer is unresponsive email.
2. Official Discord is not authorized to write issue reports.
3. I've asked if there's anything going progresses on about the issue through other Discord channels, but I haven't heard back yet.
:steamsad:

Looking into it, sorry for the delay. Could any of you upload your logs? They're in the "Logs" folder next to the Live2DModels folder.

Also, try deleting the "Config" folder and see if that helps.

Oh! Thank you for your response.

1. Attach 'Logs'.
2. Remove 'Configs' and re-launch.

Okay! I got it.
I'll check and reply to you.
Euna p Dec 17, 2023 @ 7:04pm 
upload 'Logs'
on Intel : https://oci3.lonelie.kr/downloads/share/log_intel.txt
on M1: https://oci3.lonelie.kr/downloads/share/log_m1.txt

Remove 'Configs'
The following is a summary of the test results by deleting and re-running the 'Configs' directory.

1. On Intel mac, the setup was initialized, but the symptoms of the problem still occurred.
2. On Apple silicon mac, the configurations was initialized and executed in "Game Mode", when it worked normally.
Game mode is only active on the full screen, so if exit the full screen or resize the window, it becomes normal mode and the same symptoms occurred.
Last edited by Euna p; Dec 17, 2023 @ 7:06pm
Stolas Dec 17, 2023 @ 9:04pm 
Log: https://drive.google.com/file/d/15tFZ9cUnOM1zgs0p67Xco8nRCL941nT4/view?usp=sharing

on M1 OS 14.2
can't click on anything and keep in full screen mode
Denchi  [developer] Dec 18, 2023 @ 8:28pm 
Originally posted by 고양이가누르는중:
upload 'Logs'
on Intel : https://oci3.lonelie.kr/downloads/share/log_intel.txt
on M1: https://oci3.lonelie.kr/downloads/share/log_m1.txt

Remove 'Configs'
The following is a summary of the test results by deleting and re-running the 'Configs' directory.

1. On Intel mac, the setup was initialized, but the symptoms of the problem still occurred.
2. On Apple silicon mac, the configurations was initialized and executed in "Game Mode", when it worked normally.
Game mode is only active on the full screen, so if exit the full screen or resize the window, it becomes normal mode and the same symptoms occurred.


Originally posted by Stolas_PR:
Log: https://drive.google.com/file/d/15tFZ9cUnOM1zgs0p67Xco8nRCL941nT4/view?usp=sharing

on M1 OS 14.2
can't click on anything and keep in full screen mode

Thanks. I don't see anything unusual in the logs.

Looking into this further, it seems to be a compatibility issue between Unity and macOS 14.2. I'm hearing that 14.2 is currently pretty buggy in general.

I'm seeing other Unity apps/games experiencing the same issue:
https://steamcommunity.com/app/255710/discussions/0/4040355763638628564/
https://steamcommunity.com/app/1127500/discussions/0/6252749165561911765/

It looks like switching to fullscreen mode fixes this. This kind of makes me think it could be related to the Unity window not getting correct window focus when windowed.

Could you try installing this and check if that changes anything?
https://github.com/sbmpost/AutoRaise
Stolas Dec 19, 2023 @ 12:41am 
it seems nothing happens to me after installing the app ;_;
and i can't click even in fullscreen
Yushiro Mari Dec 19, 2023 @ 5:59pm 
I found a temporary workaround: if you launch VTubeStudio with the included `start_without_steam` CLI launcher, it will start VTubeStudio in full-screen mode. This allows you to click around inside the app (though it seems *you must run it full-screen*)!

This helper launcher is located here:

~/Library/Application\ Support/Steam/steamapps/common/VTube\ Studio/start_without_steam

You can create a shell alias to help launch it quicker from Terminal.

1. Edit ~/.zshrc (or whatever relevant file for your shell)
2. Add a new alias (I called mine `vtube`):

alias vtube="~/Library/Application\ Support/Steam/steamapps/common/VTube\ Studio/start_without_steam"

3. Run `source ~/.zshrc` to refresh your shell (or quit Terminal and start a new session)
4. Run `vtube` in the terminal to launch VTubeStudio in full-screen (should be click-able now)!
Euna p Dec 20, 2023 @ 7:54pm 
Originally posted by mari_mariseka:
I found a temporary workaround: if you launch VTubeStudio with the included `start_without_steam` CLI launcher, it will start VTubeStudio in full-screen mode. This allows you to click around inside the app (though it seems *you must run it full-screen*)!

This helper launcher is located here:

~/Library/Application\ Support/Steam/steamapps/common/VTube\ Studio/start_without_steam

You can create a shell alias to help launch it quicker from Terminal.

1. Edit ~/.zshrc (or whatever relevant file for your shell)
2. Add a new alias (I called mine `vtube`):

alias vtube="~/Library/Application\ Support/Steam/steamapps/common/VTube\ Studio/start_without_steam"

3. Run `source ~/.zshrc` to refresh your shell (or quit Terminal and start a new session)
4. Run `vtube` in the terminal to launch VTubeStudio in full-screen (should be click-able now)!



However, the VTS is operating too slowly on 5K(5120x2880) screen.
I'll wait for the problem to be fixed fundamentally (Unity SDK or macOS updated). 😭
Yushiro Mari Dec 20, 2023 @ 10:50pm 
Originally posted by Denchi:
Originally posted by 고양이가누르는중:
1. The developer is unresponsive email.
2. Official Discord is not authorized to write issue reports.
3. I've asked if there's anything going progresses on about the issue through other Discord channels, but I haven't heard back yet.
:steamsad:

Looking into it, sorry for the delay. Could any of you upload your logs? They're in the "Logs" folder next to the Live2DModels folder.

Also, try deleting the "Config" folder and see if that helps.

Is there any way to configure VTubeStudio to launch in full-screen mode (using only Terminal or configuration files since the GUI is unresponsive)?

I've tried uninstalling the entire app from Steam, plus deleting:
- ~/Library/Preferences/com.Denchi.VTubeStudio.plist
- ~/Library/Application\ Support/Steam/steamapps/common/VTube\ Studio/

I accidentally disabled "Fullscreen" mode, now I'm locked into the windowed mode with an unresponsive GUI again!
< >
Showing 1-15 of 17 comments
Per page: 1530 50

Date Posted: Dec 8, 2023 @ 8:01am
Posts: 17