This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
My software recently got deployed to a customer who said that the application was crashing immediately after it started. After some initial debugging, the customer provided me remote access to one of the computers which was unable to run the application. I found that the crash wasn't specific to my [...] read more
I'm having trouble writing h264 video with OpenCV 3 via FFmpeg ("'X','2','6','4'" FOURCC). I've seen all the related posts so far on SO, but nothing helps. Code: cv::VideoWriter writer(output_path.string(), CV_FOURCC('X','2','6','4'), 60, frame_size); Output: > OpenCV: FFMPEG: tag 0x34363258/'X264' is not supported with codec id 28 and > format 'mp4 / [...] read more
I am creating a simple function that creates a random file. To be thread safe, it creates the file in a retry loop and if the file exists it tries again. while (true) { fileName = NewTempFileName(prefix, suffix, directory); if (File.Exists(fileName)) { continue; } try { // Create the file, [...] read more
I have a bit of custom IL I wrote and it won't pass PEVerify. The error I get is $ peverify foo.exe Microsoft (R) .NET Framework PE Verifier. Version 4.0.30319.17929 Copyright (c) Microsoft Corporation. All rights reserved. [IL]: Error: [Z:\virtualbox_shared\foo.exe : HelloWorld.Program::Main][offset 0x00000021] Stack height at all points must be [...] read more
I'm trying to make a program that reads the value at a certain address. I have this: int _tmain(int argc, _TCHAR* argv[]) { int *address; address = (int*)0x00000021; cout << *address; return 0; } But this gives a read violation error. What am I doing wrong? Thanks read more
I'm trying to use mp4 format coding (fourcc=0x21) on OpenCV 3.2 without success. Probably I have a problem with my Ubuntu 18.04 setup but currently I'm running out of ideas how to fix it. First, I recompiled FFMPEG with x264 support. Than, recompiled OpenCV (with contrib and OPENCV_ENABLE_NONFREE=ON, WITH_FFMPEG=ON). It [...] read more
I'm running on an ARM BeagleBone X-15 Debian machine with Linux Kernel 4.9.35-ti-r44. In my C++ ( Qt 5 ) application, I want to save my cv::Mat frames to an MP4 format video. I have libx264 installed and compiled from scratch both ffmpeg and OpenCv. I can successfully record and [...] read more
Anyone have any ideas what is causing the below JVM crash? I'm using java 6 and Windows 32 bit. I'm trying to access native (JNI) C APIs. I can access some of them, but a few cause the below crash. C APIs Referenced in crashes below: int wrapOpenSession1(int two, char [...] read more
I'm trying to set up a crashdump system to better be able to debug errors that I can't replicate easily on my own system Here's my test program (Compiled with Release x64 Configuration with Visual Studio 2017): #include "pch.h" #include <iostream> #include <Windows.h> #include <DbgHelp.h> #pragma comment(lib,"Dbghelp.lib") BOOL MiniDumpWriteDump( HANDLE [...] read more
On OSX I can record from my webcam and write a video file with the following simple script: import cv2 camera = cv2.VideoCapture(0) # Define the codec and create VideoWriter object to save the video fourcc = cv2.VideoWriter_fourcc(*'XVID') video_writer = cv2.VideoWriter('output.avi', fourcc, 25.0, (640, 480)) while True: try: (grabbed, frame) [...] read more
I was trying to make the below code work on .NET Standard 1.5, which implies it should be portable across all platforms .NET Standard 1.5 supports. try { channel = new FileStream(path, FileMode.OpenOrCreate, FileAccess.Write, FileShare.ReadWrite); } catch (IOException e) when ((e.HResult & 0xFFFF) == 0x00000020) // ERROR_SHARING_VIOLATION { // no [...] read more
I have an android project (run on Sony Tablet SGP512 with Android 4.4.4, API 19) with Felix OSGi embedded. All bundles are dexified. I can install and start all bundles without errors except the Felix SCR (ServiceComponentRuntime). Installing works fine but to start this bundles causes in the following error [...] read more
Using Unity 5.0.1f1, protobuf-net r668. I've set up a protobuf serializer dll using Visual Studio 2013, set to framework "Unity .Net 3.5 Subset Base Class Libraries" (I've also tried .Net 3.5 with same result). I have 4 parent data types to serialize: two rather simple ones, and two a tad [...] read more
I am getting the above error while running the executable after compiling and running the following file. #define BOOST_TEST_MAIN #define BOOST_TEST_DYN_LINK #include <iostream> #include <boost/shared_ptr.hpp> #include <boost/test/unit_test.hpp> #include <boost/bind.hpp> #include <boost/test/unit_test_log.hpp> #include <boost/filesystem/fstream.hpp> #include "index/DatabaseGroup.hpp" using namespace boost::unit_test; namespace indexing { class ForwardDBTest { /// A pointer to the database [...] read more
I'm using Windows 7 and I've gotten multiple BSOD errors when browsing with chrome or watching videos. I've updated my integrated graphics card driver but it didn't solve the problem. I've run Memtest86+(12 passes) - everything was OK, I've also tested the HDDs - no problem, too. I've disabled GPU [...] read more
I got error when trying to run a python script. Iam trying to make a project based on pyimagesearch tutorial. Code: In first script: filename = tempVideo.path[tempVideo.path.rfind("/") + 1:] s3.upload_file(tempVideo.path, self.conf["s3_bucket"], filename, ExtraArgs={"ACL": "public-read", "ContentType": "video/mp4"}) In main script: tempVideo = TempFile(ext=".mp4") writer = cv2.VideoWriter(tempVideo.path, 0x21, 30, (W, H), True) [...] read more
So I am using AWS lambda to build some videos using Opencv library. However when I store the video in S3 and try to display it within S3 without downloading it, it does not work so I believe that's because of the codec format, has to be h264, because when [...] read more
So I'm trying to process performance data recorded with WPR and processed to .csv format with xperf, and it has two modes, -target human and -target machine, I can see the difference is that machine mode seems to group events from the same timestamp into a single line or two, [...] read more
I am trying to get OpenCV VideoWriter work across platform consistently for MP4 container with H246 encoding. Target platforms in order of importance - Ubuntu, Raspbian, OSX Basically, my shortcoming at this point is not understanding the relationship of FourCC code (as a parameter to OpenCV VideoWriter) to the FFMPEG [...] read more
I am currently using opencv in python to write a video with compression. Here are some parts of the code that are giving errors. fourcc=cv2.VideoWriter_fourcc(*'X264') video = cv2.VideoWriter(outfiles[c],fourcc, fps, (width,height)) The error is OpenCV: FFMPEG: tag 0x34363258/'X264' is not supported with codec id 28 and form at 'mp4 / MP4 [...] read more
I have two different desktop hosts connected via their DisplayPort outputs to two DisplayPort inputs on the same 4K monitor: * idyllic, a small-form-factor PC using the onboard Intel HD Graphics 500 of its Celeron N3350 processor. (I've also a similar system at another location with a Pentium N4200 processor [...] read more
I wrote a script that records video from my webcam, writes text over it, and saves to disk. However, I can't seem to get it to work or the video to play in VLC. Here's the script for trying all the codec / extension type combinations, which I run, hit [...] read more
CROSS COMPILING GSL FOR ANDROID I am attempting to cross compile the GNU Scientific Library (GSL) for Android 4.1 using Autotools. My build and host are as follows: build="i386-apple-darwin10.8.0" host="arm-linux-androideabi" Autotools versions: GNU Automake version 1.11.3 GNU Autoconf version 2.68 GNU Libtool version 2.4.2 My goal is to compile an [...] read more
I tried to pinvoke a PKCS#11 function in C#. I have a CKR_DATA_LEN_RANGE error in this C# code: [DllImport("D:/Program Files/Eracom/ProtectToolkit C SDK/bin/sw/cryptoki.dll", SetLastError = true)] private static extern UInt32 C_Encrypt(CK_SESSION_HANDLE hSession, IntPtr pData, CK_ULONG ulDataLen, out IntPtr pEncryptedData,out CK_ULONG pulEncryptedData); /* ...Main... */ CK_BYTE[] text = new CK_BYTE[] {1,2,3,4,5,6,7,8}; System.UInt32 [...] read more
I'm using Xcode 5 to make my app. When I run it on the simulator using IOS 6.1 everything works perfectly, but when I run the app on IOS 7 it crashes! Here is the crash log I'm getting from the webview: `Incident Identifier: 01BCFB4C-E85B-488D-9855-4188D27566B1 CrashReporter Key: cc047dce10a1cd20b4718dbf73ddc413162841fe Hardware Model: [...] read more
<?php /* File : smppclass.php Implements : SMPPClass() Description : This class can send messages via the SMPP protocol. Also supports unicode and multi-part messages. License : GNU Lesser Genercal Public License: http://www.gnu.org/licenses/lgpl.html Commercial advertisement: Contact info@chimit.nl for SMS connectivity and more elaborate SMPP libraries in PHP and other languages. [...] read more
I'm getting this error when trying to see the contents of a NSMutableArray: Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x00000021 0x94d5a688 in objc_msgSend () ViewController.h: @interface PeopleViewController : UITableViewController { NSMutableArray *people; } @property (nonatomic, retain) NSMutableArray *people; ViewController.m: @implementation PeopleViewController @synthesize people; In [...] read more
Given the following code snippet from inside a method; NSBezierPath * tempPath = [NSBezierPath bezierPathWithOvalInRect:pathRect]; [tempPath retain]; [path release]; [self setPath:tempPath]; Am I responsible for releasing tempPath or will it be done for me? The setPath is @synthesized so I probably would be able to leave out the [path release] [...] read more
I'm new to opencv and ffmpeg so I don't know if this is a noob question. I'm writing a video with the following statement: out = cv2.VideoWriter('videoname.mp4', cv2.VideoWriter_fourcc(*'X264'), 10, (frame_width, frame_height)) My program runs however, the video does not save. I tried looking for solutions online but none of them [...] read more
I want to print out the last two digits of a hexadecimal number in MIPS. I have this code but the output is 0x00000000 when I expected the output to be 0x00000021. Where am I going wrong? .data num: .word 0x00654321 .text la $s0, num # make s0 equal to [...] read more
I can save live RTSP video stream in .mp4 but when I run saved .mp4 video in Django template or Firefox or Chrome browser or VLC, video is not playing in ubuntu. I think I have a compatible issue problem in .mp4. Furthermore, I want to show and play .mp4 [...] read more
I tried using codes VideoWriter oVideoWriter("index.mp4", VideoWriter::fourcc('X','2','6','4'), frames_per_second, frame_size, true); VideoWriter::fourcc('X','2','6','4') VideoWriter::fourcc('m','p','4','v') VideoWriter::fourcc('M','P','4','V') VideoWriter::fourcc('A','V','C','1') VideoWriter::fourcc('a','v','c','1') VideoWriter::fourcc('M','J','P','G') I get error: OpenCV: FFMPEG: tag 0x34363258/'X264' is not supported with codec id 28 and format 'mp4 / MP4 (MPEG-4 Part 14)' OpenCV: FFMPEG: fallback to use tag 0x00000021/'!???' What FOURCC codec should I [...] read more
I'm writing a driver for petalinux, but I've some problems with an v4l2 ioctl function, in particolar with ioctl(fd, VIDIOC_STREAMON, &type). When I call streamon it sometimes goes correctly other times I get this error: [ 899.083253]Unable to handle kernel NULL pointer dereference at virtual address 0000000000000001 [ 899.092044] Mem [...] read more
I'm trying to convert an image to a video. I success to convert an image to an avi video, but I try to convert in mp4, but I got this error : [libx264 @ 0x15e2140] broken ffmpeg default settings detected [libx264 @ 0x15e2140] use an encoding preset (e.g. -vpre medium) [...] read more
I have created a simple gstreamer+gtk based application to play video file. "filesrc", "decodebin", "autovideosink", "autoaudiosink" gstreamer elements are used for that. Main window is created using gtk_window_new(GTK_WINDOW_TOPLEVEL) and drawing area is created using gtk_drawing_area_new(). Drawing window is embedded in main window. To render on gtk drawing window, its handle [...] read more
Our application crashes randomly. Platform is RedHat Linux, java version is jdk 1.6_17. It is a swing based application having lot of native code. The behavior is quite random. Sometimes it crashes in few minutes and some times it crashes after some hours or after long run. I the pid [...] read more
I'm using TrouSerS library. I want to write one app which will bind AES key and put this bounded key into file and second app which will decrypt this key from file. Here is my codes: #include <stdio.h> #include <string.h> #include <stdlib.h> #include <sys/stat.h> #include <sys/types.h> #include <tss/tss_error.h> #include <tss/platform.h> [...] read more
I am compiling a very large legacy Fortran 90 code (screamer) with gFortran on a Mac (2.2 GHz Intel Core i7) running Yosemite. (gFortran V5.1.0) I have 16 GB of RAM. The code is memory intensive and I am trying to increase array sizes to solve larger problems. I have [...] read more
I'm trying to understand how exactly assembly code lay out to memory space. I wrote a simple assembly code which contains just a few lines of instruction and .data section. When I inspected it with GDB, I saw more stuff beyond data section which I couldn't see with objdump -section-header [...] read more
I'm using win32com.client to write a little plugin, but I have a problem with set a property. The definition for the property or function is this: [id(0x00000021), propget, helpstring("property SystemChannel")] long SystemChannel( long lVEN, long lDEV, long lSVID, long lSID); [id(0x00000021), propput, helpstring("property SystemChannel")] void SystemChannel( long lVEN, long lDEV, [...] read more
When i start my application and it happens this fatal error sometime, does anybody know what's the reason? The blow is the mainly trace, more details kindly see the link # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x028d5a8d, pid=9856, [...] read more