SDVX Manual

常见问题

游戏无法启动

exception raised: EXCEPTION_ACCESS_VIOLATION

  • 请检查音频设置是否正确,见此
  • 请检查游戏文件是否完整,是否损坏

我只能玩NORMAL,FRIEND,SKILL ANYLIZE

  • 请检查你没有开启FREE PLAY
  • 请检查氧无开启了PASELI
  • 新号需要完整打一把才能解锁
    • 或者创建完账户后调出TEST,然后重新进入游戏刷卡跳过这个流程

玩不了PREMIUM TIME

同上

掉帧/卡顿/帧数异常不稳定

请重启电脑,并关闭后台CPU占用高的应用,如果你启用了性能监控软件如MSI Afterburner,RTSS,游戏加加等涉及到屏幕内覆盖的软件也请关闭

如果依旧有问题请查看性能优化部分检查你的设置,帧数异常的同学尤其要查看关于重置电源选项的部分,说不定就解决了

Mod/omnimix没有加载

详见安装Mod/omnimix部分

氧无回线冗杂

大概率氧无插件或者omnimix/Mods的问题,请检查:

  • 氧无插件的版本是否匹配你当前的游戏版本
  • 清除 data_mods 缓存并重启游戏重建
    • 依旧请重装/删除omnimix,以及所有歌曲类的Mod
  • 确认你正确更新了 music_db.xml,以及执行了 Update Webui Assets

2025042202无法游玩Standard Start/回线冗杂

太长不看

直接下载这个文件(点开文件,右键另存为),然后覆盖掉 prop 文件夹里同名的 ea3-config.xml ea3-config.xml

此版本新增了一个参数,更新包内未提供需要手动加一下,否则会导致Standard Start后无法保存数据,回线冗杂

你需要打开游戏prop/ea3-config.xml文件,找到kfc_game_s_standard树(大概480多行的位置,可以Ctrl+F打开搜索框),在他的下方再添加一串新参数,如下方所示:

ea3-config.xml
<kfc_game_s_standard>
  <type __type="str">consume</type>
  <event __type="str">KFC.game.s.standard</event>
  <player_ref __type="str">/coin/player1/ref_slotid</player_ref>
  <credit_ref __type="str">/coin/event</credit_ref>
</kfc_game_s_standard>
<kfc_game_s_standard_plus>  
  <type __type="str">consume</type> 
  <event __type="str">KFC.game.s.standard_plus</event>  
  <player_ref __type="str">/coin/player1/ref_slotid</player_ref>  
  <credit_ref __type="str">/coin/event</credit_ref> 
</kfc_game_s_standard_plus> 
<kfc_game_s_blaster>
  <type __type="str">consume</type>
  <event __type="str">KFC.game.s.blaster</event>
  <player_ref __type="str">/coin/player1/ref_slotid</player_ref>
  <credit_ref __type="str">/coin/event</credit_ref>
</kfc_game_s_blaster>

Thanks to 22vv0

On this page