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.

Why do I get run-time error -2147417848 (80010108) in excel 2013 most of the time I run UserForm?

Task: I work in Excel2013. I tried to write in VBA a userform to add parameters into dynamic named ranges. …

excel vba runtime-error excel-2013
Novice: JNLP app won't run (Unable to Load Resources)

Forgive me, but I'm very new to this. I have a JNLP file on my work computer, and have access …

java runtime-error java-web-start jnlp unknown-host
Illegal remote method in java

It's the first time I use java Rmi*. I have a custom class which extends UnicastRemoteObject and implements an interface …

java rmi runtime-error illegalargumentexception
Resize PyTorch Tensor

I am currently using the tensor.resize() function to resize a tensor to a new shape t = t.resize(1, 2, 3). This …

python runtime-error pytorch tensor deprecation-warning
Should I check if malloc() was successful?

Should one check after each malloc() if it was successful? Is it at all possible that a malloc() fails? What …

c error-handling malloc runtime-error allocation
Stripe payment example is not displaying

I am trying to create a really simple example of using Stripe payments. This is my PHP file: I followed …

javascript runtime-error stripe-payments
Laravel 5.0, Cannot redeclare class App\models\Category

I recently upgraded my project from laravel 4.2 to laravel 5.0 and have been facing several errors. I didn't define any namespaces …

model runtime-error laravel-5 redeclaration
Python: RuntimeError: super-class __init__() of %S was never called

I tried to do some operation (setParent) on an object in Python (an instance of a class which inherits from …

python pyqt runtime-error superclass deep-copy
Fitting a curve to a power-law distribution with curve_fit does not work

I am trying to find a curve fitting my data that visually seem to have a power law distribution. I …

python numpy scipy runtime-error power-law
Cannot skip validation in Rails 3?

I'm working on a project in Rails 3 where I need to create an empty record, save it to the database …

ruby-on-rails validation ruby-on-rails-3 model runtime-error