AndrewScheidecker / BrickGame

A demo of Minecraft-style voxel rendering in UE4
401 stars 143 forks source link

UnrealEngine 4.10.3 #19

Closed ninjanody closed 8 years ago

ninjanody commented 8 years ago

Hello,

When trying to open the project it ask to select engine with the following option in the dropdown:

If i select 4.10 it throws the first error and if i try to rebuild them the second. missing-modules missing-modules-error

iUltimateLP commented 8 years ago

I had that problem aswell, but I fixed it, and It should work with fix #16 . Could you put your log at pastebin and post the link here (Saved/Logs/)? Thanks.

ninjanody commented 8 years ago

Hello, i had the fix#16 applied but had the same errors. I check the log and one of the errors is that can't find Visual Studio 2013. It is installed but the computed is updated from windows 7 to windows 10.

Here is the log. BrickGame.log.txt

iUltimateLP commented 8 years ago

Hmm, maybe there is some registry Entry missing during the upgrade.. Try running the setup again and repair the installation.

xMeddler commented 8 years ago

Hi. I am also having this issue. I am unsure how to manually rebuild or how to "repair the installation". Do you mean that of UE4? I've been stuck on these issues for several days. Any help would be greatly appreciated!

iUltimateLP commented 8 years ago

I meant Visual Studio, try running that setup and select some kind of repair Option!

xMeddler commented 8 years ago

I am unsure where to start. How can I combine and run these files? I've only been working with raw code for a couple of months and I'm a bit confused :/ 5d24164f53059e0ed1d2c17e31d4b8a8

EDIT: I just realized we're talking about a problem with VS. I am not having any problems with VS. I am trying to figure out how to install the brickgame plugins.

xMeddler commented 8 years ago

Furthermore, does the "+" indicate this line of code was added to fix issue, OR that I should add a "+" to my copy of the code?

iUltimateLP commented 8 years ago

Yep the green line shows what I fixed to make it working, but If you just clone the repo / click on the Download ZIP button on the repo's home page, you should be fine by downloading the whole thing and opening the .uproject. If you want to add it to your project, just copy all folders out of the Plugins folder in your Plugins folder of your project (if it's not there, create it!).

xMeddler commented 8 years ago

When I open the .uproject I get these errors: 26d6ca82dc75835d6c65fcb246450b70 3cf28b9055693e4e89716acea30c1b61 I am using UE 4.10.

When I copy the plugin folders into my plugins folder into C:\Program Files\Epic Games\4.10\Engine\Plugins, Enable them within UE4 and restart, I receive this message: 93ef4447c51d19f293efff9f787979ad

I am unsure how to proceed.

iUltimateLP commented 8 years ago

Log file? Oh it seems like you have the plugins two times in your project?

xMeddler commented 8 years ago
  1. Where can I find a log file?
  2. There does not appear to be any duplicates in C:\Program Files\Epic Games\4.10\Engine\Plugins
iUltimateLP commented 8 years ago

Oh no, not in the engine's plugin folder, in the plugins folder of your project! Delete it out of the engine's plugins folder. The log file is located under /Saved/Logs/name.log

xMeddler commented 8 years ago

Thank you! I did not realize it was in the wrong place. Should I create the plugins folder within the first project directory? e.g. C:\Users\Dustin\Documents\Unreal Projects\BlockExperiments

iUltimateLP commented 8 years ago

Yep, if it's not there, create it!

xMeddler commented 8 years ago

The plugins now have their own lists in the plugins window (cool!) However after enabling them and restarting, I recieve this error: 8af112a461db67eac23884fe8254abd4

unsure how to continue.

iUltimateLP commented 8 years ago

Hmh, that is strange, never had that. My advice would be to try a fresh start again..

xMeddler commented 8 years ago

I un/reinstalled UE4.10, deleted and freshly extracted the brickgame-master rar and was then able to launch the BrickGame.uproject after a successful rebuild. It seems I am still unable to add the plugins to other projects without receiving this error. I'll update this when I get that figured out. Thanks for all your help! :)

AndrewScheidecker commented 8 years ago

I'm going to close this, but please create a new issue if you have trouble using BrickGame with the latest version of the engine.