Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Oomek

Pages: [1] 2 3 ... 21
1
General / Re: Consistent idle crash on Windows 10
« on: July 26, 2021, 08:08:53 PM »
There is an alternative workaround:

Code: [Select]
local bgMusic = fe.add_image( "loop.wav" )
bgMusic.video_flags = Vid.NoLoop // if you want it to just play once

2
General / Re: Attract mode does not start
« on: March 20, 2021, 06:05:43 AM »
Anyone getting Attract Mode freezing with "NvAPI: nvapi64.dll loaded" Please download the daily build from the sticky post. It's confirmed working.

3
General / Re: Attract mode does not start
« on: February 15, 2021, 04:52:10 PM »
It's a known issue with 64bit version of nvapi. Attract Mode is unable to create an nvidia driver profile on some nvidia driver-gpu combinations. The only workaround at the moment is to launch 32 bit version of Attract Mode so the profile is created, then you can use the 64 bit version. It started happening after one of the driver updates. I was unfortunately not able to reproduce this on my machine.

4
It's in the works.

5
General / Re: SFML-PI updated to 2.5.1 - Testers needed
« on: September 25, 2020, 11:21:07 AM »
SFML-PI 2.5.1 has been merged into master.

6
General / Re: SFML-PI updated to 2.5.1 - Testers needed
« on: September 18, 2020, 01:59:45 PM »
If you could find that update script and if it compiles SFML from source all you need to do is to change the github.com/mickelson/sfml-pi to github.com/oomek/sfml-pi until it gets merged

7
General / Re: SFML-PI updated to 2.5.1 - Testers needed
« on: September 14, 2020, 12:51:30 PM »
Yes, you just change mickelson to oomek. Just make sure the SFML build folder is empty before rebuilding a new version. You do not need to rebuild ffmpeg

8
General / Re: SFML-PI updated to 2.5.1 - Testers needed
« on: September 14, 2020, 11:29:14 AM »
Have you rebuilt Attract Mode?

9
General / Re: SFML-PI updated to 2.5.1 - Testers needed
« on: September 11, 2020, 05:10:46 PM »
What platform you're on? PI3, PI4? What backend GLES, KMS/DRM?

10
General / Re: SFML-PI updated to 2.5.1 - Testers needed
« on: August 26, 2020, 08:05:18 AM »
Anything unusual.

11
General / Re: SFML-PI updated to 2.5.1 - Testers needed
« on: August 26, 2020, 01:55:21 AM »
It's the current Mickelson's master branch updated to 2.5.1 so yes just USE_DRM as before

12
General / Re: SFML-PI updated to 2.5.1 - Testers needed
« on: August 24, 2020, 09:39:32 AM »
No one interested?

13
General / SFML-PI updated to 2.5.1
« on: August 23, 2020, 05:05:30 AM »
Hi, I've finally synchronized my SFML-PI 2.5.1 X11 branch with Mickelson's 2.4.0 X11/KMS
Before I create a pull request would you please try it under X11 and KMS on PI3 and PI4 and report any problems here, or on Github?
Thanks.

https://github.com/oomek/sfml-pi

UPDATE:
It has been merged by Andrew on 25/09/2020. Thanks for your tests.

14
Scripting / Re: bg, video stuttering Q:
« on: July 26, 2020, 04:55:44 AM »
Unfortunately artwork reloading is still blocking operation, so if it takes longer than 16ms to load new artwork files the screen update will be stalled, that includes static video redraw.

15
Themes / Re: Ambience HD theme v0.8 beta [Released]
« on: December 11, 2019, 07:56:52 AM »
Here is a link to daily build if it's windows exe you're afrer.
http://www.svfdtn.com/attract/attract-daily.zip

Pages: [1] 2 3 ... 21