Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Remy

Pages: 1 ... 26 27 [28] 29 30 ... 43
406
Applications / Re: ClamAV-GUI.
« on: May 10, 2020, 11:38:00 pm »
more screen capture

407
Applications / Re: Shared storage
« on: May 10, 2020, 11:13:43 pm »
Hi Remy,

Alright, so I now have a total of three separate DLL LH lists:

1) ffmpeg
2) vlc
3) usr_dll

In particular, for the moment I'm loading just the usr_dll and that has a single DLL in it: SNAPWRAP.DLL, which several other apps use.

OK, so that load seems to happen fine, but I am getting something strange in terms of the outputs of both the 'Query' and 'Free' commands.

1) QUERY (with the RC option turned ON)
Code: [Select]
Running ffmpeg (and more) permanent DDLs load into memory   
   ( note1: load / free works for below or above 512MB line     )
   ( note2: DLLs loaded into HIGH SHR is permanent until "free" )
 
   Processing... with options : -q  1
 
   -  detail: [ERROR_CODE_126_NOT_FOUND]
   No handle for X264150 [126]
   -  detail: [ERROR_CODE_126_NOT_FOUND]
   No handle for LIBVPX5 [126]
   -  detail: [ERROR_CODE_126_NOT_FOUND]
   No handle for SDL2 [126]
   -  detail: [ERROR_CODE_126_NOT_FOUND]
   No handle for POSTPR55 [126]
   -  detail: [ERROR_CODE_126_NOT_FOUND]
   No handle for AVDEVI58 [126]
   -  detail: [ERROR_CODE_126_NOT_FOUND]
   No handle for SWRESA3 [126]
   -  detail: [ERROR_CODE_126_NOT_FOUND]
   No handle for SWSCAL5 [126]
   -  detail: [ERROR_CODE_126_NOT_FOUND]
   No handle for AVFILT7 [126]
   -  detail: [ERROR_CODE_126_NOT_FOUND]
   No handle for AVCODE58 [126]
   -  detail: [ERROR_CODE_126_NOT_FOUND]
   No handle for AVFORM58 [126]
   -  detail: [ERROR_CODE_126_NOT_FOUND]
   No handle for AVUTIL56 [126]
   -  detail: [ERROR_CODE_126_NOT_FOUND]
   No handle for VLCCORE [126]
   -  detail: [ERROR_CODE_126_NOT_FOUND]
   No handle for VLC [126]
 
   DLL(s) query handle done
 
   note 1: Found = at least, modules where loaded one time post boot
   note 2: Found = Module may be loaded or not (freed)

