Windows error 0x00800003, 8388611

Detailed Error Information

HRESULT analysis[1]

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
FacilityCode128 (0x080)
NameFACILITY_BLBUI[2]
Error Code3 (0x0003)

Questions

3votes
4answers

Error: unknown tag <:string> in my app

When I try to run a specific app, Gradle doesn't compile and shows this strange error. I searched for the tag in the file but such a tag doesn't exist. The exact state of the app > error: unknown tag <:string>. Message{kind=ERROR, text=error: unknown tag > <:string>., sources=[C:\Users\nEW > u.gradle\caches\transforms-1\files-1.1\constraint-layout-1.1.0.aar\b3e4ef6bef14a8fe09fa894d105f65d7\res\values\values.xml:3:5-61], [...] read more
android
gradle
android-gradle-plugin
build.gradle
android-constraintlayout
1vote
1answer

Android customly created xml button is not showing up in preview

I have created a button with custom attributes (actually a linear layout, which has an ImageView and a TextView, and functions like a button). The problem is that when I try to implement this custom button in the xml layout definiton for an acitivty, it isn't displayed. How can I [...] read more
android
android-studio
android-layout
0votes
1answer

Duplicate value for resource '...' with config '' in Android Studio

I'm encountering this error: Caused by: java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android resource compilation failed C:\Users\ASUS\.gradle\caches\transforms-2\files-2.1\fbc90cfd248703a7e0db4d61153601cb\res\values\values.xml:14:5-370: AAPT: error: duplicate value for resource 'attr/layout_scrollFlags' with config ''. C:\Users\ASUS\.gradle\caches\transforms-2\files-2.1\fbc90cfd248703a7e0db4d61153601cb\res\values\values.xml:14:5-370: AAPT: error: resource previously defined here. C:\Users\ASUS\.gradle\caches\transforms-2\files-2.1\fbc90cfd248703a7e0db4d61153601cb\res\values\values.xml:15:5-180: AAPT: error: duplicate value for resource 'attr/behavior_peekHeight' with config ''. C:\Users\ASUS\.gradle\caches\transforms-2\files-2.1\fbc90cfd248703a7e0db4d61153601cb\res\values\values.xml:15:5-180: AAPT: error: resource previously defined here. C:\Users\ASUS\.gradle\caches\transforms-2\files-2.1\dc61720a1def28041d1d315e107b6600\res\values\values.xml:142:5-149:95: AAPT: [...] read more
android-studio
0votes
1answer

Shell command is not working

I use volnoti, a notification service, together with my i3 window manager, in my i3config file I tried to implement the commands for volnoti like this: # Pulse Audio controls # Increase sound volume bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 1 +5% && pkill -RTMIN+1 i3blocks && volnoti-show $(amixer -c [...] read more
shell
if-statement

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0