Unreal Engine Editor on Linux: How do I see the log when running as Standalone Game? - unreal-engine4

I am running Unreal Engine 4.27 on Linux (Ubuntu 22.04).
When running as a standalone game from within the editor, I am using the launch parameters -RenderOffScreen -log (because I am running Pixel Streaming). However, no log window appears. The log window appears as expected when running a packaged project or using these parameters in the editor on Windows.
Is there a way of forcing the window to appear?

Related

Standalone Application does not start in Chrome Verion 92.0.4515.107

Does anyone know, why a standalone application does not start with a chrome browser (version 92.0.4515.107) on Windows anymore?
It was running until 23.07.21 and with no change in the simulation it is now blocked in loading phase. The simulation is still working with the embedded chromium as well as with Firefox.
As we checked with other models, it is only one model which faces this issue.

Unity build only shows a gray screen

I'm making a multiplayer first-person shooter, in the editor, I can play fine but when I build it, it just shows a gray screen and nothing happens. unity doesn't show any error after building.
i'm using unity 2020.1.6f1 and HDRP + DRX
my pc specs are:
AMD Ryzen 5 2600 Six-Core Processor
Nvidia GeForce GT 1030
this is the main menu in the editor
this is the build, it should show the main menu
You can try enabling Development Build from build settings to access the development console in the standalone application. Alternatively you can check the log files for the application for any errors that only happen in the build.
Based on current documentation you can find the log files from:
Windows: %USERPROFILE%\AppData\LocalLow\CompanyName\ProductName\Player.log
Mac: ~/Library/Logs/Company Name/Product Name/Player.log
Linux: ~/.config/unity3d/CompanyName/ProductName/Player.log

scrcpy won't run when the flutter app is opened in the IDE

hi guys so i'm using a physical device during development and i also have scrcpy screen share installed. the problem is every-time i open a flutter project in the IDE the scrcpy stops and i don't quite understand what's causing this problem.
i'm using Ubuntu 20.04
Your IDE opens another version of adb. Check the output of scrcpy (run scrcpy-console.bat on Windows).
See https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#conflicts-between-adb-versions

Command Line Arguments conflicting on Unity 3.5.7 Windows x64 Application

Im trying to test a build of an application using Unity 3.5.7 on a Windows x64 machine using dual monitors at 1920x1080 each. The app itself works, and when using -force-opengl command line to run the app it runs just fine but it will run in window mode. Same thing with the -popupwindow command, the app will run fine but filling both screens with DirectX.
Real problem is when i try to use both arguments on the same app at the same time. The app will run borderless and using OpenGl renderer, but the app wont fill the screens. Ive done this with DirectX but when i force my app into OpenGL it will not allow the app to run in all the space in both screens.
The machine is using an Nvidia 740 GFX card.
OpenGL ver. 4.5.
Is there any way to run the application on both screens simulating a full screen borderless window running OpenGL?

Unity3d opening in background

When I start Unity5 (when I open Unity.exe) and select some project, for some reason It starts running in the background and the Editor window doesn't show up. When I check the Task Manager, Unity is running, but as I said it's in background and I can't see any window. It happens with all the projects I've tried. I'm trying now with a fresh install and it keeps happening. This happened previously with Unity 4.6 too.
I'm running Windows 8.1 Pro.
My log: http://pastebin.com/aysjEjJG
What can be causing it?