ErrorList - cwtickle/danoniplus-docs GitHub Wiki

English | Japanese

| < Key code used in "KeyCtrl" attribute | Runtime Error List || ID Reference > |

Runtime Error List

  • The following is a list of errors and warnings that appear when creating and launching "Dancing☆Onigiri (CW Edition)" and how to deal with them.

Warning message (W-XXXX)

W_0001: Your browser is not guaranteed to work.We recommend using a WebKit browser such as Chrome, Opera and Vivaldi.

  • This message is displayed when you play the game using a browser other than the above. It is displayed because the operation is not guaranteed, and can be ignored if there is no problem.

W_0011: Uses built-in image data for operation with the file scheme. Changes to the images under the "img" folder will not be applied.

  • When playing locally, do not start "Dancing☆Onigiri" on a local server such as Xampp, It will be displayed when opened directly. Except that the default image is adopted only if you make the arrows and onigiri your own, This will not interfere with play.

W_0012: With the current settings, a decimal of "Adjustment" cannot be used depending on the sound source playback method.Also, if you use "Fadein", it may be out of alignment.It can be solved by converting the sound source file to encoded data (js, txt) or operating it on the server.

  • This message is displayed when playing locally and when the sound file is not converted to js or txt (for instance, mp3 or wav is used). In this state, WebAudioAPI cannot be used, and HTML Audio is used, which reduces functionality, so the warning is displayed. This is not a problem when fine tuning is not required, such as when playing through.

Error message (E-XXXX)

E_0011: The artist name is not set.

  • If you do not specify the artist name in the chart settings: musicTitle, this error will appear. If you specify the artist name, the error will be resolved.

E_0012: The song title information is not set.|musicTitle=Song title,Artist name,Artist's site URL|

  • If musicTitle in the chart settings is not specified, this error will be displayed. Please check if musicTitle is specified.

E_0021: Music information is not set or the format is incorrect.|difData=Keys' name,chart's name,Specified speed|

  • If difData in the chart settings is not specified, this error will be displayed. Please check if difData is specified.

E_0022: The format of the external music file is incorrect.(E-0022)function externalDosInit() { g_externalDos = `(Chart data)`; }

  • This error is displayed when an external chart file is specified, but the contents of the external chart file are empty or incorrectly described. Please check the contents of the chart data.

E_0023: `Music information is not set. Specify either or both of the following:<input type="hidden" name="externalDos" id="externalDos" value="dos.txt"><input type="hidden" name="dos" id="dos" value="(Chart data)">

  • As the message indicates, this message is displayed when the chart data is not specified in the page side (HTML). Please check the HTML description.

E_0031: The music file is not set or the format is incorrect.|musicUrl=****.mp3|

  • This message is displayed when musicUrl, the setting for specifying a music file, is not specified.

E_0033: The connection timed out while loading a music file.

E_0034: An error occurred while reading the music file.

  • Usually, these errors may occur due to network conditions. If they occur frequently, please also check that the music file is not corrupted (can be played back).

E_0041: Failed to read file: {0}.

  • This message is displayed when the specified file name does not exist. Please check if the file exists and the destination folder is correct.

E_0042: {0} must be greater than 0.

  • The value specified is incorrect; please specify a number greater than 0.

E_0051: In the default setting (XXXXChainOFF) of the Display option, a combination that cannot be specified is set.

  • The button-linked control is disabled because it is caught by the limitation of displayChainOFF, which is a setting for button control in the Display option.
    Please check if there is any error in the specification of displayChainOFF. The following specification is not acceptable.
|stepZoneChainOFF=judgment|
|judgmentChainOFF=stepZone| <- Settings that cancel each other out cannot be performed.
|fastSlowChainOFF=fastSlow| <- Specifying the same value is also NG

E_0104: New key: {0} [keyCtrl] is not set.|keyCtrl{0}=75,79,76,80,187,32/0|

  • Displayed when there is no keyCtrl{0} in the custom key type setting, which is the initial value of the key configuration.
    *{0} contains the name of the custom key type.

| < Key code used in "KeyCtrl" attribute | Runtime Error List || ID Reference > |