-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bad Cast Exception Partially Crashes Program, Prevents from Working #10
Comments
OS: Fully up-to-date Arch Linux |
Note-- this is right next to a comment "Without this totally redundant assignment, |
Okay, this is super weird. I commented out the redundant assignment, and now it works for me. This is maddening, since that line should not have any semantic meaning at all. Am I just going crazy? |
"We’re all mad here. I’m mad. You’re mad." The PowerShell runtime has a number of bugs that manifest in impossibilities occurring. I've encountered a behaviour wherein scripts that load .NET assemblies (like this one) will fail (at some expression) the first time they're run, and will then continue to fail on each run – but then if the script's source-code is modified, it will suddenly start working (within a PowerShell instance that has previously failed in that script), as though some kind of faulty internal cache is being partially cleared ¯\(ツ)/¯ That could be what caused it to start working for you. I'm thinking this might be a difference between operating-systems—I'm spinning up an Arch VM now to give it a try. |
Okay, I've looked into it—it seems as though this is caused by the At any rate, I'll have to workaround that. |
I get an exception on 1.5.1, which crashes the program. The web interface only displays a heading "Not Found (Not Found)" but does appear to be a working HTTP server.
The text was updated successfully, but these errors were encountered: