iniside / ActionRPGGame

Unreal Engine 4 Action RPG type game starter kit.
http://iniside.weebly.com
1k stars 324 forks source link

An exception error on opening project file #2

Closed kimsama closed 6 years ago

kimsama commented 10 years ago

The following error is got when it opens the project file with Unreal Engine 4.2.1.

Project files could not be generated. Log output:

Found 0 directories to search FillProjectInfo took 0.0001 seconds Running C:/Program Files/Unreal Engine/4.2/Engine/Binaries/DotNET/UnrealBuildTool.exe -projectfiles -project="E:/dev/ActionRPGGame 4.2/ActionRPGGame.uproject" -game -rocket -progress Discovering modules, targets and source code for game... ERROR: Exception thrown while processing dependent modules of ActionRPGGame Exception thrown while processing dependent modules of UnrealEd Exception thrown while processing dependent modules of AnimGraph Exception thrown while processing dependent modules of GraphEditor Exception thrown while processing dependent modules of KismetWidgets Exception thrown while processing dependent modules of BlueprintGraph Exception thrown while processing dependent modules of KismetCompiler Exception thrown while processing dependent modules of MovieSceneTools Exception thrown while processing dependent modules of AssetTools Exception thrown while processing dependent modules of TextureEditor Exception thrown while processing dependent modules of MainFrame Exception thrown while processing dependent modules of LevelEditor Exception thrown while processing dependent modules of WorldBrowser Exception thrown while processing dependent modules of MeshUtilities ERROR: Couldn't find module rules file for module 'nvTriStrip'.

iniside commented 10 years ago

You will need to compile against 4.3, as I migrated all code to be compatible with it.

kimsama commented 10 years ago

copied some files from git repository to engine installed folder solved the problem as like that:

https://answers.unrealengine.com/questions/23784/missing-nvtristrip-module.html

now, it blames as same as the following:

https://answers.unrealengine.com/questions/26141/project-corrupted-game-name-case-not-detected.html

Did you miss to push Config folder and its related files?

kimsama commented 10 years ago

Yes, I'm on 4.3.0 at the moment.

iniside commented 10 years ago

I didn't pushed any config files at all. Just added them to repo.

kimsama commented 10 years ago

did you pushed? no config files on the origin.

EnoroF commented 10 years ago

hi~ iniside do you forget to upload MyController and crosshair.

iniside commented 9 years ago

Hey

No. I updated everything to work with 4.6. There are quite a lot of breaking changes in 4.6 which makes code completely incompatible with any previous version.

On 5 November 2014 07:11, ryanhuh notifications@github.com wrote:

is code can compile UE4 4.5 ?

and where is "SlateBasics.h" ?

— Reply to this email directly or view it on GitHub https://github.com/iniside/ActionRPGGame/issues/2#issuecomment-61764210.