hendrikp / Plugin_SDK

Plugin SDK and Plugin Manager for CryEngine
http://hendrikp.github.com/Plugin_SDK
Other
48 stars 38 forks source link

VS10 Wizard - Script errors #10

Closed nemesisx00 closed 11 years ago

nemesisx00 commented 11 years ago

I used the Web Installer to install your Plugin SDK for CE3 SDK 3.4.3 (and 3.4.4 just today). After running the web installer I verified that the Plugin for CryEngine3 wizard was appearing in the New Project dialog. When the wizard pops up it displays a script error. In fact it displays an error after every action I take which uses an event handler. As such, the wizard is inoperable.

I did have the location for the new project set to the Code folder within the CE3 SDK folder into which I installed the Plugin SDK. One thing that I shouldn't think would cause an issue: I have all the code stored on a mapped network drive. Visual Studio has complained slightly about this in the past but everything had still been functional.

Anyway, since the only directions on how to create a new plugin utilize the wizard I'm kind of stuck since I'm not very experienced with Visual Studio or C++ in general. Any thoughts on possible issues I may have caused myself?

hendrikp commented 11 years ago

hi,

please follow the instructions: https://github.com/hendrikp/Plugin_SDK/wiki/Creating-a-new-Plugin

if you have your code on mapped network path then you also need to install the plugin sdk there and the cryengine cdk so that everything matched the relative paths expected.

same problem as: https://github.com/hendrikp/Plugin_SDK/issues/9

post a screenshot and directory listing if not. try without network directory too.

also please post some info what OS and IE version, try to update IE to newest version available for your os and deinstall the older versions.

nemesisx00 commented 11 years ago

OS: Windows 8 IE version: 10 CryEngine3 SDK version: 3.4.4.6289 Plugin SDK version: 1.2.0

CryEngine3 SDK Path: P:/CryEngine3_SDK_3.4.4 Plugin SDK Code Path: P:/CryEngine3_SDK_3.4.4/Code/Plugin_SDK

Web Installer used the path 'P:/CryEngine3_SDK_3.4.4/Plugin_SDK' to download files.

Just tried it on my local C drive and it successfully created the new plugin project. I feel stupid for not trying that first. :c I could try looking into ways to have it support being installed on a mapped network drive I suppose. But having it on my local drive is acceptable.

Anyway, thanks for the great project! :)

hendrikp commented 11 years ago

yeah sounds strange, well it would be interesting to know what is the problem, it could be related to your internet safety settings.

e.g. http://blogs.msdn.com/b/vcblog/archive/2009/03/28/some-vs2005-and-vs2008-wizards-pop-up-script-error.aspx

ie might think because of the mapped drive that its on a website and block required file access.