OXP verifier not working on archlinux

For test results, bug reports, announcements of new builds etc.

Moderators: another_commander, winston, Getafix

Post Reply
User avatar
Lone_Wolf
---- E L I T E ----
---- E L I T E ----
Posts: 801
Joined: Wed Aug 08, 2007 10:59 pm
Location: Netherlands

OXP verifier not working on archlinux

Post by Lone_Wolf »

Oolite 1.90 and trunk both on archlinux both fail running the oxp verifier.

Code: Select all

$ /usr/share/oolite-git/oolite --verify-oxp ~/.Oolite/AddOns/EmergencyShield.oxp/
2025-11-15 21:57:18.763 oolite[2594:2595] Truncating thread name 'OOLogOutputHandler logging thread' to 15 characters due to platform limitations
[ALSOFT] (EE) Could not query RTKit: No such file or directory (2)
$ ls -l ~/.Oolite/Logs
total 128
-rw-r--r-- 1 panoramix panoramix      0 15 nov 21:57 EmergencyShield.oxp.log
-rw-r--r-- 1 panoramix panoramix    861 15 nov 21:57 Latest.log
-rw-r--r-- 1 panoramix panoramix 121059 15 nov 18:37 Previous.log
$ 
The ALSOFT message is normal on my system and does not cause issues for any application
I've opened https://github.com/OoliteProject/oolite/issues/529 , but it looks like that didn't attract attention.
OS : Arch Linux 64-bit - rolling release

From: The Netherlands, Europe

OXPs : My user page (needs updating)

Retired, occasionally active
User avatar
phkb
Impressively Grand Sub-Admiral
Impressively Grand Sub-Admiral
Posts: 5634
Joined: Tue Jan 21, 2014 10:37 pm
Location: Writing more OXPs, because the world needs more OXPs.

Re: OXP verifier not working on archlinux

Post by phkb »

Apologies, I did see the issue, but I don't have access to an Arch Linux setup to confirm/test/debug.
User avatar
Lone_Wolf
---- E L I T E ----
---- E L I T E ----
Posts: 801
Joined: Wed Aug 08, 2007 10:59 pm
Location: Netherlands

Re: OXP verifier not working on archlinux

Post by Lone_Wolf »

Do you have access to a VPS cloud provider (5 are offically supported) or AL guest on vmware or AL guest on virtualbox ?

Hyper-V and WSL2 are also possible, but trickier to install AL on.
OS : Arch Linux 64-bit - rolling release

From: The Netherlands, Europe

OXPs : My user page (needs updating)

Retired, occasionally active
User avatar
phkb
Impressively Grand Sub-Admiral
Impressively Grand Sub-Admiral
Posts: 5634
Joined: Tue Jan 21, 2014 10:37 pm
Location: Writing more OXPs, because the world needs more OXPs.

Re: OXP verifier not working on archlinux

Post by phkb »

I’ll try again with Virtual Box - my last few attempts to get a Linux VM up and running have failed for some reason, and at the time I wasn’t motivated enough to debug it.
User avatar
Lone_Wolf
---- E L I T E ----
---- E L I T E ----
Posts: 801
Joined: Wed Aug 08, 2007 10:59 pm
Location: Netherlands

Re: OXP verifier not working on archlinux

Post by Lone_Wolf »

For clarity :
The truncating message also appears when running oolite normally, so may not be related to the oxp verifier problem.
OS : Arch Linux 64-bit - rolling release

From: The Netherlands, Europe

OXPs : My user page (needs updating)

Retired, occasionally active
User avatar
Cholmondely
Archivist
Archivist
Posts: 6574
Joined: Tue Jul 07, 2020 11:00 am
Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
Contact:

Re: OXP verifier not working on archlinux

Post by Cholmondely »

I never got OXP verifier to work on my AppleMac either...
Comments wanted:
Missing OXPs? What do you think is missing?
Lore: The economics of ship building How many built for Aronar?
Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
User avatar
hiran
Theorethicist
Posts: 2587
Joined: Fri Mar 26, 2021 1:39 pm
Location: a parallel world I created for myself. Some call it a singularity...

Re: OXP verifier not working on archlinux

Post by hiran »

phkb wrote: Fri Nov 21, 2025 6:19 am
I’ll try again with Virtual Box - my last few attempts to get a Linux VM up and running have failed for some reason, and at the time I wasn’t motivated enough to debug it.
If you do, have an eye on the virtual graphics adapter.
It's OpenGL capabilities are sufficient for 1.90 but not 1.91 - since there was that HDR update.
Sunshine - Moonlight - Good Times - Oolite
User avatar
Lone_Wolf
---- E L I T E ----
---- E L I T E ----
Posts: 801
Joined: Wed Aug 08, 2007 10:59 pm
Location: Netherlands

Re: OXP verifier not working on archlinux

Post by Lone_Wolf »

While compiling trink I noticed this :

Code: Select all

src/Core/OXPVerifier/OOOXPVerifier.m: In function ‘OpenLogFile’:
src/Core/OXPVerifier/OOOXPVerifier.m:766:24: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  766 |                 (void) system([[NSString stringWithFormat:@"cat \"%@\"", OOLogHandlerGetLogPath()] UTF8String]);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Could this be related to the oxp verifier not writing anything to the log ?
OS : Arch Linux 64-bit - rolling release

From: The Netherlands, Europe

OXPs : My user page (needs updating)

Retired, occasionally active
Post Reply