Welcome to the community forums for Theopenem. All responses are provided by other users that wish to help out. Theopenem will not respond to these posts. If you require more assistance than what the community can provide, we offer various paid support options.

Starting SoD Multicast uses empty command


  • I went to try the new fixes on multicast, but it seems, that the SoD option (didn't try group mcast) doesn't use any arguments - prefilled nor custom, see logs:

    12-07-22 12:41 Starting Multicast Session With The Following Command:
    cmd.exe"
    

    Used to be (added OPTIONAL to where optional cmds begin):

    09-10-22 08:36 Starting Multicast Session With The Following Command:
    cmd.exe /c ""C:\Program Files\Theopenem\Toec-API\\private\apps\udp-sender.exe" --file "O:\images\IMAGE-2022-23-generic\hd0\part1.ntfs.lz4" --portbase 9088 --ttl 32 --interface X.Y.143.115 --mcast-rdv-address X.Y.143.115 (OPTIONAL:) --mcast-rdv-address 238.Y.143.115 --log O:\multicast.log & "C:\Program Files\Theopenem\Toec-API\\private\apps\udp-sender.exe" --file "O:\images\IMAGE-2022-23-generic\hd0\part2.ntfs.lz4" --portbase 9088 --ttl 32 --interface X.Y.143.115 --mcast-rdv-address X.Y.143.115 (OPTIONAL:) --mcast-rdv-address 238.Y.143.115 --log O:\multicast.log"
    

    Settings for SoD:
    b5e1de5c-7b5a-478a-b486-3b16a0b3d9e8-image.png
    242a0175-be1d-4530-8a1b-bf1fc218f625-image.png


  • I can't seem to replicate this.

    multicast.png

    12-07-22 10:10 Starting Multicast Session With The Following Command:
    cmd.exe /c ""C:\Users\jon\development\Toems\Toems-ClientApi\\private\apps\udp-sender.exe" --file "c:\toems_local_storage\images\win11\hd0\part4.winpe.wim" --portbase 9012 --min-receivers 1 --ttl 32 --interface 192.168.56.1 --mcast-rdv-address 238.10.143.115 --log O:\multicast.log"
    

    It's creating the task with the options I have specified.

    What's strange is that your command is completely blank. Even if you don't specify options it should at least have the udpcast command. Is there anything in any other logs that specifies any issues.


  • @theopenem_admin ok, found the problem - it comes down to the problems with SMB share not being synced due to Robosharp... I synced it manually and the command looks good