ErhanK Posted April 16 Share Posted April 16 I started a project and built it as both debug and release. Either way, the game hangs on a black screen at the start map. Windows 11 Pro 64-bit (10.0, Build 22631) 13th Gen Intel(R) Core(TM) i7-13700H (20 CPUs), ~2.4GHz NVIDIA GeForce RTX 4060 Laptop GPU 32GB RAM Quote Link to comment Share on other sites More sharing options...
Josh Posted April 16 Share Posted April 16 What version does the editor show in the titlebar? Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
ErhanK Posted April 17 Author Share Posted April 17 Version 0.9.5(Steam) - Build 655 1 Quote Link to comment Share on other sites More sharing options...
Josh Posted April 17 Share Posted April 17 I am looking into it. In the meantime, version 0.9.4 is available to choose from in the application settings in Steam. 1 Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Josh Posted April 18 Share Posted April 18 Hi, I just tried the following with a GEForce 1080 and the latest driver 552.12. Deleted the file "C:\ProgramData\Ultra Engine\settings.json" to reset all settings. Launched Ultra Engine Pro on Steam, default branch (0.9.5) Created a new project. Opened the Visual Studio solution and compiled for debug and release. Ran the game, and the start.map game opened and ran. Questions: Are you launching from the editor or from Visual Studio? If you are in the editor, do you have the start.map scene open in the editor when you launch? This is a new project, right, not an old project that was previously created with the Vulkan build of Ultra? It sounds like maybe the program is not loading the starting map, so there is no camera and just a black screen. 1 Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
ErhanK Posted April 18 Author Share Posted April 18 Hi, I will try again.. After building, I started it from the editor and start.map was open. This is my new computer. I freshly installed the 0.9.5 version and created a project for the first time. It was not a project I had worked on before. However, when I created a fresh project, the project manager informed me to upgrade the project. Quote Link to comment Share on other sites More sharing options...
ErhanK Posted April 18 Author Share Posted April 18 By the way, the program does not seem to render the black color. When I run the game, the program stops responding. No matter how long I wait, it stays that way. Quote Link to comment Share on other sites More sharing options...
Josh Posted April 18 Share Posted April 18 Perhaps a dumb question, but have you been here?: https://www.nvidia.com/download/index.aspx?lang=en-us Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
ErhanK Posted April 18 Author Share Posted April 18 I wouldn't miss something like this, trust me. I will try again and try to provide you with more detailed information. 1 Quote Link to comment Share on other sites More sharing options...
Josh Posted May 1 Share Posted May 1 Was this only occurring when the game is launched from the editor? We had a problem where the process was being blocked because its output pipe was not being read by the editor after launching, which would cause the game to freeze on a print command. This was recently fixed. Does this happen when running the game from Visual Studio, or only when launching from in the editor? Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Josh Posted May 7 Share Posted May 7 The user reported that the console is continuously printing "Invalid operation" errors while the game runs. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Acnologiak Posted May 21 Share Posted May 21 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. Quote Link to comment Share on other sites More sharing options...
Acnologiak Posted May 21 Share Posted May 21 On 5/7/2024 at 3:41 AM, Josh said: The user reported that the console is continuously printing "Invalid operation" errors while the game runs. 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). Quote Link to comment Share on other sites More sharing options...
Josh Posted May 21 Share Posted May 21 Hmmm, perhaps the OP's problem is that Intel graphics are being used instead of the Nvidia card. You can check by adding this code to your main loop: while (PeekEvent()) { auto e = WaitEvent(); if (e.id == EVENT_STARTRENDERER) { Print(e.text); } } Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Solution ErhanK Posted August 14 Author Solution Share Posted August 14 Now it's working Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.