English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Language > Coders. AMOS

 
 
Thread Tools
Old 22 October 2023, 04:46   #1
Inner200k
Registered User
 
Join Date: May 2023
Location: Christchurch, New Zealand
Posts: 33
AmosPro Compiler Crash

I'm using the AmosPro from github : https://github.com/marc365/AMOS-Professional-365

-- The compiler located in /Compiler/Compiler_Shell - Faults with a 8000000B
-- I located an Accessory compiled a some code and it too - Faults with a 8000000B

I did some googling (bad idea still worth a shot) 8000000B was told that it is a lack of FPU, turned it on in WinUAE and it Yellow Screens of death ?

Am I missing something?

Maybe I need to shift to;
https://amos-professional-unity.fred....php?rubrique2

AmosPro Unity ..

Last edited by Inner200k; 22 October 2023 at 05:23.
Inner200k is offline  
Old 22 October 2023, 07:33   #2
Samurai_Crow
Total Chaos forever!
 
Samurai_Crow's Avatar
 
Join Date: Aug 2007
Location: Waterville, MN, USA
Age: 49
Posts: 2,186
AmosPro Unity still uses the stock compiler as much as possible. I don't know what Marc did to his version of AmosPro.
Samurai_Crow is offline  
Old 22 October 2023, 10:07   #3
alain.treesong
Aghnar
 
Join Date: Jan 2019
Location: France
Posts: 153
You can perhaps shift to what I assembled :
https://github.com/alain-treesong/amiga_coding_in_amos

(drop box link in the bottom of the page)
It's a version of Amos pro 2 with 2 major extensions and some bug fixes

You can use the standard amos pro compiler.

EDIT : By the way, it is possible that you use some arithmetic call (cos, sin etc) and that you don't have the math library in your path when you execute compile code.
alain.treesong is offline  
Old 22 October 2023, 15:43   #4
Inner200k
Registered User
 
Join Date: May 2023
Location: Christchurch, New Zealand
Posts: 33
Quote:
Originally Posted by alain.treesong View Post
You can perhaps shift to what I assembled :
https://github.com/alain-treesong/amiga_coding_in_amos

(drop box link in the bottom of the page)
It's a version of Amos pro 2 with 2 major extensions and some bug fixes

You can use the standard amos pro compiler.

EDIT : By the way, it is possible that you use some arithmetic call (cos, sin etc) and that you don't have the math library in your path when you execute compile code.
Okay, had to do some testing before I replied; I ditched Marcs version in favor of https://github.com/AmiDARK/AmosProfe...cial-Releases/

I have 2 libs that I thought might be causing an issue both are related to TOME (AmosPro_Tome.lib and AmosPro_Range.lib) ... I wrote a quick slap up;

Do
Print "Hello World"
Loop

Which compiles just fine with or without the Tome/Range Libs.

The code in which I'm attempt to compile however doesn't it still crashes with the same error, the lines commented out I did before I even tried to compile it, it doesn't use any math libraries that I can see however that said which ones does it actually require just as a further thing to trouble shoot.
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2023-10-23 023950.png
Views:	38
Size:	7.3 KB
ID:	80520  
Inner200k is offline  
Old 22 October 2023, 15:46   #5
DisasterIncarna
Registered User
 
DisasterIncarna's Avatar
 
Join Date: Oct 2021
Location: England
Posts: 1,172
maybe a simple Set Buffer issue? that used to be my biggest issue once my programs got a bit more complex.
DisasterIncarna is offline  
Old 22 October 2023, 16:05   #6
Inner200k
Registered User
 
Join Date: May 2023
Location: Christchurch, New Zealand
Posts: 33
Quote:
Originally Posted by DisasterIncarna View Post
maybe a simple Set Buffer issue? that used to be my biggest issue once my programs got a bit more complex.
Hmm Set Buffer runs out of memory extending it past its default, aside from that I doubt my tiny program would breach a buffer limit at least at this stage.
Inner200k is offline  
Old 22 October 2023, 16:25   #7
Inner200k
Registered User
 
Join Date: May 2023
Location: Christchurch, New Zealand
Posts: 33
Think I got it, looked a the 'AMOSPro_Community_2020_1.adf' libs: folder, I was missing amos.library and medplayer.library coping these to my libs: folder brought it to life.
Inner200k is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
bmp decoder on amospro DiabloV Coders. AMOS 3 22 July 2023 08:23
SAS/C 6.50 Compiler crash AmiGuy Coders. General 6 19 July 2019 22:34
Forgotten extension in AmosPro Goldrunner support.Apps 2 04 September 2013 14:44
AMOSPro Source Retro1234 Coders. AMOS 4 09 December 2012 02:28
AMOSpro install A4000 frl9lk support.Apps 1 28 October 2008 15:48

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 06:18.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.08130 seconds with 16 queries