Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
![]() |
#21121 | Link |
Registered User
Join Date: Jan 2025
Posts: 16
|
24H2 and the "missing" WMIC.exe..
This morning (my time) the Atak & rlev11 show was back and forthing (as you can plainly see below) with this issue with RipBot and 24H2 (fresh install) not authenticating the shared Temp folder, and therefore not being able to start the encoding process.
Even tho I tried to join the "show", I was completely ignored, as I had found another way to fix this problem, due to what they revealed. Turns out that you can very easily re-install/re-enable WMIC.exe for 24H2, and the RipBot issue is solved. However, Atak has now figured out what needs to be changed within RipBot, which should also fix the issue. I then proceeded to remove my post's, as they were ignored, and as a result were then irrelevant. Last edited by TR-7970X; 8th February 2025 at 01:15. |
![]() |
![]() |
![]() |
#21122 | Link |
Registered User
Join Date: Apr 2019
Posts: 61
|
Still Stuck
The script appear to run correctly Code:
C:\Windows\System32>rem @echo off C:\Windows\System32>setlocal enabledelayedexpansion C:\Windows\System32>set "SID=S-1-1-0" C:\Windows\System32>set "USER=" C:\Windows\System32>for /F "delims=" %a in (' powershell -Command "$sid = New-Object System.Security.Principal.SecurityIdentifier('S-1-1-0'); try { $name = $sid.Translate([System.Security.Principal.NTAccount]).Value; Write-Output $name } catch { exit 1 }" ') do set "USER=%a" C:\Windows\System32>set "USER=Everyone" C:\Windows\System32>if "Everyone" == "" ( echo No username found for S-1-1-0 exit /b 1 ) else (echo Found username for S-1-1-0: Everyone ) Found username for S-1-1-0: Everyone C:\Windows\System32>net share RipBot264temp /DELETE /Y RipBot264temp was deleted successfully. C:\Windows\System32>net share RipBot264temp="H:\Temp\RipBot264temp" /GRANT:"Everyone",FULL RipBot264temp was shared successfully. C:\Windows\System32>icacls "H:\Temp\RipBot264temp" /T /C /Q /Grant:R *S-1-1-0:(OI)(CI)F Successfully processed 451 files; Failed processing 0 files C:\Windows\System32>icacls "H:\Temp\RipBot264temp" /T /C /Q /inheritance:e Successfully processed 451 files; Failed processing 0 files C:\Windows\System32>endlocal C:\Windows\System32>pause Press any key to continue . . . |
![]() |
![]() |
![]() |
#21123 | Link |
Registered User
Join Date: Aug 2020
Location: Pennsylvania
Posts: 172
|
Can you get to the share from the other pc outside of ripbot?. so on your other server pc, right click start, then run. put in \\clientpcname or ip address\ripbot264temp. Weather that works or not will tell us where to go next.
Are you using a password to log into your client PC? If not there are some other things that need to be done. In advanced sharing settings, make sure password protected sharing is turned off. You may also have to run the powershell scripts to disable smb signing on both systems as well.
__________________
SMDegrain Lite package for RipBot264: https://cloud.chrisdos.com/s/yiXwKbkMsQoNo6X |
![]() |
![]() |
![]() |
#21124 | Link |
Registered User
Join Date: Jan 2025
Posts: 16
|
I don't know why everyone is ignoring me, and I don't know why I'm even bothering to post this:-
I posted here:- https://forum.doom9.org/showthread.p...28#post2014328 The only thing I had to do to get RipBot working under 24H2. NOTHING else that has been suggested, works (and I have tried it on multiple PC's) ! |
![]() |
![]() |
![]() |
#21125 | Link | |
Registered User
Join Date: Mar 2024
Posts: 11
|
Quote:
Cheers, D |
|
![]() |
![]() |
![]() |
#21126 | Link | |
Registered User
Join Date: Jan 2025
Posts: 16
|
Quote:
I had to Google it, so anyone wanting to do this, can do that too, but it IS pretty easy. |
|
![]() |
![]() |
![]() |
#21127 | Link | |
Registered User
Join Date: Apr 2019
Posts: 61
|
Quote:
In theory everything that can be done on WMIC should be replicable by running a PS script, the problem appears to be 'which script'? |
|
![]() |
![]() |
![]() |
#21128 | Link | |
Registered User
Join Date: Jan 2025
Posts: 16
|
Quote:
Need to install / add wmic.exe. |
|
![]() |
![]() |
![]() |
#21129 | Link |
RipBot264 author
Join Date: May 2006
Location: Poland
Posts: 7,915
|
Updated EncodingClient.exe
https://www.mediafire.com/file/zat5j...lient.exe/file
__________________
Windows 7 Image Updater - SkyLake\KabyLake\CoffeLake\Ryzen Threadripper |
![]() |
![]() |
![]() |
#21130 | Link | |
Registered User
Join Date: Apr 2019
Posts: 61
|
Quote:
If there is a non-WMIC solution it would be preferrable. |
|
![]() |
![]() |
![]() |
#21131 | Link | |
Registered User
Join Date: Aug 2020
Location: Pennsylvania
Posts: 172
|
Quote:
All 3 connected and worked as they should with the fileshare being correct.
__________________
SMDegrain Lite package for RipBot264: https://cloud.chrisdos.com/s/yiXwKbkMsQoNo6X |
|
![]() |
![]() |
![]() |
#21132 | Link | |
Registered User
Join Date: Apr 2019
Posts: 61
|
Quote:
Steps - using old EncodingClient.exe with single PC, DE failed with ..\Chunks\1.cmd does not exist error - installed WMIC - error resolved - removed WMIC - error returned - used new EncodingClient.exe - error resolved |
|
![]() |
![]() |
![]() |
#21133 | Link | |
Registered User
Join Date: Aug 2020
Location: Pennsylvania
Posts: 172
|
Quote:
ripbot sends that share command at the start of each job internally, so if you closed the encodingclient window, ran the script, and started ripbot again, it would not have worked since it was still using the wmic method builtin.
__________________
SMDegrain Lite package for RipBot264: https://cloud.chrisdos.com/s/yiXwKbkMsQoNo6X |
|
![]() |
![]() |
![]() |
#21134 | Link | |
Registered User
Join Date: Apr 2019
Posts: 61
|
Quote:
|
|
![]() |
![]() |
![]() |
#21136 | Link |
French Love
Join Date: Oct 2008
Location: France
Posts: 458
|
Hi Atak,
Same with last v1.19.1.0 1.cmd does not exist 2.cmd does not exist 3.cmd does not exist 4.cmd does not exist 5.cmd does not exist......... Code:
[2025-02-10 01:49:33] Client established connection with server. [2025-02-10 01:49:33] Command "CONNECT" received from client. [2025-02-10 01:49:33] Connecting with client... (192.168.1.97:1002) [2025-02-10 01:49:33] Established connection with client. (192.168.1.97:1002) [2025-02-10 01:49:34] Command "AUTHENTICATE" received from client. [2025-02-10 01:49:35] ERROR! File \\192.168.1.97\RipBot264temp\job1\Chunks\2.cmd does not exist! [2025-02-10 01:49:35] Encoding terminated.
__________________
2013-11-29 MVC Player Free v0.0.2.6 BD & 3D BD's Player, Demuxer v0.0.0.8b, Recoder. Tutorial Demo for MVC Player Free: Trailer 3D 3DBD's Free - v0.0.0.0005.exe Old Programing free for all. Last edited by frencher; 10th February 2025 at 01:56. |
![]() |
![]() |
![]() |
#21137 | Link | |
Registered User
Join Date: Jan 2025
Posts: 16
|
Quote:
You need to read down a few posts, this has been fixed ! |
|
![]() |
![]() |
![]() |
#21138 | Link | |
French Love
Join Date: Oct 2008
Location: France
Posts: 458
|
Quote:
Code:
Édition Windows 10 Professionnel Version 22H2 Installé le 25/06/2023 Build du système d’exploitation 19045.5011 Expérience Windows Feature Experience Pack 1000.19060.1000.0 Fixed > session UserName/Password added > Works......Doesn't work now @Atak can you add check test to master folder "...\Chunks" login acces in Encoding Server ? (Logged/Not Logged) On the “Encoding server” PC I have good access Code:
\\DESKTOP-XXXXXXX\RipBot264temp\job1\Chunks Main Code:
[2025-02-10 08:02:40] Client established connection with server. [2025-02-10 08:02:40] Command "CONNECT" received from client. [2025-02-10 08:02:40] Connecting with client... (192.168.1.97:1002) [2025-02-10 08:02:40] Established connection with client. (192.168.1.97:1002) [2025-02-10 08:02:41] Command "AUTHENTICATE" received from client. [2025-02-10 08:02:42] ERROR! File \\192.168.1.97\RipBot264temp\job1\Chunks\21.cmd does not exist! [2025-02-10 08:02:42] Encoding terminated. Code:
1|CLIENT -> SERVER| AUTHENTICATE=; 2|CLIENT <- SERVER| OK 3|CLIENT <- SERVER| AUTHENTICATION_SUCCESSFUL 4|CLIENT -> SERVER| OK 5|CLIENT -> SERVER| STANDBY 6|CLIENT <- SERVER| OK 7|CLIENT <- SERVER| SERVER_IDLE 8|CLIENT -> SERVER| OK 9|CLIENT -> SERVER| ENCODE_CHUNK_2=\\192.168.1.97\RipBot264temp\job1\Chunks\2.cmd 10|CLIENT <- SERVER| OK 11|CLIENT <- SERVER| ENCODING_STARTED 12|CLIENT -> SERVER| OK If I add the UserName with password this is what the server returns to me Main Code:
[2025-02-10 07:59:37] Client established connection with server. [2025-02-10 07:59:37] Command "CONNECT" received from client. [2025-02-10 07:59:37] Connecting with client... (192.168.1.97:1002) [2025-02-10 07:59:37] Established connection with client. (192.168.1.97:1002) [2025-02-10 07:59:37] Command "AUTHENTICATE" received from client. [2025-02-10 07:59:38] Shared folder requires authentication. [2025-02-10 07:59:38] Authenticating shared folder... [2025-02-10 07:59:38] La syntaxe de cette commande estÿ: [2025-02-10 07:59:38] [2025-02-10 07:59:38] NET USE [2025-02-10 07:59:38] [devicename | *] [\\computername\sharename[\volume] [password | *]] [2025-02-10 07:59:38] [/USER:[domainname\]username] [2025-02-10 07:59:38] [/USER:[dotted domain name\]username] [2025-02-10 07:59:38] [/USER:[username@dotted domain name] [2025-02-10 07:59:38] [/SMARTCARD] [2025-02-10 07:59:38] [/SAVECRED] [2025-02-10 07:59:38] [/REQUIREINTEGRITY] [2025-02-10 07:59:38] [/REQUIREPRIVACY] [2025-02-10 07:59:38] [/WRITETHROUGH] [2025-02-10 07:59:38] [[/DELETE] | [/PERSISTENT:{YES | NO}]] [2025-02-10 07:59:38] [2025-02-10 07:59:38] NET USE {devicename | *} [password | *] /HOME [2025-02-10 07:59:38] [2025-02-10 07:59:38] NET USE [/PERSISTENT:{YES | NO}] [2025-02-10 07:59:38] [2025-02-10 07:59:38] Authentication failed! However, I followed this tutorial to the letter. https://youtu.be/tftERYq94GE?si=2zDRL4sH8urVR2Ac
__________________
2013-11-29 MVC Player Free v0.0.2.6 BD & 3D BD's Player, Demuxer v0.0.0.8b, Recoder. Tutorial Demo for MVC Player Free: Trailer 3D 3DBD's Free - v0.0.0.0005.exe Old Programing free for all. Last edited by frencher; 10th February 2025 at 08:52. |
|
![]() |
![]() |
![]() |
#21139 | Link | |
RipBot264 author
Join Date: May 2006
Location: Poland
Posts: 7,915
|
Quote:
__________________
Windows 7 Image Updater - SkyLake\KabyLake\CoffeLake\Ryzen Threadripper |
|
![]() |
![]() |
![]() |
#21140 | Link | |
Registered User
Join Date: Oct 2024
Location: Scotland
Posts: 5
|
Quote:
Code:
https://www.askwoody.com/forums/topic/windows-11-version-24h2-has-issues-with-file-sharing/#post-2742838 Set-SmbClientConfiguration -RequireSecuritySignature $false Type Y to confirm the operation. Set-SmbClientConfiguration -EnableInsecureGuestLogons $true Type Y to confirm the operation. |
|
![]() |
![]() |
![]() |
Tags |
264, 265, appletv, avchd, bluray, gui, iphone, ipod, ps3, psp, ripbot264, x264 2-pass, x264 gui, x264_64, x265, xbox360 |
Thread Tools | Search this Thread |
Display Modes | |
|
|