Jump to content

Acnologiak

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Location
    Warsaw

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Acnologiak's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Some addtional info about the problem. The problem appeared after version 0.9.4 when using Intel graphics. Updating igpu drivers from intel does not solve this problem. The editor does not start on new version of the driver. On old version (automatically installed by windows), it can launch but viewport does not work (just a gray image). If I compile through Visual Studio I get a black screen and error messages (I attached the screenshot with messages below).
  2. Hello, I have same problem with engine. I have the similar setup but instead 13700h I have 12700h. Here the problem is in graphics from Intel. If you disable igpu and switch to dgpu, the problem will not arise.
  3. GUI* gui = GUI::Create(context); Widget* base = gui->GetBase(); base->SetScript("Scripts/GUI/Panel.lua"); Widget* button = Widget::Button("Spawn", 20, 20, 100, 40, base); button->SetScript("Scripts/GUI/Button.lua"); Image* img = new Image(); std::cout << img->Initialize(L"Materials/Developer/bluegrid.tex") << std::endl; button->SetImage(img); I used standard lua scripts.
×
×
  • Create New...