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.

Selenium webdriver exits with error code 135

I am new to protractor. I am getting the following error while trying to run Selenium tests using protractor I/…

selenium-webdriver protractor runtime-error
android.util.AndroidRuntimeException: You cannot combine swipe dismissal and the action bar

I'm new to android programming and started a sample hello world program, but stuck with below error: 07-05 13:52:20.830: W/dalvikvm(898): …

android runtime-error
How do I prevent InstallShield 1158 errors?

Sometimes, when running an InstallShield installation, an error dialog will appear containing the text "1158", and OK button, and nothing else. …

runtime-error installshield bootstrapper installshield-2009
Is it safe to `delete this`?

In my initial basic tests it is perfectly safe to do so. However, it has struck me that attempting to …

c++ runtime-error self-destruction
Bizzare "attempt to call a table value" in Lua

The following code snippet: for weight, item in itemlist do weight_total=weight_total+weight end is causing the error "…

for-loop lua runtime-error next garrys-mod
Git: error: RPC failed; result=22, HTTP code = 411

Symptoms: Git suddenly refused to push a repository (to github in my case): $ git push Counting objects: 9292, done. Delta compression …

git github runtime-error
CommunicationException [Root exception is ConnectException: Connection timed out]

I'm getting this exception occasionally, while trying to connect Active Directory. javax.naming.CommunicationException: <ServerIP>:<PORT> […

java ldap runtime-error communicationexception connectexception
How to fix Eclipse Java Virtual Machine Launcher Error?

So like the title says, Im having an issue with eclipse JVM launcher. Last night, everything was working fine, as …

java eclipse jvm runtime-error jvm-crash
Why is my Swift loop failing with error "Can't form range with end < start"?

I have a for loop that checks if a number is a factor of a number, then checks if that …

swift for-loop runtime-error factors
Unable to run "Hello World" Drools example in Eclipse: runtime exception org.drools.RuntimeDroolsException: Unable to load dialect

I just installed the Drools plug-in in Eclipse (version 3.5.2), and I am trying to run the "Hello World" example that …

java eclipse jboss runtime-error drools