ntvdm?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We have a problem with a 16 bit application on XP. The application should
read a file in the Content.IE5 catalog as action[1].ip

This works fine on 2000, but not on XP SP2. With one exception! If we
reinstall a computer the application works until the first reboot (log on/off
works fine)...
When this works the ntvdm.exe read the file as: action~1.ip, but after
reboot the files is read as action[1.ip. This is not the right filename and
the file is not found.

- The error message is: Parameter error
- There is no different in the action[1].ip file before and after reboot
- Policies looks ok
- WinInstall can't find any important difference in registry or files before
and after reboot

Tore
 
We have a problem with a 16 bit application on XP. The application should
read a file in the Content.IE5 catalog as action[1].ip

This works fine on 2000, but not on XP SP2. With one exception! If we
reinstall a computer the application works until the first reboot (log on/off
works fine)...
When this works the ntvdm.exe read the file as: action~1.ip, but after
reboot the files is read as action[1.ip. This is not the right filename and
the file is not found.

- The error message is: Parameter error
- There is no different in the action[1].ip file before and after reboot
- Policies looks ok
- WinInstall can't find any important difference in registry or files before
and after reboot

Tore

If you downloaded EvID4226Patch223 from http://www.lvllord.de/ you would
have seen a message on the page about this problem.

Regards

Bill
 
The NtfsDisable8dot3NameCreation was enabled. When this registry setting was
disabled the program run fine.

Look at Q210638 from MS.

Regards Tore

phoenix said:
We have a problem with a 16 bit application on XP. The application should
read a file in the Content.IE5 catalog as action[1].ip

This works fine on 2000, but not on XP SP2. With one exception! If we
reinstall a computer the application works until the first reboot (log on/off
works fine)...
When this works the ntvdm.exe read the file as: action~1.ip, but after
reboot the files is read as action[1.ip. This is not the right filename and
the file is not found.

- The error message is: Parameter error
- There is no different in the action[1].ip file before and after reboot
- Policies looks ok
- WinInstall can't find any important difference in registry or files before
and after reboot

Tore

If you downloaded EvID4226Patch223 from http://www.lvllord.de/ you would
have seen a message on the page about this problem.

Regards

Bill
 
Microsoft quit using Q numbers in 2002.

How to Disable Automatic Short File Name Generation
http://support.microsoft.com/kb/210638

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
Tore said:
The NtfsDisable8dot3NameCreation was enabled. When this registry setting
was disabled the program run fine.

Look at Q210638 from MS.

Regards Tore

phoenix said:
We have a problem with a 16 bit application on XP. The application
should read a file in the Content.IE5 catalog as action[1].ip

This works fine on 2000, but not on XP SP2. With one exception! If we
reinstall a computer the application works until the first reboot (log
on/off works fine)...
When this works the ntvdm.exe read the file as: action~1.ip, but after
reboot the files is read as action[1.ip. This is not the right filename
and the file is not found.

- The error message is: Parameter error
- There is no different in the action[1].ip file before and after reboot
- Policies looks ok
- WinInstall can't find any important difference in registry or files
before and after reboot

Tore

If you downloaded EvID4226Patch223 from http://www.lvllord.de/ you would
have seen a message on the page about this problem.

Regards

Bill
 
Back
Top