Author Topic: Bleeding Edge Graphics Test Results?  (Read 13600 times)

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline Gwmngilfen

  • Newbie Mark III
  • *
  • Posts: 40
Re: Bleeding Edge Graphics Test Results?
« Reply #1 on: March 02, 2017, 03:54:00 pm »
Had a look in the BleedingEdgeTest directory, but I only see Unity56Test.exe which I assume is not a Linux binary. Is the Linux binary missing, or do I need to call it from an interpreter of some kind?

Hopefully it'll run once I know how - I have the Talos Principle running with Vulkan on this machine :)
« Last Edit: March 02, 2017, 04:04:03 pm by Gwmngilfen »

Offline orzelek

  • Hero Member Mark III
  • *****
  • Posts: 1,096
Re: Bleeding Edge Graphics Test Results?
« Reply #2 on: March 02, 2017, 03:58:52 pm »
It crashed for me on windows after getting Vulkan initialized.
Attached crash report - I'm running Win 10 on i7-4790K and RX 480 with latest drivers.

Logs seem full of shader errors.

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Bleeding Edge Graphics Test Results?
« Reply #3 on: March 02, 2017, 04:28:32 pm »
Had a look in the BleedingEdgeTest directory, but I only see Unity56Test.exe which I assume is not a Linux binary. Is the Linux binary missing, or do I need to call it from an interpreter of some kind?

Hopefully it'll run once I know how - I have the Talos Principle running with Vulkan on this machine :)

Oh sweet with the Talos Principle!

I just did a new build that is the same version, but now includes all the proper files.  Simply exiting and restarting steam should get you what you need.  Thanks for the catch!
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline Lord Of Nothing

  • Full Member Mark II
  • ***
  • Posts: 174
Re: Bleeding Edge Graphics Test Results?
« Reply #4 on: March 02, 2017, 04:28:56 pm »
Ran fine for me, but this computer is less than three months old, so I'd hope so! :)
(Win10, i5-6600, GTX 1060 6GB)

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Bleeding Edge Graphics Test Results?
« Reply #5 on: March 02, 2017, 04:36:39 pm »
It crashed for me on windows after getting Vulkan initialized.
Attached crash report - I'm running Win 10 on i7-4790K and RX 480 with latest drivers.

Logs seem full of shader errors.

So... okay, wow, that's about as new and nice as they come when it's the AMD cards, eh?  Can you try running that with the command line arguments from here:

-force-glcoreXY: XY can be 32, 33, 40, 41, 42, 43, 44 or 45; each number representing a specific version of OpenGL. If the platform doesn’t support a specific version of OpenGL, Unity will fallback to a supported version.

You could basically open up a command prompt (Windows+R, type cmd), then drag and drop the executable in there.  Then type space and probably -force-glcore33 or similar.  Does it then run?

The fact that it crashes rather than switching over to DX or openGL is certainly concerning.

Anyhow, it thinks that your GPU has pretty much no capabilities based on what it is finding, which is bizarre.  It freaks out in there about even basic vertex shaders, so clearly it's just in a very invalid state for some reason.  I'm guessing drivers, but that's distressing to be sure.
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Bleeding Edge Graphics Test Results?
« Reply #6 on: March 02, 2017, 04:37:22 pm »
Ran fine for me, but this computer is less than three months old, so I'd hope so! :)
(Win10, i5-6600, GTX 1060 6GB)

Sweet -- thanks. :)  Yep, the nVidia 900 and 1000 series should be the safest bets around, on any OS.
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline rkfg

  • Newbie
  • *
  • Posts: 9
Re: Bleeding Edge Graphics Test Results?
« Reply #7 on: March 02, 2017, 04:48:19 pm »
I have this after launching ./Unity56TestLinux.x86_64:

I don't know what it should look like, maybe it's glitched in some way compared to Windows. Talos Principle and Doom with Vulkan renderer (on Wine) work just fine.

