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.

serk118uk's Native Application & Ports

Last updated on 16 hours ago
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 3 months ago
I tested AmiSSL on AROS 64-bit using VMware Windows with the AmiTranslate application, and I received the error shown in the screenshot.

Please note: AmiTube works fine even without AmiSSL
serk118ukserk118ukSoftware Dev
Posted 3 months ago
That error i think is from pascal , can you tests attached ones, sometests.zip (see attached archive)
Edited by serk118uk on 30-05-2026 07:58, 3 months ago
J
Jeff1138Member
Posted 3 months ago
Hi,

Does AmiSSL needs an assign like

Assign AmiSSL: SYS:Libs/AmiSSL
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 3 months ago
@ serk
You can see the test results in the screenshot!

@Jeff
In my system, I had assigned AmiSSL

;BEGIN AmiSSL
Assign AmiSSL: "SYS:Libs/AmiSSL"
If Exists AmiSSL:Libs
Assign LIBS: AmiSSL:Libs ADD
EndIf
Path AmiSSL: ADD
;END AmiSSL
serk118ukserk118ukSoftware Dev
Posted 3 months ago
Thank you ..I will check why thanks again.
A
Amiwell79Distro Maintainer
Posted 2 months ago
Thank you i use arzip e txt2pdf
serk118ukserk118ukSoftware Dev
Posted 2 months ago
Just update latest AmiSSL with installer at uploads,

Also working on something else same yime see the progress at
https://youtu.be/...ure=shared

I still not sure ifwhere libraries needs to be installed but tests works. Please try and report here if works for you.
aha, Amiwell79, deadwood
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 2 months ago
AmiSSL does not work on AROS 64-bit; see the screenshot of the error message !
You do not have access to view attachments
serk118ukserk118ukSoftware Dev
Posted 2 months ago

AMIGASYSTEM wrote:

@AMIGASYSTEM - AmiSSL does not work on AROS 64-bit; see the screenshot of the error message !


@AMIGASYSTEM
Developer needs to recompile using latest AmiSSL for that tool to work.

BTW current update has installer I added aros x86,64,ppc.

Installer should assign and install right.


Little glitch found in AmiSSL while I trying port YAM so keep an eye if you are waiting for AmiSSL.
serk118ukserk118ukSoftware Dev
Posted 17 days ago
Designworks Aros x86_64

https://github.co...works-aros
I port v1 and never had time to fix few issues and fixed now and
Ready to test..
Edited by serk118uk on 31-07-2026 08:37, 17 days ago
sonountaleban, Amiwell79
ami-elvisami-elvisJunior Member
Posted 17 days ago
Never seen DW before so not a good tester but it started up nicely on my AROS machine. I chose to import picture but then cancelled the file reuester instead which turned it into a lingering white square and a quite aggressive *beep* sounded for a few seconds. I could exit the application as expected though so not a real crash
serk118ukserk118ukSoftware Dev
Posted 17 days ago
I never tried import/export , i used open file from example folder and save as.

Hosted and natively works on my tests , it's on github so be my guess if anything fails to help out..
Edited by serk118uk on 31-07-2026 09:15, 17 days ago
serk118ukserk118ukSoftware Dev
Posted 17 days ago
arSFSDoctor 1.4 ready for test people..
Argo, ntromans, sonountaleban, miker1264
You do not have access to view attachments
serk118ukserk118ukSoftware Dev
Posted 12 days ago
AmiSSL 5.27 is ready to download at
https://github.co...missl-aros
aha, retrofaza, sonountaleban, amigamia, ntromans, Amiwell79, ami-elvis, miker1264, Deremon
serk118ukserk118ukSoftware Dev
Posted 12 days ago
YAM Build
https://github.co...8/yam-aros

I need help with YAM port please be my guess to resolve few issues I am bit stuck with, runs ok needs testing..
ntromans, ami-elvis, aha, Argo, sonountaleban, Deremon
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 11 days ago

serk118uk wrote:

@serk118uk - AmiSSL 5.27 is ready to download at
https://github.co...missl-aros


