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 - roberto

Pages: 1 2 [3] 4 5 ... 55
31
Programming / Re: Qt6 Application Testing
« on: December 03, 2023, 04:00:45 pm »
I wanted to call them attention, to try to activate in the BIOS, the Hyper Threading. In my case the https://html5test.com failed me, and since it works for me. With the QT6 632.
Saludos

32
Applications / Re: Registry editor
« on: July 15, 2023, 12:10:36 pm »
I have :
15/07/23 11:53      3.149.374      0 a--r  OS2.INI
15/07/23 11:53      1.145.424      0 a--r  OS2SYS.INI
No problems,  I edit with C:\SYS\APPS\FM2\FM2TOOLS\INI.EXE INI Viewer
I only have in desktop one folther and trash can, in all my os2 arcaos systems for many years:
Directory of C:\desktop

 8/07/23 15:37          <DIR>    817 a---  .
 8/07/23 15:37          <DIR> 18.990 a---  Escritorio
21/04/20 13:07          <DIR>    619 a---  Trash Can
saludos

33
Programming / Re: Qt6 Application Testing
« on: July 09, 2023, 04:16:13 pm »
It happens to me that with the CodePage 850, using the QT6-632, when I pulse and loose the ALT key, a while later pulse 'e', and jump to the edit of the dooble. It is as if the Alt key was pressed. That is not right.
Saludos

34
Programming / Re: Qt6 Application Testing
« on: June 03, 2023, 11:24:09 pm »
I'm glad you can use dooble, I'm already using 99% OK. Applying the QW13.bas patch. Now I will try to convert it, to be able to use it on another computer. Because here it seems that it doesn't work for anyone.
Saludos

35
Programming / Re: Qt6 Application Testing
« on: June 01, 2023, 04:10:53 pm »
Hello
Here you are the expert and I am a simple user, but I see that your mistakes are very similar and
that I have seen.
I have only seen a problematic doscall1, when you have seen more.
And the way to solve it has been executing it 3 times, to be able to mark as non -REM, all the lines.

My doscall1 as you see is another point of memory different from yours, so many cannot execute my
Patches
In my case I continue with some unexpected closures. And I see two paths to continue cleaning Libcn0.dll, or start trying with
 Libcx0.dll

I include the detail of my extracted pokes of the QW5.bas to qw7.bas in preparation.
Code: [Select]
...
REM QTWEBENGINEPROCESS.EXE      10000 / 3C0   20000 / 1C0    30000 / 100000

 POKE &H0001020D, 1
 POKE &H000102C7, 1
 POKE &H00010353, 1

REM 30000/100000
 POKE &H00032E55, 1
 POKE &H00032F65, 1
 POKE &H0003311A, 1
 POKE &H0003320A, 1
 POKE &H000332A5, 1

   rem

POKE &H00033705, 1
REM POKE &H0003370A, 1
rem POKE &H0003397D, 1
POKE &H00033C15, 1
POKE &H00033EA9, 1
POKE &H00033EE6, 1
POKE &H00033F1B, 1
POKE &H00034005, 1
POKE &H00034082, 1
POKE &H000342E0, 1
rem POKE &H00034329, 1
REM POKE &H00034357, 1
POKE &H0003442D, 1
POKE &H0003449C, 1

   ...
   REM DOSCALL1 00009DAB
REM ------------------
POKE &H0000A912, 1                 ******** 1 ******

rem error libcn0 000158FC
rem ---------------------
POKE &H00015A04, 1
rem POKE &H00015A20, 1
 POKE &H00015A3B, 1
rem POKE &H00015A40, 1
 POKE &H00015A43, 1
 POKE &H00015AE2, 1
 POKE &H00015BD0, 1
 POKE &H00015CC9, 1
 POKE &H00015D7C, 1

rem POKE &H00015E90, 1
rem POKE &H00015EF1, 1
rem POKE &H00015F19, 1
 POKE &H00015F79, 1
rem POKE &H00015FA8, 1
 POKE &H000160A4, 1
 POKE &H00016121, 1
rem POKE &H00016548, 1
rem POKE &H00016790, 1
....
rem tras aprox. 1 hora video me manda error al doscall1 00009dab ??raro sigsev
rem Trap  ->  1FFC9DAB   DOSCALL1  0002:00009DAB  between DOS32R3EXCEPTIONDISPATCHER + 93 and _xcptR3ExceptionDispatcher - E1

rem doscall1.dll 00009dab el mismo de antes ***repetido ****
POKE &H0000A912, 1                 ******** 2 ******

 POKE &H0003397D, 1
    POKE &H00033C15, 1
    POKE &H00033EA9, 1
    POKE &H00033EE6, 1
    POKE &H00033F1B, 1
    POKE &H00034005, 1
REM    POKE &H00034082, 1
REM   POKE &H000342E0, 1
POKE &H00034329, 1

 POKE &H00034357, 1

...
rem tras aprox. 1 hora video me manda error al doscall1 00009dab ??raro sigsev
rem Trap  ->  1FFC9DAB   DOSCALL1  0002:00009DAB  between DOS32R3EXCEPTIONDISPATCHER + 93 and _xcptR3ExceptionDispatcher - E1

