Cannot compile experiment routines into a script

OS (e.g. Win10): Win10
PsychoPy version (e.g. 1.84.x):

I tried to complie my routines into a python script, but it didn’t work and informed me that :“Psychopy encountered an unhandled internal error! Please send the report under “Details” to the developers with a description of what you were doing with the software when the error occurred.”
Details:
Traceback (most recent call last):
File “D:\psychopy\lib\site-packages\psychopy\app\builder\builder.py”, line 1185, in compileScript
if self.app.prefs.general[‘useRunner’]:
File “D:\psychopy\lib\site-packages\configobj.py”, line 554, in getitem
val = dict.getitem(self, key)
KeyError: ‘useRunner’

If anyone have experienced the same problem and solved it , please give me some help about it,thanks a lot.

See New version of Psychopy doesn’t compile script

I have solved it through your guidance,thanks very much!