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

learn more… | top users | synonyms

0
votes
0answers
12 views

Getting an error while trying to execute application which has been imported from Eclipse into Android Studio?

I am getting the error while I try to run my application in both device and emulator,I have added the issue shown in Android studio.I tried restarting IDE & other basic stuff as we generally ...
0
votes
1answer
14 views

Runtime Error - Android Getting Screen Size

i have a class on an Android Project called Image Adapter which extends BaseAdapter. Im trying to get the Screen Size. Here is my Code: public class ImageAdapter extends BaseAdapter { private ...
0
votes
0answers
9 views

TestComplete Error “0x80070057 The parameter is incorrect.” when executing ClickCell

I'm experiencing a problem that I could not find a solution for yet. I use Test Complete to automate some GUI related scenarios for an app. I developed some scripts that were working at some point in ...
0
votes
0answers
10 views

Microsoft Visual Studio 2012 jQuery 0x800200003 Javascript runtime error: Member not found

When I debug using Internet Explorer 10 I get the following error, which also highlights line 2582 of jquery-1.9.1.js. This error does not occur when I debug in Chrome. Under Open Exception Settings ...
0
votes
1answer
10 views

jQuery Skills Diagram with Raphaël not working if two other custom jscripts are also running

I have the following scripts called on a site: <script src="js/jquery-1.8.1.min.js"></script> <script src="js/bootstrap.js"></script> <script ...
-2
votes
1answer
25 views

jquery error in asp.net MVC [closed]

I am doing a tutorial with Asp.net Mvc. And yesterday I updated my jquery from NuGet Packages. Today I also clean the history of my IE broswer. However, it said the error as following: Unhandled ...
0
votes
1answer
13 views

Not enough bytes to read value of component 0 - Hector Composite column Read

Facing an issue while reading from composite columns using hector api. My column family: create column family step_wise_stats_cc with key_validation_class = 'CompositeType(UTF8Type, UTF8Type)' and ...
0
votes
1answer
17 views

To see the response coming from a wcf service

When I am hitting a page, it is showing error like : Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'. in a line, where we are calling a method from wcf ...
0
votes
1answer
18 views

VBA Sort creates error using relative references but not absolute references

I've run into the strangest error that has me stumped. I'm sorting through VBA, and I want to use relative references such that I can effectively sort multiple areas of the spreadsheet at once. ...
0
votes
0answers
9 views

Flashing Nexus 7 [closed]

I am trying to flash the nexus 7 with the factory images built from source. I downloaded the source from google's source code page and got the branch: android-4.2.2_r1.2. I built using the ...
0
votes
2answers
43 views

No valid constructor during serialization

I have a major problem during loading the extension into the program. I get an exception as there is no valid constructor. The problem is in the line: ekstensja = ...
0
votes
1answer
65 views

My regular expression doesn't work [closed]

I tried to extract values using a regular expression, but when I tried to print the output this exception appeared: Exception in thread "Main Thread" java.lang.IllegalStateException: No match found ...
0
votes
1answer
49 views

IBM Worklight - exception when trying to open application in Android device

I am totally new to Worklight, and I am helping to work on a project which is shared on CVS. First time, my co-work help me set up everything and the app runs okay on my Samsung SII 2.3 version phone. ...
0
votes
0answers
15 views

Trouble to start SharePoint workflow programmatically

I've got some failing while trying to start my workflow. It's a workflow with some approval tasks on it. That's what happens whenever I try to start it programmatically. I get no errors. Everything ...
0
votes
0answers
13 views

String subscript out of range Visual c++

I am working in this program to pull certain information out of an exported registry file. I am new to using Visual Studio and this compiles and runs fine in 2012 but I did that before I realized that ...
-1
votes
0answers
17 views

Run time error 216 at 00431073 [closed]

i installed a software that it's name is tanida demo builder v9 it is a program for capturing your desktop & make interactive multimedia content ... recently i face a annoying problem with it... ...
2
votes
1answer
39 views

Ruby limit on string substitutions in a backtick expression?

Ok, so I am trying to execute the following code: `#{@daemon_path} --name=#{@app_name} --command=#{@java_path} -- -jar #{jetty_jar} #{@war_path} #{random_port}` sleep(10) #give war time to error out ...
0
votes
2answers
35 views

Linking error with HWLOC

I am trying to link hwloc (http://www.open-mpi.org/projects/hwloc/) to my very basic application. Below are the details main.cxx: #include <hwloc.h> #include <stdio.h> int main(int ...
0
votes
1answer
21 views

Having to add component to parent library to prevent #1065

The Setup I have two SWFs, A and B. A is a simple preloader for B, which is added as a child to A. B makes use of a custom class I've written that creates a photo gallery, which I'll call C. This is ...
1
vote
1answer
21 views

Trying to use Pyglet - what does this error mean?

I am running Mac OS X Mountain Lion, with Python 2.7. I did a source install of Pyglet that seemed to go without errors, but any time I try to run a program I get a longish error that I don't ...
0
votes
0answers
17 views

UnboundLocalError after 67th successful function call in single script

I'm extracting large amounts of data from excel sheets, to be written to another excel file. Script looks something like this: def foo(file): open file write specific cells to new workbook in ...
0
votes
0answers
6 views

Python Throwing [Errno 2] No such file or directory: 'filename.xml'

Problem Program is Meant to Solve: Given a directory that contains .xml files and subdirectories of .xml files walk through all subdirectories and modify each file. Once a file is modified save the ...
0
votes
1answer
33 views

(RESOLVED) HOGDescriptor Error and Assertion Failed

I've just added HOG Descriptor to my object detection code to tracking the pedestrian. Here we go my code: #include"stdafx.h" #include<vector> #include<iostream> ...
0
votes
1answer
25 views

Phonegap 2.8.0 and BB10 Error initializing Cordova: Extension device not found on app launch

I am getting started with BB10 an Phonegap 2.8.0. I am taking the starter app that phonegap builds and building an deploying it to my BB10 device. When the app launches on the device I get the ...
-1
votes
1answer
47 views

What is this iOS error and where is it coming from?

My friend's app is getting an error and I do not know what to do about it.I researched this error and I came across so many different answers, but none of them seems to work.Any help will be ...
1
vote
0answers
30 views

PYTHON - socket “[Errorno 105] No buffer space available” after 10 hours execution

I implemented a code that sends pings to different destinations in a continous way, but, after a 10 hours execution cycle, the socket I'm using is affected by some sort of aging that makes the ...
0
votes
1answer
22 views

Code 4004 in C# silverlight application

I'm currently having problem in my project. I'm having Code 4004 error in silverlight application. I don't know what I did wrong. Here are the image link. ...
0
votes
1answer
60 views

C run-time error for a program to sum polynomials

This program is for adding two polynomials and printing the result. It just stores the multipliers in array and use the index az the power of parameter It does sum and subtract but when it comes ...
0
votes
1answer
18 views

ANTLR 4: How to generate a parse error from an embedded action?

I have written an ANTLR parser in Java that converts from one domain-specific language to another and uses embedded actions to generate intermediate structural information. During parsing these ...
0
votes
1answer
43 views

Crashing while executing GetParent(). Closing of a modeless dialog box

I am creating a modeless dialog box. The dialog box is called from the menu item of main frame window. MainFrm.h CModeless* modeless; bool modelessDlgOpen; MainFrm.cpp void ...
0
votes
0answers
11 views

Error unzipping file in SSIS Package

I have an SSIS package that takes several .zip files, unzips them, processes data, re-zips and adds a datestamp to the filename, and then moves these newly named files to a new folder to mark them as ...
0
votes
1answer
77 views

TypeScript - JavaScript using knockout.js not working in IE8 - “Object doesn't support this property or method”

I have this code (also shown below) that is giving me an error in IE8 but is fine in Chrome and PhantomJS. The error is "Object doesn't support this property or method knockout-2.2.1.debug.js, line ...
0
votes
1answer
35 views

VBA .findnext not working. Runtime error 91 object variable or with block variable not set

I am trying to execute a search where it searches through a column for "REQM" (no quotes) and set the range of the found cell to d. Then call another sub function that finds where to enter the data ...
0
votes
2answers
36 views

Excel VBA - Runtime error '1004'

I have some VBA code where I want to copy a formula into a range of cells using R1C1. Unfortunately I get the following error on the second to last line: Runtime error '1004': Application-defined or ...
0
votes
1answer
24 views

RuntimeError: Cannot determine web2py version

I download and installed web2py 2.5.1 stable on my system, and reading the book I tried to start the application by running w2p_run but I got this exception: jorge [~] ~> w2p_run ...
0
votes
1answer
33 views

Android Zygote Runtime Error when adding item to listview using an alert dialog

In this app I am trying to populate a listview with items using an alert dialog. Basically, when you click "add new" an alert dialog should pop up where you would enter some text. When you click ...
0
votes
0answers
11 views

Cannot serialize dates with KSOAP

I've been struggling a lot with this but it has beaten me. I've got a .Net webservice that receives a DateTime as a parameter. I've read Android 1.6 ksoap2 "RuntimeException: Cannot serialize: ...
0
votes
1answer
46 views

C++ Heap corruption on delete[]

I've been getting heap corruption error on delete[] instruction. Project is worked on in VC++ 2008, its requirement (so please don't focus on that). Whole building process is working OK, but in ...
0
votes
1answer
26 views

Cant update or add new post/page nothing is working in wordpress

My site was working well last night but now nothing goes well. When I try to update existing page/post or add a new one it returns 505 internal server error and in Chrome it shows PHP code when I try ...
0
votes
2answers
29 views

remove a cell from array give me run time error

i have a template array consist Cells that holds the data, described in the code: template <class T> class Array { private: //the array is consist cellss that holds the data ...
0
votes
1answer
28 views

How enable mode_rewrite in windows server 2008 r2 (with php installed)

i have windows server 2008(r2) and i installed php and mysql using with Web Platform Installer in that windows. it seems everything is ok about php and mysql. now i want to install ...
0
votes
4answers
53 views

how to debug c++ runtime errors

I'm using MinGW as compiler and CodeBlocks as IDE. When there's a runtime error, the program simply stop working without any error messages. Is it possible to get conventional error messages like the ...
2
votes
1answer
29 views

Error: maximum recursion depth exceeded

I just tried to run hello world in django [1.6.0 alpha] framework on eclipse IDE but it shows runtime error as RuntimeError: maximum recursion depth exceeded while calling a Python object I had ...
0
votes
2answers
13 views

redirect to error page when error occurs and access denied in page

Hi I am doing my project in asp.net now i had a per-designed page for error now how can redirect to error page automatically when error occurred in page loading and find error code of that page the ...
1
vote
1answer
51 views

Symfony2 RuntimeException: The autoloader expected class “Doctrine\DBAL\Driver\PDOMySql\Driver” to be defined

I've deployed my site to my development server using Capifony and although it has been deployed correctly when I go the the site i.e dev.xyz.co.uk/app_dev.php I get the following error: ...
0
votes
1answer
39 views

Can not show Polyline on the Android

Sorry with my English. I am developing my application about area detection. I want to detect the position of android device via GPS, when it on the Polyline,it will alert the user. So I want to keep ...
0
votes
2answers
47 views

Assign Enum to Variable in Objective-C

How can I assign an enum to a variable and access its value later? I thought this would be pretty simple, but every time I try to assign the enum value to a variable (no type mismatches or warnings in ...
0
votes
0answers
9 views

How to turn LinFu runtime errors into compile time errors

I have had minimal exposure to IoC and am using LinFu. The main problem I am having is that errors are not being picked up until run-time. I much prefer to deal with compile time errors. For example, ...
1
vote
1answer
15 views

Sometimes fails to create heap object (Eigen with custom structure)

I'm using a project which uses the Eigen library. I've had to already fixed an issue where when using the data types provided by eigen within a STL, I get an align error error C2719: '_Val': ...
0
votes
1answer
48 views

Unicode Decode Error for JSON in python

I am trying to send a GET request to a URL that I know returns data in the form of JSON using python. However, I keep getting a Unicode Decode Error on line 21: Traceback (most recent call last): ...

1 2 3 4 5 30