Welcome, Guest. Please login or register.

Recent Posts

Pages: 1 ... 7 8 [9] 10
81
A600GS & A1200NG / Re: A1200NG Accelerator and A4000NG Announced at AmiWest 2025
« Last post by mariovieira on November 05, 2025, 09:01:27 PM »
Quote
Who has two thumbs and ordered the A1200NG Boost kit JUST-LAST-NIGHT and saw all the announcements today

I dodged that bullet because I ordered from the French website last week and there wasn’t an option to buy it…  ;D ;D ;D


82
A600GS & A1200NG / Re: A1200NG Accelerator and A4000NG Announced at AmiWest 2025
« Last post by J-Golden on November 05, 2025, 08:00:18 PM »
 ;D ;D ;D ;D

You all have no clue how bad my timing is, but here is an example.

Who has two thumbs and ordered the A1200NG Boost kit JUST-LAST-NIGHT and saw all the announcements today?

THIS GUY!
83
A600GS & A1200NG / Re: Hollywood app crashes
« Last post by F0LLETT on November 05, 2025, 04:04:52 PM »
I tried both, same result.

Off topic, but since you mentioned JIT. Does the setting work at all for you? I have this OS3.9 setup and I cant spot any difference in usage if I enable JIT or not. Also SysInfo speed tests are the same, about 12 times faster compared to A4000 040/25

It does, also depends of CPU speed setting.

I'd listen to what Broadblues said and get back to him here.
84
A600GS & A1200NG / Re: Hollywood app crashes
« Last post by amyren on November 05, 2025, 03:09:46 PM »
Is jit enabled?
I tried both, same result.

Off topic, but since you mentioned JIT. Does the setting work at all for you? I have this OS3.9 setup and I cant spot any difference in usage if I enable JIT or not. Also SysInfo speed tests are the same, about 12 times faster compared to A4000 040/25
85
I should add the following detail: I'm using an A520 in the RGB port of this A4000 in order to generate some video for testing purposes.

And today, I noticed something quite puzzling: when the A520 AND the Toaster are connected to the A4000, it doesn't boot, I have a black screen and no HD activity at all. But if I have either A520 OR the Toaster fitted, machine boots normally!

Is it normal for the Toaster to somehow conflict with the A520, or something connected to the RGB port? It makes no sense for me.

Thanks for any insight or advice.

Eduardo
86
Amiga Gaming / Re: Gemdalus-new AGA game coming soon! It's RELEASED NOW !!!
« Last post by saimo on November 05, 2025, 01:38:26 PM »
UPDATE

I've been told that also who already bought the game could no longer download it. It looks like there's no effective way to deal with this issue.
Given that Gemdalus and QUOD INIT EXIT IIo were the only paid-for games and that my other projects were not affected, I have now changed the payment model to pay-what-you-want: who bought the game can now download it again and, hopefully, the game will no longer be targeted by the scammers. See it as an early Christmas sale not to be missed ;)
87
Amiga Magazines / Amiga Future issue 177 released
« Last post by AndreasM on November 05, 2025, 12:28:16 PM »
The English and German issue 177 (November/December 2025) of our print magazine Amiga Future has been distributed today, and can also be ordered directly from our editorial office at Amiga Future, and from other Amiga dealers that stock it.

Magazine Content:

Interview Peri Fractic: The man revitalising Commodore
Show Report Gamescom 2025
Review Siedler 2
Review Starfall Defenders
Review ArcadeR 9
Review AmiBrowser
Review Turrican 2 AGA
Review AmiBrowser
Special MakeCD and FryingPan
Special 40 Years Amiga Part 4
Knowledge 10: Real-time rendering of floor and ceiling textures on the Amiga 500

and so much more ... if you haven't already, right now might be the best time to get your collectable copy ordered, before they're all sold out!

For a more detailed description of its contents and previews of this issue click-on link of the Amiga Future magazine hompepage.

Information: https://www.amigafuture.de/app.php/kb/index?c=13
Orders: https://www.amigashop.org

http://25.amigafuture.de
https://www.amigafuture.de
http://www.apc-tcp.de
88
A600GS & A1200NG / Re: Hollywood app crashes
« Last post by broadblues on November 05, 2025, 11:57:01 AM »
I have developed this painting program, PolarPaint with Hollywood.
It is the Undo feature that causes the program to crashm with a "Table Field 2 not initialized" error
It is easy to replicate, just draw a few dots on and then use the undo button a couple of times and the program will crash.

I tested the same executable on WinUAE, and my A1200 (pistorm) and even under Amiberry 7 on linux mint, and it runs without issues.
The executables for windows and MorphOS does work fine as well.
I suspect that the issue must be a bug in the amiberry for arm version used in the A600GS. On the A600GS the error will happen on OS3.9 and 3.2 as well as on Amibench.

Here is a small minumum code to replicate the issue from Hollywood:

UndoStack1 = CreateList()
SetFontColor(#WHITE)
SetFillStyle(#FILLCOLOR)
counter = 100
For i = 1 To 10
   InsertItem(UndoStack1 , counter)
   Local undoBrushID1 = UndoStack1[ListItems(UndoStack1)-1] ; Get the last undo state
   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 = UndoStack1[ListItems(UndoStack1)-1]
   TextOut(300, 100, undoBrushID1)
   Wait(40)
   RemoveItem(UndoStack1, ListItems(UndoStack1) - 1)
Next
WaitLeftMouse

I don't have hollywood to compile with, could you compile that test cde and send me it at andy@broad.ology.org.uk then I can examine the logs when it crashes and see if anything is obvious.
89
A600GS & A1200NG / Re: A600GS Updates
« Last post by broadblues on November 05, 2025, 11:53:03 AM »
Quote
Now, anyone know which GCC version is needed for compiling my code that uses SDL2 on an A600GS?

The 68k components I've built for the project have used mostly used VBCC but also SASC and GCC 2.93 (ixemul based but with clib2 ) all cross compiling on AmigaOS (under 68k emulation) 68k code which is targeted to AmigaOS or AROS 68k should run, so it really the compiler of your choice.
90
A600GS & A1200NG / Re: Hollywood app crashes
« Last post by F0LLETT on November 05, 2025, 09:47:43 AM »
Is jit enabled?
Pages: 1 ... 7 8 [9] 10