Author Topic: Who cannot play PSUnreal?  (Read 1692 times)

Talad

  • Administrator
  • Hydlaa Notable
  • *
  • Posts: 798
    • View Profile
Who cannot play PSUnreal?
« on: March 09, 2023, 08:24:18 am »
Hi,
I would like to know if there are any Legacy players who can't play PSUnreal due to old hardware. In this case can you let me know your character name, the hardware you have and what kind of error/problem you see in PSUnreal. Posting the log file of PSUnreal in https://pastebin.com/ and linking here the URL will be good.

If you want to know where PSUnreal.log is located, check this page: https://planeshift.top-ix.org/pswiki/index.php/PSUnreal_Client_logs_and_configs

Damola

  • Hydlaa Citizen
  • *
  • Posts: 216
    • View Profile
Re: Who cannot play PSUnreal?
« Reply #1 on: March 11, 2023, 09:07:21 am »
I think it would be a good idea to tell people about your post during the PS Legacy event this evening. I hope I remember to do so.
Love,
Damola

nerdful1

  • Traveller
  • *
  • Posts: 20
    • View Profile
Re: Who cannot play PSUnreal?
« Reply #2 on: March 11, 2023, 11:03:54 am »
https://pastebin.com/Rvhybai5
vulkaninfo: https://pastebin.com/jrhphnfG
Not older hardware.1 1/2 year old I7 intel.
Worked ok on 7.30, won't even show a sign of starting, but log happens.
Currently testing with Manjaro/Arch linux, ubuntu mate.
7.31 in W10 on same hardware works fine.

« Last Edit: March 11, 2023, 11:07:20 am by nerdful1 »

KayKay76

  • Traveller
  • *
  • Posts: 46
    • View Profile
Re: Who cannot play PSUnreal?
« Reply #3 on: March 11, 2023, 06:36:55 pm »
I have many characters(6 I think). Mains be Anysu and Kaltarina. Can't play on my macmini from 2011. No logs to show since game wont play with my OS which is 10.12.6 Sierra. Supposedly I should be able to get 10.13 High Sierra on, but having issue doing that. But it isn't just the OS, my hardware is poor as well. Anysu.

Mac Mini (Mid 2011)
2GHz Intel Core i7
4 GB 1333 MHz DDR3
Intel HD Graphics 3000 384 MB

mohonin

  • Traveller
  • *
  • Posts: 16
    • View Profile
Re: Who cannot play PSUnreal?
« Reply #4 on: March 31, 2023, 10:21:47 am »
Talad Sir, I'm new to Laptop, and this is my first Laptop in life. Installed Ubuntu 22.04 in it. Installing PSU was easy like windows. All GUI. Extracted the file, gave permission to all and ofcourse downloaded the Linux ver of PSU.
But the PSLauncher just won't start. Some text comes in terminal and vanishes before i can read it. Anyway, The following is the Graphics Card Specs i cud manage to find, hope it helps :-
  *-display
       description: VGA compatible controller
       product: TigerLake-LP GT2 [Iris Xe Graphics]
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       logical name: /dev/fb0
       version: 01
       width: 64 bits
       clock: 33MHz
       capabilities: pciexpress msi pm vga_controller bus_master cap_list rom fb
       configuration: depth=32 driver=i915 latency=0 mode=1366x768 resolution=1366,768 visual=truecolor xres=1366 yres=768
       resources: iomemory:600-5ff iomemory:400-3ff irq:158 memory:6002000000-6002ffffff memory:4000000000-400fffffff ioport:5000(size=64) memory:c0000-dffff memory:4010000000-4016ffffff memory:4020000000-40ffffffff

Damola

  • Hydlaa Citizen
  • *
  • Posts: 216
    • View Profile
Re: Who cannot play PSUnreal?
« Reply #5 on: March 31, 2023, 12:30:28 pm »
If you run PSUnreal inside a terminal emulator with scrollbar, you should be able to scroll up to read the text.

Do you have Vulkan driver support installed? In Debian/Devuan/Ubuntu its supposed to be in the package mesa-vulkan-drivers. Also Intel Xe graphics is quite new. Maybe Ubuntu 22.04 is too old? In package vulkan-tools is a command named vulkaninfo.

Under Layers this command should display the found graphics drivers. There should be at least one layer which relates to your graphics chip (Intel Xe graphics). I for example have something like:

Code: [Select]
Layers: count = 3
=================
VK_LAYER_INTEL_nullhw (INTEL NULL HW) Vulkan version 1.1.73, layer version 1:
        Layer Extensions: count = 0
        Devices: count = 2
                GPU id = 0 (AMD Radeon Graphics (RADV RENOIR))
                Layer-Device Extensions: count = 0

                GPU id = 1 (llvmpipe (LLVM 15.0.6, 256 bits))
                Layer-Device Extensions: count = 0

VK_LAYER_MESA_device_select (Linux device selection layer) Vulkan version 1.3.211, layer version 1:
        Layer Extensions: count = 0
        Devices: count = 2
                GPU id = 0 (AMD Radeon Graphics (RADV RENOIR))
                Layer-Device Extensions: count = 0

                GPU id = 1 (llvmpipe (LLVM 15.0.6, 256 bits))
                Layer-Device Extensions: count = 0

VK_LAYER_MESA_overlay (Mesa Overlay layer) Vulkan version 1.3.211, layer version 1:
        Layer Extensions: count = 0
        Devices: count = 2
                GPU id = 0 (AMD Radeon Graphics (RADV RENOIR))
                Layer-Device Extensions: count = 0

                GPU id = 1 (llvmpipe (LLVM 15.0.6, 256 bits))
                Layer-Device Extensions: count = 0
Love,
Damola

mohonin

  • Traveller
  • *
  • Posts: 16
    • View Profile
Re: Who cannot play PSUnreal?
« Reply #6 on: April 02, 2023, 06:01:36 am »
This is all that is comming after installing Vulkan Driver :-
#!/bin/sh
UE_TRUE_SCRIPT_NAME=$(echo \"$0\" | xargs readlink -f)
UE_PROJECT_ROOT=$(dirname "$UE_TRUE_SCRIPT_NAME")
chmod +x "$UE_PROJECT_ROOT/PSLauncher/Binaries/Linux/PSLauncher"
"$UE_PROJECT_ROOT/PSLauncher/Binaries/Linux/PSLauncher" PSLauncher "$@"

the above comes when i clk the PSLauncher.sh