Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
61 user(s) are online (32 user(s) are browsing Forums)

Members: 1
Guests: 60

tao, more...

Support us!

Headlines

Forum Index


Board index » All Posts (MazinKaesar)




Re: AmigaOne 500/Sam 460 Graphics Card Question
Just popping in
Just popping in


I am using a R7 240 and I still have to update firwmare.
As I an afraid to update a firmware manually I think I will buy the updated chips from aCube

Roll 3d6 six times in order.
Go to top


Re: Mortal Kombat 3 - Amiga Version Coming Soon !
Just popping in
Just popping in


If threre is any place to suggest more portings, I would like to play Splatter House and Cadash on Amiga

Roll 3d6 six times in order.
Go to top


Re: Wookie chat registration issue
Just popping in
Just popping in


Thank you all and happy new year.

I downloaded the latest beta and it work nice.

Roll 3d6 six times in order.
Go to top


[SOLVED] Wookie chat registration issue
Just popping in
Just popping in


I am trying to use Wookie chat but I always get this error with any server,

Resized Image

maybe is something related to my network? On the same router I am using IRC on Mac and Linux without any issues.


Edited by MazinKaesar on 2026/1/1 19:20:35
Reason: Issue solved
Edited by MazinKaesar on 2026/1/1 19:20:59
Reason: Issue solved
Go to top


Re: Upcoming Mirari PPC motherboard
Just popping in
Just popping in


Great! Thank you.

Go to top


Re: Upcoming Mirari PPC motherboard
Just popping in
Just popping in


I am also planning to get a RAM Module soon, it will be ok something about 4GB?

Roll 3d6 six times in order.
Go to top


Re: Sam460LE - linux Debian / Ubuntu instalation questions
Just popping in
Just popping in


@sailor

I'm more interested in compatibility than in power
Anyway, thank you for the clarification!

Roll 3d6 six times in order.
Go to top


Re: Sam460LE - linux Debian / Ubuntu instalation questions
Just popping in
Just popping in


@sailor

so if I would like to perform a downgrade, it's better a FirePro 5900, correct?

Go to top


Re: Sam460LE - linux Debian / Ubuntu instalation questions
Just popping in
Just popping in


@NinjaCyborg

I was more skilled when I was younger

Go to top


Re: GemRB SDL Mixer issue
Just popping in
Just popping in