rem doscall1.dll 00009dab el mismo de antes ***repetido ****
POKE &H0000A912, 1                 ******** 3 ******

 POKE &H0003397D, 1
    POKE &H00033C15, 1
    POKE &H00033EA9, 1
    POKE &H00033EE6, 1
    POKE &H00033F1B, 1
    POKE &H00034005, 1
      POKE &H00034082, 1
      POKE &H000342E0, 1
POKE &H00034329, 1

 POKE &H00034357, 1


saludos

36
Programming / Re: Qt6 Application Testing
« on: May 31, 2023, 09:02:19 pm »
Hello
I leave a photo of 2 Reduced Full screen, and another EBAY website in the background. Applying the QW7.Bas patch, I need to try it more but it is very improving stability.
Since I started playing the Libcn0.dll that CUPSD's straight.
saludos

37
Programming / Re: Qt6 Application Testing
« on: May 30, 2023, 09:08:53 pm »
Hello Paul
I think it increases stability killing cupsd.exe
If someone else confirms it ...
saludos

38
Programming / Re: Qt6 Application Testing
« on: May 28, 2023, 10:40:05 pm »
Here I leave a file with a patch that is not worth anything, and that does nothing.
For all others, execute if they can in 3 different sessions of "two" the same
File name QW5.bas. Then start dooble.
From the QW4 version, they are the first two log and except files
And I begin to be lost.
If someone can understand better than me, then better.
I don't know how to interpret those mistakes.
saludos

39
Programming / Re: Qt6 Application Testing
« on: May 28, 2023, 11:52:11 am »
These are some errors of the console, on eBay.
But sometimes it works well, and on other occasions it fails. Yesterday I made a complete purchase and payment with PayPal, without problems. Only refres the window.
Code: [Select]
js: [Report Only] Refused to connect to 'https://cas.avalon.perfdrive.com/jsdata
?' because it violates the following Content Security Policy directive: "connect
-src 'self' *.ebay.com *.ebay.es *.ebaystatic.com *.ebaystatic.es data: *.double
click.com *.doubleclick.net *.googlesyndication.com *.gstatic.com *.glance.net *
.adlightning.com www.google.com/recaptcha *.fontawesome.com *.adyen.com *.paypal
.com *.google-analytics.com *.googleapis.com wss://*.glance.net".

js: Exception in queued GPT command TypeError: Cannot read properties of undefin
ed (reading 'width')
js: [GPT] Exception in googletag.cmd function: TypeError: Cannot read properties
 of undefined (reading 'width').
js: Access to XMLHttpRequest at 'https://www.ebay.com/gss/v2' from origin 'https
://www.ebay.es' has been blocked by CORS policy: Response to preflight request d
oesn't pass access control check: The value of the 'Access-Control-Allow-Credent
ials' header in the response is '' which must be 'true' when the request's crede
ntials mode is 'include'. The credentials mode of requests initiated by the XMLH
ttpRequest is controlled by the withCredentials attribute.
It's all very irregular
saludos

40
Programming / Re: Qt6 Application Testing
« on: May 26, 2023, 12:19:28 pm »
I have caused it in two different computers.
The configuration that is best worked is 512MB Cache, single process unmark.
On the most modern computer I can't open YouTube. The rest works, but it is unstable. Especially when closing Tabs.
On the portable computer, I can open everything, everything works, sometimes I have to recharge some website,
But it is also unstable, but less.
Saludos

41
Applications / Re: Do you have any update of Thunderbird?
« on: May 24, 2023, 07:21:24 pm »
Thanks, Mike,
But it seems that things have changed, now Google asks you to buy a USB-A or USB-C key, Fido2, and you insert it to record the pass. We will see what happens, I have asked for a one.
saludos

42
Applications / Do you have any update of Thunderbird?
« on: May 24, 2023, 09:47:44 am »
Ultimately it happens to us that we cannot send emails with Thunderbird to Gmail accounts. Is there any solution for this?
With Dooble you can access Gmail and send but it is not what I am looking for.
Saludos

43
Networking / Re: Changing subnet on network
« on: May 24, 2023, 09:17:53 am »
Hello Ivan
You could have problems not with the OS2, if not with the new router. Especially if you have fixed IP. Router come with a default settings, assigning an IP range for DHCP, and another fixed IP range. Which can be different from one router to another. If you put the computers like DHCP, you take away many problems of this type. I only have IP fixed on printers.
To change IP fixed to DHCP, you just have to open Network-> TCP/IP and select enable interface and Automatic, used DHCP and push on ok button. And restart the system.
If you want to keep the IP fixed, you may have to modify your router's IP ranges.
As you had them in your previous router.
saludos

44
Programming / Re: Qt6 Application Testing
« on: May 22, 2023, 04:29:44 pm »
I see the same error in ebay, but with the old libcn0 and other old version. And fail in single processor unmark, and no fail in single processor mark with Dooble.
[138:13:0522/162052.504000:FATAL:scoped_file.cc(43)] Check failed: . : Bad file
number (9)

saludos

45
Programming / Re: Qt6 Application Testing
« on: May 22, 2023, 09:43:20 am »
Can you test with simplebrowser to open www.ebay.es ?
saludos

Pages: 1 2 [3] 4 5 ... 55