Windows error 0xE06D7363, -529697949

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)true
OriginCustomer

This code was defined by a third party software company, and may mean different things for different software. Contact the software author for more information about this error.

NTSTATUSfalse
Reserved (X)false
FacilityCode109 (0x06d)
Error Code29539 (0x7363)

Questions

37votes
7answers

cv::imwrite could not find a writer for the specified extension

The following command causes an exception. cv::imwrite("test.jpg", diffImg); I also tried numerous variations on this, including absolute paths and PNG export. Here's the error: > Exception at 0x75abd36f, code: 0xe06d7363: C++ exception, flags=0x1 (execution > cannot be continued) in opencv_core231!cv::error > > C:\slave\WinInstallerMegaPack\src\opencv\modules\highgui\src\loadsave.cpp:276: > error: (-2) could not find a [...] read more
opencv
17votes
2answers

Connecting to MySQL in C++

I am trying to learn C++ and I am having a bit of nightmare doing a test where I connect to a MySQL database. I've had issues with the MySQL connector not linking properly then was getting issues related to relocation truncated to fitr_x86_64_32 against symbol. I think I have [...] read more
c++
mysql
c++11
clion
12votes
2answers

Decoding the parameters of a thrown C++ exception (0xE06D7363)

I've got a crash-dump file (my 32-bit windows application has crashed on a customer computer). Exception code is 0xE06D7363. So, I found this article from MSDN blogs about decoding the exception params. But a recipe from the article doesn't work for me: 0:000> .exr -1 ExceptionAddress: 753ad36f (KERNELBASE!RaiseException+0x00000058) ExceptionCode: e06d7363 [...] read more
c++
debugging
visual-c++
windbg
crash-dumps
7votes
3answers

Why does a process started in a DLL file work when tested using console application, but not when called by another DLL file?

Last week I posted the question How can I obtain console application output when running it as a process in a C# DLL file? as I was trying to find out the cause of a problem I was having. However, I have not been able to find the reason I [...] read more
c#
dll
process
redirectstandardoutput
7votes
2answers

Python ctypes: How to pass NULL as argument with format const char **

I'm trying to initialise Matlab compiler Runtime (MCR) from python using ctypes. My end goal is to be able to use a C DLL created by Matlab compiler in python, but the first hurdle I need to get over is getting MCR up and running. I'm using Python 2.7.8, Matlab [...] read more
python-2.7
pointers
null
ctypes
6votes
3answers

Python ctypes and DLL that uses a COM object

Under Windows, I'm trying to use a 3rd party DLL (SomeLib.dll) programmed in C++ from Python 2.7 using ctypes. For some of its features, this library uses another COM DLL (SomeCOMlib.dll), which itself uses other DLL (LibA.dll). Please note that this isn't about using a COM DLL directly from Python, [...] read more
python
dll
com
ctypes
6votes
1answer

C++ RTTI in a Windows 64-bit VectoredExceptionHandler, MS Visual Studio 2015

I'm working on small Windows Exception handling engine trying to gather maximum information from the system, including C++ exceptions RTTI. In a 32-bit VectoredExceptionHandler compiled by MSVS 2015, I successfully can obtain std::type_info pointer to RTTI of the type being thrown. It can easily be found in ((_ThrowInfo*) ExceptionPointers->ExceptionRecord->ExceptionInformation[2])->pCatchableTypeArray->arrayOfCatchableTypes[0] (see [...] read more
c++
visual-studio
exception-handling
x86-64
rtti
5votes
3answers

my java application exited suddenly because of a fatal error {EXCEPTION_UNCAUGHT_CXX_EXCEPTION }

I have developed a GUI java application. It has login page for user authentication. It use mysql as back-end. I have wrapped my application using Jar2Exe 1.0 (Regexlab.com) to a 32bit windows .exe file. not the problem is that when i run the application : * the database connection is [...] read more
java
mysql
5votes
0answers

Loading win32 dll with Universal Windows Platform (UWP) calls from Python ctypes

I want to call the Universal Windows Platform (UWP) API from Python. I tried to do that by using ctypes to call a win32 dll containing functions which call the UWP API. To summarize the flow of that: Python->cytpes->dll->UWP I am stuck on debugging that. Here is what does work: [...] read more
python
c++
windows
4votes
1answer

Unable to debug application in QtCreator

