Giter Site home page Giter Site logo

Comments (4)

ash3D avatar ash3D commented on June 29, 2024

@rezonated Hello
I've successfully packaged test project just now for Windows 64 bit, Shipping build configuration using UE 4.26.2.
The guide you have mentioned was contributed by user based on discussion in #1 (comment). It happened a while ago for older Unreal Engine version so it can be somewhat outdated.

I briefly viewed the guide and found that both 'boost.Build.cs' and 'VideoRecorder.Build.cs' now have replacements
public boost(TargetInfo Target) -> public boost(ReadOnlyTargetRules Target) : base(Target)
public VideoRecorder(TargetInfo Target) -> public VideoRecorder(ReadOnlyTargetRules Target) : base(Target)

Also select appropriate toolset for VideoRecorder library project (so that it matches compiler version selected in Unreal Engine Project Settings). Previously it was v140 (VS 2015). Now UE supports newer versions (I'm using v142/VS 2019 currently).
Finally, do not forget to select Release/x64 configuration for VideoRecorder project.

This is what comes to mind as potential causes of issue.
#1 can help too - it contains conversations on various problems other people have faced with (but beware that some of that can be related to older UE versions).

from uevideorecorder.

rezonated avatar rezonated commented on June 29, 2024

Hey, thanks for the response! Yeah the thing is, I kinda already figured out how to adapt the outdated guide by using the similar steps as you do and it successfully shown in the plugins window, I can even enable the plugin and it works well in the editor. This problem only occurs when I attempted to package a project with UEVideoRecorder plugin enabled.

from uevideorecorder.

ash3D avatar ash3D commented on June 29, 2024

I have no problems with packaging my test project - minimal UE project with simple video recording test. It was created earlier for older UE version and later converted to new UE releases for checking and fixing compatibility issues.
So, I not yet reproduced the errors you reported to start investigation from.
I'm using 'Shipping' Build Configuration for packaging and didn't touch any Packaging Settings.

from uevideorecorder.

ash3D avatar ash3D commented on June 29, 2024

Now I've tried other packaging Build Configurations ('Development' and 'DebugGame') - no errors either.

from uevideorecorder.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.