Windows error 0x00000708, 1800

Detailed Error Information

INVALID_PRIORITY[1]

MessageThe specified priority is invalid.
Declared inwinerror.h

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

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 Code1800 (0x0708)

Questions

1vote
2answers

How to select the first matching line after an already matched line in powershell?

I am trying to use powershell to query some Windows power settings from the output of powercfg. I have enough information to narrow down the range to a subgroup of settings, but within the text block I still need to find a matching setting using a GUID, and then I [...] read more
regex
windows
powershell
chef-infra
powercfg
1vote
1answer

Debugging unreliable IPv6 connection

On our VPS we face connection issues with IPv6, hopefully someone can help to debug the issue. Pings fail at first and succeed later: 2020-06-01 23:20:55 <user>@<host>:~# ping -6 google.com PING google.com(ams15s30-in-x0e.1e100.net (2a00:1450:400e:807::200e)) 56 data bytes From <host>.com (<ip>) icmp_seq=1 Destination unreachable: Address unreachable ... From <host>.com (<ip>) icmp_seq=6 Destination [...] read more
debian
routing
ping
ipv6
vps
1vote
0answers

How does linux know to run dhcpv6 on the client?

I'm playing with ipv6 on my home network. I'm trying to understand how a linux client (on ubuntu 16.04, if that matters) knows to talk to the dhcpv6 server (either for an IP address or to get DNS servers). It seems that a lot of this is done from the [...] read more
linux
ubuntu
ipv6
1vote
2answers

IPv6 PPP Link fails forwarding Router Advertisements into local LAN

A Debian Server having eth0, eth1. eth2, ppp0 devices: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether xx:yy:zz:yy:xx:yy brd ff:ff:ff:ff:ff:ff 3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether xx:yy:zz:yy:xx:yy brd ff:ff:ff:ff:ff:ff 4: eth2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000 [...] read more
ipv6
forwarding
point-to-point-protocol
icmpv6
0votes
1answer

why vxworks register r3 is falsified before execution?

I am going to run an application on a PowerC platform(vxworks), but I have encountered a problem. I've got a data access exception. register r3 is falsified before execution, I don't know why, please help me with this question, thanks! > 0x7ff7150 (tTask4_nor): Watchdog for T0 stopped 0x7ff7150 > (tTask4_nor): [...] read more
exception
vxworks
0votes
1answer

stm32 Nucleo-L011K4 i2c acknowledgement failure

I am trying to read accelerometer data over i2c. The i2c address of the accelerometer is 0x19 for reading and 0x18 for writing. To check for correct communication with the accelerometer, I should read register 0x00 and it must return 0x12 as the result. But I am not able to [...] read more
c
embedded
stm32
i2c
0votes
1answer

How to change Power options through registry or through command line?

I want to change powercfg.cpl "Power Options" directly through registry. Specifically I want to change this: enter image description here [https://i.stack.imgur.com/R2Fqq.png] To these settings: enter image description here [https://i.stack.imgur.com/mQyWK.png] I am using a desktop computer on alternating current power, therefore power saving is unnecessary and it impairs performance; I have [...] read more
windows-10
command-line
windows-registry
power-management
0votes
1answer

IPv6 unreachable until restart interface

IPv6 works just well in most time, but everyday 's midnight, our network is cut up by school to force us go to bed, and recovered at next day 's 6am. This is done, in my guess, by justing power off the dorm's switch. And after the cutting up in [...] read more
router
ipv6
ping

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