Search Criteria
Package Details: brainworkshop 5.0.1-1
Git Clone URL: | https://aur.archlinux.org/brainworkshop.git (read-only, click to copy) |
---|---|
Package Base: | brainworkshop |
Description: | Brain Workshop is a free open-source version of the Dual N-Back mental exercise |
Upstream URL: | https://github.com/samcv/brainworkshop |
Licenses: | |
Submitter: | xantares |
Maintainer: | xantares |
Last Packager: | xantares |
Votes: | 8 |
Popularity: | 0.003432 |
First Submitted: | 2015-10-13 20:02 |
Last Updated: | 2020-05-27 07:55 |
Dependencies (3)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-gl-transition, ffmpeg-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-nocuda, ffmpeg-ndi, ffmpeg-amd-full, ffmpeg-full-git, ffmpeg-amd-full-git, ffmpeg-headless)
- openal (openal119-bin, openal-git, openal-minimal-git)
- python-pyglet (python-pyglet-hg)
Latest Comments
1 2 3 Next › Last »
xantares commented on 2019-09-11 19:44
@josealb77 try brainworkshop-git
xantares commented on 2019-09-06 20:11
It needs a bit of python hacking, as pyglet switched from avbin to ffmpeg
there's a somewhat active fork here to contribute to:
https://github.com/samcv/brainworkshop
imheretoreport commented on 2019-09-06 19:16
josealb77, downgrade python2-pyglet package to 1.3.2-2, it worked for me.
xantares, is there a way to make brain workshop work with the current version of python2-pyglet?
josealb77 commented on 2019-08-31 08:47
$ brainworkshop AVBin not detected. Music disabled. Download AVBin from: http://code.google.com/p/avbin/ Traceback (most recent call last): File "/usr/share/brainworkshop/brainworkshop.pyw", line 4618, in <module> brain_icon.set_position(field.center_x - brain_icon.width//2, AttributeError: 'Sprite' object has no attribute 'set_position'
I've got installed avbin7 7.0.0-1 and brainworkshop 4.8.4-7
josealb77 commented on 2017-12-03 20:28
josealb77, I reverted back to avbin7, does that fix your problem?
Yes ;)
xantares commented on 2017-12-02 10:21
josealb77, I reverted back to avbin7, does that fix your problem?
xantares commented on 2017-12-01 08:05
could you try running gdb ?
josealb77 commented on 2017-11-30 10:24
I've uninstalled both avbin7 and brainworkshop, in order to not having dependency problems, and after I've installed brainworkshop answering yes when yaourt have asked me to install avbin as a dependency. All was installed fine. But when I launched brainworkshop:
$ brainworkshop
*** Error in `python2': munmap_chunk(): invalid pointer: 0x000055e43147e598 ***
/usr/bin/brainworkshop: line 2: 8615 Aborted (`core' generated) python2 /usr/share/brainworkshop/brainworkshop.pyw --resdir /usr/share/brainworkshop/res
$
xantares commented on 2017-11-27 20:32
ok, that a weird behavior of pyglet:
https://bugs.archlinux.org/task/56487?project=5&string=python2-pyglet
josealb77 commented on 2017-11-27 18:22
Do you have the python2-future package installed ?
I hadn't. I've installed it and now works ;)