wmpio.dll missing in published game with editor

Posted By: slacer

wmpio.dll missing in published game with editor - 03/15/09 11:22

Hello,

in Version GS Pro 7.66 / WED V6.888 I receive an error after launching WEDS.exe from the .CD Folder.

It says, that the file wmpio.dll is missing and that I should reinstall the program to fix this.

Please add this file into the cd folder if a game is published with editor.

[edit]
Ok, now I copied the missing file into the .cd folder and got another error message:
- Now it tells me that it can not open GLX (I have to select two checkboxes to make it work)
- Then WEDS tells me, that my script playground.c is missing (I thought it should be in the .wrs file in order to hide my code...)
[/edit]

Thank you

Posted By: FBL

Re: wmpio.dll missing in published game with editor - 03/15/09 12:41

Guessing:

WED cannot read WRS files, so for applying actions to Entities it will require a script file.

You should however be able to find a way to cheat by using dummy actions smile

The game runs the user level then with the resource file and the REAL action, which resides in the WRS.


Never tried this, though.
Posted By: slacer

Re: wmpio.dll missing in published game with editor - 03/15/09 13:27

The former project was based on lite-c.
Now I created a small level with rotating entities using WDL script.

This allows me to see the actions source from the WRS file, to change skills and flags in WEDS (you know WEDS is a special Edition of WED and is able to read only the WRS files which where created during the same publish process)

This seems not to work with lite-c.
Besides the problems mentioned in my first post.
Posted By: FBL

Re: wmpio.dll missing in published game with editor - 03/15/09 14:53

Lite-C compiles the code when publishing , C-Script was compiled on startup.
This means that The C-Script files remain uncompiled in the WRS which allows extraction of actions.
Posted By: DiegoFloor

Re: wmpio.dll missing in published game with editor - 03/19/09 17:22

I'm having the exact same problem. I even tried copying the requested files by hand into the directory, only to receive the exact same problem with GLX.

I think it has something to do with the work folder in the Gstudio folder. I can't possibly untick the "only reading" option of this folder!
Posted By: jcl

Re: wmpio.dll missing in published game with editor - 03/23/09 10:36

The script is required when you want your end users to select actions and assign materials. Without the script, they won't have the action and material names.

WMPIO and GXL DLLs are required for WED. We'll make sure that they are included in WEDS also.
Posted By: slacer

Re: wmpio.dll missing in published game with editor - 03/24/09 11:02

I don't understand why the required dlls are not part of the published folder and have to be downloaded from the wed sdk (at least wmpio.dll).
Those files should be included with the full installation of gamestudio, because the publish function is incomplete.

Regarding the .c file, I think I could add a stub file which only contains the action prototypes and all the SKILL, FLAGS,... keywords if needed.

WEDS should remember the selected GFX checkboxes once the dialog has been processed by the user.
Well, if you tell me how to create a WEDS settings file in order to precreate a configuration for the user, it would be great.

-- slacer
Posted By: jcl

Re: wmpio.dll missing in published game with editor - 03/24/09 11:32

The SDK is a source developer kit, for C++ programmers only. It contains no DLLs that your end users need. You should NOT copy anything from it to your end user distribution, except of course you've used it to program something.

Configurations can't be precreated. But you can provide a .wed file that contains view settings etc. WED and WEDS save their configuration in the .wed file in the work folder.
Posted By: slacer

Re: wmpio.dll missing in published game with editor - 03/24/09 15:00

The wmpio.dll file was not in my GameStudio program folder.
A search in this forum points me to the sdk where I could find this file.

I am currently not at my machine and cannot check if the latest public beta contains the wmpio.dll, but if it is still missing, you should add it somewhere into your distributed setup for PRO users.

-- slacer
Posted By: jcl

Re: wmpio.dll missing in published game with editor - 03/24/09 15:26

Well, only thing I can do is wishing you better luck with finding DLLs next time. wink
Posted By: slacer

Re: wmpio.dll missing in published game with editor - 03/24/09 18:24

Yes, you are right.
DIR /s found what Vista Search did not find on my harddisk.

Posted By: FBL

Re: wmpio.dll missing in published game with editor - 03/25/09 07:16

Originally Posted By: slacer

DIR /s found what Vista Search did on find on my harddisk.


crazy

I don't udnerstand a thing smile
© 2023 lite-C Forums