Top "Runtime-error" questions

Use this tag to indicate that when an application is run, it reports a runtime error or runtime exception after or during the execution of the application.

"query function not defined for Select2 undefined error"

Trying to use Select2 and getting this error on multiple item input/text field: "query function not defined for Select2 …

javascript runtime-error jquery-select2
Recursion in Python? RuntimeError: maximum recursion depth exceeded while calling a Python object

Possible Duplicate: Maximum recursion depth? I have another problem with my code. I'm wrtiting my first program in Vpython and …

python recursion runtime-error simulation vpython
Can't create handler inside thread that has not called Looper.prepare() inside AsyncTask for ProgressDialog

I don't understand why I'm getting this error. I'm using AsyncTask to run some processes in the background. I have: …

java android runtime-error progressdialog looper
could not access the package manager. is the system running while installing android application

While installing the android application in the emulator I am getting the following error. Please help me to resolve this …

android android-emulator runtime-error
Matplotlib-Animation "No MovieWriters Available"

Under Linux, I've been checking out matplotlib's animation class, and it seems to work except that I cant initialise the …

python linux animation matplotlib runtime-error
Call requires permissions that may be rejected by user

I am trying to make an application that sends location updates of a user after every five minutes. I suppose …

android runtime-error locationmanager
codeigniter CSRF error: "The action you have requested is not allowed."

I enabled the csrf_protection option in codeigniter's config file, and used form_open() function to create my forms. But …

codeigniter runtime-error csrf
Getting "method saveas of object _workbook failed" error while trying to save an XLSM as CSV

I'm trying to save a macro-enabled Excel workbook as a csv file, overwriting the old one (below I had to …

excel vba csv runtime-error save-as
Android Device Monitor doesn't open - error on log file

In Android Studio when I try running Android Device Monitor, I get the following error on log file: >!SESSION 2014…

android android-studio runtime-error ddms