Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
81 user(s) are online (62 user(s) are browsing Forums)

Members: 0
Guests: 81

more...

Support us!

Headlines

Forum Index


Board index » All Posts (LiveForIt)




Re: Mortal Kombat 3 - Amiga Version Coming Soon !
Home away from home
Home away from home


@Marcio_D

Not a problem, just far better if people make a SDL version for Linux..

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: Mortal Kombat 3 - Amiga Version Coming Soon !
Home away from home
Home away from home


@Marcio_D

Scorpion Engine does not work on AmigaOS4.x so not really.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: Banned until 2038
Home away from home
Home away from home


@Chris


4 000 000 000
4 000 000 K (Tusens)
4 000 M (Million)
4 G (billion)
0,004 (trillions)

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: Banned until 2038
Home away from home
Home away from home


@DigitalDesigns


Because your using VPN, if you use a mobile phone you use different network and no VPN.

It can also happen, if your surfing from a open network, like a internet cafe, or open network on large airport. or a hotel, The IP address pool is not unique to you, its reused.

IP address range is just 4 billion, but 8,2 billion people live on earth, of course IPv6 should resolve that, but it not used, for most part is IPv4 that is being used. And a lot people don’t want unique IP anyways.. you know for security reasons. Even if does not really help…

Typical a IP is one address per business or house hold, that being routed to different device in your local network, this works, because one IP address can have many connections.


Edited by LiveForIt on 2026/1/10 18:59:01
(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: E-UAE for use with MIDI or CAMD?
Home away from home
Home away from home


@kikems


found some more here:

there looks to be hotkey "I" that is disabled, in the code.

https://github.com/khval/e-uae-1-0-0/b ... 4fbee/src/cfgfile.c#L1887

There is also a default name used..

https://github.com/khval/e-uae-1-0-0/b ... fgfile.c#L2425C1-L2425C37

on Amiga the default name is ser:

https://github.com/khval/e-uae-1-0-0/b ... src/targets/t-amiga.h#L34

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: Minor feature suggestions for OS 4.2
Home away from home
Home away from home


@joerg

Quote:
At that time no AmigaOS video player (MPlayer, DVPlayer, Emotion, etc.) included internal UDF/DVD support yet and depended on the file system supporting it


Yeh. UVD is supported by MPlayer, but only works with special argument, its for DVD’s menu system and so on..

it does use a ioctl wrapper, I know sense I had modify it because X1000 device driver did not have read ahead buffer. (the DVD drive just spin up and down like crazy and it was impossible to watch a movie.)

So i can confirm it used low level access and did not need to use file system to access the DVD.

a lot of that is copyrighted VideoLAN and I believe most of C libs are included from source files from MPlayerHQ.

some of it is copyrighted FFmpeg with LGPL, source code license.


---

libdvdread: This is the foundational library that reads the raw data from the DVD, understanding its file system structure (UDF/ISO9660) and VOB files.

https://archlinux.org/packages/extra/x86_64/libdvdread/

(its GPL, not LGPL, all changes should be pushed back to repo.)

libdvdnav: Adds DVD navigation capabilities, allowing MPlayer to follow menus, chapters, and titles as intended by the disc author.

libdvdcss: Crucial for playing encrypted DVDs (CSS protection) by providing the necessary decryption keys.

libavformat (from FFmpeg): Handles the demuxing (splitting) of the MPEG-2 video, AC3/PCM audio, and subtitle streams from the VOB containers.

libavcodec (from FFmpeg): Decodes the actual MPEG-2 video and audio data.


Edited by LiveForIt on 2025/12/13 10:47:12
Edited by LiveForIt on 2025/12/13 10:48:58
Edited by LiveForIt on 2025/12/13 10:50:01
Edited by LiveForIt on 2025/12/13 10:52:13
Edited by LiveForIt on 2025/12/13 10:55:45
Edited by LiveForIt on 2025/12/13 10:56:28
(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: Minor feature suggestions for OS 4.2
Home away from home
Home away from home


@smarkusg

a lot of this has changed ownership from Hyperion to AmigaKit/AEON, and becomes part of Enhancer,

https://wiki.amiga.org/index.php?title=Enhancer_Software

the only one that suffers is Eyetech users, XE/SE/Mini users, Classic Users who did pay for this, and how gets a degraded OS experience.

the only issue is that now everyone have update there OS with Enhancer after etch official OS update, at the risk of reintroducing bugs, and incomparability issues.


Edited by LiveForIt on 2025/12/13 10:23:16
(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: Minor feature suggestions for OS 4.2
Home away from home
Home away from home


@tao

https://www.youtube.com/watch?v=8fcSviC7cRM

not many are working full time on this... so what we have is what we have.. "slow progress"..

Quote:
I am surprised there was never a UDF


I'm parity sure it was supported,
(but if its not, its lack of developers. in any case, many PC's do not come with Blueray/cdroms, the new tread is that everything is downloaded. besides large mvme drives..)

Quote:
full Unicode support


That is only going to work on new programs. ASCII string length works differently, as does char position, its not the same..

Adding support for it in menus, filenames and so on, can be possible, but it is not unproblematic. Who will benefit the Chines and Japanese user…
we don’t have lot Chines and Japanese user users. Its cool to have, but its far from critical.


Edited by LiveForIt on 2025/12/12 6:50:58
Edited by LiveForIt on 2025/12/12 16:26:10
Edited by LiveForIt on 2025/12/12 16:32:23
Edited by LiveForIt on 2025/12/12 16:33:28
(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: E-UAE for use with MIDI or CAMD?
Home away from home
Home away from home


@kikems

you find some settings in the source code, but it looks incomplete.
I can't see any config for selecting serial port.

https://github.com/khval/e-uae-1-0-0/blob/uae-1-1-2/src/cfgfile.c

you find more code here:

https://github.com/khval/e-uae-1-0-0/blob/uae-1-1-2/src/serial.c

"#ifdef SERIAL_PORT"

suggest it might need to be enabled at compile time.

currprefs.sername does not seam to be set by config file.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: UAE wrong colors
Home away from home
Home away from home


@smarkusg

Exactly the SDL version you can find on different place on OS4Depot.net

https://os4depot.net/?function=showfil ... lation/computer/e-uae.lha

it has not been updated, and anyone can compile new version and update it.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: UAE wrong colors
Home away from home
Home away from home


@Elwood

Quote:
As installing version 0.8.29 the color problem went away


AmiGfx or SDL build? I think your talking about SDL version, its completely different, rendering..


Edited by LiveForIt on 2025/12/4 23:21:55
(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: UAE wrong colors
Home away from home
Home away from home


@kishigo

run:

configure --help

this should show all option, you should enable akiko, I have not..
some files need to edited, and configure script fails to sett correct sizes for LONG and LONG LONG and so on..

I think you need to edit makefile to enable bsdsocket, it might not be needed, if did not configure it correct.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: UAE wrong colors
Home away from home
Home away from home


@smf

First of all I’m not sure what color issue we are talking about, sense different color issues has been reported in the past, its not easy to know sense, people are not explicit about issues, and there no screenshots, no information about screen modes or anything, no logs from EUAE. I'm not a mind reader... no body is using the bug tracker on GitHub..

As for the issue I think most people are having...
it might depend on the RGB mode used, your configuration and your graphic card. so it might not even show up on the same hardware.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: UAE wrong colors
Home away from home
Home away from home


@kas1e

Quote:
and illogical reason, keeps being ignored.


Maybe we need some Norwegian comedy to explain it.

www.youtube.com/watch?v=WUcIrVWRxx4

you have talent to fix it your self, and the hardware with the issue.. why can't you fix it?

My hardware can’t reproduce issue.

In any case.. anyone can build SDL version, if they want that version of UAE, I’m not working on that version of UAE, its a different build, only few different compiler switches.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: E-UAE 1.1.2 - how to load the configuration file automatically?
Home away from home
Home away from home


@Maijestro

It was always possible you just had to type:

uae -f configname.


Edited by LiveForIt on 2025/11/15 18:55:24
(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: UAE BSDSocket support
Home away from home
Home away from home


@Maijestro

Not sure I can do anything in the code to stop that..
but you can disable bsdsocket support in the config file.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: E-UAE 1.1.2 - how to load the configuration file automatically?
Home away from home
Home away from home


@Gregor

Option 1:

Tool icons have two option workbench or shell.
Shell option will, make it behave like it used to.

Option 2:

create project icon for .uaerc
and set appdir:uae as project tool.

see configs folder...

option 3:

run it from a script.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: automatically center EUAE on the workbench
Home away from home
Home away from home


@McFly

Starting from EUAE version 1.1.2 AmiGfx version of EUAE will auto center.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: UAE BSDSocket support
Home away from home
Home away from home


@Lio

Quote:
I launched the v1.1.0 and got a WB1.3 screen which is good (and 90% used CPU under X5000/020 with RX580 which is not so good)


Note, the JIT compiler only works with 68040 and 68020 CPU’s as far as I know..
so if you are emulating a 68030 or 68010 or 60000, it will requires a lot more CPU power, it kind of ironic I know.

whdload might be a good solution in may cases from a 68020/A1200 config.


Edited by LiveForIt on 2025/11/14 11:00:54
Edited by LiveForIt on 2025/11/14 11:01:21
(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top


Re: Problems using a SiI3132 SATA2 controller card with my SAM460LE
Home away from home
Home away from home


@sailor

Don’t think AmigaOS4.x has a compatibility list at all, its hard to check what you can buy or not, its kind of a mess actually.

(NutsAboutAmiga)

Basilisk II for AmigaOS4
AmigaInputAnywhere
Excalibur
and other tools and apps.
Go to top



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



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