Back in topic, I found I can solve a lot of issue thanks to the .so libraries coming with the commercial GemRB package ( https://www.amiga-shop.net/Amiga-Softw ... -AmigaOS-4-WOS::1407.html ).

I just need to copy all the .so from the root of one of the installed games in the root of the other applications.

Roll 3d6 six times in order.
Go to top


Re: Upcoming Mirari PPC motherboard
Just popping in
Just popping in


@Rob

I found a cheap HD 6570 on Amazon, I think I will get it even for other usgaes.

Go to top


Re: Sam460LE - linux Debian / Ubuntu instalation questions
Just popping in
Just popping in


@NinjaCyborg

I would like to create this updated iso, I thnk we can start from this one, http://www.xenosoft.de/Sam460ex_Debian_Jessie-3.iso and apply some patches including a new kernel, correct?

Go to top


Re: Sam460LE - linux Debian / Ubuntu instalation questions
Just popping in
Just popping in


@jabirulo

My actual videocard is a R7 250, so if I downgrade to HD 6570 maybe I can install Linux without any other(major) issues?

Go to top


Re: Upcoming Mirari PPC motherboard
Just popping in
Just popping in


What is the video card used in your tests? We will still need to buy the Radeon Driver package?

Roll 3d6 six times in order.
Go to top


Re: Set a variable with a timestamp in cli script
Just popping in
Just popping in


Finally, I had the possibilty to complete my script - usually we play D&D via discord at night, I am the DM of 3 different campaigns...

set TIMESTAMP=`C:Date LFORMAT "%Y%m%d_%H%M%S"`
set FILENAME=DH1:Games/Backup/ShardOfSpring_${TIMESTAMP}.lha
set SHARDDIR
=DH1:Games/ShardOfSpring

echo calling C:lha a -xr  $FILENAME $SHARDDIR
C
:lha a -xr  $FILENAME $SHARDDIR

Go to top


Re: Set a variable with a timestamp in cli script
Just popping in
Just popping in


Thank you, will try later tonight.

Roll 3d6 six times in order.
Go to top


Set a variable with a timestamp in cli script
Just popping in
Just popping in


Sometimes when you play old games it is better to save daily a zipfile of the content of the full directoty as it could be possible to lost some data or objects.

On Windows I created a.bat file that uses wmic to get the timestamp (so is not dependant to locale), create an file name and run 7zip to create an archive of the game folder.

As an example:

@echo off
for /"tokens=2 delims==" %%a in ('wmic OS Get localdatetime /value') do set "dt=%%a"
set "YY=%dt:~2,2%" set "YYYY=%dt:~0,4%" set "MM=%dt:~4,2%" set "DD=%dt:~6,2%"
set "HH=%dt:~8,2%" set "Min=%dt:~10,2%" set "Sec=%dt:~12,2%"
set "datestamp=%YYYY%%MM%%DD%" set "timestamp=%HH%%Min%%Sec%"
set filename="E:\GOGLibrary\ShardOfSpingBackup_%datestamp%_%timestamp%.zip"
set SHARDDIR="E:\GOGLibrary\Shard of Spring"
set SEVENZIP="C:\Program Files\7-Zip\7z.exe"

echo calling ... %SEVENZIP-%filename% %SHARDDIR%
call %SEVENZIP-%filename% %SHARDDIR%

pause


I would like to create a similar script on Amiga, but I can't find how to set a variable with a timestamp.

Any suggestion? (Thank you!)


Edited by MazinKaesar on 2025/11/24 20:48:59
Go to top


Re: AmigaOS 4.1FE Update 3 - Bugs and Experience Report
Just popping in
Just popping in


@skynet

thank you, some guys from Hyperion forum would like to understand something more, we will continue our investigatio, anyway

Go to top


Re: AmigaOS 4.1FE Update 3 - Bugs and Experience Report
Just popping in
Just popping in


@MazinKaesar

I solved my network issue with help from guys from Hyperion forums.

I run the command c:CheckRoadshowConfig VERBOSE and this was the output:

New Shell process 7
7.OS41
:> C:CheckRoadshowConfig VERBOSE
C
:CheckRoadshowConfigDuplicate service name "kshell/544/tcp"see line 217 of file "DEVS:Internet/services".
C:CheckRoadshowConfigDuplicate service name "ekshell/545/tcp"see line 218 of file "DEVS:Internet/services".
C:CheckRoadshowConfigDuplicate service name "kerberos-adm/749/tcp"see line 220 of file "DEVS:Internet/services".
C:CheckRoadshowConfigDuplicate service name "kerberos-iv/750/udp"see line 221 of file "DEVS:Internet/services".
C:CheckRoadshowConfigDuplicate service name "kerberos-iv/750/tcp"see line 222 of file "DEVS:Internet/services".
C:CheckRoadshowConfigDuplicate service name "kerberos_master/751/udp"see line 223 of file "DEVS:Internet/services".
C:CheckRoadshowConfigDuplicate service name "kerberos_master/751/tcp"see line 224 of file "DEVS:Internet/services".
C:CheckRoadshowConfigDuplicate service name "krb_prop/754/tcp"see line 225 of file "DEVS:Internet/services".
C:CheckRoadshowConfigDuplicate service name "kpop/1109/tcp"see line 227 of file "DEVS:Internet/services".
C:CheckRoadshowConfigDuplicate service name "eklogin/2105/tcp"see line 228 of file "DEVS:Internet/services".
C:CheckRoadshowConfigDuplicate service name "rkinit/2108/tcp"see line 229 of file "DEVS:Internet/services".
C:CheckRoadshowConfigDuplicate service name "kx/2111/tcp"see line 230 of file "DEVS:Internet/services".
C:CheckRoadshowConfigDuplicate service name "kip/2112/tcp"see line 231 of file "DEVS:Internet/services".
C:CheckRoadshowConfigDuplicate service name "kauth/2120/tcp"see line 232 of file "DEVS:Internet/services".
You may have to update or repair your Roadshow configuration files.


I removed all the duplicate entris in DEVS:Internet/service file and after a restart all seems working fine.

Go to top


Re: RetroArch for AmigaOS4 released
Just popping in
Just popping in


But you can't change it, as I see only sdl2 can be used.

Roll 3d6 six times in order.
Go to top



TopTop
(1) 2 3 4 »



Polls
Running AmigaOS 4 on?
AmigaOne SE/XE or microA1 12% (26)
Pegasos2 3% (8)
X5000 22% (48)
X1000 14% (30)
A1222 8% (19)
Sam 440/460 18% (40)
Classic PowerPC Amiga 2% (6)
WinUAE emulation 7% (16)
Qemu emulation 9% (21)
Total Votes: 214
The poll closed at 2025/12/1 12:00
6 Comments


Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project