Unhandled Exception Error (probably my fault) #12
-
|
First and foremost: Thank you for this project! I have been watching it for years and finally got my hands on a pristine DVP-CX777ES. I am running Windows 11 arm64, with the dotnet dependencies fulfilled (hosting bundle, aspnet core, desktop runtime, and CLI runtime versions 8 and 9) as far as I am aware. When running 'dotnet PATH_TO_DiscChanger.NET.dll, I encounter the following error: I fully expect this to be my fault, and plan to try my PL2303 and FTDI based RS232 USB adapters on my RasPi, but was hoping someone here could help me. Again, huge thank you for this project and any help is appreciated. Thank you! Edit: typos |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
I forgot to upload the binaries for Release 1.8.0, sorry!. This has been fixed now.
First you download Hosting Bundle 9.0.7 (works on arm64) from here
Then you extract DiscChanger.NET.1.8.0.zip somewhere
then you open a command window with cd set to the extracted directory and type:
dotnet DiscChanger.NET.dll
(so please do not run dotnet path_elsewhere\DiscChanger.NET.dll but use the cd command.
in the output you will see 'now listening on: '+localhost URL. Ctrl-click that URL and your web browser will open. Then you can add your changer.
I just tested this on a Galaxy Book4 Edge 16" with Snapdragon X Elite ARM CPU.