| View previous topic :: View next topic |
| Author |
Message |
Lukasz

Joined: 19 Jan 2004 Posts: 248 Location: Denmark
|
Posted: Mon Jun 21, 2004 8:08 pm Post subject: Test freesd.irx |
|
|
Some people have reported that they can't get freesd.irx working, it is however working for many.
But since it works for me, I've put together a freesd.irx which prints out some debug information. I would like everyone to give it a quick spin and see if it locks up and if it does, make a post with the output from your client.
This is my output with the test data i provided below.
| Code: |
FREESD v0.9
loadmodule: id 33, ret 0
loadmodule: fname host0:amigamod.irx args 0 arg
AmigaMod v1.0: by Vzzrzzn
AmigaMod: Total mem remaining = 1356800
AmigaMod: starting SifRpcLoop
loadmodule: id 34, ret 0
DEBUG freesd Init:1 2 3 4 5 6
AmigaMod: libsd initialized (amigaModInit !)
AmigaMod: entering playing thread
DEBUG freesd InterruptHandler: 1 2 3
|
The interesting part is the 2 places where it has DEBUG as the first word.
Below i've provided the test freesd.irx (named fresd.irx to have equal amounts of chars as libsd.irx , so you can just hex edit your elfs to test.)
and a hex edited version of my damn demo which loads this test freesd.
http://www.lukasz.dk/files/freesd_test1.zip - freesd test version 1
http://www.lukasz.dk/files/damn_freesd_test.zip - damn demo which runs freesd, ready to execute.
Just download the to files and put fresd.irx in the same dir as damn_sd.elf and run it and if you get no sound, please make a post. Thanks. |
|
| Back to top |
|
 |
Lukasz

Joined: 19 Jan 2004 Posts: 248 Location: Denmark
|
Posted: Mon Jun 21, 2004 8:53 pm Post subject: |
|
|
It seems that the damn test worked fine for people, and the issue seems to be with SjPCM & freesd combo, therefor i've put together another
test package, explorations demo by adresd which uses a sjpcm.
www.lukasz.dk/files/adresd_explorations_freesd_test.zip
You will still need the freesd zip from the previous post. |
|
| Back to top |
|
 |
boomint
Joined: 13 Apr 2004 Posts: 80 Location: Sheffield, UK
|
Posted: Tue Jun 22, 2004 7:59 pm Post subject: |
|
|
| Lukasz wrote: | | You will still need the freesd zip from the previous post. |
Works fine on my V10, although for unix/linux you'll need to rename the fresd.irx to FRESD.IRX for it to load.
Boo |
|
| Back to top |
|
 |
Lukasz

Joined: 19 Jan 2004 Posts: 248 Location: Denmark
|
Posted: Wed Jun 23, 2004 12:54 am Post subject: Issue resolved :) |
|
|
| The bug has now been found and resolved, thanks to adresd for testing. |
|
| Back to top |
|
 |
|