Package Details: blastem 0.6.2-2

Git Clone URL: https://aur.archlinux.org/blastem.git (read-only, click to copy)
Package Base: blastem
Description: Fast and accurate Sega Genesis/Mega Drive emulator
Upstream URL: https://www.retrodev.com/blastem/changes.html
Keywords: megadrive
Licenses: GPL3
Submitter: darkfm
Maintainer: Vaporeon
Last Packager: Vaporeon
Votes: 10
Popularity: 0.000147
First Submitted: 2017-06-04 11:06 (UTC)
Last Updated: 2021-01-15 14:28 (UTC)

Dependencies (5)

Required by (0)

Sources (2)

Latest Comments

1 2 3 Next › Last »

thesupertechie commented on 2026-03-02 02:50 (UTC)

Also could somebody reconfigure the package so that it doesn't need to make python2 from source? That appears to be the majority of build time. Thanks.

thesupertechie commented on 2026-03-02 02:07 (UTC)

If anyone getting an error loop, especially when their AUR helper tries to install dependencies, I would try disabling mirrors.pablonara.net and upstream-1.pablonara.net in your pacman mirrorlist. Apparently when it tries to download tk from there, it errors out with a 521.

doragasu commented on 2026-02-01 14:07 (UTC)

Could you please remove python2-pillow dependency? I haven't it installed and it builds nicely without it (I have python-pillow installed, but I don't know if it's needed).

alufd19 commented on 2024-12-11 15:18 (UTC)

Thanks Vaporeon and darkfm for them blastem 0.6.2-2 stable package!!!

Unbloated commented on 2024-08-26 20:59 (UTC)

Installing with yay is an hell.

tototoro commented on 2021-09-08 12:57 (UTC)

@Fourus I use "DejaVu Sans Condensed".

Fourus commented on 2021-08-26 23:33 (UTC)

I'm having the same problem as the person below me. What font did you use to fix the problem tototoro?

width: 640, height: 480
Window created with size: 640 x 480
config says: 512
Initialized audio at frequency 48000 with a 512 sample buffer, 32-bit float 
format
Added 14 game controller mappings from gamecontrollerdb.txt
Min samples buffered before audio start: 800
blastem: nuklear_ui/nuklear.h:18538: nk_begin_titled: Assertion `ctx- 
>style.font && ctx->style.font->width && "if this triggers you forgot to add 
a font"' failed.
Aborted

tototoro commented on 2021-08-06 23:02 (UTC) (edited on 2021-08-07 09:38 (UTC) by tototoro)

width: 640, height: 480
Window created with size: 640 x 480
config says: 512
Initialized audio at frequency 48000 with a 512 sample buffer, 32-bit float format
Added 14 game controller mappings from gamecontrollerdb.txt
Min samples buffered before audio start: 2400
blastem: nuklear_ui/nuklear.h:18538: nk_begin_titled: Assertion `ctx->style.font && ctx->style.font->width && "if this triggers you forgot to add a font"' failed.

I installed vasm from AUR and xcftools from community repo. Do I need to install some fonts?

EDIT:

I changed default font in KDE Settings and it works now. I don't now why it didn't work with Nimbus Sans.

SteelT commented on 2020-06-30 05:56 (UTC)

The multiple defined errors is due to the code not being GCC 10 compliant, since it defaults to -fno-common now. https://gcc.gnu.org/gcc-10/porting_to.html