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.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs

Reply
 
Thread Tools Search this Thread Display Modes
Old 6th February 2025, 09:45   #21121  |  Link
TR-7970X
Registered User
 
TR-7970X's Avatar
 
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.
TR-7970X is offline   Reply With Quote
Old 7th February 2025, 19:12   #21122  |  Link
archiel
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 . . .
and the share looks fine. Name:  Share1.jpg
Views: 167
Size:  23.7 KBName:  Share2.jpg
Views: 159
Size:  25.6 KB but DE still fails with ...\Chunks\1.cmd does not exist
archiel is offline   Reply With Quote
Old 7th February 2025, 23:01   #21123  |  Link
rlev11
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
rlev11 is offline   Reply With Quote
Old 8th February 2025, 01:14   #21124  |  Link
TR-7970X
Registered User
 
TR-7970X's Avatar
 
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) !
TR-7970X is offline   Reply With Quote
Old 8th February 2025, 13:21   #21125  |  Link
dipais
Registered User
 
Join Date: Mar 2024
Posts: 11
Quote:
Originally Posted by TR-7970X View Post
I don't know why everyone is ignoring me, and I don't know why I'm even bothering to post this: https://forum.doom9.org/showthread.p...28#post2014328
IMHO, maybe the reason is because in your post, you didn't include some kind of tutorial on how to reinstall / reenable the WMIC.exe for 24H2. So, they want an instant and complete solution that is actually written.

Cheers,
D
dipais is offline   Reply With Quote
Old 8th February 2025, 13:27   #21126  |  Link
TR-7970X
Registered User
 
TR-7970X's Avatar
 
Join Date: Jan 2025
Posts: 16
Quote:
Originally Posted by dipais View Post
IMHO, maybe the reason is because in your post, you didn't include some kind of tutorial on how to reinstall / reenable the WMIC.exe for 24H2. So, they want an instant and complete solution that is actually written.

Cheers,
D
TBH, I doubt it's as simple as that...

I had to Google it, so anyone wanting to do this, can do that too, but it IS pretty easy.
TR-7970X is offline   Reply With Quote
Old 8th February 2025, 13:48   #21127  |  Link
archiel
Registered User
 
Join Date: Apr 2019
Posts: 61
Quote:
Originally Posted by rlev11 View Post
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.
There in only 1 PC involved with RB - I am testing running DE on this PC, which worked before I needed to do a clean install of 24H2
  1. 1 can get to the share from the other pcs outside of ripbot
  2. Password protected sharing is turned off
  3. 1 have run both Set-SmbClientConfiguration -RequireSecuritySignature $false and Set-SmbClientConfiguration -EnableInsecureGuestLogons $true

In theory everything that can be done on WMIC should be replicable by running a PS script, the problem appears to be 'which script'?
archiel is offline   Reply With Quote
Old 8th February 2025, 13:59   #21128  |  Link
TR-7970X
Registered User
 
TR-7970X's Avatar
 
Join Date: Jan 2025
Posts: 16
Quote:
Originally Posted by archiel View Post
There in only 1 PC involved with RB - I am testing running DE on this PC, which worked before I needed to do a clean install of 24H2
  1. 1 can get to the share from the other pcs outside of ripbot
  2. Password protected sharing is turned off
  3. 1 have run both Set-SmbClientConfiguration -RequireSecuritySignature $false and Set-SmbClientConfiguration -EnableInsecureGuestLogons $true

In theory everything that can be done on WMIC should be replicable by running a PS script, the problem appears to be 'which script'?
None of those PS scripts work !!!

Need to install / add wmic.exe.
TR-7970X is offline   Reply With Quote
Old 8th February 2025, 15:15   #21129  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,915
Updated EncodingClient.exe
https://www.mediafire.com/file/zat5j...lient.exe/file
Atak_Snajpera is offline   Reply With Quote
Old 8th February 2025, 15:40   #21130  |  Link
archiel
Registered User
 
Join Date: Apr 2019
Posts: 61
Quote:
Originally Posted by TR-7970X View Post
None of those PS scripts work !!!

Need to install / add wmic.exe.
For now I have re-installed WMIC and sharing works. While this provides some breathing space, MS has made it clear that WMIC is on the way out and it seems likely the ability to re-install will eventually be removed.

If there is a non-WMIC solution it would be preferrable.
archiel is offline   Reply With Quote
Old 8th February 2025, 16:05   #21131  |  Link
rlev11
Registered User
 