2) FREE (with the RC optioned turned ON)
Code: [Select]

     Running ffmpeg (and more) permanent DDLs load into memory   
   ( note1: load / free works for below or above 512MB line     )
   ( note2: DLLs loaded into HIGH SHR is permanent until "free" )
 
   Processing... with options : -u  1
 
 
   !Information! no ~ffmpegH file found !
   (this could be normal at first load request)
   ---------------------------------------------------------
   No query handle found for DLL: X264150 -  an RC99 will be set fo this DLL on free
   No query handle found for DLL: LIBVPX5 -  an RC99 will be set fo this DLL on free
   No query handle found for DLL: SDL2 -  an RC99 will be set fo this DLL on free
   No query handle found for DLL: POSTPR55 -  an RC99 will be set fo this DLL on free
   No query handle found for DLL: AVDEVI58 -  an RC99 will be set fo this DLL on free
   No query handle found for DLL: SWRESA3 -  an RC99 will be set fo this DLL on free
   No query handle found for DLL: SWSCAL5 -  an RC99 will be set fo this DLL on free
   No query handle found for DLL: AVFILT7 -  an RC99 will be set fo this DLL on free
   No query handle found for DLL: AVCODE58 -  an RC99 will be set fo this DLL on free
   No query handle found for DLL: AVFORM58 -  an RC99 will be set fo this DLL on free
   No query handle found for DLL: AVUTIL56 -  an RC99 will be set fo this DLL on free
   No query handle found for DLL: VLCCORE -  an RC99 will be set fo this DLL on free
   No query handle found for DLL: VLC -  an RC99 will be set fo this DLL on free
   End of dynamic handle acquisition (query), process continues...
 
   -  Error during free of module handle x"        " (rc:99 - X264150)
   -  detail: [ERROR_NO_HANDLE_FOUND]
   -  Error during free of module handle x"        " (rc:99 - LIBVPX5)
   -  detail: [ERROR_NO_HANDLE_FOUND]
   -  Error during free of module handle x"        " (rc:99 - SDL2)
   -  detail: [ERROR_NO_HANDLE_FOUND]
   -  Error during free of module handle x"        " (rc:99 - POSTPR55)
   -  detail: [ERROR_NO_HANDLE_FOUND]
   -  Error during free of module handle x"        " (rc:99 - AVDEVI58)
   -  detail: [ERROR_NO_HANDLE_FOUND]
   -  Error during free of module handle x"        " (rc:99 - SWRESA3)
   -  detail: [ERROR_NO_HANDLE_FOUND]
   -  Error during free of module handle x"        " (rc:99 - SWSCAL5)
   -  detail: [ERROR_NO_HANDLE_FOUND]
   -  Error during free of module handle x"        " (rc:99 - AVFILT7)
   -  detail: [ERROR_NO_HANDLE_FOUND]
   -  Error during free of module handle x"        " (rc:99 - AVCODE58)
   -  detail: [ERROR_NO_HANDLE_FOUND]
   -  Error during free of module handle x"        " (rc:99 - AVFORM58)
   -  detail: [ERROR_NO_HANDLE_FOUND]
   -  Error during free of module handle x"        " (rc:99 - AVUTIL56)
   -  detail: [ERROR_NO_HANDLE_FOUND]
   -  Error during free of module handle x"        " (rc:99 - VLCCORE)
   -  detail: [ERROR_NO_HANDLE_FOUND]
   -  Error during free of module handle x"        " (rc:99 - VLC)
   -  detail: [ERROR_NO_HANDLE_FOUND]
 
   Successfully freed  DLLs : 0, expected : 13
   Not freed count : 13
 

...but strangely enough SNAPWRAP.DLL is nowhere to be found...???

Hi Dariusz,

Did you load ffmpeg dlls prior the query ?
If you would like check the loaded DLL, be sure to specify the dll list for the -q and -u option.
From what I could see, rxu function was unable to find handle for the given dlls.

Note: If you loaded modules and closed the prompt window under which you run the cmd file, DLLs are then freed...
           (the prompt window must be left open or use the exe build and do not close it)


Regards
Rémy

I would suggest to do as Dave wrote.   


ps: 1/ a remaining problem seems to be the WPS  (WPS restart helps to free some excessive storage it uses).
       2/ My system is running since I have my DLLs from ffmpeg and vlc loaded high 'including SDL2) and it seems stable despite I run a lot of video and audio files from different type. mp3, ogg, wav etc... (As soon I'll have a problem, I'll remove SDL2 from my list)         




 

408
Applications / ClamAV-GUI.
« on: May 10, 2020, 09:24:59 pm »
Working on next AVxCAT v2, I used VLC for tests and found some interaction with my ClamAV-GUI  build making some rxu functions not responding until VLC is down !

ClamAV-GUI update was since this finding, my highest priority.
To prevent this, I switched to use as default dll, rxutilex (rxu left as second option - available dll is automatically selected). With rxutilex, it works better and free of VLC interaction (rux.dll)

I suggest to migrate to ClamAV-GUI 3.6.3 and install rxutilex...;dll for those not having it (base installed under ArcaOS)
This build has many changes.... 

Best regards
Rémy   


PS: If you install  the widget (be improvement), dont forget to add the option to detect firewall is up or not (tested with IJFW)
e.g. paramters for ClamAV WG (daemon)
       clamavgui_path  beepon  clamav_virdb_path  maxday_noDBupdt  1   << 1 to check firewall up/down 

Some screen capture about widget and its dialog panel when [enter] on the widget icon.
And a second view about the older clamavm (scheduler for clamav-gui) after code change and already at alpha stage.
 

