Open geerlingguy opened 4 months ago
@ptitSeb - It looks like on the main site compatibility list, the listing shows "Picture unavailable" - is there anything I can do in my OP to make it so the image gets loaded in?
This was how images were gathered:
picsrcregexp = /(https?:\/\/[^:<>"']+\/[^:<>"'\/]+\.(png(!thumbnail)?|jpe?g))/gi;
picsrc = picsrcregexp.exec(issue.body);
if (picsrc === null) {
fallbackregexp = /]\((https:\/\/github.com\/ptitSeb\/box86-compatibility-list\/assets\/[^)]+)/gi;
picsrc = fallbackregexp.exec(issue.body);
}
(the entire script is available in my gist).
After reading through the issue.body
for this issue, the first image is at https://github.com/user-attachments/assets/93d7760a-8839-4d0e-991f-6ff44d2f40b9
, so I changed the ptitSeb\/box86-compatibility-list
part of the fallback regexp to (ptitSeb\/box86-compatibility-list|user-attachments)
. Now it works again.
Thank you for pointing that out (though, as you can guess I am the maintainer of this page, not ptitSeb :p).
Description
Runs well on the ADLINK workstation with an RTX 4070 Ti with Ray Tracing enabled or disabled. Did not have to adjust any settings. Was getting 30-40 fps with RT on, slightly more with it off, running in 'CAN IT RUN CRYSIS' mode.
Ran the version from the Steam store.
Tested on
ADLINK Ampere Altra Max Developer workstation: M128-28 CPU and Nvidia RTX 4070 Ti graphics card on Ubuntu Linux 22.04.
Previous behavior
None reported (though see https://github.com/ptitSeb/box86-compatibility-list/issues/78).
Current behavior
No quirks, took a little while to launch the first time but everything was playable.
Screenshots
OpenGL
Not sure.
Additional Information
N/A