Merge pull request #115 from yxrei/master

SDVX6: add touch_effect error fix to troubleshooting
This commit is contained in:
yurei 2025-05-25 21:14:54 +02:00 committed by GitHub
commit 274af4b4c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ""