I have some issue with pinballY and DOF.
My installation is very up to date. But when pinballY starts, here is the sequence I observe :
- I have the temporary black screen of pinballY,
- In log :
samedi 16 novembre 2024, 17:48:41: Session startedPinballY 1.1.0 (Beta 10), build 10086 (x64, 20241103-1939)
DOF (DirectOutput): initializing DOF client
DOF: creating DOF COM object (a23bfdbc-9a8a-46c0-8672-60f23d54ffb6)
- It takes some time.. then I can see the RGB test sequence of my leds blinking
- Then still black screen and wait again and in log I can see a new DOF initialisation :
DOF (DirectOutput): initializing DOF
clientDOF: creating DOF COM object (a23bfdbc-9a8a-46c0-8672-60f23d54ffb6)
Checking for Javascript main script file C:\PinballY\scripts\main.js
High score retrieval (init): VPinMAME NVRAM path is C:\Visual Pinball\VPinMame\nvram
...
So as if DOF was started twice. and in DOF log, I can see the same. Two complete sequences, one successfull, the second one that ends with exception : access refused
2024.11.16 17:59:31.099 EXCEPTION: WemosD1MPStripController "Wemos" updater thread could not connect to the controller. Thread will quit.
2024.11.16 17:59:31.099 EXCEPTION: Thread: WemosD1MPStripController "Wemos" updater thread
2024.11.16 17:59:31.099 EXCEPTION: Message: Exception --> A exception occurred while trying to open the Com-port 'COM3'. Found the following Com-Ports: COM3. Will not send data to the controller.
2024.11.16 17:59:31.108 EXCEPTION: Stack trace: à DirectOutput.Cab.Out.AdressableLedStrip.TeensyStripController.ConnectToController()
2024.11.16 17:59:31.108 EXCEPTION: Stack trace: à DirectOutput.Cab.Out.OutputControllerCompleteBase.UpdaterThreadDoIt()
2024.11.16 17:59:31.109 EXCEPTION: Target site: Void ConnectToController()
2024.11.16 17:59:31.109 EXCEPTION: InnerException 1: UnauthorizedAccessException --> L'accès au port 'COM3' est refusé.
So what can be the cause of that ?
What is missing so that pinballY to consider DOF is well initialized after first sequence ?
Thanks a lot
Edited by leprinco, 16 November 2024 - 05:05 PM.