Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
23 user(s) are online (18 user(s) are browsing Forums)

Members: 0
Guests: 23

more...

Support us!

Headlines

Forum Index


Board index » All Posts (Raziel)




Anonymous
bye
it was fun

Go to top


Anonymous
Re: recommended PSU for X-5000
@Lio

I have a Seasonic FOCUS GX-650 lying around (was once used in my X1000).
You can have it if you want

Go to top


Anonymous
Re: infinite icons theme pack

Go to top


Anonymous
Re: Making lhas
@martinwguy

take a look here
cross compilation setup with cygwin

it needs a few adjustment because of the updated dependencies it refers to, but it still works

if you got questions, just ask, but maybe post them in the linked thread or people get confused

Go to top


Anonymous
Re: infinite icons theme pack
@DigitalDesigns

Thats why i mentioned the AREXX port, you need to write a little program, for it, like below

/*
IBS.rexx
icon batch scale a bunch of icons
*/

PARSE ARG _icon,_sizeW,_sizeH

/*
bail out if something is missing
*/
IF _icon='' THEN EXIT
IF 
_sizeW='' THEN EXIT
IF 
_sizHH='' THEN EXIT

/*
load IconEditor if it isn't running
*/
IF ~SHOW(PORTS,'ICONEDITOR'THEN DO
    
ADDRESS COMMAND 'run >NIL: APPDIR:IconEditor'
    
ADDRESS COMMAND 'WAITFORPORT ICONEDITOR'
END
/*
resize the icon and rename it to not overwrite the original
*/
ADDRESS 'ICONEDITOR'
'LOAD' '"'
_icon'"'
'SCALE' 
Width _sizeW Height _sizeH
'SAVEICON' _icon'_'_sizeW'x'sizeH'.info'

EXIT


The above is NOT tested, probably full of bugs, but you get the idea.
You can personalize it and use even more commands, see below

Quote:

ARexx Commands (Port name: ICONEDITOR):
*HIDE (Hides the GUI)
*SHOW (Shows the GUI)
*QUIT (Closes the program)
*LOAD (Example: LOAD "Ram Disk:New.info")
*SAVEICON (Example: SAVEICON "Ram Disk:Test")
*SAVEIMAGE (Example: SAVEIMAGE "Ram Disk:New.png")
*SCALE (Example: SCALE Width 64 Height 72)
*ROTATE (Example: ROTATE "-45")
*FLIP_H (Flips the image horizontally)
*FLIP_V (Flips the image vertically)
*BLUR (Example: BLUR 2)
*SHARPEN (Example: SHARPEN 2)
*TINT (Color in hexadecimal notation and amount from 1 to 255; Example: TINT
Color FF00FF Amount 130)
*LOADPDF (Example: LOADPDF '"Ram Disk:Test.pdf"' Page 1 Size 76)


If you got a working version (with one icon) then go ahead and create a DOS batch file that automates the process, like so (or similar

list my_dir_with_icons:#? ALL LFORMAT='IBS.rexx %p%n 64 64' > myBatchScaleScript.bat


Then you only have to execute the .bat and everything else is automated (did that with 3500+ .mp3 cover images, so i know it works. unfortunately i don't have access to my backup, so i cannot send you the working script, but again, you'll get the idea)

edit: fixed some mistakes, should work now


Edited by Raziel on 2025/2/9 16:07:47
Go to top


Anonymous
Re: infinite icons theme pack
@DigitalDesigns

Take a look here

it comes with an arexx port, where you could automate the process

Go to top


Anonymous
Re: ScummVM and AmigaOS4.1 F.E.
@Maijestro

Alpha Polaris and Art of Murder are Wintermute 3D games...it has a reason this engine is not in the official builds

Syberia is still missing the shaders and no one is working on them, maybe never

Go to top


Anonymous
Re: White Screen Issue When Booting My Amiga 1200 – Need Help!
@rubbyhaul

try to boot without start-sequence

if that helps
place
set echo on
on top of startup-sequence
it should print and stop at the line it stalls

Go to top


Anonymous
(sold) Selling my X1000 (Nemo) board
Hello

This item has been sold!

What's inside:
- Nemo Amiga X1000 mainboard
- backplate
- original heatsink
- 4 GB RAM (two sticks)
- Network PCI card
- Serial debug cable
- internal USB converter
- CD AmigaOS4.0 Developer Pre-release
- CD AmigaOS4.1 First Contact
- CD AmigaOS4.1 Final Edition
- CD Enhancer Software v2.x

---

Resized Image

Thank you very much and take care


Edited by Raziel on 2025/1/26 21:00:46
Edited by Raziel on 2025/1/27 9:44:02
Edited by Raziel on 2025/1/31 9:31:05
Edited by Raziel on 2025/1/31 15:40:00
Go to top


Anonymous
Re: What programs do you regularly use on your AmigaOS 4 system?
@tekmage

AmigaAmp
AREXX
Odyssey
ScummVM
SMB2FS

Go to top


Anonymous
Re: ScummVM and AmigaOS4.1 F.E.
@Nuder_Try

do the console print anything?

Go to top


Anonymous
Re: copy 54.11 fails to indicate non-extant file/folder and returns successfully
@amigakit

Quote:

Most importantly: we respond quickly to bugs and get them fixed without delay.


That is sadly lately not the case anymore...at least not with the enhancer bug tracker...I have a bunch of bugs open since months which haven't been picked up nor commented on, so I don't even know if the tracker is still the way to report stuff, let alone my fading interest to invest time to report them because of that

Go to top


Anonymous
Re: Battle for Wesnoth 1.8.6 on A1222+
@sailor

yes, and exactly that is the problem, you gathered the so files from various sources, but none of them are the ones from the games porter.

you were just lucky that no other .so threw an error.

the libsydc++.so from your a1222 install cd is one that has been specially forged to work with aos4 on your hardware, but it cannot know your game.

the error it throws shows exactly that, the game demands to have that __gthread symbol at a specific position in the so file, but it is not, so it bails out.

nothing you can do about unless you get the correct .so file from the porter

Go to top


Anonymous
Re: Battle for Wesnoth 1.8.6 on A1222+
@sailor

if it uses shared objects there should have come an sobjs/ directory with all needed so files inside the app archive, if not, good luck finding the correct revisions of missing .so files

Go to top


Anonymous
Re: ScummVM and AmigaOS4.1 F.E.
@Nuder_Try

could you please start from shell
Quote:

scummvm -F -d9


and post the output?

-F means it will start in a window

Go to top


Anonymous
Re: ScummVM and AmigaOS4.1 F.E.
@afxgroup

Unfortunately not, stack raised to 16 MB, still the same crash of binutil "as" when checking for a compiler

Go to top


Anonymous
Re: ScummVM and AmigaOS4.1 F.E.
@afxgroup

no beta stuff here, not a betatester, stack is a good hint, thank you, that would explain why configure crashes got worse over the course of adding new stuff to it and why suddenly binutils started crashing

I hope it's the culprit

Go to top


Anonymous
Re: ScummVM and AmigaOS4.1 F.E.
@afxgroup

thank you but you don't seem to understand

there is no exe of scummvm being created

I don't even get that far anymore

the crashlogs I posted are for
binutils binaries that keep crashing on me
during configure
right at the beginning when it checks for gcc

the binary of scummvm I was able to build
before a certain commit was merged
was perfectly fine

I was asking if you could give configure a try
on real amigaos4 hardware
to let me check if it is a problem of my sdk setup or something else

thank you

Go to top


Anonymous
Re: ScummVM and AmigaOS4.1 F.E.
@afxgroup

is there something like
Quote:

set echo on

but for configure?

I need to see why and where it keeps crashing

Go to top


Anonymous
Re: ScummVM and AmigaOS4.1 F.E.
@afxgroup

do you only cross-compile?

could you try a newlib build?
just configure it

my configure always crash with latest master now

Go to top



TopTop
(1) 2 3 4 ... 267 »




Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project