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 5 days ago
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 5 days ago
Amitranslate Now I'm getting this error: Error writing data to socket

httpget_simple: Error:
SYS:tests/httpget_simple' returned with unfreed signal 0x10000
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 6 days ago
The new AROS One v1.4 will be available as soon as Deadwood releases the new final build.
serk118ukserk118ukSoftware Dev
Posted 6 days ago
@AMIGASYSTEM

Its big project , compiling on aros itself may take hours or even more , I am progressing fixing i refreshes download link and on my side httpget_simple does download with your distro under vmware , AmiTranslte does not crash anymore because i am fixing using AmiTranslate as my test run. Time to time download and try , i am actually waiting for your new distro update since my aros is bit mix match, I have been working on AmiSSL 5.27 on and off over 3 months and i am sure i will fix every crashing part bit by bit and time just never enought tho.
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 6 days ago
I’m getting the same errors on Amitraslate; even when compiling in ‘Native’ mode, I’m getting the same errors:

/Development/include/inline/dos.h:121:43: note: expected 'BPTR' {aka 'void *'} but argument is of type 'int'

121 | static inline LONG __inline_Dos_Seek(BPTR __arg1, LONG __arg2, LONG __arg3, APTR __DOSBase)

| ~~~~~^~~~~~
make: *** [.././build_x86_64/libcmt/file.o] Error 1
make: Leaving directory `/AROS/Compilazione/amissl-aros/libcmt'
make: *** [build_x86_64/libcmt/libcmt.a] Error 2
1.AROS:Compilazione/amissl-aros>
serk118ukserk118ukSoftware Dev
Posted 6 days ago

AMIGASYSTEM wrote:

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


@AMIGASYSTEM
I have makefile I can link here if you want to try to compile, I repushed new .library and httpget_simple without any linux internals like liver,kidney left inside the library, redownload and it should work , amitranslation should run without any crash too,
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 7 days 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 7 days 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 7 days ago
I downloaded the archive, but it's the same as yesterday's, so nothing has changed!
serk118ukserk118ukSoftware Dev
Posted 7 days 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 7 days ago
Thanks for clarification Smile I was worries some internal code got exposed in public SDK.
serk118ukserk118ukSoftware Dev
Posted 7 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..
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 7 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.
D
deadwoodAROS Dev
Posted 7 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.
serk118ukserk118ukSoftware Dev
Posted 7 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, 7 days ago
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 8 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 8 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 8 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 13 days ago
arSFSDoctor 1.4 ready for test people..
Argo, ntromans, sonountaleban, miker1264
You do not have access to view attachments
serk118ukserk118ukSoftware Dev
Posted 13 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, 13 days ago
ami-elvisami-elvisJunior Member
Posted 13 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
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