409
Hardware / Re: USB 3
« on: May 09, 2020, 01:35:01 pm »
Seems to me that USB3 boot is no more broken then USB2 boot, namely there is a period of time where the keyboard (and mouse) don't work. I came across this recently when I updated my computer by moving the hard drives over, boot ended  loading the network drivers due to having gone from realtek to intel with the "press enter to continue" message and enter not working so I had to power off, boot the AOS USB stick, go into the maintenance shell and rem the offending line out of the config.sys. Then boot worked and I could install the correct driver.
As Lars said, there's just a short period when the USB drivers (probably USB Keyboard) haven't initialized.
As Andreas said, you really should be asking Louis about this stuff and asking if you can get access to a beta build of the USB3 drivers, as it wouldn't hurt to have someone with Ryzon machines testing.

Are you really not allowed to go outside for a walk or such while maintaining social distancing? Or do you just live somewhere where it is hard to get outside due to shared lifts or such? The wife has been walking to the mailbox most days, about 5km round trip, and talks to the neighbours while standing on opposite sides of the road. Our road is pretty dead traffic wise.

Hi Dave,

Reading you keyboard and mouse issue at boot itme, this is what I have each time I power off windows and boot into ArcaOS. To prevent this, I have to go into bios, do exit and reboot and them, no issue...  (but, I never have to reboot nor this kind of problem when last booted OS was ArcaOS... only when it was windows). 

410
Programming / Re: Trim command
« on: May 05, 2020, 07:49:06 pm »
Just to share my experience following Dave's last update.

I have a SSD with 3 partitions
1 - ArcaOS boot partition
2 - recovery partition
3 - work/home/programs and unixroot partition
Worked like this more than 6 months  (I suppose SSD garbage did its work since this date)     

I burned a DVD with the latest linux mint  (64bits)
I boot from dvd and then mount 2 different os/2 jfs partitions ( 2 and 3 ) and run fstrim on them ...
There is very less write operation on my boot partition 1 (and would like be careful with it and not tried yet)

Afer getting back which seems good result, I boot OS/2 (ArcaOS).
Boot was faster but working on my fird partition was very faster. Looks to be very good and it's worth it

See fstrim result.     

411
Applications / Re: OpenOffice 4.1.7 gives error on startup
« on: May 04, 2020, 05:33:20 am »
With WarpIN now working, I've got OpenOffice installed. Yum has installed all prerequisites. Yet, I'm seeing the attached error message.

Do you have the DLL ?

...\ApacheOpenOffice.4\program
27/01/20 16:25        586 735      0 a---  deploy.dll


412
Applications / Re: Shared storage
« on: May 04, 2020, 01:44:25 am »
Hi Remy,

Alright, so the latest version LOAD is working correctly. In other words, I have two separate DLL load lists: FFMPEG and VLC, they can both be loaded from their "source" directory, this is also where the marker file (~ffempgh) is created.

So that's all good.

However, here is what I noticed: if I attempt to un-load the DLLs through the GUI screen I am presented with the following message:

Code: [Select]
     Running ffmpeg (and more) permanent DDLs load into memory   
   ( note1: load / free works for below or above 512MB line     )
   ( note2: DLLs loaded into HIGH SHR is permanent until "free" )
 
   Processing... with options : -u  1
 
 
   !Information! no ~ffmpegH file found !
   (this could be normal at first load request)
   ---------------------------------------------------------
   *WARNING* No "handle" (rexx name) found to proceed, free aborted
 
   Free of 0 DLLs successfull

Subsequently no DLLs are unloaded. Now in the bigger scheme of things this is not a problem per say because closing the program does successfully un-load the DLLs, however, this functionality was working in previous versions. So I'm guessing something sneaked through here?

Well normal  ::)
(some code missing)

I upated both
online

413
Hardware / Re: List of OS/2 Tested/Reported Motherboards
« on: May 03, 2020, 02:17:05 pm »
Hi. Send it over to martiniturbide@gmail.com

Regards

sent

414
Hardware / Re: List of OS/2 Tested/Reported Motherboards
« on: May 03, 2020, 12:37:44 am »
Thank you Rémy.
I had include it to the list and created a page for it.
If you can provide me the pci.exe and lsusb report it would be great to pinpoint each component.

Regards

what's your email ?

415
Applications / Re: Shared storage
« on: May 02, 2020, 11:49:46 pm »
I spent the time since first update to upgrade and correct latest finding in the code.
Now, both are at the same upgraded code level.
I hope it is better now.

Available on my web page.
Regards
Rémy 

416
Applications / Re: Shared storage
« on: May 02, 2020, 09:28:51 pm »
Hi Remy,

