Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (AndrewAMD, Ayumi, NewbieZorro), 14,141 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
Re: version 7,101 problem [Re: jcl] #216340
07/16/08 16:05
07/16/08 16:05
Joined: Apr 2008
Posts: 61
F
firelord Offline OP
Junior Member
firelord  Offline OP
Junior Member
F

Joined: Apr 2008
Posts: 61
no spyware and virus checked how do i check the wed log(step by step instructions please).no all my other installs work fine.
this is the contents of the wed.txt file if that is the log file.
load dll: WDLV.DLL
Can't load library <C:\game engine\WDLV.DLL>
System message #126:
The specified module could not be found.
error loading

load dll: C:\game engine\wed_plugins\MaxAseFiles.dll
full name: <C:\game engine\wed_plugins\MaxAseFiles.dll>
{wed: reset id (1->11)} {wed: reset id (2->12)}
add action: "ImportFromMaxAse" [h=1(1) fl=0 typ=5 vid=0,exec=018038b0]
add action: "ExportToMaxAse" [h=2(2) fl=0 typ=5 vid=0,exec=01801000]

load dll: C:\game engine\wed_plugins\MDLFiles.dll
full name: <C:\game engine\wed_plugins\MDLFiles.dll>
{wed: reset id (3->13)} {wed: reset id (4->14)}
add action: "ImportFromMDL" [h=3(3) fl=0 typ=5 vid=0,exec=01803460]
add action: "ExportToMDL" [h=4(4) fl=0 typ=5 vid=0,exec=01806150]

load dll: C:\game engine\wed_plugins\WedFbxFiles.dll
full name: <C:\game engine\wed_plugins\WedFbxFiles.dll>
{wed: reset id (5->15)} {wed: reset id (6->16)}
add action: "ExportFbx" [h=5(5) fl=0 typ=5 vid=0,exec=01ee1000]
add action: "ImportFbx" [h=6(6) fl=0 typ=5 vid=0,exec=01ee56e0]

load dll: C:\game engine\wed_plugins\WedFbxLevel2005.dll
full name: <C:\game engine\wed_plugins\WedFbxLevel2005.dll>
{wed: reset id (7->17)}
add action: "ImportFbx" [h=7(7) fl=0 typ=5 vid=0,exec=0180c320]

load dll: C:\game engine\wed_plugins\WedFbxLevel2006.dll
full name: <C:\game engine\wed_plugins\WedFbxLevel2006.dll>
{wed: reset id (8->18)}
add action: "ImportFbx" [h=8(8) fl=0 typ=5 vid=0,exec=01eec220]


Last edited by firelord; 07/16/08 16:14.
Re: version 7,101 problem [Re: firelord] #216476
07/17/08 09:15
07/17/08 09:15
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
Ok, so the WDLV does not load. Please do the following 3 steps IN THE GIVEN ORDER:

1. Check the file date of WDLV.DLL compared with the file date of the other files. If WDLV.DLL is the only one with a file date _after_ installation, then something on your PC is overwriting it. I've uploaded the WDLV.DLL separately here:

http://server.conitec.net/down/wdlv.dll

Please download it, copy it in your Gamestudio folder, and check if WDLV is now loaded and works. If not, got to step 2.


2. Activate the Windows Update function of your PC. If it's not already activated, what I suspect, you'll now get a list with lot of urgent updates to install. The update you need is the Windows Framework. Let it download and install automatically, and then try again. If WDLV still does not work, go to step 3.


3. Download and install the following file:

http://server.conitec.net/down/vcredist_x86.exe

This should fix MFC on your PC.

Please let me know how this worked out.


Re: version 7,101 problem [Re: jcl] #216514
07/17/08 11:33
07/17/08 11:33
Joined: Apr 2008
Posts: 61
F
firelord Offline OP
Junior Member
firelord  Offline OP
Junior Member
F