My config: 64bit Debian Stretch/testing, i7-2600, 32 Gb RAM, 1070 GTX (proprietary driver v378.13), Awesome WM.

Offline Gwmngilfen

  • Newbie Mark III
  • *
  • Posts: 40
Re: Bleeding Edge Graphics Test Results?
« Reply #8 on: March 02, 2017, 04:53:40 pm »
I have the same results, flappy blue things under a bridge :)

Specs:
ArchLinux 4.9.12-1-ck #1 SMP PREEMPT Thu Feb 23 15:44:03 EST 2017 x86_64 GNU/Linux
vulkan-icd-loader 1.0.39.0-1
nvidia-ck 1:378.13-2 (ck-generic)
NVIDIA Corporation GM204 [GeForce GTX 970] (rev a1)
Intel(R) Core(TM) i5-6600 CPU @ 3.30GHz
Mem:          15950

Offline orzelek

  • Hero Member Mark III
  • *****
  • Posts: 1,096
Re: Bleeding Edge Graphics Test Results?
« Reply #9 on: March 02, 2017, 04:58:34 pm »
With GLCore forced to 4.5 it runs - sad that vulkan is not starting up would be useful :)

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Bleeding Edge Graphics Test Results?
« Reply #10 on: March 02, 2017, 05:02:28 pm »
I have this after launching ./Unity56TestLinux.x86_64:

I don't know what it should look like, maybe it's glitched in some way compared to Windows. Talos Principle and Doom with Vulkan renderer (on Wine) work just fine.

My config: 64bit Debian Stretch/testing, i7-2600, 32 Gb RAM, 1070 GTX (proprietary driver v378.13), Awesome WM.

Yep, that's correct in terms of what you should see.  It's just a random scene.  Thank you!
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Bleeding Edge Graphics Test Results?
« Reply #11 on: March 02, 2017, 05:04:45 pm »
NVIDIA Corporation GM204 [GeForce GTX 970] (rev a1)
Intel(R) Core(TM) i5-6600 CPU @ 3.30GHz
Mem:          15950

It was running the game "a little rough" under those specs?  Yikes!  I'm glad it was running, but I don't like the sound of that.  Vulkan might be a help on your machine, once we can get that to the main game, though.

With GLCore forced to 4.5 it runs - sad that vulkan is not starting up would be useful :)

Well, that's good that it runs at least with 4.5.  Bummer on the vulkan support, though.
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline Oralordos

  • Sr. Member Mark III
  • ****
  • Posts: 434
  • Suffering from Chronic Backstabbing Disorder
Re: Bleeding Edge Graphics Test Results?
« Reply #12 on: March 02, 2017, 05:12:56 pm »
I'm running on a surfacebook. When running with the keyboard (like I should be doing while playing a game) it runs fine. When I run it in tablet mode without the graphics card in the keyboard, it crashes on start. So... expected results.

Intel i7-6600U CPU 2.6 GHz 4 core
Nvidia GTX 965M

Offline Gwmngilfen

  • Newbie Mark III
  • *
  • Posts: 40
Re: Bleeding Edge Graphics Test Results?
« Reply #13 on: March 02, 2017, 05:34:59 pm »
It was running the game "a little rough" under those specs?  Yikes!  I'm glad it was running, but I don't like the sound of that.  Vulkan might be a help on your machine, once we can get that to the main game, though.

Nope, it was fine. You may be confusing this thread with the i915 thread :)

Offline RabidSanity

  • Newbie Mark II
  • *
  • Posts: 23
Re: Bleeding Edge Graphics Test Results?
« Reply #14 on: March 02, 2017, 06:30:57 pm »
Worked fine on my machine.

System Specs:
 OS: Ubuntu 16.04.2 64bit
 GPU: Nvidia 770
 CPU: I7 6700
 Ram: 16 GB DDR4

 

SMF spam blocked by CleanTalk