As I expected, there were some residue bugs in 4.0.0 – one of them annoying enough to trigger another release: git | source | win32 .exe
fische 4: major release
fische has finally taken the next step, and things really have changed!
For anyone not into the details: git | source | win32 .exe
# fische needs 2-channel 16-bit signed integer audio sox -d -c2 -b16 -traw - | fische
NETGEAR ReadyNAS
I recently purchased a NETGEAR ReadyNAS Duo for my small home network. Having made the experience that NETGEAR make very good hardware with not-so-good firmware and virtually nonexistent and useless documentation, I had done some prior research and had found out the ReadyNAS is essentially a debian Linux box. Since I also wanted to use the box as a print server, I had also looked for and found a hardware compatibility list that included my printer.
My expectations were met. Continue reading
chasing a segfault bug
Some days ago, I encountered a segmentation fault bug in a C++ program I am working on. Obviously, I expected gdb or valgrind would help me find the problem and make it go away… So I thought. All I found was: It’s a problem with the boost::shared_ptr destructor. Continue reading
fishBMC 4.0.2
Out now! And with OS-X support!
more wine trouble
Appears I got my hope up too soon (see here) – more trouble was to come. Runtime errors – different from the original one – kept occuring, no matter what winetricks I applied…
Until I finally found out what had gone wrong in the first place: winetricks mfc40 (or mfc42 for that matter) failed to install oleaut32.dll for some unknown reason. After manually unpacking and registering the file, all trouble was gone.
Obviously, I would be interested in why it was possible to fix one of the many errors by just applying a different locale, but I guess I’ll stick to the old never touch a running system rule now…
debugging a wine problem
I recently spent one and a half days trying to get a Windows application to run on an Arch Linux PC. The strange part: I had the application running for years without any trouble, and then…
After a wine update, I got some runtime errors. Thus, I decided to just reinstall the app – installing had always worked just fine. But no success. The runtime errors kept popping up.
OK, I thought – just go back to the previous wine version… Did that, same errors! Tried a really old version (1.2.something), same errors!
After many many attempts and many many Google searches, I found a solution by pure chance: I installed the application on a different PC, and transferred the WINEPREFIX directory – Success!
Why did this work? Well, both machines run Arch Linux, and both are up-to-date…
Turns out the only real difference was the locale setting: The machine that finally did the job uses an English user interface as opposed to a German one. Investigation showed winetricks failed to properly install one of mdac28, jet40 or mfc40 when a non-English locale was in use.
fishBMC for XBMC 11.0 Eden
fishBMC bugfix release 3.2.3
This release fixes a certain crash on 32-bit Linux systems. You can find the download links on the 26elf front page. The repo has also been updated.
fishBMC second beta
FishBMC has received a handful of feature enhancements. There is now an optional persistence file, which enables faster initialization. Also, many optical tweaks have been incorporated, and the sound data is more completely used. You can download the Add-On here: 32-bit (outdated) or 64-bit (outdated)
If you prefer the repository way of installing, download this (64-bit only)
Still, only Linux 64-bit has been tested. Please report success or failure on other platforms to marcel at 26elf dot at.
