Notices


Reply
Thread Tools
Posts: 61 | Thanked: 83 times | Joined on Feb 2010 @ Estonia
#161
Originally Posted by awett View Post
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
 

The Following User Says Thank You to zod For This Useful Post:
Posts: 50 | Thanked: 16 times | Joined on May 2011
#162
edited my last post runs fine now :-)
any chance to fix the full screen issue?
 
Posts: 61 | Thanked: 83 times | Joined on Feb 2010 @ Estonia
#163
Originally Posted by awett View Post
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? :


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).
 

The Following User Says Thank You to zod For This Useful Post:
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#164
Originally Posted by zod View Post
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
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 

The Following User Says Thank You to Estel For This Useful Post:
Posts: 61 | Thanked: 83 times | Joined on Feb 2010 @ Estonia
#165
Originally Posted by Estel View Post
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's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#166
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
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 
pelago's Avatar
Posts: 2,121 | Thanked: 1,540 times | Joined on Mar 2008 @ Oxford, UK
#167
Yes, I agree that depending on gnu-tar is not ideal.
 

The Following User Says Thank You to pelago For This Useful Post:
Posts: 61 | Thanked: 83 times | Joined on Feb 2010 @ Estonia
#168
Point taken.
Dependency now removed and version checking added.
 

The Following User Says Thank You to zod For This Useful Post:
Posts: 105 | Thanked: 46 times | Joined on May 2011
#169
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 ...
 
Posts: 72 | Thanked: 76 times | Joined on Jun 2010 @ Oulu
#170
Originally Posted by daniel_m View Post
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.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 20:59.