Windows error 0x000000B4, 180

Detailed Error Information

INVALID_SEGMENT_NUMBER[1]

MessageThe system detected a segment number that was not correct.
Declared inwinerror.h

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

VIDEO_DRIVER_INIT_FAILURE[2]

This is a Blue Screen of Death stop code. More information is available in the Knowledge Base article Bug Check 0xB4: VIDEO_DRIVER_INIT_FAILURE.

HRESULT analysis[3]

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[3][1]
DescriptionThe default facility code.[3][1]
Error Code180 (0x00b4)

Questions

9votes
2answers

Why does modifying project output directories cause: IOException was unhandled "Cannot locate resource 'app.xaml'."

In an attempt to consolidate project settings into property sheets for both C++ and C# projects, the following property sheet was constructed: <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <!-- Trying to support both C++ and C# projects by introducing derived properties and setting the appropriate output properties. --> <PropertyGroup [...] read more
c#
wpf
xaml
visual-studio-2012
msbuild
8votes
0answers

Fixing crashes Windows Phone apps with crashinfo of dev dashboard

I have a simple wp8.1 app published in the store (universal app) but it crashed. So I downloaded the excel file containing crash info from https://dev.windowsphone.com/en-us/DownloadReport The crash(es) occur in the latest version of my app and the clients have 8.1 (because you cannot run universal apps otherwise) Here is [...] read more
exception
windows-phone-8.1
win-universal-app
5votes
2answers

Installing Facebook APK in Genymotion

I want to install Facebook APK to Genymotion. Using Drag&Drop or adb it fails with INSTALL_FAILED_CPU_ABI_INCOMPATIBLE. I have followed instuction on http://forum.xda-developers.com/showthread.php?t=2528952 and installed ARM Translation Installer. After this, Facebook APK is installed successfully but when I launch it, it crashes. In log, I have found "1341-1341/com.facebook.katana:nodex A/libc﹕ Fatal signal [...] read more
android
facebook
android-emulator
genymotion
4votes
0answers

How to get right MIPS libc toolchain for embedded device

I've run into a problem (repetitively) with various company's' embedded linux products where GPL source code from them does not match what is actually running on a system. It's "close", but not quite right, especially with respect to the standard C library they use. Isn't that a violation of the [...] read more
linux
gcc
embedded
cross-compiling
libc
2votes
0answers

Vista 32 Stop Error 0x000000B4: Video Driver Failed to Initialize. Is there hope?

Looking around on th internets, it's looking like the only option I have left is format and reinstall, which is something I'm REALLY trying to avoid. The machine has alot of activated software from a couple of years ago (a couple thousand dollars invested), and don't have all the documentation [...] read more
windows-vista
bsod
32-bit
2votes
2answers

Sinch Android Messaging Tutorial App crashes upon login and client isn't started

The android tutorial app keeps crashing once a user has been logged in. Client also doesn't start. Logcat Says 08-03 12:45:16.183 1322-1322/com.example.messagingtutorialskeleton W/linker﹕ libhoudini.so has text relocations. This is wasting memory and is a security risk. Please fix. 08-03 12:45:16.655 1322-1322/com.example.messagingtutorialskeleton A/libc﹕ Fatal signal 11 (SIGSEGV) at 0x000000b4 (code=1), thread [...] read more
android
messaging
sinch
2votes
0answers

mspgcc-size ROM/RAM usage in percentage

With mspgcc-size I can get an output like this: text data bss dec hex 13072 236 65296 78604 1330c We know that: Flash = data + text RAM = data + bss How can I extract the size of ROM/RAM from the selected -mmcu=msp430g2553 with the toolchain? e.g. ROM: 8192 [...] read more
microcontroller
avr-gcc
toolchain
1vote
0answers

Android Skyline error: Getting MAX_TEXTURE_SIZE from GradienCache

When I use skyline demo, I use genymotion api19 4.4.4, but suggested the following error: 04-06 03:48:00.249: E/BluetoothAdapter(1779): Bluetooth binder is null 04-06 03:48:07.273: E/OpenGLRenderer(1779): Getting MAX_TEXTURE_SIZE from GradienCache 04-06 03:48:07.273: E/OpenGLRenderer(1779): MAX_TEXTURE_SIZE: 16384 04-06 03:48:07.277: E/OpenGLRenderer(1779): Getting MAX_TEXTURE_SIZE from Caches::initConstraints() 04-06 03:48:07.281: E/OpenGLRenderer(1779): MAX_TEXTURE_SIZE: 16384 04-06 03:48:07.405: A/libc(1779): Fatal [...] read more
android
1vote
0answers