I tested AmiSSL with AmiTranslate, and it doesn't work, see the error in the screenshot.
You do not have access to view attachments
serk118ukserk118ukSoftware Dev
Posted 11 days ago

AMIGASYSTEM wrote:

@AMIGASYSTEM -

serk118uk wrote:

@serk118uk - AmiSSL 5.27 is ready to download at
https://github.co...missl-aros

I tested AmiSSL with AmiTranslate, and it doesn't work, see the error in the screenshot.


I have found a bug/issue with AROS kernel
On real AROS x86_64 hardware, the syscall instruction (opcode 0F 05) crashes with
error 0x80000004 (Illegal instruction).

The same syscall instruction works correctly
on hosted AROS (Linux bootstrap). Any program that calls into the AROS kernel
via syscall will crash on real hardware i think..

## Crash Log (from AmiFox)

`
Program failed
Task : 0x0000000049BC3770 - AmiFox
Error: 0x80000004 - Illegal instruction
PC : 0x0000000049F9C8B8
Module amisslmaster.library Segment 1 .text (0x0000000049F9C2E0) Offset 0x00000000000005D8
Function OpenAmiSSLBase (0x0000000049F9C7BD) Offset 0x00000000000000FB

Disassembly at crash point:
-20 : e8e70d0000 call OpenAmiSSLBase+3512
-15 : bf02000000 mov $0x2, edi
-10 : 4c89ee mov r13, rsi
-7 : 89c2 mov eax, edx
-5 : b801000000 mov $0x1, eax
0*: 0f05 syscall <-- CRASH HERE


This is a kernel-level issue, not an AmiSSL issue

@AMIGASYSTEM
Redownload , i refreshed the files yesterday,

How To Test
------------------
Copy libraries and run (below example usage)
Httpget_simple https://arosarchi...os-v11.zip

than check if file downloaded ok.
Edited by serk118uk on 06-08-2026 06:32, 11 days ago
D
deadwoodAROS Dev
Posted 11 days ago
@serk118uk

I don't think syscall instruction is something that user software should ever be using. syscall's is sometimes uses in kernel (and different kernel's use it for different purpose) but there is nothing that user software like amisslmaster.library can do with it - unless you are trying to hack into kernel's task switching code, but that's not public interface. I'd be very interted to learn how that opcode got into your code.
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 11 days ago
serk118uk, I also tested yesterday's version, and the error is the same.

In the message "Copy libraries and run (example usage below)
Httpget_simple," you included a link to scummvm-2026!


Anyway, with Httpget_simple, I get this error message:

SYS:tests/httpget_simple "https://example.com/path/file.zip" "RAM:file.zip"
OUT=RAM:file.zip
URL=https://example.com/path/file.zip
HOST=example.com PORT=443 PATH=/path/file.zip
connect=0 errno=0
Connected
r=1 err=0 peek=0x00000000
LIB=0 R=0x00000000
CIPHER=ECDHE-ECDSA-AES128-GCM-SHA256
REQSENT=117
STATUS=404 Not Found (HTTP/1.1)
HTTP error 404, not downloading
*** 'SYS:tests/httpget_simple' returned with unfreed signal 0x10000
*** 'SYS:tests/httpget_simple' returned with unfreed signal 0x20000

https://example.c...h/file.zip
Example Domain

This domain is for use in documentation examples without needing permission. Avoid use in operations.
serk118ukserk118ukSoftware Dev
Posted 11 days ago

deadwood wrote:

@deadwood - @serk118uk

I don't think syscall instruction is something that user software should ever be using. syscall's is sometimes uses in kernel (and different kernel's use it for different purpose) but there is nothing that user software like amisslmaster.library can do with it - unless you are trying to hack into kernel's task switching code, but that's not public interface. I'd be very interted to learn how that opcode got into your code.


Actually my fault I added syscall while trying to catch /debug tcp calls to debug from linux side than forgotten to remove my fault..
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 cannot download attachments in this forum.
Users who participated in discussion: serk118uk, deadwood, AMIGASYSTEM, Amiwell79, Jeff1138, ami-elvis