mirror of
https://github.com/two-torial/two-torial.git
synced 2026-07-17 22:55:23 -05:00
Merge pull request #115 from yxrei/master
SDVX6: add touch_effect error fix to troubleshooting
This commit is contained in:
commit
274af4b4c9
|
|
@ -21,6 +21,22 @@
|
|||
For NVIDIA users, enable `NVIDIA profile optimization (-nvprofile)` in the `Options` tab.
|
||||
|
||||
---
|
||||
### My game is crashing shortly after launching!
|
||||
|
||||
!!! danger "This only applies if you have updated to `2025121000`"
|
||||
|
||||
!!! tip ""
|
||||
|
||||
Check your `log.txt` for the following message:
|
||||
<br>
|
||||
`W:BM2D: CreateLayer() 指定したレイヤーは存在しません touch_effect`
|
||||
|
||||
It means someone gave you bad update data.
|
||||
|
||||
1. Check your `contents` directory and `modules` directory. You should only have DLLs in one of them. If you have it in both, delete the DLLs in `contents` directory and keep the DLLs in `modules`.
|
||||
|
||||
2. Check your `modules` directory. `afp-core.dll` must be `1015KB` and `afp-utils.dll` must be `179KB`. If they are not, then you missed an update. Find and redownload `2024110500` update and onwards. Make sure you properly copy *all* DLLs to the `modules` directory in each update. Do not ask where to obain the update in the Discord server.
|
||||
---
|
||||
### How do I set my offset?
|
||||
|
||||
!!! tip ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user