C - Get File Bytes as Unsigned Int

I need the bytes of a BIN file converted to a unsigned int, in this format (JavaScript): p.write4(shellcode.add32(0x00000000), 0x00000be9); p.write4(shellcode.add32(0x00000004), 0x90909000); p.write4(shellcode.add32(0x00000008), 0x90909090); p.write4(shellcode.add32(0x0000000c), 0x90909090); p.write4(shellcode.add32(0x00000010), 0x0082b955); p.write4(shellcode.add32(0x00000014), 0x8948c000); p.write4(shellcode.add32(0x00000018), 0x415741e5); p.write4(shellcode.add32(0x0000001c), 0x41554156); p.write4(shellcode.add32(0x00000020), 0x83485354); p.write4(shellcode.add32(0x00000024), 0x320f18ec); p.write4(shellcode.add32(0x00000028), 0x89d58949); p.write4(shellcode.add32(0x0000002c), 0x64b948c0); p.write4(shellcode.add32(0x00000030), 0x77737069); p.write4(shellcode.add32(0x00000034), 0x49000000); p.write4(shellcode.add32(0x00000038), 0x4120e5c1); p.write4(shellcode.add32(0x0000003c), 0x000200bc); p.write4(shellcode.add32(0x00000040), [...] read more
c
1vote
1answer

Couldn't run JavaFX Port Application on Genymotion with flash ARM Translation

I am having problem running my JavaFX Port Application on Genymotion. When I try to install it on the emulator. It says "Failure [INSTALL_FAILED_CPU_ABI_INCOMPATIBLE]". So I go into flashing it with ARM Trnaslation. Finally I successfully installed my application on genymotion. The problem is when I try to run the [...] read more
gluon
gluon-mobile
gluon-desktop
1vote
1answer

App crash in take a picture option in uiimagepicker

I have take the photo(uiimagepicker camera mode) from device and resize the image and set it to my image view. But my apps get crashed for some devices after hitting the "use" button in uiimagepicker camera.The application get crashed, when the many application runs in the background(low memory issue). Once [...] read more
iphone
objective-c
ipad
uiimagepickercontroller
0votes
0answers

PEVerify Defect: It reports "Type load failed" on valid class compiled with csc.exe for compact framework

A trivial class: public class TestClass : System.ServiceModel.Security.SecurityCredentialsManager { } When compiled using csc against the MS CompactFramework v3.5 will result in a dll that fails to pass peverify, resulting in a "Type load failure". It appears to be an issue with inheriting from the SecurityCredentialsManager class which is part [...] read more
c#
compact-framework
cil
csc
peverify
0votes
0answers

When ran an application in Genymotion i get: "Unfortunately, app has stopped."

I'm looking for a good option to automate my tests in a mobile application. Genymotion looks the best option. So i installed genymotion, added the arm translation and gapps in the vm, but when i try to open my application i get: "Unfortunately, [app name] has stopped." Applications such clash [...] read more
android
appium
android-4.4-kitkat
genymotion
0votes
1answer

Google play services and network operations

I want to use Google play services version 6.1 and if I use this version I am getting crash on Android 4.4.4 (Google play services installed version 6.1 on this device). Crash log: A/libc: Fatal signal 11 (SIGSEGV) at 0x000000b4 (code=1), thread 4143 (ion-ion) I am using this library for [...] read more
android
google-play-services
0votes
0answers

"Unfortunately, My LibGDX game has stopped" shows up on genymotion emulator

the game on libgdx installs in the emulator but is then the error shows up. The game works on my real nexus 4 device but not the emulator. is there any way to fix this? the code is below and the log cat is below the code. package com.Redwanur.AndroidGame; import [...] read more
java
android
libgdx
emulation
genymotion
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
-1votes
1answer

Cannot run Helloworld in cocos2d-x 3.11: Fatal Signal 11

I'm new to cocos2d-x, I followed this tutorial It's working well on the iOS platform, but not on Android. I tried to setup cocos2d-x again and again, both cocos2d-x 3.11, 3.8, 3.6; tried with Android NDK r11c, r10e, r9d; tried to run in terminal and Eclipse, but the program cannot [...] read more
android
cocos2d-x
fatal-error

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  3. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0