Package Details: brainworkshop 5.0.2-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: GPL
Submitter: xantares
Maintainer: xantares
Last Packager: xantares
Votes: 9
Popularity: 0.000439
First Submitted: 2015-10-13 20:02 (UTC)
Last Updated: 2021-05-29 09:14 (UTC)

Latest Comments

1 2 3 Next › Last »

xantares commented on 2019-09-11 19:44 (UTC)

@josealb77 try brainworkshop-git

xantares commented on 2019-09-06 20:11 (UTC) (edited on 2019-09-06 20:11 (UTC) by xantares)

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 (UTC) (edited on 2019-09-06 19:17 (UTC) by imheretoreport)

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 (UTC)

$ 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 (UTC)

josealb77, I reverted back to avbin7, does that fix your problem?

Yes ;)

xantares commented on 2017-12-02 10:21 (UTC)

josealb77, I reverted back to avbin7, does that fix your problem?

xantares commented on 2017-12-01 08:05 (UTC)

could you try running gdb ?

josealb77 commented on 2017-11-30 10:24 (UTC)

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 (UTC)

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 (UTC) (edited on 2017-11-27 18:24 (UTC) by josealb77)

Do you have the python2-future package installed ? I hadn't. I've installed it and now works ;)