maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Games (https://talk.maemo.org/forumdisplay.php?f=12)
-   -   OpenDUNE - Dune II remake (https://talk.maemo.org/showthread.php?t=54779)

zod 2012-01-31 11:43

Re: OpenDUNE - Dune II remake
 
Quote:

Originally Posted by awett (Post 1158324)
now it stops that way

Imho this is just a warning. Are you sure that opendune is not installed now? Check for /usr/games/opendune

awett 2012-01-31 11:54

Re: OpenDUNE - Dune II remake
 
edited my last post runs fine now :-)
any chance to fix the full screen issue?

zod 2012-01-31 14:25

Re: OpenDUNE - Dune II remake
 
Quote:

Originally Posted by awett (Post 1158324)
only think i recogniced is that this version no longer runs in full screen thank you very much your work :-)

I'ts looks like this? :
http://i44.tinypic.com/34qn5th.png

Actually there was black border from beginning. If you look Smoku's screenshots at first post, they also contain 640x400 image.
Problem is that original Dune2 runs at 320x200 resolution, so if you just double pixels, then it will be 640x400 not 640x480 (or 800x480).
So it's neccesary to stretch 200 to 240 first and then double (like it's done in ScummVM).

Estel 2012-02-01 09:51

Re: OpenDUNE - Dune II remake
 
Quote:

Originally Posted by zod (Post 1158299)
Added tar-gnu as dependency. Probably this fixes tar related problems.
Update your repositories and try again :)

Sorry, but why You're adding not-necessary program as dependency? Seems like very bad practice for me.

I'm satisfied enough with tar I have on my N900, and why the hell installing Dune should require tar-gnu (possibly breaking other things, that expect regular tar and it commands, not tar-gnu)?

/Estel

zod 2012-02-01 10:32

Re: OpenDUNE - Dune II remake
 
Quote:

Originally Posted by Estel (Post 1158818)
Sorry, but why You're adding not-necessary program as dependency? Seems like very bad practice for me

Problem is that busybox tar and tar-gnu need different arguments.

Solution is to make something like:
tar --version > /dev/null 2> /dev/null
if [ $? -ne 0 ]; then
TAR='tar x'
else
TAR='tar x --no-same-owner --no-same-permissions'
fi

Estel 2012-02-01 10:39

Re: OpenDUNE - Dune II remake
 
busybox-power tar is also lacking required arguments? all after all, busybox-power seems to be more sane thing to depend on, than tar-gnu.

Also, I don't see reason, why gnu-tar users should be "favorites" here. installing gnu-tar is "bleeding-edge" enough, to expect from people doing so, that they will be able to fix compatibility problems on their own.

Please, target Dune release on "normal" users, not noobs that messed something with their environment, and don't know how to provide 2 independent PATH'es...

/Estel

pelago 2012-02-01 11:28

Re: OpenDUNE - Dune II remake
 
Yes, I agree that depending on gnu-tar is not ideal.

zod 2012-02-01 11:35

Re: OpenDUNE - Dune II remake
 
Point taken.
Dependency now removed and version checking added.

daniel_m 2012-02-02 18:20

Re: OpenDUNE - Dune II remake
 
Great to see that you are continuing OpenDUNE!
But the latest update can't be installed on my N900 ... I get an error message about missing internet connection, which can't be since I was able to update OpenMediaPlayer ...

Mc_mice 2012-02-02 18:53

Re: OpenDUNE - Dune II remake
 
Quote:

Originally Posted by daniel_m (Post 1159574)
Great to see that you are continuing OpenDUNE!
But the latest update can't be installed on my N900 ... I get an error message about missing internet connection, which can't be since I was able to update OpenMediaPlayer ...

I have the same problem, tried installing with FAP and got the error. Also tried to install using terminal, got size mismatch error for the deb package.


All times are GMT. The time now is 16:28.

vBulletin® Version 3.8.8