Joined: Apr 2008
Posts: 61
i went through all the stages you have surgested and downloaded .net framework 3 aswell from microsoft, then rebooted and reinstaled gstudio, still got the same problem.i have seen several other people with the exact same problem, could this be a bug with extra version.


Last edited by firelord; 07/17/08 15:03.
Re: version 7,101 problem [Re: firelord] #216680
07/18/08 09:39
07/18/08 09:39
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
I don't think it's related to the extra version.

We can't confirm the problem on any of our test PCs we have here, so the next step would be implementing diagnostic messages in the WDLV for finding which library or whatever is missing on your machine. The most common problem is MFC because many software products overwrite it, but when step 3 did not work on your PC, it must be something different.

I'll be away next week, but after my return I'll generate a special diagnostics WDLV for you. We'll find that problem.

Re: version 7,101 problem [Re: jcl] #217938
07/25/08 16:54
07/25/08 16:54
Joined: Apr 2008
Posts: 61
F
firelord Offline OP
Junior Member
firelord  Offline OP
Junior Member
F

Joined: Apr 2008
Posts: 61
hi jcl i have worked a way around the problem with the help from someone on the forums, basicly i installed version 7.07 then copied version 7.10 over that installation and then put my key in the installation file.

Re: version 7,101 problem [Re: firelord] #218345
07/28/08 07:40
07/28/08 07:40
Joined: Apr 2008
Posts: 437
dracula Offline
Senior Member
dracula  Offline
Senior Member

Joined: Apr 2008
Posts: 437
Hi jcl

I have exactly the same problem. I am not running an anti-virus program and I have an updated Vista installation.I am running 7.10 Commercial. The wdlv.dll file is dataed 3/3/08

I have no Project Manager and no T7 Wizard

EDIT: I have installed the 7.07 version and then 7.1 as firelord suggested, and it has fixed the problem. (Thanks firelord)



Last edited by dracula; 07/28/08 07:59.
Re: version 7,101 problem [Re: dracula] #218349
07/28/08 08:21
07/28/08 08:21
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
Thanks for the info! Can one of you do a little test for me?

The old version, 7.07, contained 6 DLLs in the folder:

mfc80, msvcp80, msvcr80.dll

and

mfc71, msvcp71, msvcr71.dll

Can you, just for testing, temporarily remove first the 3 "..80", and then the 3 "..71" DLLs from the installation folder, and test whether the problem appears again after the first or second removal?

The DLLs are the Microsoft MFC Dlls and they are supposed to be automatically installed to the Windows System folder - Version 7.10 contained a Microsoft merge module for this. Apparently, the merge module did not fix the DLLs on your PC and your test would give me a hint which part did not work. Maybe some DLLs of the same name, but faulty versions were installed by some other software in your Windows system folder.




Re: version 7,101 problem [Re: jcl] #218456
07/28/08 18:41
07/28/08 18:41
Joined: Apr 2008
Posts: 61
F
firelord Offline OP
Junior Member
firelord  Offline OP
Junior Member
F

Joined: Apr 2008
Posts: 61
jcl taken first 3 out the 80's and it still works but when i take out the 71 's it does not work reintsalled 71's and project wizard works again.
i hope this helps maybe someone else could test the same thing just to make sure.
thanks firelord

Re: version 7,101 problem [Re: firelord] #218460
07/28/08 19:01
07/28/08 19:01
Joined: Apr 2008
Posts: 437
dracula Offline
Senior Member
dracula  Offline
Senior Member

Joined: Apr 2008
Posts: 437
Hi

I repeated the tests and can confirm that removing the '80s' made NO difference.
Removing the '71s' caused the Project Manager and the Wizard to NOT appear.

Glad to help

drac.

Re: version 7,101 problem [Re: dracula] #218540
07/29/08 07:32
07/29/08 07:32
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
Ok, thanks.

Page 2 of 2 1 2

Moderated by  old_bill, Tobias 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1