Join us in building a kind, collaborative learning community via our updated Code of Conduct.

Questions tagged [runtime-error]

A runtime error is detected after or during the execution of a program.

0
votes
0answers
7 views

Maven Tycho RCP Product Not Found After Moving Folder

Following the Vogella Maven-Tycho tutorial, I have ran into a runtime error. After exporting my project I am unable to launch it. The following error occurs after my headless build, and also after ...
0
votes
0answers
3 views

com.sun.faces.config.configurationexception: factory 'javax.faces.context.exceptionhandlerfactory' was not configured properly

I'm getting the exception described above (javax.faces.context.exceptionhandlerfactory). This is very weird since everything was working properly and suddenly I started seeing this exception on ...
0
votes
1answer
17 views

Range.Find returns error Method 'Range' of object '_Global' failed

I'm writing a sub that allows a user to input an ID number (QuickRef). I'm using range.find, but cannot find a way past the error "Method 'Range' of object '_Global' failed." The dataset is dynamic, ...
93
votes
13answers
97k views

Application Crashes With “Internal Error In The .NET Runtime”

We have an application written against .NET 4.0 which over the weekend crashed, putting the following message into the event log: Application: PnrRetrieverService.exe Framework Version: v4.0....
0
votes
0answers
10 views

Twisted ResponseFailed error when using scrapy shell

I'm hitting twisted.web._newclient.ResponseFailed: [<twisted.python.failure.Failure builtins.ValueError: not enough values to unpack (expected 2, got 1)>] error when trying to scrape macupdate....
14
votes
2answers
21k views

Arff Loader : AttributeError: 'dict' object has no attribute 'data'

