Jump to content

Search the Community

Showing results for tags 'visual studio 2019'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to UNIGINE Forums
    • News & Announcements
    • Getting started
  • Development
    • Content Creation
    • World Design
    • Rendering
    • Animation
    • Physics, Navigation and Path Finding
    • UI Systems
    • Sound & Video
    • Editor
    • C++ Programming
    • C# Programming
    • Networking
    • Sim IG (Image Generator)
    • VR Discussions
    • General
  • Improving UNIGINE
    • Documentation
    • Feedback for UNIGINE team
    • Bug Reports
    • Unigine SDK Beta feedback
  • Community
    • Add-on Store (https://store.unigine.com/)
    • Showcase
    • Collaboration
    • Tools, Plugins, Materials & Tutorials
    • General Discussions
  • Legacy
    • UnigineScript

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 2 results

  1. How Can I setup Visual Studio 2019 For Unigine Support? Whenever I try to edit my code in visual studio i dont find any suggestion or anything to help me with,that doesn't show any error ,or any classes, like it's blank, i cant code in any IDE,not visual studio not visual studio code, IDE doesn't catch any classes of unigine what to do?
  2. Release build made in Visual Studio 2019 (ver. 16.0.1) for x86 is crashing. Steps to reproduce: 1) Create new default UNIGINE project. 2) Open project source code in VS2019. 3) Build Release configuration for x86 platform. 4) Run. After loading world there is an error - "Memory::allocate(): Can't allocate 134217728 bytes". The stack trace is: > msvcr120.dll!memset(unsigned char * dst, unsigned char value, unsigned long count)Строка 87 Нет данных Unigine_double_x86.dll!MicroProfileLogPut(unsigned __int64,unsigned __int64,unsigned __int64,struct MicroProfileThreadLog *) C++ Unigine_double_x86.dll!MicroProfileEnter(unsigned __int64) C++ Unigine_double_x86.dll!Physics::update(void) C++ Unigine_double_x86.dll!Physics::update_thread(int,int) C++ Unigine_double_x86.dll!CPUThread::process(void) C++ Unigine_double_x86.dll!Thread::thread_handler(void *) C++ kernel32.dll!@BaseThreadInitThunk@12() Нет данных ntdll.dll!__RtlUserThreadStart() Нет данных ntdll.dll!__RtlUserThreadStart@8() Нет данных P.S.: Release build for x64 is OK as well as Debug builds.
×
×
  • Create New...