QMV-Master-Demo icon indicating copy to clipboard operation
QMV-Master-Demo copied to clipboard

ReferenceError: arc is not defined

Open oichidan opened this issue 6 years ago • 1 comments

I've encountered this bug while loading the demo to playtest. image

Here's a screenshot from the developer tools console. image

Here's an excerpt from the developer tools console, if needed.

13/C:/Users/a9/Documents/MV/Project1/js/plugins/QPlus.js:224 Uncaught TypeError: undefined is not a function
https://quxios.github.io/data/pluginsMin.json Failed to load resource: net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH
rpg_managers.js:1722 ReferenceError: arc is not defined
    at Game_Event.eval (eval at <anonymous> (file:///C:/Users/a9/Documents/MV/Project1/js/rpg_objects.js:7060:20), <anonymous>:1:1)
    at Game_Event.Game_Character.processMoveCommand (file:///C:/Users/a9/Documents/MV/Project1/js/rpg_objects.js:7060:9)
    at Game_Event.Game_Character.updateRoutineMove (file:///C:/Users/a9/Documents/MV/Project1/js/rpg_objects.js:6914:18)
    at Game_Event.moveTypeCustom (file:///C:/Users/a9/Documents/MV/Project1/js/rpg_objects.js:8540:10)
    at Game_Event.updateSelfMovement (file:///C:/Users/a9/Documents/MV/Project1/js/rpg_objects.js:8491:18)
    at Game_Event.updateStop (file:///C:/Users/a9/Documents/MV/Project1/js/rpg_objects.js:8476:14)
    at Game_Event.Game_CharacterBase.update (file:///C:/Users/a9/Documents/MV/Project1/js/rpg_objects.js:6489:14)
    at Game_Event.Game_CharacterBase.update (file:///C:/Users/a9/Documents/MV/Project1/js/plugins/QYScale.js:168:37)
    at Game_Event.update (file:///C:/Users/a9/Documents/MV/Project1/js/rpg_objects.js:8706:37)
    at file:///C:/Users/a9/Documents/MV/Project1/js/rpg_objects.js:6033:15

oichidan avatar Jun 23 '18 12:06 oichidan

I had this same issue just yesterday. Turned out I had an older version of rpgmaker mv installed. Installing the 1. 6. 1 version solved it!

clorofolle avatar May 25 '19 11:05 clorofolle