Alright sir, so the latest enhancements indeed work great here. I have multiple DLL_LH lists: ffmpeg & vlc. Loading them through the GUI screen works great, however, from CLI it is still the same error.

Is there a chance that RXU.DLL is a problem?

Here is what I have:

6-08-18  8:33a       115,544    124 a---  rxu.dll

Installed as part of a RPM package: rxu-1.a.0-3.oc00.pentium4

Anything else I can try here to debug further?

Also, perhaps a small correction to the README:

Code: [Select]
...
ffmpeghigh (option) dll_name
option:
-c  load dll(s) (it creates a file under path execution named handle.txt required to free loaded dll by rexx)
...

Here when I successfully load the DLLs from the GUI I do not find 'handle.txt' anywhere on my boot drive, nothing in the RAM drive (which is my TMP drive).

I do however find '~ffmpegH' file present in the directory where the DLLs were loaded from, which of course shows the list of the DLLs loaded. Therefore, I think your reference in the README to 'handle.txt' should actually be '~ffmpegH'?

Actually, this last point raises another issue. If I have multiple DLL lists in the same directory, is it not going to be a conflict to load them separately? After all, the DLL load file (~ffempgH) is a unique file and will be overwritten by the 2nd load of the DLLs, right?

Could we perhaps use the name of the input DLL list file instead of a single name like ~ffmpegH?

Hi,

