question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DHCP System Error

See original GitHub issue

Area of Cosmos - What area of Cosmos are we dealing with?

DHCP & Networking

Expected Behaviour - What do you think that should happen?

A Network Configuration should be returned.

Actual Behaviour - What unexpectedly happens?

Throws CPU Exception x06. Last Known Address is 0x021958E5, debugger returns no output.

Reproduction - How did you get this error to appear?

                Cosmos.HAL.Network.NetworkInit.Init();
                using (var xClient = new Sys.Network.IPv4.UDP.DHCP.DHCPClient())
                {
                    xClient.SendDiscoverPacket();
                }

Version - Were you using the User Kit or Dev Kit? And what User Kit version or Dev Kit commit (Cosmos, IL2CPU, X#)?

Dev Kit 106027 - Latest Revision

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
quajakcommented, Nov 3, 2021

@valentinbreiz Can we add a check to the init code to ensure that it is only called once?

0reactions
Winksplorercommented, Nov 3, 2021

@Winksplorer Cosmos.HAL.Network.NetworkInit.Init(); should not be called, it is already called in Cosmos HAL initialization. Your error is due to some problem on a double initialization, remove this line and it should be working.

ah, thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

DHCP Error: What It Is and How to Fix It
A DHCP error means the server on your network that provides an Internet Protocol address for devices isn't able to assign your computer...
Read more >
Troubleshooting a DHCP Server Failure
A failure at this point indicates something is incorrect in the device configuration itself, not in the network or with the DHCP server....
Read more >
Troubleshoot problems on the DHCP server
Troubleshooting checklist · The DHCP server service is started and running. · The DHCP server is authorized. · Verify that IP address leases...
Read more >
DHCP Server Error - Different ways to troubleshoot
A DHCP error means the server on your network that provides an IP address for devices is not able to assign your computer...
Read more >
[SOLVED] Unable to contact your DHCP server
The error means that the your network interface controller cannot communicate with the DHCP server and thus the action has failed. There are ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found