Open GoogleCodeExporter opened 8 years ago
1. Not sure which version fixed mp3 playback, or whether it's working still
in latest wine. If you can narrow down the version when it started working
for this game, maybe we can see the related bug in bugzilla.
2. No function yet for launcher icons, but it'd be nice to have.
Paul Rafferty mentioned that he uses lines like
wrestool -x -t 14 $installed_exe1 > $W_TMP/musicbee.ico
icotool -x --palette-size=0 -o $W_TMP $W_TMP/musicbee.ico
cp `ls -S -1 $W_TMP/musicbee*.png | head -n 1`
${HOME}/.local/share/icons/musicbee.png
to extract icons in a winetricks verb he's working on.
We should provide a function for that.
3. Dunno about midi, sorry.
Rather than unconditionally
installing directmusic, make it a workaround
for, say, wine bug 13884. Then you don't need a separate echo statement.
Random comment:
The game's kind of obscure, so please add a
homepage="http://leebleforest.wordpress.com/"
line of metadata.
Original comment by daniel.r...@gmail.com
on 5 Oct 2013 at 6:00
1. Turns out, it doesn't depend on the Wine version - it depends on how Wine
was compiled. Thinking of distros where Wine comes pre-compiled, I don't know
how to determine what configure options the packager used to compile Wine. Is
there a way to know that? How could I know if Wine was compiled with
'--without-mpg123' or not?
Info: http://wine-wiki.org/index.php/Sound_Troubleshooting#MP3
2. Pity - well now I included a solution which creates a desktop icon, maybe it
could be generalized. :) Thanks for the tip on how to extract the icon! Though
probably it wasn't that important for this game since it uses the generic RPG
Maker icon - the developer hasn't customized it yet.
3. OK, then this TiMidity conversion workaround must stay, as it seems. :(
Unfortunately I've never seen any version of Wine which could run this game
without directmusic, so I think it must be unconditionally installed.
I attached a new version. The only thing missing is to check the MP3 playback
capability - if there is no way to check that, at least there should be a
warning for the user to be aware of this problem. I remember, on Ubuntu Lucid
MP3 playback doesn't work, and I needed to install a codec manually - but I
don't remember how, but sure it wasn't through winetricks, cause I couldn't
find a verb to install MP3 codec. On Quantal, MP3 playback works out-of-the-box.
Original comment by megabru...@gmail.com
on 6 Oct 2013 at 4:28
Attachments:
Original issue reported on code.google.com by
megabru...@gmail.com
on 5 Oct 2013 at 1:34Attachments: