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 14 hours ago
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 14 hours ago
I tested AmSSL on VMware with AROS One updated to the latest build. Where did it work well for you?
I compile on native AROS, so I think it's impossible to compile.
serk118ukserk118ukSoftware Dev
Posted 15 hours ago

AMIGASYSTEM wrote:

@AMIGASYSTEM - I downloaded the archive, but it's the same as yesterday's, so nothing has changed!


Was it vmware or native real aros?

I updated your distro with nighty than I had gab been very busy with life and not touched AmiSSL for while than I got myself back into but I must mess my distro , works here fine , sourcecode at github , you caN compile I already handled aros side so it should compile , mean time I am going to wait until you update your distro for fresh start so we have same distro so we now what to expect when we run amissl or other tools
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 21 hours ago
I downloaded the archive, but it's the same as yesterday's, so nothing has changed!
serk118ukserk118ukSoftware Dev
Posted 23 hours ago

AMIGASYSTEM wrote:

@AMIGASYSTEM - 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.


Redownload th archive from github and retest unfreed signal error should be gone. Httpget_simple should download file ok
D
deadwoodAROS Dev
Posted 23 hours ago
Thanks for clarification Smile I was worries some internal code got exposed in public SDK.
serk118ukserk118ukSoftware Dev
Posted 23 hours 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..
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 24 hours 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.
D
deadwoodAROS Dev
Posted 1 day 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.
serk118ukserk118ukSoftware Dev
Posted 1 day 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, 1 day ago
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 1 day 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 2 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
serk118ukserk118ukSoftware Dev
Posted 2 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 7 days ago
arSFSDoctor 1.4 ready for test people..
Argo, ntromans, sonountaleban, miker1264
You do not have access to view attachments
serk118ukserk118ukSoftware Dev
Posted 7 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, 7 days ago
ami-elvisami-elvisJunior Member
Posted 7 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 7 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, 7 days ago
sonountaleban, Amiwell79
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.
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
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
A
Amiwell79Distro Maintainer
Posted 2 months ago
Thank you i use arzip e txt2pdf
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