Join Date: Aug 2020
Location: Pennsylvania
Posts: 172
Quote:
Originally Posted by Atak_Snajpera View Post
On 3 machines other than the one we were testing on the other night that were 24h2 bare installs. Fired up ripbot, confirmed that DE share was not being set correctly and the servers would not connect. Shutdown ripbot, copied in the new encodingclient.exe, and started ripbot.
All 3 connected and worked as they should with the fileshare being correct.
__________________
SMDegrain Lite package for RipBot264: https://cloud.chrisdos.com/s/yiXwKbkMsQoNo6X
rlev11 is offline   Reply With Quote
Old 8th February 2025, 16:15   #21132  |  Link
archiel
Registered User
 
Join Date: Apr 2019
Posts: 61
Quote:
Originally Posted by Atak_Snajpera View Post
Thanks for this, works as expected

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
archiel is offline   Reply With Quote
Old 8th February 2025, 16:26   #21133  |  Link
rlev11
Registered User
 
Join Date: Aug 2020
Location: Pennsylvania
Posts: 172
Quote:
Originally Posted by archiel View Post
Thanks for this, works as expected

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
Not sure when you were running the script before manually. The only time it would have worked was while the DE encoding client window was active and the servers unable to connect and just spinning. Then without closing the encodingclient window click the icons to reconnect the servers.

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
rlev11 is offline   Reply With Quote
Old 8th February 2025, 16:38   #21134  |  Link
archiel
Registered User
 
Join Date: Apr 2019
Posts: 61
Quote:
Originally Posted by rlev11 View Post
Not sure when you were running the script before manually. The only time it would have worked was while the DE encoding client window was active and the servers unable to connect and just spinning. Then without closing the encodingclient window click the icons to reconnect the servers.

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.
Thanks for clarifying - I was stopping RB, then running the script, then re-starting RB.
archiel is offline   Reply With Quote
Old 9th February 2025, 01:14   #21135  |  Link
TR-7970X
Registered User
 
TR-7970X's Avatar
 
Join Date: Jan 2025
Posts: 16
Quote:
Originally Posted by Atak_Snajpera View Post
ok. So One problem solved.
Onto the next issue/problem...

SetMemoryMax(8192) needs to be editable by the user.
TR-7970X is offline   Reply With Quote
Old 10th February 2025, 01:52   #21136  |  Link
frencher
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.
frencher is offline   Reply With Quote
Old 10th February 2025, 02:02   #21137  |  Link
TR-7970X
Registered User
 
TR-7970X's Avatar
 
Join Date: Jan 2025
Posts: 16
Quote:
Originally Posted by frencher View Post
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.
18 months....

You need to read down a few posts, this has been fixed !
TR-7970X is offline   Reply With Quote
Old 10th February 2025, 02:19   #21138  |  Link
frencher
French Love
 
Join Date: Oct 2008
Location: France
Posts: 458
Quote:
Originally Posted by TR-7970X View Post
18 months....

You need to read down a few posts, this has been fixed !
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
My first computer have no session password.

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
If I add just the username without password, I'm logged ?
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.
TCP Communication
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!
I rack my brains but I can't see.

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.
frencher is offline   Reply With Quote
Old 10th February 2025, 19:46   #21139  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,915
Quote:
Originally Posted by frencher View Post
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
My first computer have no session password.

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
If I add just the username without password, I'm logged ?
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.
TCP Communication
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!
I rack my brains but I can't see.

However, I followed this tutorial to the letter.
https://youtu.be/tftERYq94GE?si=2zDRL4sH8urVR2Ac
What is your username in windows? show me TCP communication log when you use user name and password.
Atak_Snajpera is offline   Reply With Quote
Old 11th February 2025, 23:25   #21140  |  Link
bar72
Registered User
 
Join Date: Oct 2024
Location: Scotland
Posts: 5
Quote:
Originally Posted by archiel View Post
I was afraid that you might suggest that. I have had already run into SMB sharing issues using Everyone with other programs which suggests that there is a new security setting (or bug) in 24H2, but so far I have not seen any way of determining which it is or how to fix it.
Code:
https://www.askwoody.com/forums/topic/windows-11-version-24h2-has-issues-with-file-sharing/#post-2742838
Start, Programs, Windows Powershell, right click Windows Powershell and select "Run as Administrator". Enter these 2 commands in the powershell window and you should see your shares:

Set-SmbClientConfiguration -RequireSecuritySignature $false
Type Y to confirm the operation.

Set-SmbClientConfiguration -EnableInsecureGuestLogons $true
Type Y to confirm the operation.
bar72 is offline   Reply With Quote
Reply

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 16:01.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.