Jump to content

Search the Community

Showing results for tags 'debug'.

  • 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 3 results

  1. Hi, I observed that debug mode for Edit Content in SDK browser not working: always starts project via main_x64.exe file (not main_x64d.exe). But it loads Editor2_x64d.dll debug version of plugin.
  2. start diagnostic tools failed

    hello, today I updated the engine to version 2.1. I wrote a simple program as following: Unigine::EnginePtr engine(UNIGINE_VERSION, argc, argv); Console *console = Console::get(); console->run("world_load test\test"); console->flush(); engine->main(); Engine::shutdown(); the program can run with no problem, but as I start diagnostic tools under visual studio 13. There is an error occurred and the program broke in this red line: void D3D11AppWindow::swap_window(void **data) { if(app->device == NULL) return; if(D3D11Ext::error(app->device->GetDeviceRemovedReason())) { Log::error("D3D11AppWindow::swap_window(): device removed\n"); destroy(); destroy_context(data); create_context(data); return; } swap(); if(app->swap_chain->Present((getFlags() & VSYNC) ? 1 : 0,0) == DXGI_STATUS_OCCLUDED) { stopFps(); Timer::usleep(100000); startFps(); } } In 2.0 I can use the diagnostic debug tool with no problem. can you give me some advice? do you have the same problem? with what tools do you debug unigine? I am very thankful
  3. hi: I met a issue of the message joint in schemer. If I open the schemer sample in the sdk, i could use schemer.message to show message. But when i launch skinner sample and would like show some message. it's not showing. I checked the show_message cvar is turned on. Also in the block define, if i put a log.message in the skinner, it won't show up. Could anyone try to reproduce this? Any suggestion to debug the skinner/schemer graph? It would be best if there is a debug mode which could show the link value in red when changing directly on the gui. Yang
×
×
  • Create New...