Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

Development General

Development General
1744 posts | Last Activity on 06-02-2024 02:42 by deadwood
D
deadwood 06-02-2024 02:42, 3 months ago
Re: AROS ABIv0 20220318 Development [CLOSED]
@AMIGASYSTEM Can you tell me more or less far are you with testing third party applications? 25%/50%/75%?
H
hitchhikr 05-02-2024 22:20, 3 months ago
Re: ProTrekkr v2.6.6
Hi, ProTrekkr v2.6.6 for AROS was released today: https://hitchhikr.net/ptk_v2.6.6_aros.zip Be seeing you, f.
Responded in ProTrekkr v2.6.6
Amiwell79
Amiwell79 05-02-2024 19:54, 3 months ago
Re: Aros Software Promotion
on wcs archive there is a quick guide
AMIGASYSTEM
AMIGASYSTEM 05-02-2024 17:25, 3 months ago
Re: AROS ABIv0 20220318 Development [CLOSED]
Ok thanks, in any case with StackAttack I have never received any errors si Stack, without StackAttack on the other hand it often happens that a program requires a higher Stack, on OS3, almost never the low stack does generate a Guru, but only warning requests.
D
deadwood 05-02-2024 14:46, 3 months ago
Re: AROS ABIv0 20220318 Development [CLOSED]
Reading the description, StackAttack does not set the right stack for a given program. It just increases the default stack values that are present in the system for all processes (user and system ones). On AROS you can change default stack for Shell via Stack command, but we are missing a Prefs program that allows setting default stack for programs started from Wanderer. Right now default stack is 40960 for such programs.
AMIGASYSTEM
AMIGASYSTEM 05-02-2024 13:46, 3 months ago
Re: AROS ABIv0 20220318 Development [CLOSED]
Ok thank you, about the stack i had mentioned it a while ago, on Amiga OS3 there is a small application "StackAttack" that sets the right Stack automatically to run a progrmma. The StackAttack archive includes the source (ASM), on my OS3.9 it works fine ! https://aminet.net/package/util/boot/StackAttack2
D
deadwood 05-02-2024 13:00, 3 months ago
Re: AROS ABIv0 20220318 Development [CLOSED]
Try this version [url]https://axrt.org/development/jetpac.i386-aros.zip[/url]
D
deadwood 05-02-2024 12:45, 3 months ago
Re: AROS ABIv0 20220318 Development [CLOSED]
NetBubble -> works for me, you need to set 1024000 stack JetPac -> the game is broken, it is compiled with SDK from 2009 that had a bug in it and it only worked by luck. I will release a re-compilation. As for application to use to know correct Stack -> there is no such application. You need to increase stack until you stop getting "Stack went out of limits" Guru.
AMIGASYSTEM
AMIGASYSTEM 05-02-2024 11:42, 3 months ago
Re: AROS ABIv0 20220318 Development [CLOSED]
JetPac >- It worked well with previous Bulid 17/06/2022 http://archives.aros-exec.org/?function=showfile&file=game/action/jetpac.i386-aros.lha NetBubble>- It worked well with previous Bulid 17/06/2022 http://archives.aros-exec.org/?function=showfile&file=game/action/netbubble.i386-aros.lha On some games I have solved Stack errors by increasing the Stack! Question: What application do you use to know the correct Stack? On VICE (Emulator C64) I deleted some binaries that were going into Guru, C64 emulation is guaranteed by other binaries.
Amiwell79
Amiwell79 05-02-2024 09:12, 3 months ago
Re: Aros Software Promotion
a program to create documents is already there is RNOPublisher the author of cinnamon writer I haven't developed it for a long time, Alexander is worrying about WCS, I should contact a programmer who long ago developed a spreadsheet for amiga classic however it is not compatible with the new document standards, I don't know anyone else there would be sources of ignition another spreadsheet, of that there are sources for the new document formats excel and libreoffice, I wouldn't know where to turn to my list of programmers has been exhausted:(
M
miker1264 05-02-2024 08:57, 3 months ago
Re: Aros Software Promotion
We need software like FryingPan or Cinnamon Writer. Cinnamon Office?
Amiwell79
Amiwell79 05-02-2024 07:53, 3 months ago
Re: Aros Software Promotion
This is the v2.031 release of WCS Alexander has other ideas to make the software even more performant will work on it further https://www.adrive.com/public/MbuT6k/wcs-multi-aros.zip
Amiwell79
Amiwell79 05-02-2024 07:17, 3 months ago
Re: Aros Software Promotion
Thanks Jeff:)
J
Jeff1138 04-02-2024 23:55, 3 months ago
Re: Aros Software Promotion
Hi, For WCS, there a small one here http://www.bertinettobartolomeodavide.it/graficadigitale/amiga/WCS/Tutorial%20World%20Construction%20Set.html
D
deadwood 04-02-2024 13:27, 3 months ago
Re: AROS ABIv0 20220318 Development [CLOSED]
Ok, glad you found a workaround :)
AMIGASYSTEM
AMIGASYSTEM 04-02-2024 13:14, 3 months ago
Re: AROS ABIv0 20220318 Development [CLOSED]
Thanks deadwood, regarding DOS programs, on AROS One I have a Folder named DOS-Tools which includes all DOS applications, each application has its associated Icon, when the icon is executed a Shell will show info on how to use the program, to MP3gain and TinySidSDL I have associated a small script which will give the same result, see screenshot. MP3gain and TinySidSDL, can be used and will be replaced future when corrected
D
deadwood 04-02-2024 11:08, 3 months ago
Re: AROS ABIv0 20220318 Development [CLOSED]
Ok, I located the source of problems with tinysid and mp3gain. Here is a bug report: [b][url]https://github.com/deadwood2/AROS/issues/131[/url][/b] Since those tools are command line tools anyhow and the crash happens only when started from Wanderer, I won't be fixing this problem in this release.
D
deadwood 04-02-2024 10:12, 3 months ago
Re: AROS ABIv0 20220318 Development [CLOSED]
@AMIGASYSTEM For contrib Demos I created a bug report: https://github.com/deadwood2/AROS/issues/130 Mp3gain and TinySidSDL need 128000 of stack. If you run them from Shell, they will work correctly. When ran from Wanderer they will indeed show error about stack while this was not in in previous release. I need to investigate this.
AMIGASYSTEM
AMIGASYSTEM 04-02-2024 06:17, 3 months ago
Re: AROS ABIv0 20220318 Development [CLOSED]
Mp3Gain = Guru (Increased stack but Guru continues) Previous build worked fine http://archives.aros-exec.org/?function=showfile&file=audio/misc/mp3gain152.i386-aros.lha TinySidSDL = Guru (Increased stack but Guru continues) Previous build worked fine http://archives.aros-exec.org/?function=showfile&file=audio/play/tinysid_sdl.i386.zip TinySid Standard = It works well http://archives.aros-exec.org/?function=showfile&file=audio/play/tinysid.i386-aros.rar Metaball = Error "out of memory" (Also present in previous Builds) contrib/Extras/Demos/Metaballs PowerZoom = Error "Cant' open Picture !" (Also present in previous Builds) contrib/Extras/Demos/PowerZoom RubberStrings = Error "out of memory" (Also present in previous Builds) contrib/Extras/Demos/RubberStrings Continued .....
D
deadwood 04-02-2024 04:31, 3 months ago
Re: AROS ABIv0 20220318 Development [CLOSED]
Thanks, I'll then wait until you finish testing before making the release public.
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You cannot download attachments in this forum.

Filter by Tags

Popular Threads This Week

Icon Toolsby miker1264 177 posts
Tiny Aros DistrĂ²by Amiwell79 159 posts
AROS ABIv0 20220318-1 Supportby deadwood 70 posts
Custom Keyboard Layoutby MasterTggtt 14 posts
r-teaby r-tea 7 posts
AROS One 68k Work In Progressby AMIGASYSTEM 6 posts
Wanderer Menusby pixie 4 posts
Rufus 3.x and Rufus 4.x.by AMIGASYSTEM 3 posts
AROS Can Do IT videoby mattson62 1 post
Sign In
Not a member yet? Click here to register.
Forgot Password?
Users Online Now
Guests Online 5
Members Online 0

Total Members: 228
Newest Member: r-tea
Member Polls
Should AROSWorld continue with AROS-Exec files (SMF based)?
Yes44 %
44% [12 Votes]
No26 %
26% [7 Votes]
Not sure30 %
30% [8 Votes]