Francois LE COAT wrote:
> http://eureka.atari.org/miniPack.zip miniPack is modified with ... and
> EmuTOS 0.9.11.
Very good!
Be sure that I have carefully tested the miniPack when preparing the EmuTOS
0.9.11 release.
> This simple ARAnyM configuration is running on any machine.
Really?
When I tried with ARAnyM 1.1.0, it lamentably failed because of this ARAnyM
issue:
https://github.com/aranym/aranym/issues/24
Francois LE COAT wrote:
> `run_ppc.sh` allows launching on Mac and PS3 with PPC-Linux
On PS3? How funny. Didn't know that this worked. Do you have any screenshots
for that?
Francois LE COAT wrote:
> You should test it again, because I've modified the script, and tested it
> under Win8, running alright :-)
Very good, it works well !
But even if adding workarounds for buggy emulators is a good temporary solution, fixing the bugs is better.
And also:
Did you really use the official ARAnyM 1.1.0 binaries?
Francois LE COAT wrote:
> Did you really use the official ARAnyM 1.1.0 binaries?
>
> No, I used the latest snapshot. ARAnyM 1.1.0 was released with a .exe setup,
> and not a .zip file. The .zip file is better for me.
This explains the behaviour I observed.
Everything works fine in the miniPack.
But you advertise that you ship "the new release of ARAnyM 1.1.0". This is
obviously wrong, as you actually ship a more recent snapshot. And if I
hadn't compared the binaries, or checked EmuDesk behaviour, I would not have
noticed that it was not the official version. Coupled to the fact that the
snapshot proudly (and incorrectly) displays "ARAnyM 1.1.0" without any clue,
that's completely confusing.
Moreover, this raises another issue. If ARAnyM users (or redistributors) can
easily use snapshots but can't use official releases at all, then there is
something wrong with the packaging.
Basically, when running windowed, at startup the the mouse can't be moved left or top.
ARAnyM http://aranym.github.io/ is the GNU/GPL ATARI Virtual Machine
from which a minimal configuration, the *miniPack* is distributed
http://eureka.atari.org/miniPack.zip miniPack is modified with
the new release of ARAnyM 1.1.0 and EmuTOS 0.9.11. It supports :
`Run_win` allows launching on PC with Windows
`MacAranym` allows launching on PPC Macintosh with OS X
`MacAranym JIT` allows launching on IntelMac with OS X
`run_x86.sh` allows launching on PC with x86-Linux
`run_ppc.sh` allows launching on Mac _and_ PS3 with PPC-Linux
So Macintosh-PC-PlayStation3 are all supported with Windows,
OS X and GNU/Linux.
This simple ARAnyM configuration is running on any machine.
Here is a screenshot http://eureka.atari.org/aranym.gif
Enjoy, it's yours =)
On Montag, 10. Juni 2019 08:46:04 CEST Vincent Rivière wrote:
> Coupled to the fact that the
> snapshot proudly (and incorrectly) displays "ARAnyM 1.1.0" without any clue,
> that's completely confusing.
That should be fixed now. I just pushed a fix so that aranym --version will now print either
ARAnyM 1.1.0 2019/04/14 (release)
(where the release date is fixed in version.h, and changed only when a release is actually made), or
ARAnyM 1.1.0 2019/06/23 (git:dad21ffd)
where the date is the commit date, and the string is the abbreviated commit hash as printed by git log.
If you download a tarball from github instead of cloning the repo, then compile it locally, it will print
ARAnyM 1.1.0 2019/06/23 (local)
where date is the compile date.
As a side effect, the same version string will now also be part of the initial window title (but that will later change when the window gets mouse focus),
and also be displayed in the About dialog from the setup.
On Montag, 24. Juni 2019 19:07:46 CEST Francois LE COAT wrote:
> Do you mean binaries that are located at :
>
> <http://dl.bintray.com/aranym/aranym-files/temp/> ?
>
Not from the temp folder (these are only there because the jobs take too long, and have to be split). But there are also archives in
http://dl.bintray.com/aranym/aranym-files/snapshots/
look for *stretch-armhf*
> It should be compiled for ARM-Linux, and run on the Raspberry Pi ?
Yes, i think so.