I am trying to load a .arff file into a numpy array using liac-arff library. (https://github.com/renatopp/liac-arff) This is my code. import arff, numpy as np dataset = arff.load(open('mydataset....
1
vote
0answers
12 views

Python recursive graph traversal refuses to work and gives out Runtime Error

My code doesn't seem to work at all on CodeForces. When I got RE for the first time , I increased the maximum recursion depth and tried again. There was no improvement. I tried to print out the error ...
0
votes
1answer
18 views

TinyMCE is not a function

I'm using the TinyMCE html editor and I am getting this error tinymce is not a function I'm adding the appropriate files in my layout page (the first 2 items at the top of the page) <script ...
0
votes
2answers
35 views

Java FX crash when changing scene

I'm trying to make a POS using javaFX but whenever I try to change the scene it keeps crasing. Any ideas of how to fix? Main class: https://pastebin.com/4bspSL9N SceneManager: https://pastebin.com/...
0
votes
0answers
11 views

RunTime Error : Class not found at Object.callbackFromNative (cordova.js:293)

I ran into the following error: core.js:1350 ERROR Error: Uncaught (in promise): Class not found at c (polyfills.js:3) at polyfills.js:3 at Object.callbackFromNative (cordova.js:293) at ...
6
votes
5answers
1k views

Error RZ3007: Targeted tag name cannot be null or whitespace

After upgrading to .NET Core 2.0 my 1.1 web application cannot run. I get the error message indicated below. After checking the output I found references to the RZ3007 error which I believe is ...
0
votes
0answers
20 views

WebStorm can't connect to gitlab.com port 1080 [duplicate]

I want to import my Project in GitLab to my Computer. I'm using WebStorm. I tried to clone this but I always receive this error: unable to access 'https://gitlab.com/myUser/test_app.git': Failed to ...
0
votes
0answers
14 views

R Error : argument “nBits” is missing, with no default

I am solving my schedule problem using GA and loop with if else function in R. But when I run this code, I get an error like this Error in as.vector(nBits): argument "nBits" is missing, with no ...
0
votes
1answer
14 views

resource string/permdesc_flashlight not found

So I'm trying to build a flashlight app for Android (in Android Studio), but I'm getting strange errors for the permissions that say resource string/permdesc_flashlight can't be found. The same thing ...
1
vote
2answers
26 views

I have this error Synchronous XMLHttpRequest ajax

{ jQuery(document).ready(function(){ var scegli = '<option value="0">Scegli...</option>'; var attendere = '<option value="0">Attendere...</option>'; jQuery("...
2
votes
1answer
8k views

HttpResponse response = httpclient.execute(httppost); not working in Android 4 EVEN WITH ASYNCTASK

I know I should not run the network relating things on the UI thread, therefor I am using asynctask to read some things from database through php on a remote server. However, when the code reaches --...
5
votes
4answers
1k views

bundling failed: Error: Plugin 0 provided an invalid property of “default”

I'm trying to run a react native app on my AVD using this command : react-native run-android but getting the following error: bundling failed: Error: Plugin 0 specified in "C:\\Users\\ASUS\\test\\...
5
votes
1answer
1k views

How to suppress runtime errors caused by assert() using google test?

I am using google test in a C++ project. Some functions use assert() in order to check for invalid input parameters. I already read about Death-Tests (What are Google Test, Death Tests) and started ...
0
votes
1answer
17 views

xamarin ios library linking error. on visual studio

I am connected to a mac on LAN, and developing ios app on visual studio, after adding any packange from nuget i get this error. Severity Code Description Project File Line Category ...
3
votes
2answers
2k views

Rails 4 - “No Implicit Conversion of Fixnum into String” - Error only occurs in production

I get the following error when running my Rails 4.1 project in production: ActionView::Template::Error (no implicit conversion of Fixnum into String): 8: %meta{content: "", name: "description"}/ ...
-3
votes
1answer
57 views

Runtime error in hackerrank even when there is no division in the entire code

I am solving the following question in a hackerrank contest: https://www.hackerrank.com/contests/moodys-analytics-2018-university-codesprint/challenges/meeting-profit-target and my code is : int ...
2
votes
1answer
60 views

What is a correct way of getting and setting last error message through FFI?

I'm wrapping a C API (dylib) that exposes a setter and getter API for the last error message: extern "C" { /// GetLastError is thread-safe pub fn GetLastError() -> *const ::std::os::raw::...
0
votes
1answer
26 views

When installing Apache Tomcat error shows while choosing path for Java

While installing the Apache Tomcat, when I'm choosing the path for Java, it shows error like "No Java Virtual Machine found in folder". How can I solve this issue and where can I download essential ...
0
votes
0answers
21 views

LibGDX project on Android throws continuous: unexpected Process com.my.app (pid 26163) has died

I'm running com.my.app (a LibGDX project) on Samsung Galaxy S 3 mini and I get these constant unexpected crashes, that I can not figure out. I can't seem to find any apparent error, the app just dies. ...
-4
votes
1answer
31 views

Numpy Error : “IndexError: index 4 is out of bounds for axis 1 with size 4” [on hold]

When I use the following code there is no error : import numpy as np permutation = np.random.permutation(10) original = np.array(list('abcdefghij')) print(permutation) print(original) print(original[...
0
votes
0answers
36 views

“ERROR: Unresolved reference: Thread”

I'm having a weird error using Kotlin with Eclipse (Oxygen + Kotlin plugin 0.8.6 + Java 10.0.2). While it's able to compile the code shown here: package com.test fun main(args: Array<String>) ...
0
votes
0answers
325 views

Errors/warnings being reported by three.js for non-working CubeCamera example

I have a very simple CubeCamera/reflection example (lifted largeley from Stemkoski's reflection example). Code looks like this: var sphereGeom = new THREE.SphereGeometry( 2, 32, 32 ); ...
-2
votes
0answers
35 views

vb.net : : 'Value cannot be null. Parameter name: item' [on hold]

When I try to run this code it gives me this error System.ArgumentNullException: 'Value cannot be null. Parameter name: item' please help If tbl1 = True The For t = 0 To 99 ListBox1....
1
vote
3answers
6k views

'Type Mismatch' Error with .Find() method in VBA

I'm writing a sub in Excel VBA, and it keeps giving me a 'Type Mismatch' error message when trying to assign the result of a .Find() to a Range variable. I feel pretty confident that my types are ...
0
votes
5answers
51 views

can't declare more then 2 arrays in one line

I was doing an assignment for a Computer Science course I'm taking and I tried to declare 3 String arrays in one line but it kept giving me this error message java.lang.NullPointerException I ...
0
votes
0answers
9 views

Compiling with sage occurs “SystemError: new style getargs format but argument is not a tuple”

When the following codes are compiling with python everything is good, there is no error, but when I compile with sage it occurs the error : "SystemError: new style getargs format but argument is not ...
0
votes
0answers
298 views

Rootbeer runtime error, how to fix?

I'm learning to use Rootbeer, so I did the following things : [1] Downloaded Rootbeer-1.2.3.jar [2] Installed CUDA Toolkit and CUDA Driver from : http://www.nvidia.com/content/cuda/cuda-downloads....
0
votes
0answers
9 views

Unable to run Rootbeer examples at https://github.com/mxmlnkn/rootbeer1

I am trying to run Rootbeer master version from this link (https://github.com/mxmlnkn/rootbeer1). It is slightly different (updated version) than the one used in a similar question (Unable to cast a ...
0
votes
3answers
22k views

Excel VBA Charts -> range select using “Cells” in within Charts

I'm trying to modify an existing VBA code (Excel) which makes Chart graphs, and make it more flexible. I know that the following pieces of code do basically the same thing: Range(Cells(12, 2), Cells(...
-1
votes
1answer
175 views

Opening of PowerPoint error for VBA

I have a script that creates a PowerPoint presentation by calling on macros that create a certain slide. However, for a part of the presentation I need to grab a slide from the last presentation and ...
1
vote
1answer
10 views

Error instead of warn on logback Resource [logback.xml] occurs multiple times on the classpath

To share logback configuration between multiple projects we embed our logback.xml file within a common jar. e.g. mylogger.jar. Projects depend upon this jar for logging hence it's always on the ...
0
votes
1answer
54 views

App inventor runtime error about lists

app inventor 2 run-time error about lists. Select list item: Attempt to get item number 2 of a list of length 1: (Lingnan University Scholarship) Note: You will not see another error reported for 5 ...
2
votes
0answers
60 views

What is the cause of this VS2017 .NET 4.7.2 C# 7.3 debug error and is there anything I can do to prevent it?

I am using Visual Studio Enterprise 2017 15.8.0, targeting .NET 4.7.2 and C# language version 7.3 to create a console application which multi-threads using TPL. Recently, when I have been debugging ...
0
votes
1answer
28 views

How to stop server from termination in nodejs?

I have dynamic values in the array (say 100) all values are Neo4j database queries (cypher) each queries brings 30 values from the server. sometimes if an error occurs in say xyz number query, to ...
0
votes
1answer
31 views

Python- Runtime error(NZEC)

Question- https://www.codechef.com/problems/SINS Compiler used- https://www.codechef.com/ide My attempt- T=int(input()) def fnc(a,b): if b!=0: return fnc(b,a%b) else: ...
0
votes
1answer
41 views

Runtime error '1004'. Range method failed

I've created a VBA application that performs several calculations and then show results to the user in a specific table ("tblRelByStore"). I've added 5 extra columns at the end of this table, in order ...
11
votes
8answers
15k views

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/hosted - Using the selenium server at http://localhost:4444/wd/hub I/launcher - Running ...
2
votes
1answer
13k views

Run-time Error 91 : Object variable or With block variable not set

I have 2 separate word documents with Mail Merge lists. And I have an excel workbook with 2 sheets. Based on the worksheet name & if the sheet is not empty, I need to send the mailmerge to that ...
0
votes
2answers
16 views

IO Exception writing serializable object? passing images arraylist

class Selected_img_layout: Intent i = new Intent(Selected_img_layout.this, ImagSlider.class); Bundle bundle = new Bundle(); bundle.putSerializable("image_data", ...
0
votes
1answer
15 views

Excel VBA: Run-time error '1004' Application-defined or object-defined error

I have written a piece of code for a checklist that we use at my place of work - this has been working for 6 months with no issues and now suddenly I am getting a "Run-time error '1004' Application-...
0
votes
1answer
38 views

Runtime error when push_back to a vector

#include <iostream> #include <utility> #include <vector> using namespace std; int main() { vector<pair<int, int>*> *v; pair<int, int> *x = new pair<int, ...
3
votes
0answers
22 views

Outlook vba Download Attachment rename with prior date received

Good Day Experts, I would consider myself pretty new to VBA in general. I have managed to create a few codes for various platforms of Microsoft. However, I'm running into a major stumping block and ...
1
vote
0answers
40 views

Run-time Error 9 w/Variable Workbook Name

So the user is able to import data from another excel file and I want to close the other excel file once the values have been copied into the current workbook. I can't, however, get my code to go back ...
7
votes
7answers
6k views

Get type of an object with an object of null?

The following code does compile, but why do I get a run time exception? String b = null; System.out.println(b.getClass()); Error I get is java.lang.NullPointerException How can I get the type of ...
0
votes
1answer
23 views

Unknown provider: aProvider Error inside Yeoman AngulajrJS generated app

I generated an AngularJS app with Yeoman AngularJS generator, which is working fine when running with original source code. But when I try to run the app from the dist folder generated by Grunt build ...