Error run TBOSDT in XP/2003R2 x64

User discussion and information resource forum for the TeraByte OS Deployment Tool Suite.
Post Reply
ostapvoip
Posts: 58
Joined: Fri Feb 08, 2013 10:32 pm

Error run TBOSDT in XP/2003R2 x64

Post by ostapvoip »

Error Run in XP/2003R2 x64
- imagew64.exe, tbview64.exe, tbimount64.exe https://i.vgy.me/mPIma9.png
- tbosdtw64.exe https://i.vgy.me/RtfCV5.png
- tbosdtw.exe https://i.vgy.me/ji5hYL.png
ws2_32.dll file is in the system 32 and 64 bit https://i.vgy.me/JJuHcr.png
Last edited by ostapvoip on Thu May 14, 2020 7:24 pm, edited 1 time in total.
ostapvoip
Posts: 58
Joined: Fri Feb 08, 2013 10:32 pm

Re: Run in XP/2003R2 x64

Post by ostapvoip »

Fix for XP/2003R2 x64 https://i.imgur.com/zyJ0oCa.png
run_tbosdtw.cmd script should be in the program folder

@echo off
setlocal enableextensions
set "xOS=x64"
if /i "%PROCESSOR_ARCHITECTURE%"=="x86" if not defined PROCESSOR_ARCHITEW6432 set "xOS=x86"
for /f "tokens=4 delims=[]." %%A in ('ver') do (set "Build=%%A")
If %Build% LSS 6000 if "%xOS%"=="x64" set "PATH=%windir%\SysWOW64"
"%~dp0tbosdtw.exe" %*
endlocal

It works without errors in XP x64 and 2003R2 x64.
Last edited by ostapvoip on Fri May 15, 2020 9:25 am, edited 3 times in total.
TeraByte Support
Posts: 3596
Joined: Thu May 05, 2011 10:37 pm

Re: Error run TBOSDT in XP/2003R2 x64

Post by TeraByte Support »

If I recall XP x64 doesn't like it due to the signing even though dual
signed. There was something unique about XP x64 but can use the x86 if
I recall.

On 5/14/2020 4:38 AM, ostapvoip wrote:
> Error Run in XP/2003R2 x64
> - imagew64.exe, tbview64.exe, tbimount64.exe
>
> [
> https://i.vgy.me/mPIma9.png
> ](https://i.vgy.me/mPIma9.png)
>
> - tbosdtw64.exe
>
> [
> https://i.vgy.me/RtfCV5.png
> ](https://i.vgy.me/RtfCV5.png)
>
> - tbosdtw.exe
>
> [
> https://i.vgy.me/ji5hYL.png
> ](https://i.vgy.me/ji5hYL.png)
>
> ws2_32.dll file is in the system 32 and 64 bit
>
> [
> https://i.vgy.me/JJuHcr.png
> ](https://i.vgy.me/JJuHcr.png)
>
>
>

ostapvoip
Posts: 58
Joined: Fri Feb 08, 2013 10:32 pm

Re: Error run TBOSDT in XP/2003R2 x64

Post by ostapvoip »

Hmm, not funny ...
Digital signature is not important here.
Before starting tbosdtw.exe, it is important to have a 32-bit environment, because 64-bit does not work.
Is it not clear from the information above?
In my opinion, everything is transparent and simple.

It is depressing that the 32-bit version of tbosdtw.exe does not work without first profiling the environment.
It is of course an obvious error.

I apologize for the unpleasant opinion. But I got the impression that no one is testing the code on a real 32 and 64 bit OS from NT4 to 10.
https://i.imgur.com/mAy1p7E.png

I must note that your programs are very high quality and beautiful, but these simple mistakes are strange against this general background. They should not be.
I apologize for being perhaps too rude. But, in my opinion, otherwise it will be difficult to wake you up.

Update. Corrected the script above ..
Post Reply