Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
173 user(s) are online (122 user(s) are browsing Forums)

Members: 0
Guests: 173

more...

Headlines

Forum Index


Board index » All Posts (jabirulo)




Re: [Reaction] How to dynamically add Objects ?
Just can't stay away
Just can't stay away



Go to top


Re: Mixer support for VIA VT1723 7.1 PCIe Soundcard
Just can't stay away
Just can't stay away


@orgin

Yep, not too much free time ATM. Already commited updated mixer.docky. Updated/Fixed Mixer commiting ¿:-/ will come ASAP.


EDIT: commited "Fixed ARexx #?MUTE command" into svn. V1.41 will follow soon/ASAP


Edited by jabirulo on 2015/2/21 13:04:23
Edited by jabirulo on 2015/2/21 13:05:04
Go to top


Re: Mixer support for VIA VT1723 7.1 PCIe Soundcard
Just can't stay away
Just can't stay away


@sinisrus

yep, known bug and fixed (if it's the one I fixed a few days ago).
If you write to my e-mail I'll send you a fixed V1.41beta ASAP.

Go to top


Re: Mixer support for VIA VT1723 7.1 PCIe Soundcard
Just can't stay away
Just can't stay away


@Younghippie

I'm afraid I can't do anything, don't know how to create a new <audio_card>_ctrl.c source with the appropiate data to make such card work with MIXER.

Maybe if you can post VENDOR / DEVICE / SUBVENDOR data of such card (use pciscan or ranger). I can try to add such value to already existing code.


Go to top


Re: zTools on AMIStore : updates and suggestions thread
Just can't stay away
Just can't stay away


GREAT NEWS

Keep the good work mate.

Go to top


Re: FinalBurn Alpha is coming to AmigaOS4
Just can't stay away
Just can't stay away


@HunoPPC

Hola, I can do spanish translation

Go to top


Re: zTools on AMIStore : updates and suggestions thread
Just can't stay away
Just can't stay away


@JosDuchIt

Are you sure you0re using "Liveforit MPlayer" flavour/version?

From Shell/CLI:
#Mplayer
MPlayer LiveForIt V5.1 - SVN-rSVN-r32634-4.2.4(C) 2000-2010 MPlayer Team
160 audio & 349 video codecs
Usage: mplayer [options] [url|path/]filename
...


Go to top


Re: I have a question how do I add Iconify Icon in top border of a window?
Just can't stay away
Just can't stay away


@broadblues

Yep, using same code in MIXER

...
#define GID_ICONIFY 401
#include <intuition/sysiclass.h>
// iconify gadget
struct DrawInfo *DRI;
struct Image *IcoImg;
struct Gadget *IcoGad;
...
 
DRI IIntuition->GetScreenDrawInfo(MainScreen);
 
IcoImg = (struct Image *)IIntuition->NewObject(NULL"sysiclass"
                                       
SYSIA_DrawInfo,DRISYSIA_Which,ICONIFYIMAGE
                                      
TAG_END);
 
IcoGad = (struct Gadget *)IIntuition->NewObject(NULL"buttongclass"
                                        
GA_ID,GID_ICONIFYGA_RelVerify,TRUEGA_Image,IcoImg
                                        
GA_TopBorder,TRUEGA_RelRight,0GA_Titlebar,TRUE
                                       
TAG_END);
 
IIntuition->AddGadget(MixWindowIcoGad, -1);
...

Go to top


Re: Need help BougeSouris
Just can't stay away
Just can't stay away


@zzd10h

yep it failed too here on latest beta. but with 'ie_Qualifier' seems working fine

All thx should go too rmouse.lzx (sources included) from os4depot.
http://www.os4depot.net/share/driver/input/rmouse.lzx

Go to top


Re: Need help BougeSouris
Just can't stay away
Just can't stay away


Hi, try to change/add in 'void actionClick(void)':
FakeEvent->ie_EventAddress NULL;
FakeEvent->ie_Class        IECLASS_RAWMOUSE;
FakeEvent->ie_Code         IECODE_LBUTTON;
FakeEvent->ie_Qualifier    IEQUALIFIER_RELATIVEMOUSE|IEQUALIFIER_LEFTBUTTON;
InputIO->io_Data    = (APTR)FakeEvent;
InputIO->io_Length  sizeof(struct InputEvent);
InputIO->io_Command IND_WRITEEVENT;
DoIO( (struct IORequest *)InputIO );

FakeEvent->ie_EventAddress NULL;
FakeEvent->ie_Class        IECLASS_RAWMOUSE;
FakeEvent->ie_Code         IECODE_LBUTTON|IECODE_UP_PREFIX;//SELECTUP;
FakeEvent->ie_Qualifier    IEQUALIFIER_RELATIVEMOUSE|IEQUALIFIER_LEFTBUTTON;
InputIO->io_Data    = (APTR)FakeEvent;
InputIO->io_Length  sizeof(struct InputEvent);
InputIO->io_Command IND_WRITEEVENT;
DoIO( (struct IORequest *)InputIO );


FakeEvent->ie_Qualifier    = IEQUALIFIER_RELATIVEMOUSE|IEQUALIFIER_LEFTBUTTON;
and maybe
IECODE_LBUTTON|IECODE_UP_PREFIX; isn't necessary (just stay with your original SELECTUP tag)

Go to top


Re: MicroAlchimie 3 : pictures and videos
Just can't stay away
Just can't stay away


+1 000 000
MERÇI!!!!

Go to top


Re: Updates of FastView, SysMon, FastCompress and NetDock
Just can't stay away
Just can't stay away


I'm against to remove such options in SysMon.
Maybe only show such remove option when enabling a "special"/hidden tooltype switch (EXPERT) and if such tooltype exists add those "critical" options.

Go to top


Re: New xpk sub-lib for testing (XZ-based)
Just can't stay away
Just can't stay away


Ok, tests with XPKatana on my SAM460:

--- XPKatana 1.8 Benchmark Results ---
Pack Mode40
Source
RAM Disk:NetSurf/NetSurf
Size
:   14.759.179 bytes

-----
 
BZP2    Speed:  694.805 bytes/sec   Size4.757.240 bytes   Efficiency68%
 
L2XZ    Speed:  225.680 bytes/sec   Size3.298.792 bytes   Efficiency78%
 
LZMA    Speed:  279.587 bytes/sec   Size3.907.816 bytes   Efficiency74%
-----
   
Best PackerL2XZ  -  Size3.298.792 bytes  -  Ratio78%
Fastest PackerBZP2  -  Speed694.805 bytes/sec


--- XPKatana 1.8 Benchmark Results ---
Pack Mode60
Source
RAM Disk:NetSurf/NetSurf
Size
:   14.759.179 bytes

-----
 
BZP2    Speed:  635.657 bytes/sec   Size4.724.188 bytes   Efficiency68%
 
L2XZ    Speed:  165.906 bytes/sec   Size3.179.568 bytes   Efficiency79%
 
LZMA    Speed:  230.781 bytes/sec   Size3.667.064 bytes   Efficiency76%
-----
   
Best PackerL2XZ  -  Size3.179.568 bytes  -  Ratio79%
Fastest PackerBZP2  -  Speed635.657 bytes/sec


--- XPKatana 1.8 Benchmark Results ---
Pack Mode79
Source
RAM Disk:NetSurf/NetSurf
Size
:   14.759.179 bytes

-----
 
BZP2    Speed:  643.671 bytes/sec   Size4.719.568 bytes   Efficiency69%
 
L2XZ    Speed:  164.605 bytes/sec   Size3.074.516 bytes   Efficiency80%
 
LZMA    Speed:  191.541 bytes/sec   Size3.405.416 bytes   Efficiency77%
-----
   
Best PackerL2XZ  -  Size3.074.516 bytes  -  Ratio80%
Fastest PackerBZP2  -  Speed643.671 bytes/sec


Edited by jabirulo on 2014/9/14 10:14:37
Go to top


Re: New xpk sub-lib for testing (XZ-based)
Just can't stay away
Just can't stay away


Tested here on my SAM460ex:
#xbench NetSurf xzl2
File 'NetSurf' with a size of 14759179 bytes.
Type  Num Version P    CSize     CTime      CSpd     UTime      USpd  Rate
XZL2
:   4 50.1       4218832      2.02   7306524      1.03  14329300  71.5
XZL2
:   9 50.1       4124232      2.03   7270531      1.01  14613048  72.1
XZL2
:  14 50.1       4133708      2.00   7379589      1.01  14613048  72.0
XZL2
:  19 50.1       4038692      2.03   7270531      1.03  14329300  72.7
XZL2
:  24 50.1       4092364      1.02  14469783      1.01  14613048  72.3
XZL2
:  29 50.1       3996984      1.01  14613048      1.03  14329300  73.0
XZL2
:  34 50.1       4076088      0.03 491972633      2.00   7379589  72.4
XZL2
:  39 50.1       3981024      0.02 737958950      2.02   7306524  73.1
XZL2
:  44 50.1       3691932      0.02 737958950      2.01   7342875  75.0
XZL2
:  49 50.1       3592376      3.01   4903381      2.03   7270531  75.7
XZL2
:  54 50.1       3653624      2.01   7342875      3.01   4903381  75.3
XZL2
:  59 50.1       3557036      2.00   7379589      3.02   4887145  75.9
XZL2
:  64 50.1       3642824      0.01 1475917900      3.00   4919726  75.4
XZL2
:  69 50.1       3544684      0.02 737958950      3.02   4887145  76.0
XZL2
:  74 50.1       3642824      2.00   7379589      0.01 1475917900  75.4
XZL2
:  79 50.1       3544684      2.00   7379589      0.02 737958950  76.0
XZL2
100 50.1       3544684      2.00   7379589      0.03 491972633  76.0
#


BTW xBench locks the whole system during such test? Anything can be done in such respect? (will try to see xbench source code)


Edited by jabirulo on 2014/9/12 15:29:06
Go to top


Re: Currently open projects
Just can't stay away
Just can't stay away


@Hans

Ok, noted. If I have another problem/bug I'll post it in HP dev forum.

Go to top


Re: Currently open projects
Just can't stay away
Just can't stay away


@salass00

Yep, this one works fine. UnArc doesn't crash.

Go to top


Re: Currently open projects
Just can't stay away
Just can't stay away


@Chris
If I try to BlackList xfdmaster_lib it says it's not possible (now) it's not a m68k library.

Maybe revert to previous version that had clients in a single file, instead of embedded on xfdmaster_lib?


@salass00
Where can I re-download previous version?

Go to top


Re: Currently open projects
Just can't stay away
Just can't stay away


Creating a file with 7za v4.65 and unarchiving/reading with UnArc I get a GR/crash pointing to xfdmaster_lib:

Crash log for task "APPDIR:UnArc"
Generated by GrimReaper 53.19
Crash occured in module kernel.debug at address 0x018841FC
Type of crash: DSI (Data Storage Interrupt) exception
Alert number: 0x80000003

Register dump:
GPR (General Purpose Registers):
0: 01C90DBC 608E64F8 25050750 60A54BA0 0228E9B0 6FEF0000 60A54BA0 60A54BE0
8: 00000254 60A55030 A40840AF 00000001 FFFFFFFC 60230000 01884674 00000001
16: 6FF33000 60A54BA4 00000000 01884264 52057050 602970FC 60A54BC0 00000254
24: 00000254 0228B1E0 0228B250 60B2AF10 6FFEC000 61C499DC 02146C60 42842088


FPR (Floating Point Registers, NaN = Not a Number):
0: nan 255.5 0.99999 4.5036e+15
4: 0 0.5 nan 3.375
8: 65536 1.67772e+07 1e+61 1e-59
12: 26 68 -1.37485e+11 -8.83127e+217
16: -3.12495e+231 -2.07278e+289 8.95667e+62 -9.08035e-87
20: 1.31369e+145 1.76184e+212 -1.43064e+177 -3.07384e+39
24: -2.93033e-180 -6.38987e-58 -1.47207e+222 -1.32435e+217
28: 1.07595e+180 1.25358e+291 -7.24803e-251 -5.92484e+67

FPSCR (Floating Point Status and Control Register): 0xA2804100


SPRs (Special Purpose Registers):
Machine State (msr) : 0x0002F030
Condition (cr) : 0x85027002
Instruction Pointer (ip) : 0x018841FC
Xtended Exception (xer) : 0x0000FFFF
Count (ctr) : 0x6041EA64
Link (lr) : 0x60580348
DSI Status (dsisr) : 0x605520F8
Data Address (dar) : 0x6057EF1C



680x0 emulated registers:
DATA: 00000080 00000080 00000000 00000000 00000000 00000000 00000000 00000000
ADDR: 60A9C748 608E66F0 00000000 00000000 00000000 00000000 61C499DC 608E64F8
FPU0: 0 0 0 0
FPU4: 0 0 0 0



Symbol info:
Instruction pointer 0x018841FC belongs to module "kernel.debug" (HUNK/Kickstart)

Stack trace:
native kernel module kernel.debug+0x000841fc
native kernel module kernel.debug+0x0008433c
module LIBS:xfdmaster.library at 0x60297100 (section 4 @ 0x40DC)

68k Stack trace:
602970fa (68k IP) - "LIBS:xfdmaster.library" Hunk 0004 Offset 000040fa (SegList: 1819c4f5)
60297100 - "LIBS:xfdmaster.library" Hunk 0004 Offset 00004100 (SegList: 1819c4f5)
0183f7d4 - "Kickstart/kernel.debug" Hunk 0000 Offset 0003f7d4
02179d14 - "Kickstart/kernel.debug" Hunk 0001 Offset 00049d14
0228dff2 - "Kickstart/kernel.debug" Hunk 0001 Offset 0015dff2
602970fa - "LIBS:xfdmaster.library" Hunk 0004 Offset 000040fa (SegList: 1819c4f5)
00000001 - "SYS:System/GrimReaper" Hunk 0000 Offset 00000000 (SegList: 1817df01)
0183faac - "Kickstart/kernel.debug" Hunk 0000 Offset 0003faac
02013c03 - "Kickstart/kernel.debug" Hunk 0002 Offset 00013c03
01845290 - "Kickstart/kernel.debug" Hunk 0000 Offset 00045290
0186f4f4 - "Kickstart/kernel.debug" Hunk 0000 Offset 0006f4f4
02150000 - "Kickstart/kernel.debug" Hunk 0001 Offset 00020000
020063fc - "Kickstart/kernel.debug" Hunk 0002 Offset 000063fc
02298620 - "Kickstart/kernel.debug" Hunk 0001 Offset 00168620
02179d14 - "Kickstart/kernel.debug" Hunk 0001 Offset 00049d14
02298654 - "Kickstart/kernel.debug" Hunk 0001 Offset 00168654
02298470 - "Kickstart/kernel.debug" Hunk 0001 Offset 00168470
01853f54 - "Kickstart/kernel.debug" Hunk 0000 Offset 00053f54
02295980 - "Kickstart/kernel.debug" Hunk 0001 Offset 00165980
02150000 - "Kickstart/kernel.debug" Hunk 0001 Offset 00020000
02179d14 - "Kickstart/kernel.debug" Hunk 0001 Offset 00049d14
0185e400 - "Kickstart/kernel.debug" Hunk 0000 Offset 0005e400
02000000 - "Kickstart/kernel.debug" Hunk 0002 Offset 00000000
02295980 - "Kickstart/kernel.debug" Hunk 0001 Offset 00165980
02179d14 - "Kickstart/kernel.debug" Hunk 0001 Offset 00049d14
02179d14 - "Kickstart/kernel.debug" Hunk 0001 Offset 00049d14
602970fa - "LIBS:xfdmaster.library" Hunk 0004 Offset 000040fa (SegList: 1819c4f5)

68k disassembly:
602970f2: 6962 bvs.b 0x60297156
602970f4: 7261 moveq #0x61,d1
602970f6: 7279 moveq #0x79,d1
602970f8: 00004eb9 ori.b #0xb9,d0
602970fc: 00000254 ori.b #0x54,d0

System information:

Machine
Machine name: Sam460ex
Memory: 2097152 KB
Extensions: bus.pci bus.pcie

Libraries
0x62e76ec8: ISO-8859-15.charset V52.1
0x62bccc58: spanish_ISO-8859-15.language V52.1
0x0228dff2: exec.library V53.63
0x6ff52a98: cgxvideo.library V42.1
0x61c499dc: xfdmaster.library V53.1
0x6022f0bc: xadmaster.library V13.1
0x60af8170: fuelgauge.gadget V53.8
0x60a95848: threads.library V1.5
..

Go to top


Re: BSzili port requests
Just can't stay away
Just can't stay away


If it doesn't need warp3d (I have a RadeonHD6570) I'll be glad to test it on my SAM460.

Go to top


Re: Currently open projects
Just can't stay away
Just can't stay away


THX. Downloaded and tested (xfd m68k commands).

#xfdLibInfo 
xfdLibInfo 1.06 (29.5.97© 1994-97 Georg Hörmann

Contents of xfdmaster
.library 53.1:

Name                           |  ID  MV RB DB F1 F2 XFDPFF_#?
-------------------------------+------+----+----+----+----+----+-----------
BOND Cruncher                  807D 39 | ++ | ++ | -- | -- | DATA
TrashEliminator 1.0            
8075 39 | ++ | ++ | -- | -- | ADDR
ByteKiller 1.3                 
8011 39 | ++ | ++ | -- | -- | ADDR
ByteKiller 2.0                 
8012 39 | ++ | ++ | -- | -- | ADDR
ByteKiller 3.0                 
8013 39 | ++ | ++ | -- | -- | ADDR
ByteKillerPro 1.0              
8014 39 | ++ | ++ | -- | -- | ADDR
ByteKillerPro 1.0 Pro          
8015 39 | ++ | ++ | -- | -- | ADDR
ByteKiller 97                  
8089 39 | ++ | ++ | -- | -- | ADDR
DragPack 1.0                   
8016 39 | ++ | ++ | ++ | ++ | RELOC!RELMODE
...
SMF Compacker                  8092 39 | ++ | ++ | -- | -- | ADDR
XPK Packed                     
8046 39 | ++ | ++ | ++ | ++ | DATA!RECOGLEN!USERTARGET
XPK Crypted                    
8047 39 | ++ | ++ | ++ | ++ | DATA!PASSWORD!RECOGLEN!USERTARGET
(MMCMPData Cruncher          | ---- | 39 | ++ | ++ | -- | -- | DATA!RECOGLEN!USERTARGET!EXTERN

Go to top



TopTop
« 1 ... 37 38 39 (40) 41 42 43 ... 51 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project