Windows error 0x000002BC, 700

Detailed Error Information

IMAGE_NOT_AT_BASE[1]

MessageAn image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x800702BC.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

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.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code700 (0x02bc)

Questions

2votes
0answers

Windows fatal exception: access violation with tensorboard

I installed tensorflow in the following steps 1, Install anaconda in win 10 2, conda install -c anaconda tensorflow-gpu=1.14 I can use this to train my model, but when I use tensorboard, tensorboard --logdir=logs --host localhost --port 8080, the error occurs, I have tried to reinstall tensorflow, but got the [...] read more
python
tensorflow
0votes
1answer

g++ symbol versioning. Set it to GCC_3.0 using version 4 of g++

I need to implemente a Java class which uses JNI to control a fiscal printer in XUbuntu 8.10 with sun-java6-jdk installed. The structure is the following: EpsonDriver.java loads libEpson.so libEpson is linked dynamically with EpsonFiscalProtocol.so ( provided by Epson, no source available ) and pthread I use javah to generate [...] read more
g++
java-native-interface

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0