I focus to make the ffmegh.exe best working because this one can be used from startup folder.
The problem is not within rxu, I'm pretty sure it is in my code due there is a litle gap between the exe and the cmd. I'll review the ffmpegfhigh.cmd and update it
Yes, you're right, some information in it a back level compared to ffmpegh.exe and will be part of the update to do.
~ffmpegH replace handle.txt  (this file is more to make things a little bit faster and used for comparisons.  If this file is missing, I query the storage to get the handle and then issue the free (you can do a test, delete the file et do a free). THis is why have it overwritten by new different load is not a problem due I prefer have latest loaded dll's info into this file.

Updated: I found, a missing ")" in my code !

As I wrote, ffmegh is more easy to use and startable from startup folder.
I was very tired during last days with many "white nights" and my vision dropped a little.

I also work on my AVxCAT with many news... to come, I hop this month or next month it all work as expected !     
- added PCM 24bits audio 
- added dynamic gap fc(time) option (audio & video ...)
- use of disc cover.jpg or trackname.jpg or album named image for .....   
- Input file can be Icecast for .... 
- changed concat function
- added audio mix option (with the possibility to change volume level on first audio track  (would be nice to have a background sound while commenting...) 
- lot of changes into auto id3 values (most for Icecast)
- have to end some parts under video
- OS2 mjpeg..
etc...
And more...
etc... 
And corrections (link a little blink at open time due to a window redraw
etc...


To day, some limits appears due to missing TLS/SSL support under ffmpeg   

Due to all changes I do, I had to run many time ffmpeg with several reboot making me searching why and write a quick code to load module et prevent reboot. Now, the only consuming storage is WPS (a WPS restart give back some storage but not all. Of course, no more reboot since I load module permanent (thanks to Dave pointing me to this)

Hope to provide quickly good new and update on the ffmpeghigh.cmd

Best regards
Remy   

417
Hardware / Re: List of OS/2 Tested/Reported Motherboards
« on: May 02, 2020, 06:01:58 pm »
Hi

I had updated the list of the OS/2 tested mainboards. Also including the ones that the OS4 kernel team tested.

You can visit it here: https://www.os2world.com/wiki/index.php/List_of_Motherboards

I'm always looking for new motherbaords to include, if you want to include them just post it here, you can also provide the pci.exe and lsusb reports to be able to poinpoint each component.

If the list grows I will be thinking on splitting the list on "post 2010" and "older" on a different list.

Regards

Hi Martin,

You can add    MSI Z97S SLI Krait Edition   (e.g. I use it with a I7 5775c)
https://fr.msi.com/Motherboard/support/Z97S-SLI-Krait-Edition.html#down-manual
Video works
Audio work
Network works
USB works
On board M.2  (using PCI express)

regards
Rémy


418
Applications / Re: Shared storage
« on: May 02, 2020, 12:23:52 pm »
Hi Remy!

...I updated ffmpegHigh and added an ffmpegH.exe build which can be started from startup folder using the right parameters...

That's awesome, actually your ffmpeg focused utility is in a sense becoming what I was thinking we were starting to need, which is a system-wide utility to allow you to load any desired DLL high.

If I could whisper a little wish to Santa, here is what I would say ( ;)):


window very minimalist
Entry field to specify one dll
File button to import a private file with own dll list  (the included dll list for ffmpeg is than not loaded)
Load button
 




1) give me the ability to have multiple LOAD_HIGH_PROFILES defined
- this way for each app that has DLLs I wish to load high I could point to a destination directory where the DLL exists as well as define a load_high_list file
- the load_high utility would then accept something like the PROFILE_NAME, which would tell it either which load_high_list file to read, or what are the files to be loaded directly by reading from the profile config file

2) if the whole PROFILE thing is too complex then enable the specification of a full pathname to the DLL in the load_high_list file, that way I do not have to make sure the DLLs are in LIBPATH, nor do I have to move them all to a single common subdirectory somewhere on the system

Also, I would ask Santa to troubleshoot this error message I'm currently getting:

Code: [Select]
SAY "    74 +++     single_dll ="     74 +++     single_dll
REX0036: Error 36 running G:\UTIL\MISC\DLL_LH.EXE, line 74: Unmatched "(" in expression

This is the result of the following CLI => 'dll_lh -l dll_lh_list.dlh',
where:
'dll_lh' is the renamed ffmpegh.exe
'dll_lh_list.dlh' is the DLL list file with the following contents:

Code: [Select]
X264150.DLL
LIBVPX5.DLL
SDL2.DLL
POSTPR55.DLL
AVDEVI58.DLL
SWRESA3.DLL
SWSCAL5.DLL
AVFILT7.DLL
AVCODE58.DLL
AVFORM58.DLL
AVUTIL56.DLL
VLCCORE.DLL
VLC.DLL
SNAPWRAP.DLL

All DLLs are present in the execution directory...
"
Hi Dariusz,

About the error, strange, it looks like I forgot or missed a "(".
Try again with the new update, I changed several part of the code to allow loading dlls not into a libpath.

Works like before (hope better :D) and added:
- you can now specify a full path for the DLL in the single dll input field  (do not put the path between quotes)
- The external input file can have a path indication on first line and taking previous lits, you can have now:

rules: the first line is identified as been a path through the "  at beginning and end of path name.
If there aren't present, the entry is handled like a dll entry.

"X:\USR\LOCAL\LIB"
X264150.DLL
LIBVPX5.DLL
SDL2.DLL
POSTPR55.DLL
AVDEVI58.DLL
SWRESA3.DLL
SWSCAL5.DLL
AVFILT7.DLL
AVCODE58.DLL
AVFORM58.DLL
AVUTIL56.DLL
VLCCORE.DLL
VLC.DLL
SNAPWRAP.DLL

Regards,
Remy

A small screen capture (window is minimalist)
Entry field to specify one dll at once                                          (only this dll will be loaded)
File button to select your own file with included dll list          (only dlls listed int file will be loaded)
Load button
Free button
Query button
rc detail checkbox    (a few more information about return code returned)
a  radio just to indicate with 'on' if a load was done
.
.
PS: Not all DLLs, not those loaded through libpathstric as I wrote it  (ex: firefox etc..)

 


419
Hardware / Re: HD Audio not working on MSI A68HM-E33 Motherboard
« on: April 30, 2020, 11:42:25 pm »
Do you have something like this in Config.Sys to select which adapter to use?

DEVICE=K:\MMOS2\UNIAUD32.SYS /A:1

Setting this manage to get audio working but it is very poor quality, apparently this is a know issue with the codec on this board :(

Why poor quality ?
You just select the correct audio adapter  (this is always the case when you audio has more than one adapter and the firs one doesn't work :D

follow instruction from here:
https://www.arcanoae.com/wiki/uniaud/debugging/


420
Applications / Re: Shared storage
« on: April 30, 2020, 10:24:50 am »
Hi Dariusz,

I updated ffmpegHigh and added an ffmpegH.exe build which can be started from startup folder using the right parameters.
It start minimized when started with parameters. If no parameters are provided, you'll get a dialog with buttons
web link updated  to download new zip package.

Regards
Remy

Pages: 1 ... 26 27 [28] 29 30 ... 43