Welcome, Guest. Please login or register.

Recent Posts

Pages: 1 ... 4 5 [6] 7 8 ... 10
51
A600GS & A1200NG / Re: A1200NG questions
« Last post by asm1 on November 07, 2025, 04:02:37 PM »
Disappointing, to say the least. If there’s no stock, why does the website shows it has?

Not too happy about this… >:(

They are built to order.  Ordered mine beginning of September and got this week.  They were away over the summer with various Amiga 40 events (USA) and had to catch up with August September backlog.
52
General chat about Amiga topics / Re: Photos from Sunday at Amiwest 2025
« Last post by F0LLETT on November 07, 2025, 03:53:04 PM »
Damn, havent seen an acorn since I was in school, :).
53
A600GS & A1200NG / Re: Hollywood app crashes
« Last post by broadblues on November 07, 2025, 02:10:19 PM »
Thanks I can confirm the issue, I notice the first github issue shared above is one of yours?

Hollywood is a bit of a monolithic program to track something like this own with, and I'm no expert on the JIT in the first place, ideally a small fragment off C or assembly code that can reproduce the bug is needed.
54
A600GS & A1200NG / Re: Hollywood app crashes
« Last post by amyren on November 07, 2025, 01:48:18 PM »
After opening a black window it loses again and displays a errr requester saying:

No crashes occurred.

Just emailed you a updated executable to test with and without JIT
55
A600GS & A1200NG / Re: Hollywood app crashes
« Last post by amyren on November 07, 2025, 01:44:50 PM »
I think it’s a know slight issue on Arm JIT

https://github.com/BlitterStudio/amiberry-lite/issues/4

https://github.com/BlitterStudio/amiberry/issues/1125

I found JIT to be a little less stable than it is with winuae/ x86, Turning it off or tweaking setting in emulation config can help, also amiberry updates fixed a few issue I was running into in the past, so it good it getting more stable.


I think you are right.
There must be an issue with my A600GS setup, since it apears not to change anything if I turn JIT off or On. And the sysinfo readings I get suggests that JIT is enabled always.

To test this theory I did replace the SD card with one with a regular OrangePI linux install on. There I have Amiberry-Lite v5.7.5 installed. Turning off JIT and it runs without the error, with JIT on it acts just as on the A600GS setup.

Also I edited the script a bit to avoid the "crash with error" situation. This script will cause the program to run without premature exit, but will reveal that JIT messes up the sequence of reading tables in Hollywood.
With JIT it will count up from 100, but skip the number 102. Then when it counts down it will skip 102 again, and jump to 101, 100, and then 102.

Hollywood script:
UndoStack1 = CreateList()
SetFillStyle(#FILLCOLOR)
counter = 100
For i = 1 To 10
   InsertItem(UndoStack1, counter)
   Local undoBrushID1 = GetItem(UndoStack1, ListItems(UndoStack1)-1)
   Wait(40)
   Box(300, 100, 50, 20, #BLACK)
   TextOut(300, 100, undoBrushID1)
   counter = counter+1
Next
Wait(50)
For i = 1 To 10
   Box(300, 100, 50, 20, #BLACK)
   Local undoBrushID1 = GetItem(UndoStack1, ListItems(UndoStack1)-1)   
   TextOut(300, 100, undoBrushID1)
   Wait(40)
   RemoveItem(UndoStack1, ListItems(UndoStack1) - 1)
Next
WaitLeftMouse
56
General chat about Amiga topics / Photos from Sunday at Amiwest 2025
« Last post by RobertB on November 07, 2025, 10:01:52 AM »
     From November 2, the final day of the Amiwest Show, these are my pics.

http://blog.retro-link.com/2025/11/sunday-amiwest-2025-photos-part-1.html

http://blog.retro-link.com/2025/11/sunday-amiwest-2025-photos-part-2.html

http://blog.retro-link.com/2025/11/sunday-amiwest-2025-photos-part-3.html

http://blog.retro-link.com/2025/11/sunday-amiwest-2025-photos-part-4.html

          Truly,
          Robert Bernardo
          Fresno Commodore User Group -
          http://www.dickestel.com/fcug.htm
          Southern California Commodore & Amiga Network -
          http://www.portcommodore.com/sccan
57
Quote
I have been trying, without any success, to get the above AmigaDisk.img recognised by Amiberry - a fork of UAE - as I am guessing that the fs is either Smart File System. Professional File System or maybe fro  OS 3.9 - which might not be compatible with the kernel. It could also be Affs, but patched using ide-fix97

Have you tried to look at the drive in Amiberry with HDToolbox. I guess that should give you the file system. Also I think you should be able add file system to the boot record of the drive.
58
A600GS & A1200NG / Re: Hollywood app crashes
« Last post by AmigaNG on November 07, 2025, 09:00:20 AM »
I think it’s a know slight issue on Arm JIT

https://github.com/BlitterStudio/amiberry-lite/issues/4

https://github.com/BlitterStudio/amiberry/issues/1125

I found JIT to be a little less stable than it is with winuae/ x86, Turning it off or tweaking setting in emulation config can help, also amiberry updates fixed a few issue I was running into in the past, so it good it getting more stable.



59
A600GS & A1200NG / Re: A1200NG questions
« Last post by SkulleateR on November 06, 2025, 11:31:39 PM »
Disappointing, to say the least. If there’s no stock, why does the website shows it has?

Not too happy about this… >:(

Was always the case, dunno why ... be patient  8)
60
was looking at the Individual Computers ACA 500, and wondering if a passive slot adapter in the A2000's CPU slot would allow the ACA500to work in a 2000.

I have some A1200 accelerators sitting gathering dust now my 1200's are pi-stormed up, and was wondering if i could get one running in a 2000.

everything seems to line up, but just wondering if there are any reasons why not?

pin 9 - 28Mhz, pin11 - Config Out - do i need this for zorro cards to work? & pin20 - BOSS, are not connected on the 500
pin60 - Bus Request and pin64 - Bus Grant seem to be handled by logic on the A2000, but on the A500 go straight to the CPU...
otherwise all the pins map directly.

tempted to test this by buzzing out the pins on an A500supraturbo28 i've got ,and seeing if can get that to work.
Pages: 1 ... 4 5 [6] 7 8 ... 10