White screen on startup

Description

Describe the problem here.

The GUI is just plain white, nothing in it.

Laptop:
HP, Windows 11
AudioRelay 0.24

Hello,

Would you mind posting your graphics card setup?

Graphics card: ?
Graphics card driver version: ?

Example:

Intel HD Graphics 530 - driver version 21.20.16.4550
Nvidia GeForce GTX 960M - driver version 27.21.14.6140

If you have an Intel HD Graphics, you could try to download the latest driver from HP:
https://support.hp.com/us-en/drivers/laptops

Otherwise, disabling hardware acceleration for AudioRelay should work. You can follow these instructions to do that:

Please let me know if this works for you.

Intel(R) HD Graphics Family - 20.19.15.5126
AMD Radeon R5 M255 - 27.20.11023.12002

Older version (maybe 0.12?) was working nicely

Thanks for the info.

You’re right, but I had to rewrite the app to make it work on other platforms.
This issue in the graphics library will hopefully be fixed in the future. (compose-jb / github issue)

Here are the instructions that should make the app work, please let me know if this works OK.

  • In the Windows start menu, type environment
  • Open the first item
  • Click on Environment Variables
  • Click on New
  • Set SKIKO_RENDER_API as variable name
  • Set SOFTWARE as variable value
  • Click OK on all windows
  • Start AudioRelay

CleanShot 2022-03-03 at 13 28 09

Yes, now it works nicely now.

I confirm that this solution worked on my machine as well. Thank you, Asapha.

Intel HD 4600 20.19.15.5171
GTX 780M 25.21.14.2600

I just made the steps listed above and it is worked for me thanks for the Asapha Developer
MY Graphic card is Intel HD 9.17.10.4459 19/05/2016
PC IS DELL OPTIPLEX 3010 Intel(R) Pentium(R) CPU G645 @ 2.90GHz 2.90 GHz

This solution works completely fine. Tried everything but in the end this worked.
Thanks a lot Asphaa…! <3

I signed up just to say thank you so much

I tried all of the steps didn’t work still the same error

i have an i3 4130 and HD 4400 (the intergraded graphics)

Translation

I ran into a similar problem myself, except in my case, I could get into the program interface just fine, but it was incredibly laggy. I’d click the mouse and have to wait 5 or 6 seconds for the program to respond, even though Task Manager didn’t show anything unusual. Your method actually fixed it—what’s the logic behind this? It’s like magic. Thanks for all your hard work!

Original Message

我也是遇到了类似的问题,只不过我的是能顺利进入程序界面,但是异常卡顿,点一下鼠标需要等个5到6秒,程序才会有反应,但是查看任务管理器,发现并没有异常,用你的方法解决,这到底是什么原理,太神奇了,您辛苦了

There could be an issue in your GPU’s driver or the code used by the app. So we work around that by using the CPU (SOFTWARE rendering) instead of the GPU to display the interface.