Is there a list of all the fixed bugs?
Announcement
Collapse
No announcement yet.
Unreal Engine 4.10 Preview
Collapse
This topic is closed.
X
X
-
I am really liking that you are focusing on stability and bug fixes for this build, stability is a bit issue with all the major game engines right now. I'd love to see the "new" features previously added fixed up and taken out of experimental as well as blueprint optimizations and/or a blueprint to c++ converter (if such a thing is even possible)
Comment
-
Originally posted by Chaoss View PostI am really liking that you are focusing on stability and bug fixes for this build, stability is a bit issue with all the major game engines right now. I'd love to see the "new" features previously added fixed up and taken out of experimental as well as blueprint optimizations and/or a blueprint to c++ converter (if such a thing is even possible)
But as far as stability and bug fixes I'd say they're doing pretty well. From 4.6 when I first started to now the engine is way more stable. My mobile game has less issues and the engine went from crashing many times a session to virtually never.
Comment
-
Originally posted by John Alcatraz View PostIs anyone else getting this? When I try to create a blank c++ project with 4.10 then I get the message that it can't be compiled and when I open visual studio then and see whats the error, I get this:
The project is called "PluginProject10" and it's just a new blank c++ project with nothing inside.
Error 1 error C3859: virtual memory range for PCH exceeded; please recompile with a command line option of '-Zm23' or greater c:\ue4.10.0p1\engine\source\runtime\core\public\delegates\DelegateSignatureImpl_Variadics.inl 272 1 UE4
Error 2 error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit c:\ue4.10.0p1\engine\source\runtime\core\public\delegates\DelegateSignatureImpl_Variadics.inl 272 1 UE4
Error 3 error : Failed to produce item: C:\UE4.10.0p1\Engine\Plugins\ScriptGeneratorPlugin\Binaries\Win64\UnrealHeaderTool-ScriptGeneratorPlugin.dll C:\UE4.10.0p1\Engine\Intermediate\ProjectFiles\ERROR UE4
Error 4 error MSB3073: The command "..\..\Build\BatchFiles\Build.bat UE4Editor Win64 Development -waitmutex" exited with code -1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets 38 5 UE4
That's when I try to compile the PS4 version. Any idea what that is?
Comment
-
I'd love to see Paper2D (or any 2D solution) be polished and better-implemented. I feel that UE4's ease of accessibility (especially with BluePrint) is at odds with its relatively significant difficulty in dealing with 2D games, and it really could (and should) be better at it. 2D games give beginners a much easier starting point than an engine saying "I guess you could technically do 2D but look, between you and me... maybe don't".
I know the Paper2D stuff still isn't fully integrated the way it should be, but I'm really looking forward to better tools for 2D games, and I'm hoping it's still on the to-do list!
Comment
-
Originally posted by paulv2k4 View PostWell makes the launcher completely useless for me, once again. Back to GitHub distributions it is then.
Why are "more than 300 fixes" being implemented into a "major" release? Should these "fixes" be included in the 4.8 or 4.9 minor patches? It is the one thing I have never understood about the release management / versioning of the Unreal Engine.
Comment
-
Originally posted by Tonch View PostI'd love to see Paper2D (or any 2D solution) be polished and better-implemented. I feel that UE4's ease of accessibility (especially with BluePrint) is at odds with its relatively significant difficulty in dealing with 2D games, and it really could (and should) be better at it. 2D games give beginners a much easier starting point than an engine saying "I guess you could technically do 2D but look, between you and me... maybe don't".
I know the Paper2D stuff still isn't fully integrated the way it should be, but I'm really looking forward to better tools for 2D games, and I'm hoping it's still on the to-do list!
It would be super awesome too if you could make an entire layer have a collision type in tilemaps instead of making individual tiles have collision. This would speed up work considerably and I feel make a huge contribution to tilemaps.
Collision layers with navmesh on tilemaps would pretty much be the best thing ever. I suppose if it were me I'd make the navmesh calculate around all layers but ignore collisions.
Comment
-
Originally posted by Distul View PostIt doesn't seem to be an issue that 2D currently uses 3D space, physics and what not. It's really not that hard to work with. The problem is that some of the Paper2D components act wonky under certain conditions.
It would be super awesome too if you could make an entire layer have a collision type in tilemaps instead of making individual tiles have collision. This would speed up work considerably and I feel make a huge contribution to tilemaps.
Collision layers with navmesh on tilemaps would pretty much be the best thing ever. I suppose if it were me I'd make the navmesh calculate around all layers but ignore collisions.
Comment
-
Originally posted by Chaoss View PostI am really liking that you are focusing on stability and bug fixes for this build, stability is a bit issue with all the major game engines right now. I'd love to see the "new" features previously added fixed up and taken out of experimental as well as blueprint optimizations and/or a blueprint to c++ converter (if such a thing is even possible)Runtime Mesh Component - The best way to render procedural/runtime created meshes! - Version 4.1 out now!
Come talk about anything RMC or Procedural Mesh Related in our Discord!
Comment
-
Originally posted by Adam Davis View PostHi Demolition Man,
Do you have Visual Studio 2015 installed? The VS 2015 Redistributes are required for Lightmass building in 4.10. Please update to VS 2015 or install the 2015 Redistribute (located below) and let me know if this fixes the error you are seeing. If not, please post this to the answerhub in the bug reports section (link in signature) so I can assist you more in depth.
Edit: The specific Redistribute needed can be found here if you do not have VS 2015 installed. If you have 2015 installed, do not install this redistribute.
And to answer your question, no, I don't have VS2015 installed. I appear to have a copy of VS2013 installed.Last edited by Demolition Man; 10-15-2015, 02:05 AM.
Comment
-
Originally posted by Demolition Man View PostPerhaps I am a little on the confused side. I don't use code anymore, just blueprints. So WHY do I need to upgrade to VS2015?
And to answer your question, no, I don't have VS2015 installed. I appear to have a copy of VS2013 installed.
All you need to do is download the redistributable from MS pointed out in the post you quoted.
Comment
-
Hi,
So far 4.10 worked fine, if used with the BP templates. Now I tried to create a new project based on C++.
Upon creating the project in the launcher, I get an error messagethat some sort of SDK ismissing....
My windows is up to date, so what am I missing and how can I fix this?
AnswerHub reference: https://answers.unrealengine.com/que...d-project.html
Thanks for checking
Cheers,
Klaus
Comment
Comment