Development General
Development General
2766 posts | Last Activity on 08-02-2025 11:52 by AMIGASYSTEM

AMIGASYSTEM 08-02-2025 11:52, 5 hours ago
Re: AROS 2025****X Development
I had also tried -cpu host, see QEmu answer in the screenshot!Responded in AROS 2025****X Development
deadwood 08-02-2025 11:25, 6 hours ago
Re: AROS 2025****X Development
I meant '-cpu host' instead of '-cpu qemu64'Responded in AROS 2025****X Development

AMIGASYSTEM 08-02-2025 11:22, 6 hours ago
Re: AROS 2025****X Development
deadwood with only the -cpu parameter the script does not work, as the screenshot shows, if you use only -cpu it requires a parameterResponded in AROS 2025****X Development
Amiwell79 08-02-2025 11:16, 6 hours ago
Re: AROS 2025****X Development
Protrekkr works before did not workResponded in AROS 2025****X Development
deadwood 08-02-2025 08:30, 9 hours ago
Re: AROS 2025****X Development
I'm unable to replicate your problem with z1.library. Please try using -cpu host instead of -cpu qemu64.
PS. Using z1.library from contrib is only a temporary workaround - with the new release both ISO and Contrib will have the same z1.library.Responded in AROS 2025****X Development
Amiwell79 08-02-2025 06:13, 11 hours ago
Re: AROS 2025****X Development
In the HP Z400 I have problems but on my laptop compaq 6720s not so it is not the Build the problem I replaced the z1.liberry from the contribution archives and the OWB now works the system it seems stable the compiled software until now works properlyResponded in AROS 2025****X Development

AMIGASYSTEM 08-02-2025 04:33, 13 hours ago
Re: AROS 2025****X Development
With VirtualBox I tried your suggestions but nothing changed!
On QEmu if I click on "More" Qemu does a reboot
I attach screenshot of ShoConfig, probably there is some error in my script ?
[code]qemu-system-x86_64.exe -drive file=AROS1.img -device ES1370 -cpu "qemu64" -m 5120 -vga std -netdev user,id=mynet0 -device pcnet,netdev=mynet0 -usb[/code]
EDIT:
I replaced the z.library with the one included in the Contrib and now OWB seems to work fine !
Regarding the USB port, is there any way to activate it on QEmu, Trident Prefs seems to see the USB Device !Responded in AROS 2025****X Development
deadwood 08-02-2025 00:54, 16 hours ago
Re: AROS 2025****X Development
For QEMU:
1) What is the command line you are using (what are QEMU parameters)
2) When you get the crash, click on More... and make screenshot of updated crash window.
3) Make me a screenshot of output of Tools/ShowConfig
For VirtualBox:
This is weird. I get this behavior when I don't have "Nested paging" enabled, but you actually have it enabled.
Suggestions:
1) Change base memory to 4096
2) Change audio to Intel HD Audio
3) Change graphics controller to VMSVGA
4) Add "noacpi" to grub command lineResponded in AROS 2025****X Development

AMIGASYSTEM 07-02-2025 16:06, 1 day ago
Re: AROS 2025****X Development
From the screen shots you can see the error on VirualBox.
On QEmu I used Build 64D11 with standard OWB and received the same error, I only encountered this error on QEmu also with 64D10Responded in AROS 2025****X Development
deadwood 07-02-2025 13:58, 1 day ago
Re: AROS 2025****X Development
What message are you getting when trying to start under VirtualBox 7?Responded in AROS 2025****X Development

AMIGASYSTEM 07-02-2025 13:53, 1 day ago
Re: AROS 2025****X Development
On my VirtualBox 7 even with 64D11 it does not start, probably a more up-to-date CPU is requiredResponded in AROS 2025****X Development
deadwood 07-02-2025 13:52, 1 day ago
Re: AROS 2025****X Development
That's weird - I never saw that error. Can you please try a clean release od Odyssey without any constomizations (like changed icons). If the error happens there as well, please click "More" on the requester and make anyther screenshot.Responded in AROS 2025****X Development

AMIGASYSTEM 07-02-2025 12:58, 1 day ago
Re: AROS 2025****X Development
Deadwood I did a quick test on QEmu with 64D11, the Network works fine, but with OWB I get the usual Guru on the z1.library, see screenshot.
Now I try if 64D11 starts on my VirualBoxResponded in AROS 2025****X Development
Amiwell79 07-02-2025 12:35, 1 day ago
Re: AROS 2025****X Development
Deadwood on another computer works is a laptopResponded in AROS 2025****X Development
deadwood 07-02-2025 12:19, 1 day ago
Re: AROS 2025****X Development
[quote name=AMIGASYSTEM post=7686]@AMIGASYSTEM
Concerning applications compiled on WMware, how can I tell that they are not compiled well? They worked fine on Hosted Linux![/quote]
Unfortunatelly you really can't. If you don't have problems with them and others are not reporting random crashes then most likely everything is fine.Responded in AROS 2025****X Development

AMIGASYSTEM 07-02-2025 12:12, 1 day ago
Re: AROS 2025****X Development
Deadwood I did a quick test on VMware and everything works fine, the SDL.library of the Contrib must be replaced with the fix "SDL.library.x86_64" otherwise applications that make use of this library go into GURU.
Later I will do some tests on Qemu to verify that OWB works fine, with D10 OWB on QEmu went into Guru!
Concerning applications compiled on WMware, how can I tell that they are not compiled well? They worked fine on Hosted Linux!Responded in AROS 2025****X Development
Amiwell79 07-02-2025 12:04, 1 day ago
Re: AROS 2025****X Development
deadwood noacpi option disable my keybord and mouseResponded in AROS 2025****X Development
deadwood 07-02-2025 10:32, 1 day ago
Re: AROS 2025****X Development
@mmartinka
Also make sure you have "Nested paging" (Acceleration tab) enabled. Without it, I can't boot AROS under VirtualBox.Responded in AROS 2025****X Development
Amiwell79 07-02-2025 10:09, 1 day ago
Re: AROS 2025****X Development
does not change the result maybe my computer is the problemResponded in AROS 2025****X Development
deadwood 07-02-2025 08:52, 1 day ago
Re: AROS 2025****X Development
[quote name=Amiwell79 post=7679]@Amiwell79 - the slowdown already occurs at system startup[/quote]
Try adding 'noacpi' to grub command line parameters.Responded in AROS 2025****X Development
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You cannot download attachments in this forum.
You cannot start a new discussion thread in this forum.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You cannot download attachments in this forum.
Moderator: Administrator, Moderators