BHyve Compile error box blocking the way

Mosesofak

Cadet
Joined
May 14, 2022
Messages
2
Hey all. I'm running into this issue with bhyve. Getting error code

CompileError: WebAssembly.instantiate(): expected magic word 00 61 73 6d, found 3c 21 44 4f @+0

But the VM otherwise works. The error is blocking the screen and i cant get it to go away and cant find anything about it. It just started showing up a couple days ago and i havnt updated or installed anything new in months.

My system:
TrueNAS-12.0-U6
Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz
64GB ECC
 

Mosesofak

Cadet
Joined
May 14, 2022
Messages
2
Hey all. I'm running into this issue with bhyve. Getting error code

CompileError: WebAssembly.instantiate(): expected magic word 00 61 73 6d, found 3c 21 44 4f @+0

But the VM otherwise works. The error is blocking the screen and i cant get it to go away and cant find anything about it. It just started showing up a couple days ago and i havnt updated or installed anything new in months.

My system:
TrueNAS-12.0-U6
Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz
64GB ECC
 

Attachments

  • Screenshot (2).png
    Screenshot (2).png
    40.6 KB · Views: 171

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
Try a different VNC client. The error indicates a bug in noVNC where it's passing HTML to the WebAssembly module instead of WASM code.
 
Top