PDA

View Full Version : Problems with XP



DanceParty
12-12-2002, 08:58 AM
Has anyone else had XP problems. I created an EXE on a 2000 system and tried to run it on an XP system. The error stated that I do not have the proper dll file. This is the same error if I try to open an ams file in AutoPlay on the XP system. Does AMS work on XP? Should I create the exe on XP instead of the 2000? Would that work on the older versions of Windows?

Thanks

Lorne
12-12-2002, 01:05 PM
AMS 4.0 works fine (and is tested often) on XP.

DanceParty
12-13-2002, 07:34 AM
Why then am I getting that error, I have posted about it before but never rectified the problem. Have you ever tested making the exe or .am4 on a 2000 and opening it in XP?

kpsmith
12-13-2002, 02:15 PM
I build all my apps in Windows 2000 and have never had any problems in XP.

Is this a custom .dll? cpuinf32.dll? I don't have this on my machine.

If you are calling the .dll within you AMS4 app then you need to determine if the .dll exists and if so set the location on the machine.

What I would do is look at 95, 98, NT, 2000, and XP machines and see where this .dll lives.

Then in AMS program an action to get the Operating system. Then set up a variable like %DLL_Location% and Search for the file in the apppropriate location based on the OS .

If it finds the file the set the path if not send a dialouge prompt to install of give directions.

Doesn't seem to be a problem with AMS, your actions just need to be more flexible.

DanceParty
12-13-2002, 02:22 PM
I dont call a .dll in my program nor do I have any crazy actions. Just Page jumping, and avi and mpeg1 playing.

This stinks, I think I am going to have to just recreate it in XP I looked for the dll and it is sitting in the winnt folder. but I never call it to be used. My app is to big to attach.

/ubbthreads/images/icons/frown.gif

Worm
12-13-2002, 03:00 PM
I did some searching around on the cpuinf32.dll file and came up with some interesting hits. The DLL is made by Intel, and requires the VB6 runtimes. Try installing/re-installing the VB6 runtimes on the problematic machines. From what I read, some apps (I'm not saying it's AMS, it could be a video decoder or image processor) check the speed of the CPU to determine how it will process an image/video.

I found one that has some information on Ligos MPG decoders causing crashes in Media Player Here the link. (http://www.nwlink.com/~zachd/pss/pss.html#mpeg)

Do you have ULead's Movie Factory, if so...
Here's another good link (http://www.annoyances.org/exec/forum/winxp/n1023444735)

All-in-All it looks like it has something to do with the Windows Media Player.

I hope these help you get started in the right direction.


Here's a link to download the CPUINF32.DLL and MPLAPX.DLL (http://www.dll-files.com/dllindex/) that several hits said needed to be in your System directory

You may want to make sure the DLL is registered too.
Regsvr32 /u C:\Pathtofile\cpuinf32.dll to unregister
Regsvr32 cpu C:\Pathtofile\cpuinf32.dll

Worm
12-13-2002, 03:07 PM
Maybe Updating or Reinstalling Windows Media Player will take care of it too?

ruben373
12-14-2002, 11:32 PM
I distribute many CD projects build with AMS 4 on Win 98, and about 20 % of my Customers who has Windows XP OS, have reported the problem. Error message says that the CD's structure is corrupted or something to this effect.

I found the solution on Microsoft's Website suggesting to run
Windows XP in Windows 98 Mode in such cases.

Here is the link:

http://www.microsoft.com/windowsxp/pro/using/howto/gethelp/appcompat.asp

So far it worked for my Customers, and they were able to run
Autoplay.exe on Windows XP in Compatibility Mode.

I hope this info will help.

Corey
12-15-2002, 12:20 AM
Great info!

Corey Milner
Creative Director, Indigo Rose Software (http://www.indigorose.com)

TJ_Tigger
12-15-2002, 08:06 AM
Now the question is can you add scripting in AMS that will detect if this error happens and set the properties accordingly?

DanceParty
01-06-2003, 10:46 AM
I have been recreating my CD Rom on an XP machine. I figured out where I get my error from. It the MPEG1's. When I tried to add a new media player object, I selected an MPEG and recieved the dll error. The MPEG does play on the machine as a stand alone. Anyone have any suggestions???

rayh34
01-08-2003, 09:56 PM
I too am seeing this problem. I biult and tested the setup on two desktops, running XP Pro. But, when I loaded it for a presentation that I need to give on a laptop that was runnning XP home, It would error out. I had surpressed the error msgs so I hav'nt had time to check out the msg yet.

DanceParty
01-09-2003, 10:30 AM
If you are running ULEAD on the XP Machine you need to put the .dlls in the windows/system folder. Past posts in this thread have links to download them.