FFmpeg 32bit non funziona con la versione attuale di AROS 32bit, FFPlay non avvia un Video con ffmpeg non funziona l'estrazione audio e provoca Guru, uno di questi mi ha corrotto l'avvio del grub su VMware.
The audio isn't working in the HollyTris game (EmuV0-compatible), but it doesn't work in the OS 4.1 version either. I've reported the issue to the developer, who will fix it as soon as possible; see the link.
I think it would make sense to continue the discussion on Annotate debugging into a separate thread as this can take several posts which are not related with AROS Archives management.
The issue you are seeing is an efffect of memory corruption - for example some part of program writting into memory that it didn't allocate or writting beyong allocaged memory. The standard approach I use in such cases is to comment out all functionality from main() and confirm that issue is not happening. Then I uncomment functionality step by step until the issue starts happening again. This way I get the smallest amount of code needed to trigger then issue. Then I review this limited code and try to analyze/hunt for which part of that limited code is actually causing the issue.
There is also a brute-force method: you convert all ULONG local variables (or program structures fields) to IPTR and see if that solves the crash. If such then you need to find out which exact variable needed to be converted and which can stay as ULONG. This may or may not work of course.
@AMIGASYSTEM - Farox, even in my compilation on AROS One, I had that message when running it from the Shell or from Icona with CLI in Tooltypes.
If, on the other hand, you run it normally from Icona on Wanderer, you don't get any message. If it works properly, it should open a File Request to load a document.
Ok i know it...what i was asking (with the shot of GDB ) is some expert to check why this code don't work on 64 bit, and if its possible to fix.
Farox, even in my compilation on AROS One, I had that message when running it from the Shell or from Icona with CLI in Tooltypes.
If, on the other hand, you run it normally from Icona on Wanderer, you don't get any message. If it works properly, it should open a File Request to load a document.
The bug I found in Annotate 3.1 (on AROS, MOS OS3) has not been fixed. In the attached link, the Annotate developer explains the reason for this problem and how to solve it, even though syntax highlighting will no longer be available.
I also tried compiling the Annotate 3.1.1 64-bit sources. The compilation did not report any errors, but the resulting binary does not seem to work.
I asked the Annotate developer if he could compile Annotate for 64-bit, and he said he did not have time to debug AROS.
I crosscompiled for Aros 64 bit and it start with the message "SEGLENGTH too short" (see shot 1 for complete message).
So i disable the code that check this SEGLENGHT and after running it it Segfault.
On the second shot is the session with GDB active...that tell to look at AllocSegment () at AnnBaseFunc.c line 62 where is
The syntax file is looking for four files; exec.doc, intuition.doc, graphics.doc, and dos.doc in a docs directory located wherever you tell it to look. I changed the location to Development:Bin and added the docs directory with blank files of those names and get no more error messages but still get syntax highlighting. So it works fine with those adjustments.
The one bug I noticed, however, was that every time you use the mouse wheel and scroll past the bottom of the file you are editing you get a guru. That makes it pretty dangerous to use so I'm conditioning myself to not use the mouse wheel. That bug does not occur on the OS3 version. Thanks.
The bug I found in Annotate 3.1 (on AROS, MOS OS3) has not been fixed. In the attached link, the Annotate developer explains the reason for this problem and how to solve it, even though syntax highlighting will no longer be available.
The new version of Annotate 3.1 found on Aros Archive (Uploads) no longer loads AmigaGuide (.guide) documents. On OS3 and MOS, Amiga Guide documents are loaded, but an error message appears on the ‘AnnotateSyntax.xml’ file, and an Assign is requested for the ‘ADE’ volume
. I tried to compile the Annotate 3.1 sources for AROS 64bit, compilation was successful, but then Annotate does not work (no error message).
EDIT:
I sent a message to the developer of Annotate.
You can view all discussion threads in this forum. You cannot start a new discussion thread in this forum. You cannot reply in this discussion thread. You cannot start on a poll in this forum. You cannot upload attachments in this forum. You can download attachments in this forum.