Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C# Optional Setup Doesn't Seem So Optional -> System.ExecutionEngineException #273

Closed
chadrockey opened this issue Apr 6, 2024 · 1 comment

Comments

@chadrockey
Copy link

It seems like some combination of the following is essential or you get those cryptic System.ExecutionEngineException thrown.

node.InitFromStorage("."); node.InitAllowNetworkCaching(false); node.InitAllowPeerCaching(true); node.InitSetEventHandler(OnZeroTierEvent); node.InitSetRandomPortRange(40000, 50000);

Do you have any insight on what might be the problem without these? Is it the storage or caching? I was trying to make it very ephemeral, but it seems like I must copy the sample code exactly for it to work.

@chadrockey
Copy link
Author

It's the event handler issue again. Duplicate of #256

@chadrockey chadrockey closed this as not planned Won't fix, can't repro, duplicate, stale Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant