Things got worse today. Had a lock-up while transferring a large files from USB. Switched it off and left it off for a couple of hours to cool down (today has been quite hot although not as humid).
Came back and made three failed attempts to boot. On each attempt, Workbench would start to load and ...
Search found 8 matches
- Sat Jan 12, 2019 8:51 pm
- Forum: Platform: AmigaOne X5000
- Topic: Unstable X5000
- Replies: 16
- Views: 17151
- Thu Jan 10, 2019 4:14 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: SuperTux
- Replies: 9
- Views: 7419
Re: SuperTux
Hi All,
There are sound issues in the default package of SuperTux on Linux PPC. I was able to solve this issue with:
vi SuperTux-v0.5.1-Source/src/audio/ogg_sound_file.cpp:
#ifdef WORDS_BIGENDIAN
int bigendian = 1;
#else
int bigendian = 1;
#endif
The problem was, that this source code ...
There are sound issues in the default package of SuperTux on Linux PPC. I was able to solve this issue with:
vi SuperTux-v0.5.1-Source/src/audio/ogg_sound_file.cpp:
#ifdef WORDS_BIGENDIAN
int bigendian = 1;
#else
int bigendian = 1;
#endif
The problem was, that this source code ...
- Fri Jan 04, 2019 1:45 pm
- Forum: General AmigaOS
- Topic: Blank WB (no icons) after 3.1.4. install
- Replies: 7
- Views: 8996
Re: Blank WB (no icons) after 3.1.4. install
It’s also worth checking out Individual computer support forum:
https://forum.icomp.de/index.php?board/ ... elerators/
https://forum.icomp.de/index.php?board/ ... elerators/
- Fri Dec 28, 2018 2:17 pm
- Forum: Platform: AmigaOne X5000
- Topic: Unstable X5000
- Replies: 16
- Views: 17151
Re: Unstable X5000
@LiveForit
it might be problem with XDOCK, it looks really uncomplete,
What bugs you have with ?
See my youtube video.
https://www.youtube.com/watch?v=zt91EOnzPss
* console window opens when I doroping icons on XDOCK.
* context menu window not showing when I right clicking XDOCK.
* icons ...
it might be problem with XDOCK, it looks really uncomplete,
What bugs you have with ?
See my youtube video.
https://www.youtube.com/watch?v=zt91EOnzPss
* console window opens when I doroping icons on XDOCK.
* context menu window not showing when I right clicking XDOCK.
* icons ...
- Fri Dec 28, 2018 1:53 pm
- Forum: Platform: AmigaOne X5000
- Topic: Unstable X5000
- Replies: 16
- Views: 17151
Re: Unstable X5000
Anyone else experience this kind of issue?
Yes, and I have a AmigaONE-X1000, I think there is bug some where, layers / intuition / graphics / console.device / RadionHd or some where else.
I do lot of logging in Amiga shell consoles, for debuing, while doing that system often freeze when I try to ...
Yes, and I have a AmigaONE-X1000, I think there is bug some where, layers / intuition / graphics / console.device / RadionHd or some where else.
I do lot of logging in Amiga shell consoles, for debuing, while doing that system often freeze when I try to ...
- Fri Dec 28, 2018 1:46 pm
- Forum: General AmigaOS
- Topic: Blank WB (no icons) after 3.1.4. install
- Replies: 7
- Views: 8996
Re: Blank WB (no icons) after 3.1.4. install
That screen shows up if I try to boot from my Kickstart 3.1 40.68 ROMs. Are you kicking from the new ROM?
I don't know if I'm honest, I saw there were some ROM files with the download but have no idea what to do with them. I've since given up with 3.1.4, I'll stick with something which works ...
I don't know if I'm honest, I saw there were some ROM files with the download but have no idea what to do with them. I've since given up with 3.1.4, I'll stick with something which works ...
- Wed Dec 12, 2018 4:47 pm
- Forum: General Developer Support
- Topic: Safe Exit code
- Replies: 4
- Views: 8228
Safe Exit code
I’m trying to write a safe exit code, where the main program should wait for all child processes to quit, before quitting.
I have normally used death massage, to do this, but under heavy CPU load, it can some time get case where the main program some how quits before the child process, anyway.
So ...
I have normally used death massage, to do this, but under heavy CPU load, it can some time get case where the main program some how quits before the child process, anyway.
So ...
- Wed Dec 05, 2018 11:29 am
- Forum: SDK Support
- Topic: SDK for AmigaOS3.1.4?
- Replies: 2
- Views: 31642
SDK for AmigaOS3.1.4?
SDK for AmigaOS3.1.4?
Now that that AmigaOS3.1.4 has long filename support.
and large file support (in the new OS3.1.4 DOS.library).
There are lots of functions marked as obsolete for AmigaOS4.1, and I guess that’s also true for AmigaOS3.1.4.
https://wiki.amigaos.net/amiga/autodocs/dos.obsolete ...
Now that that AmigaOS3.1.4 has long filename support.
and large file support (in the new OS3.1.4 DOS.library).
There are lots of functions marked as obsolete for AmigaOS4.1, and I guess that’s also true for AmigaOS3.1.4.
https://wiki.amigaos.net/amiga/autodocs/dos.obsolete ...