I have problem with debugging Qt5.4 application on win7. It gives following error by message-Box (without debug mode, the application runs without any problem): The inferior stopped because it triggered an exception. Stopped in thread 18 by: Exception at 0x7718c42d, code: 0xe06d7363: C++ exception, flags=0x1 (execution cannot be continued) (first [...] read more
c++
qt
qt-creator
4votes
1answer

Unhandled Exception in vc++ - HRESULT failed

I know the VC++6.0 is very old language, but i don't have a choice, i am just maintaining an existing program, and i encounter this error Unhandled exception in Assess.exe (KERNELBASE.DLL): 0xE06D7363: Microsoft C++ Exception And here is my code HRESULT hr = CoInitialize(NULL); // Create the interface pointer. IModulePtr [...] read more
c++
visual-c++
hresult
4votes
1answer

Print exception.what() in Google Test

some of my code throws using if (failure) throw std::runtime_error("a bad thing happened: ..."); I am using Google Test and TeamCity to automatically execute my tests. It's running on Windows, so I use the --gtest_catch_exceptions parameter to report a test as failed if an unexpected exception happens. However, Google Test [...] read more
c++
unit-testing
googletest
3votes
0answers

Matlab Builder NE / MCR .Net dll in an Azure worker role

I have compiled a MATLAB function using R2013a into a .NET dll using Builder NE. I can reference the dll and call the function successfully from a C# Console app. But the same code fails when running in a worker role through an Azure Cloud Service project. The application just [...] read more
matlab
azure
azure-worker-roles
3votes
1answer

Why is std::bad_alloc thrown by get_driver_instance()?

I'm trying to run a C++ MySQL example from the mysql.com website. #define DBHOST "tcp://127.0.0.1:3306/" #define USER "root" #define PASSWORD "" //... string url(DBHOST); const string user(USER); const string password(PASSWORD); const string database(DATABASE); try { driver = sql::mysql::get_driver_instance(); /* create a database connection using the Driver */ con = driver->connect(url, [...] read more
c++
mysql
driver
3votes
0answers

Boost thread interrupt causes crash on Windows

The code below causes a crash running on Windows 7. I've tried MSVC2013 x64 and MSVC2012 x86 compilers via Qt Creator. Both cause the issue. The crash occurs when boost::thread::interrupt() is called. Giving the error message: #include <iostream> #include <boost/thread.hpp> // A function that will run until interrupted void test_function() [...] read more
c++
multithreading
boost
3votes
1answer

Java crash when exit application: A fatal error has been detected by the Java Runtime Environment:

I have a Java application to drive a motor. The driver of the motor has been written in C++ with the Microsoft Visual Studio. I import (native code) this dll. The Java application runs without problems. I can start and stop the motor. But when I close this application, it [...] read more
java
crash
exit
native-code
2votes
0answers

Custom Java app, does not show startup splash screen on some devices?

I have a Java app, called Infra12. It is not for sale so wont be in common use. It is designed to interrogate industrial equipment, but the supplier of the software has gone into administration, and they only supplied it to customers who bought industrial equipment from them - one [...] read more
windows-10
java
dll
c
2votes
1answer

Trying to Call a LabVIEW dll into python that invokes a CAN protocol

I was wondering if anybody could help me make sense of this error. I am calling a LabVIEW generated dll in python that communicates to a DCM via a CAN protocol. The structure and input parameters of the LabVIEW function called in Python is as follows: int32_t func_1(CStr version_number, int32_t [...] read more
python
dll
labview
2votes
0answers

Windows Error 0xe06d7363 when using Cross Validation XGboost

I am using xgb api for python and when trying to do xgb.cv I get the following error, param = {'max_depth': 6, 'eta': 0.1,'objective' :'reg:squarederror','subsample':0.8 ,'gamma':0, 'colsample_bytree':1,'nthread':cores,'base_score':y_train.mean(),'eval_metric':'rmse'} num_round = 1 evallist = [(test, 'eval'), (train, 'train')] xgb.cv(param, train, num_round, nfold=5, metrics={'error'}, seed=0, callbacks=[xgb.callback.print_evaluation(show_stdv=True)]) OSError Traceback (most recent call last) <ipython-input-29-9d56c9a868ed> [...] read more
python
windows
jupyter
xgboost
2votes
2answers

Windows Error using XGBoost with python

So I'm tackling this machine-learning problem (from a previous Kaggle competition for practice: https://www.kaggle.com/c/nyc-taxi-trip-duration) and I'm trying to use XGBoost but getting an error which I have no clue how to tackle. I searched on google and stack overflow but couldn't find anyone with a similar problem. I'm using python [...] read more
python-2.7
anaconda
spyder
xgboost
2votes
2answers

WinDbg does not show full stack trace for some minidump-files

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
c++
windows-10
64-bit
windbg
minidump
2votes
1answer

Error encountered when executing SSIS package

I am encountering the following error when executing an SSIS package: Retrieving the COM class factory for component with CLSID {4555B0A5-E8D7-49BD-B299-3140C34D3769} failed due to the following error: e06d7363 Exception from HRESULT: 0xE06D7363.; at Microsoft.SqlServer.Dts.Runtime.Package..ctor() at Microsoft.SqlServer.Dts.Runtime.PackageItem.Load(IDTSEvents events) at Microsoft.SqlServer.Dts.Runtime.PackageItem.LoadPackage(IDTSEvents events) at Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.ISServerExecutionEvents.LoadPackage(PackageItem item) at Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.ProjectOperator.StartPackage() at Microsoft.SqlServer.IntegrationServices.Server.ISServerExec.ProjectOperator.PerformOperation() This is what [...] read more
sql-server
ssis
sql-server-2014
etl
2votes
1answer

How to read WinRT errors?

While debugging my Universal Windows Application in the Visual Studio 2015 I noticed some errors in the output window: Exception thrown at 0x00007FFE25967788 (KernelBase.dll) in xxx.exe: 0x40080201: WinRT originate error (parameters: 0x0000000080072738, 0x00000000000000C2, 0x000000217DCFEFD0). Exception thrown at 0x00007FFE25967788 (KernelBase.dll) in xxx.exe: 0xE06D7363: Microsoft C++ Exception (parameters: 0xCCCCCCCC19930520, 0x000000217D6FD410, 0x00007FFE08A58AD0, 0x00007FFE08980000). [...] read more
windows
visual-studio
uwp
2votes
1answer

Handling an IAsyncOperation<StorageFile^>^ object in C++/CX

I want to create a file in the local folder, so I have written the following code: IAsyncOperation<StorageFile^>^ fileTask = Windows::Storage::ApplicationData::Current->LocalFolder->CreateFileAsync("example.dat"); But how should I handle the fileTask? I have tried to call the GetResults-method, but then I get following exception: Ausnahme ausgelöst bei 0x00007FFD211C7788 (KernelBase.dll) in Test.exe: 0x40080201: WinRT [...] read more
file
uwp
c++-cx
2votes
0answers

Distracting Exception output in QtCreator when debugging Windows application

I am using QtCreator 4.1rc1 under Windows with the msvc tool chain. The debugger is cdb from the Windows 8.1 SDK. I had the same issue with older versions of QtCreator. When I debug my application, then there are many messages to the output (and issues) pane in the form [...] read more
windows
debugging
qt-creator
windbg
2votes
0answers

Strange Exception in WCF service

I am kinda lost with this since two months ago. I really can't figure out from where this is coming from. I thought it was a bug in the framework about concurrent garbage collection. So I disabled it. But I am still getting this. I am hoping I can find [...] read more
c#
.net
wcf
2votes
1answer

How to solve OpenCV Error "function not implemented (called functionality is disabled for current build or platform) when using VideoWriter_GPU?

QUESTION INTRO I'm running an opencv project in Visual Studios 2010 and have implemented cuda support (refer to my previous question for precise info on my set-up). All cuda-functionalities are working fine - to the best of my knowledge - and are indeed improving speed on the image processing. However, [...] read more
c++
visual-studio-2010
opencv
gpu
2votes
2answers

OpenCV - Brox Optical Flow - Exception in opencv_core244d!cv::GlBuffer::unbind

Has anyone managed to get the Brox dense optical flow algorithm in OpenCV working? Here is some code: { // Load images cv::Mat PreviousFrameGrayFloat; // Has an image in format CV_32FC1 cv::Mat CurrentFrameGrayFloat; // Has an image in format CV_32FC1 // Upload images to GPU cv::gpu::GpuMat PreviousFrameGPU(PreviousFrameGrayFloat); cv::gpu::GpuMat CurrentFrameGPU(CurrentFrameGrayFloat); // [...] read more
c++
opencv
image-processing
cuda
opticalflow
2votes
2answers

Azure Cloud Service Crashing (SDK 2.0, OS Fam: 3)

We have quite a large and complex MVC3 project running in .NET 4.0 in Azure. The symptoms we are experiencing is that the site becomes unresponsive and then crashes. When we go to the management portal, all are instances are in the state 'Stoppped'. From what I understand this is [...] read more
.net
asp.net-mvc-3
iis
azure
azure-cloud-services
2votes
4answers

Flex 4.6 IOS Compiler

I've recently updated my Flex SDK version to 4.6 in the hopes that my IOS application's performance will improve. Unfortunately I cannot successfully compile my application in the "standard" compile mode (The super slow one). From what I can see from the error log produced by Java (The ADL compiler [...] read more
java
apache-flex
memory
flex4.6
2votes
0answers

Convert the original image to ROI marked image

I have run this code and it gives me the same image as the black image instead of the marked ROI image.. public class ROITest { private static final String OUT_FILE = "img\\ROI.jpg"; public static void main(String[] args) { opencv_core.CvRect r =new opencv_core.CvRect(); args[0]="img\\2.jpg"; if (args.length != 1) { System.out.println("Usage: [...] read more
opencv
javacv
2votes
2answers

Help needed:Analyze the dump file in WinDbg

I failed to analyze the dump file using Windbg. Any help would be greatly appreciated. Here are my WinDbg settings: Symbol Path: C:\symbols;srv*c:\mss*http://msdl.microsoft.com/download/symbols (C:\symbols contains my own exe and dll symbols, map,pdb etc etc) Image Path: C:\symbols Source Path: W:\ LOADING CRASH DUMP(SECOND CHANCE) SHOWS: > WARNING: Unable to verify [...] read more
crash-dumps
2votes
1answer

Issues with porting COM+ applications from Windows 2003 to Windows 2008 Server

We are migrating our applications from Windows Server 2003 to Windows Server 2008 R2. I am facing some issues with the migration. I have deployed many COM+ components (32 bit) and DCOM components (32 bit) in the Windows Server 2008 R2. These COM+ and DCOM components are VC++ code. I [...] read more
com
windows-server-2008
1vote
2answers

Office 2007 constantly crashes, logged as Event ID 1000

I have a user, who despite my best efforts, is having constant Office 2007 crashes. I've tried deleting their profile and setting it up again, repairing office, uninstalling completely and then reinstalling, and swapping out memory sticks. One event log error I keep getting is the following: (note all the [...] read more
windows-7
microsoft-outlook-2007
microsoft-office
1vote
0answers

MySQL server is getting crashed with error no - 0xe06d7363

Mysql server getting crashed frequently with below exception, not getting exact cause of crash, Any recommendation or help would be much appreciated ! MySQL version is 5.7.17 and Windows server 2012 R2 standerds > 04:31:03 UTC - mysqld got exception 0xe06d7363 ; > This could be because you hit a [...] read more
mysql
crash
1vote
2answers

XGBoost: OS Error : [WinError -529697949] Windows Error 0xe06d7363 running XGBClassifier with large dataset, CPU Mode

Getting this error while trying to run XGBClassifier and GridsearchCV for hyperparameter optimization. I have seen this issue being opened in Github but closed and marked resolved but no solution provided. Has anyone actually found a soultion to this error? My dataset: X = np array with 350000 rows and [...] read more
python-3.x
xgboost
1vote
0answers

Running managed executables inside an unmanaged executable in C++

For the past few days, I've been trying to run a .NET executable inside an unmanaged executable made in C++. I made a simple MessageBox program to test if my code worked, and indeed the application ran fine: using System; using System.Windows.Forms; namespace Test2Lol { static class Program { /// [...] read more
c++
clr
shellcode
mscorlib
1vote
1answer

how to replace parameter from a saved xgboost model?

This is my environment and parameter of xgboost when I saved a xgboost model. environment * xgboost version 0.90 parameter * objective: gpu:binary:logistic I want to load a saved xgboost model in version 1.0.0. However, this error massage is occurred. XGBoostError: [12:51:46] C:\Users\Administrator\workspace\xgboost-win64_release_1.0.0\src\objective\objective.cc:26: Unknown objective function: `gpu:binary:logistic` This is because [...] read more
python
machine-learning
model
xgboost
1vote
4answers

Unhandeled exception when starting MongoDB - Win32

I am getting the following message when starting mongodb on a win32 x64 machine; D:\mongodb>mongod -f d:\mongodb\mongo.config Mon Mar 03 21:23:58.549 diagLogging level=3 Mon Mar 03 21:23:58.550 diagLogging couldn't open D:\mongodb\data/diaglog.5314 f2ee Mon Mar 03 21:23:58.550 *** unhandled exception 0xE06D7363 at 0x76C7C41F, termin ating Mon Mar 03 21:23:58.551 *** stack [...] read more
mongodb
1vote
2answers

Throwing CInternetException for error 12029

This somewhat links to my previous question. Background details here: Simple HTTP request with C++ Basically I am sending data to a server through an URL with C++. I am now using openURL() function in the CInternetSession class to do it. If the openURL connects to the server successfully, no [...] read more
c++
exception
exception-handling
connection
openurl
1vote
0answers

OSError: [WinError -529697949] Windows Error 0xe06d7363 python Spyder

guys, I've spent the past couple days trying to fix this error but nothing is working I can't really find what it means online either it's happening in spyder when I'm trying to give the environment an action_space def __init__(self, full_action_space = False): master = None game='pong' obs_type='ram' frameskip=(2, 5) [...] read more
python
spyder
openai-gym
1vote
1answer

How can I make QT Creator stop logging warning exceptions?

I'm using QT Creator and the exception warnings really sucks, because they're logging everywhere. Example in compiler output: Exception at 0x7ffad5e54008, code: 0xe06d7363: C++ exception, flags=0x1 (execution cannot be continued) (first chance) at At Issues: At Issues, the annoying warning [https://i.stack.imgur.com/JlpFX.jpg] How can I disable this behavior? read more
c++
qt
suppress-warnings
1vote
2answers

IAR Embedded Workbench won't compile

I use IAR embedded workbench for my interfacing class and I can't compile even a simple C code. It aborts with the error: Internal Error: [CoreUtil/General]: Unexpected windows exception (0xe06d7363) at 752EC41F Error while running C/C++ Compiler read more
embedded
workbench
iar
interfacing
1vote
1answer

Is it possible to add an SVG to a MapIcon.Image for display in a UWP Map Control?

I can add PNG images without issue to change the default MapIcon Image, but as soon as I try to use an SVG the application crashes with 'application.exe has exited with code -529697949 (0xe06d7363) 'Microsoft C++ Exception'. I am aware of the SvgImageSource class and I can use this fine [...] read more
c#
xaml
svg
windows-10-universal
uwp-maps
1vote
0answers

mapr stream api causing java fatal crash

platform : MapR 5.2 on sandbox JAVA FATAL CRASH WHEN trying to write using producer { public static void configureProducer() { Properties props = new Properties(); props.put("acks", "all"); props.put("retries", 0); props.put("batch.size", 16384); props.put("linger.ms", 1); props.put("buffer.memory", 33554432); props.put("key.serializer", "org.apache.kafka.common.serialization.StringSerializer"); props.put("value.serializer", "org.apache.kafka.common.serialization.ByteArraySerializer"); //props.put("partitioner.class", "com.activetik.market.kafka.custompartitioner.KafkaUserCustomPatitioner"); producer = new KafkaProducer<>(props); } producer.send(record, new Callback() [...] read more
stream
kafka-producer-api
mapr
1vote
0answers

error trying to use GridSearhCV with XGBClassifier

I am trying to use GridSearchCV with XGBoost in order to train and fit using the best prams quite a large dataset (> 500MB). But I'm getting an error which I am unable to resolve. I have a laptop with 32GB ram and the Python memory consumption did not exceed [...] read more
python
classification
xgboost
grid-search
1vote
1answer

Axis IP camera video source filter doesn't work in DirectShow GraphEdit

I'm trying to get video from an Axis P5515 IP camera to feed into DirectShow, but all I get in the render window is a black screen. Nearly every search I do looking for an IP camera source capture filter ends at the "DirectShow Video Source Filter for JPEG and [...] read more
video
camera
directshow
graphedit
1vote
0answers

Retrieving the COM class factory for component with CLSID {XXXX} failed due to the following error: e06d7363

I developed a Windows form application using C#.NET to test some device. A also have user-mode driver (DLL) developed on Visual C++ (with sources). My C#.NET application is running on my Windows XP platform. When I try to use some class from DLL in the application I get error: > [...] read more
c++
.net
dll
com
com-interop
1vote
1answer

Allocate memory error in dll called by Java JNA

I try to integrate DLL using JNA in Java. DLL allocates a lot of memory (~600MB). Library is compiled to 32 bit version, so I need to use 32 bit JVM. I've got fatal error from JVM EXCEPTION_UNCAUGHT_CXX_EXCEPTION (0xe06d7363) at pc=0x772bd928, pid=7976, tid=2444 with detailed information siginfo: ExceptionCode=0xe06d7363, ExceptionInformation=0x19930520 0x02dce184 [...] read more
java
dll
jvm
jna
1vote
2answers

Problems using static std::string in shared library

i'm trying to use a C++ library for mechanical simulations in a Qt application. (Project Chrono , Git Hub source). Everything was ok until i try to use some parts of the library and get some errors. the part of the problematic code is: ChGlobal.h // // PROJECT CHRONO - [...] read more
c++
qt
1vote
3answers

PCL library basic project returns abort has been called

I have succesfully linked my basic project containing only one ReadPc.cpp file obviously reading point cloud from file in Visual Studio 2010 After running exception is thrown and pop up window "R6010 abort() has been called" is shown When i was setting up my application i followed this tutorial Here [...] read more
c++
visual-studio-2010
point-cloud-library
point-clouds
1vote
3answers

QT 5.2 app cannot start (Bad allocation error) when Qt5Core.dll is in app directory

I have a funny problem on my machine Windows 7 x64, using QT 5.2 for the GUI I'm not able to start the app I always receive the error Error: Exception:"bad allocation" [https://i.stack.imgur.com/P74HZ.png] First I thought I had a broken dll, so through some trial and error I found a [...] read more
windows
qt
1vote
1answer

How to get what is stored in 'data' field of las point using liblas?

I am working with mulipulse lidar data that collects points along a number of lines within the flight path. I am trying to determine the name and number of individual lines within the las file. I am using liblas module in python. I found this documentation that explains the different [...] read more
python
lidar
1vote
1answer

Problems triggering dump on first-chance OutOfMemoryException

I am running across a problem when trying to use DebugDiag to take a dump when a first-chance OutOfMemoryException happens. So I wrote an application that I could use to create an out of memory condition and follow the below instructions: http://blogs.msdn.com/b/kaushal/archive/2012/05/09/using-debugdiag-to-capture-a-dump-on-first-chance-exception.aspx But I don't get a first-chance dump, I [...] read more
.net
debugging
windbg
debugdiag
1vote
0answers

Java VM crashed when app memory reach 1.2G. Any way out?

I am running automation testcase with long time soaking (from several hours to days). Whenever the memory usage reached about 1.2G, about 4 hours passed, the Java application will crash and the following err log file generated. The OS is windows, 64bits. Did you encounter the same problem in you [...] read more
native
jvm-crash
1vote
0answers

Are the values of function arguments read from a .dmp file reliable?

This .dmp file was dumped by a release build. Opened with visual studio C++ (2010), in the call stack view, the values of function call arguments are strange, some values are missing while some others are inconsistent. For example: Function A calls Function B using the same arguments passed to [...] read more
visual-c++
visual-studio-debugging
1vote
0answers

Unable to load dll when running process with PsExec

When i run my app using PsExec (same machine but with user credentials) i receive the following error when trying to load a dll: Unable to load DLL 'AcWsHost.dll': Exception from HRESULT: 0xE06D7363. It happen also when the credentials are of the same user (Administrator). Any idea why it happens [...] read more
windows
security
windows-server-2008
psexec
1vote
1answer

WP7 App in Emulator closes for some reason

I was trying to inherit Control to some classes I was making the other day and I stopped programming, closed everything and today I came back to it, started and even without ANY modification it doesn't work. It starts and after a second or two it closes. Here is what [...] read more
c#
visual-studio-2010
windows-phone-7
emulation
1vote
1answer

Finding functions names for crash

We received a crash log from customer's site looking like that(no function name resolution) > Jan 13 12:15:41.739 ccodvcs2 VCS: [0x00003e80] XXXX.exe caused a in module at > 001B:77E4BEE7 > Jan 13 12:15:41.739 ccodvcs2 VCS: [0x00003e80] > Jan 13 12:15:41.739 ccodvcs2 VCS: [0x00003e80] Build 5.2.0.426 > Jan 13 12:15:41.739 ccodvcs2 [...] read more
windows
debugging
crash
debug-symbols
winpdb
1vote
5answers

Function name from Windows stack trace

How do I restore the stack trace function name instead of <UNKNOWN>? Event Type: Error Event Source: abcd Event Category: None Event ID: 16 Date: 1/3/2010 Time: 10:24:10 PM User: N/A Computer: CMS01 Description: Server.exe caused a in module at 2CA001B:77E4BEF7 Build 6.0.0.334 WorkingSetSize: 1291071488 bytes EAX=02CAF420 EBX=00402C88 ECX=00000000 EDX=7C82860C [...] read more
c++
windows
stack
stack-trace
0votes
0answers

Where does Panther save its SAFE_OS minidumps?

I'm trying to debug a (likely) driver crash during a Windows 10 feature update ("extend" code 0x2000D). The log (abbreviated since it's on a different machine) says FatalError [0x090001] PANTHR Exception (code 0xE06D7363: <unknown>) occurred at ... Minidump attached (69263 bytes) to diagerr.xml and X:\Windows\Panther\UnattendedGC\mndE39.diagerr.mdmp. I can't see nothing attached [...] read more
windows-10
winpe
0votes
1answer

Outlook 2016 keeps crashing

My Outlook 2016 Exchange does not start. I go to open, the flash screen appears and then I get a message asking if I want to start in safe mode. Whether I answer yes or no it does not matter, it just crashes. I have tried repairing .pst file and [...] read more
exchange
kernel
microsoft-outlook-2016
event-viewer
0votes
1answer

Lotus Domino Server Crash

We are running domino server is one of our virtual machine. We also see "allocation failure" and "GC Cycle started" error in our domino console frequently after moving to VM OSVersion: Windows Server 2003 5.2 (Build 3790), PlatID=2, Service Pack 2 (4 Processors) Notes Build: Release 6.5 September 26, 2003 [...] read more
lotus-notes
ibm-domino
0votes
1answer

Unicenter Software Delivery 4 not able to connect to MS SQL 2000 Database after W2003 SP2 upgrade

Yesterday I installed the Windows Server 2003 Service Pack 2 on a Windows Server 2003 which has Unicenter Software Delivery 4 installed. Prior to the installation I disabled every CA service on the server (Brightstor, SDO , RCO, TNG) and the MS SQL 2000 service. After the installation of the [...] read more
windows-server-2003
database
deployment
0votes
0answers

boost::locale::conv::from_utf does not work with visual studio 2019

I have a simple code test for boost from_utf function : #include <boost/locale.hpp> #include <iostream> #include <ctime> int main() { using namespace boost::locale; using namespace std; generator gen; locale loc=gen(""); // Create system default locale locale::global(loc); // Make it system global cout.imbue(loc); // Set as default locale for output cout [...] read more
c++
visual-studio-2019
boost-locale
0votes
0answers

Ctypes arguments passed to C++ .dll prints out garbage value

I wrote a C++ .dll that takes in two character arrays, initializes an OpenCV DNN Net object and returns it. //test.cpp #include "test.h" #define EXTERN_DLL_EXPORT extern "C" __declspec(dllexport) using namespace cv; using namespace std; EXTERN_DLL_EXPORT cv::dnn::Net TestCall(char* config_path, char* model_path) { cout << config_path << endl; cout << model_path << [...] read more
python
c++
opencv
ctypes
0votes
0answers

Why do I get an error when I run BayesianOptimization with XGBoost with large dataframe?

Everything works well when I run BayesianOptimization with XGBoost on a small dataframe but when I use a large dataframe I get a variety of errors. The most recent time that I ran it I received --------------------------------------------------------------------------- KeyError Traceback (most recent call last) ~\anaconda3\envs\tf-gpu\lib\site-packages\bayes_opt\target_space.py in probe(self, params) 190 try: --> [...] read more
windows
xgboost
0votes
0answers

How do I determine how big a dataset my computer can handle using XGBoost in Python?

I am trying a Regression challenge from Kaggle - the great energy predictor - https://www.kaggle.com/c/ashrae-energy-prediction I have cleaned and preprocessed the data and now attempting to apply the XGBoost algorithm using the following data source (the variable I am predicting is meter_reading). 0 1 2 3 4 site_id 0 0 [...] read more
python
machine-learning
xgboost
0votes
0answers

What can be diagnosed with a “Application Error Faulting application” event?

Got a BSOD using Windows 10 (CRITICAL_PROCESS_DIED) so I checked in event viewer, I'm lost as to what I'm looking at: Faulting KERNELBASE.dll? That sounds bad. Event 1000, Application Error Faulting application name: wmiprvse.exe, version: 10.0.18362.1, time stamp: 0x2b37314e Faulting module name: KERNELBASE.dll, version: 10.0.18362.535, time stamp: 0x50cc8d5a Exception code: [...] read more
windows
windows-10
bsod
0votes
0answers

IIS application pool turned off with event id 5009

I'm developing a website. It's an MVC5 web application, using the .NET Framework 4.6.2. We have a compilation server running on Windows Server 2016, it has installed vsbuild tools 2017. The compiled site works perfectly in my environment, in the testing environment and also in a clean installed windows vm, [...] read more
c#
iis
asp.net-mvc-5
0votes
0answers

How to fix W3WP error happening in IIS while generating Crystal report and downloading in binary format

I'm trying to generate crystal report in server using WCF and downloading in binary format to client machine. Service is calling from wpf application in loop.It will generate report for some records and then it will throw the w3wp. exe error. I monitored the error using Debug Diag tool and [...] read more
c#
wcf
crystal-reports
report
0votes
1answer

ODB With PostgreSQL bad_alloc Exception

I tried to to use ODB within my project. Therefore I used VS2015 to compile the windows sources for their odb and odb-pgsql library choosing the Release and x64 configuration. I linked the libraries from my standard postgres installation(prebuilt binaries 64bit). My project is managed by cmake and QtCreator. Here [...] read more
c++
postgresql
dll
qt-creator
odb
0votes
1answer

Trying to load and use a dll file in python properly

I am trying to load and use a dll in python. I have been trying to use windows-kill but I don't know much at all about C++. I was able to compile it fine in visual studio and the exe file works fine but I'd like to figure out how [...] read more
python
c++
windows
ctypes
0votes
1answer

What does "[LspTrace]" mean?

I have a Qt project, and I can only debug it once when I start my computer. So if I want to continue debugging, I have to restart the computer. I don't know why. Here are some errors: [LspTrace]ReadAccConfig returns false! [LspTrace]FindMatchingProvider: inInfo is one of the LSPs entry. [LspTrace]WSPStartup [...] read more
c++
qt
0votes
1answer

passing vector from a c++ dll in python ctypes

I have a .dll that was written in c++ with extern "C", this function is called BOLHA and returns a double. the problem is that BOLHA has a vector<double> in the argument. extern "C" myDLL_API double BOLHA(vector<double> OI); in fact due the extern "C" I believe that this vector turns [...] read more
python
c++
dll
ctypes
0votes
0answers

VB.Net Opening Excel Throws "Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT)'"

I got a new computer (Dell Latitude with 64 bit Windows 7 Enterprise with Service Pack 1) at work and ever since I have had issues with the following code: Dim eApp as New Excel.Application Dim eBooks as Excel.Workbooks Dim eBook as Excel.Workbook eBooks = eApp.Workbooks eBook = eBooks.Open(fileName) When [...] read more
excel
vb.net
windows-7
excel-interop
0votes
0answers

python ctypes point to void* error

I already load dll, and when I use it, There is something wrong and the C function is: #define CV_DETECT_ENABLE_ALIGN_106 0x0000020 typedef void *cv_handle_t; CV_SDK_API cv_result_t cv_face_create_detector( cv_handle_t *handle, const char *modle_path, unsigned int config ); In python: CV_DETECT_ENABLE_ALIGN_106 = 0x00000020 cv_face_create_detector = dll.cv_face_create_detector cv_face_create_detector.restype = c_int cv_face_create_detector.argtypes = (POINTER(c_void_p), [...] read more
python
ctypes
0votes
0answers

Application Error, Faulting Module name: KERNELBASE.DLL

I have an application written in .Net Framework 3.5. It is a service which is running on a Windows Server 2003 R2. The application has a global Exception-Handling included an all Exceptions which occure outside a try-catch are catched by this global Exception-Handling (done with AppDomain.UnhandledException). Anyway it happens that [...] read more
.net
vb.net
crash
application-error
0votes
1answer

std::_Xout_of_range Error when accessing value by key in map

I have a problem that I really don't get. Maybe I didn't understand some basics of C++, which I actually thought I did. I basically only want to get a pointer to a set out of a map: map<string, set<string>*>* ma = WindowCollection::testCase->getItems(); string te = ui->labelLeftUp->text().toStdString(); set<string>* itemSet = [...] read more
c++
nullpointerexception
stdmap
0votes
0answers

word Doc SaveAs2 method crashing after installing MSOffice2013

I'm using the saveAs2 method to save a word document to XML format document. My application very well executed till i had the MS office 2010 in my system. But once i upgraded my system to office365(MSoffice2013 version) , application started throwing exception while performing saveAs2. Any clues to resolve [...] read more
xml
visual-c++
dll
ms-word
com
0votes
1answer

JavaCV Perspective Transform Gives Error

I am working on an application with Java that corrects the perspective (also called keystoning). To do this, I am using Bytedeco's JavaCV. By referring to documentations and several other websites and manuals online, I tried to do this by using two OpenCV methods, warpPerspective and cvGetPerspectiveTransform. More specifically, this [...] read more
java
opencv
javacv
0votes
1answer

Fatal error detected by Java Runtime Environment

I am facing a strange configuration issue, the application runs my fine on my laptop but the application crashes on another laptop during the deployment phase and it generates a dump file in the place where the application is located. Here are the intial lines of the dump file: A [...] read more
java
fatal-error
javacv
0votes
0answers

C++ exception in cv::BFMatcher

I am having problems with the cv::BFMatcher when I try to perform the feature matching. I compute the descriptors with the xfeatures2D::SIFT descriptor. When I try to perform the matching the application output shows "Exception at 0x7ff833308b9c, code: 0xe06d7363: C++ exception, flags=0x1 (execution cannot be continued) (first chance) at f:\dd\vctools\crt_bld\self_64_amd64\crt\src\xthrow.cpp:13" [...] read more
c++
qt
opencv
matching
opencv-features2d
0votes
1answer

MSMQ throws exception on MQOpenQueue after Microsoft updates are applied

We are running our C++ program (compiled with VS2008) as a service and calling MQOpenQueue. After applying the Microsoft updates > KB3065979 > KB3054205 > KB3064209 > KB3063858 > KB3040272 > KB3059317 > KB3058515 to a Windows server 2008 r2 SP1 enterprise machine, all calls to MQOpenQueue were failing. This [...] read more
c++
msmq
0votes
0answers

How can I determine if an exception handler was software or hardware triggered?

I just changed my exception handling from signal to AddVectoredExceptionHandler and now I get software exceptions as well as hardware exceptions. Is there any way that I can determine which is which? E.g. I just got an exception with exception code 0xE06D7363 which is a result of a c++ throw, [...] read more
c++
c
windows
0votes
1answer

.exe file stops and eventually starts after building in QtCreator?

I made an application using Qt in QtCreator. Recently, I noticed there's a persistent yet inconsistent occurrence of a problem. When I build it, whether it is release or debug mode, the program gives an error as shown in the following images enter image description here [https://i.stack.imgur.com/pqCaz.png] enter image description [...] read more
c++
qt
qt-creator
0votes
2answers

Qt Disable Not Responding timeout?

In my project, I have a lot of loops making many calculations that can take quite some time. Everything runs fine until I get an error while it's loading. When it's calculating everything, my program becomes "Unresponsive" until it is finished loading. It seems there is some sort of timer [...] read more
c++
qt
loops
timeout
0votes
2answers

JavaFX Drag and Drop causes crash outside the Java Virtual Machine

Hi I have a small problem with JavaFXs DragandDrop(DnD) The DnD is executed correctly, which means the file is created and moved to the right posiotion. Even if I use an existing file (then i don't create a new file), the file is correctly moved with content. Here are the [...] read more
java
drag-and-drop
jvm
javafx
native-code
0votes
1answer

While debugging VC++ 6.0 application getting unhandled exception error

I am try to debug an VC++ 6.0 code. My application takes MSWord 2003 document as input and gives the output as MSExcel 2003 format. in that code when its try to save the document it gives an error as "Unhandled exception in <program_name.exe>(KERNEL32.DLL):0xE06D7363: Microsoft C++ Exception." Can anyone help [...] read more
visual-c++
exception
0votes
2answers

32-bit windows service do not start on 64-bit windows 7

I have a 32-bit windows .exe. Which will run as windows service. This .exe runs fine as servics for window 2000/xp 32-bit version. However when try to run on 64-bit windows 2008 server it crash. I am observing two cases. 1) If I build the application on VC++ 6. From [...] read more
windows
64-bit
0votes
1answer

What does 001b mean in "exception in module kernel32.dll at 001b:7c812afb"

For example: > myapp.exe caused a Microsoft C++ Exception (0xe06d7363) in module kernel32.dll > at 001b:7c812afb. I'm asking this out of curiosity, because I've noticed that in all exceptions and crashes this number (001b) always stays the same, while the latter number changes (I assume it holds the instruction pointer's [...] read more
windows
exception
kernel
crash-reports
cpu-registers
0votes
0answers

C# program crash on Win2000 (in kernel32.dll)

My C# program (loaded a C++/CLI wrapper dll -> with add reference) crash on Windows 2000 with error messages: 00:00:00.734: Loaded "c:\winnt\assembly\nativeimages_v2.0.50727_32\system.transactions\12903c3843fe923d1977801ffa3cf26c\SYSTEM.TRANSACTIONS.NI.DLL" at address 0x67AF0000 by thread 1. 00:00:00.734: Loaded "" at address 0x67AA0000 by thread 1. 00:00:00.734: Unloaded "" at address 0x67AA0000 by thread 1. 00:00:00.734: Loaded "c:\winnt\assembly\gac_32\system.transactions\2.0.0.0__b77a5c561934e089\SYSTEM.TRANSACTIONS.DLL" at [...] read more
c#
dll
c++-cli
windows-2000
0votes
1answer

Phonon on windows XP cant load DS backend which definitely exists

I am experiencing problems with phonon direct show backend on WinXP. Basically it doesn't work at all for me I've tried it with both 4.7.0 SDK and with version built from sources. In both cases phonon_ds94.dll is located in /plugins/phonon_backend/ dir. My system is WinXP and I use VS 2008. [...] read more
qt
qt4
phonon
-1votes
1answer

Failed conversion of a QImage image to a CV image

I am new to both opencv and opencv. What I am doing is to convert a QImage image to an opencv Mat image, and then display both of them. Here is my code for this conversion: i = new QImage("lena.png"); QImage lena = i->scaled(labW,labH,Qt::IgnoreAspectRatio); //Original QImage lenaRGB = lena.convertToFormat(QImage::Format_RGB888); ui->imgWindow->setPixmap(QPixmap::fromImage(lena,Qt::AutoColor)); [...] read more
qt
opencv

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0