Author Topic: Login (userid) box for email missing in Firefox 45.9.0  (Read 39046 times)

jkrim

  • Newbie
  • *
  • Posts: 39
  • Karma: +2/-0
    • View Profile
Re: Login (userid) box for email missing in Firefox 45.9.0
« Reply #30 on: December 14, 2022, 02:57:57 am »
I trashed the whole eCS partition and restored an older version where I had about .5GB on the root dir.  Changed ANPM to pentium4.  I then did yum install dooble.
cups was missing so installed it.  Same problem as before, started to open then crashed.  In popuplog.os2:

12-13-2022  18:51:12  SYS2070  PID 00cf  TID 0001  Slot 0089
D:\USR\BIN\DOOBLE.EXE
QT5WEBC->LIBCX0._shmem_close
127
------------------------------------------------------------

12-13-2022  18:51:14  SYS2070  PID 00cf  TID 0001  Slot 0089
D:\USR\BIN\DOOBLE.EXE
QT5WEBC->LIBCX0._shmem_close
127
------------------------------------------------------------

12-13-2022  18:51:27  SYS2070  PID 00d1  TID 0001  Slot 008a
D:\USR\BIN\DOOBLE.EXE
QT5WEBC->LIBCX0._shmem_close
127
------------------------------------------------------------

12-13-2022  18:51:28  SYS2070  PID 00d1  TID 0001  Slot 008a
D:\USR\BIN\DOOBLE.EXE
QT5WEBC->LIBCX0._shmem_close
127

Jordan

Paul Smedley

  • Hero Member
  • *****
  • Posts: 2092
  • Karma: +159/-0
    • View Profile
Re: Login (userid) box for email missing in Firefox 45.9.0
« Reply #31 on: December 14, 2022, 03:51:33 am »
You have an old version of libcx0.dll in the libpath - make sure you've rum 'yum update' and everything is up to date

jkrim

  • Newbie
  • *
  • Posts: 39
  • Karma: +2/-0
    • View Profile
Re: Login (userid) box for email missing in Firefox 45.9.0
« Reply #32 on: December 14, 2022, 04:30:09 am »
Yes.  I updated the libcx (pentium4) and now Dooble gui comes up.  I do the authenticate and then enter in the URL www.google.com and Dooble beeps and exits immediately.

Jordan

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4786
  • Karma: +99/-1
    • View Profile
Re: Login (userid) box for email missing in Firefox 45.9.0
« Reply #33 on: December 14, 2022, 04:33:56 am »
Yes.  I updated the libcx (pentium4) and now Dooble gui comes up.  I do the authenticate and then enter in the URL www.google.com and Dooble beeps and exits immediately.

Jordan

Anything new in popuplog.os2? Look in \var\log\app and post the latest trp report. Double check it first in case there is something that needs sanitized in the memory dumps towards the end, unlikely but the odd time a password or such can exist in memory.

jkrim

  • Newbie
  • *
  • Posts: 39
  • Karma: +2/-0
    • View Profile
Re: Login (userid) box for email missing in Firefox 45.9.0
« Reply #34 on: December 15, 2022, 04:12:40 am »
The log is attached.

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4786
  • Karma: +99/-1
    • View Profile
Re: Login (userid) box for email missing in Firefox 45.9.0
« Reply #35 on: December 15, 2022, 04:55:46 am »
Hmm, a sigtrap, perhaps put in there for an OOM (out of memory) condition. Try doing the highmem -c thing again. Also try running the minimum stuff when starting it.
Also try increasing your VIRTUALADDRESSLIMIT in config.sys. Ideally to 3072, if that results in system instabilty, try 2816, or 2560. It controls how much address space you have, bigger is better but sometimes it seems to conflict with hardware or kernel memory. Numbers need to, in hex, end with 00 so the reason for the odd numbers.

jkrim

  • Newbie
  • *
  • Posts: 39
  • Karma: +2/-0
    • View Profile
Re: Login (userid) box for email missing in Firefox 45.9.0
« Reply #36 on: December 15, 2022, 03:11:37 pm »
3072 crashed with a trap.
I tried 2816 with and without highmem.  Didn't crash the system but Dooble exited as usual.

Jordan

Tom

  • Full Member
  • ***
  • Posts: 194
  • Karma: +5/-0
    • View Profile
Re: Login (userid) box for email missing in Firefox 45.9.0
« Reply #37 on: December 15, 2022, 06:01:44 pm »
3072 crashed with a trap.
I tried 2816 with and without highmem.  Didn't crash the system but Dooble exited as usual.

Jordan

In a command window: change to the directory where dooble.exe resides (probably \usr\bin). Then execute dooble.exe from the command prompt, and see if an error message appears after dooble has exited again.

jkrim

  • Newbie
  • *
  • Posts: 39
  • Karma: +2/-0
    • View Profile
Re: Login (userid) box for email missing in Firefox 45.9.0
« Reply #38 on: December 15, 2022, 11:13:22 pm »
Sadly, no.   

Can someone tell why in the crash log under \var\log\app  it says this:

Physical Memory:    3238 mb

(Little mb technically is milli bytes, but I think I get what it's saying - should be MB).
Anyway, this computer has 16 GB of memory, so 3G seems not correct.

Jordan

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4786
  • Karma: +99/-1
    • View Profile
Re: Login (userid) box for email missing in Firefox 45.9.0
« Reply #39 on: December 16, 2022, 12:20:35 am »
32 bit Operating systems such as OS/2 can only address 4GB of ram. The top of the ram is used by PCI devices, video driver etc so generally about 3.5GB give or take. If you are using builtin graphics, you might be able to reduce how much it uses in the BIOS and claim a bit more but 3.2 MB is not unusual, here,
Code: [Select]
D:\>mem -v

Total physical memory:     12,169 MB
Accessible to system:       3,241 MB
Additional (PAE) memory:    8,928 MB

Resident memory:              179 MB
Available virtual memory:   1,896 MB

Available process memory:
  Private low memory:         318 MB
  Private high memory:      2,240 MB
  Shared low memory:          216 MB
  Shared high memory:       1,242 MB
So much the same as you. With ArcaOS, the inaccessible memory can be used for a ram disk, 8GB's here.

jkrim

  • Newbie
  • *
  • Posts: 39
  • Karma: +2/-0
    • View Profile
Re: Login (userid) box for email missing in Firefox 45.9.0
« Reply #40 on: December 16, 2022, 01:36:38 am »
I could look at the BIOS to see if I can change something but I'm not sure I can find it and if it will help.  Plus dual booting to Win 10 on this system, so don't want to foul that up.

So is there any way to make this work?  If not, I think I have to give up and if so I would like to use Thunderbird.  I found some instruction for Comcast email, but the settings don't match at all with the Thunderbird I downloaded and installed (45.8.0).  I would appreciate any help as to how to configure it for my Comcast email.

Jordan

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4786
  • Karma: +99/-1
    • View Profile
Re: Login (userid) box for email missing in Firefox 45.9.0
« Reply #41 on: December 16, 2022, 03:19:51 am »
Do you want POP or IMAP mail? POP downloads everything to the client, IMAP uses the copies on the server with the option of dwnloading for off line use. If you are using Windows as well to access, I'd suggest IMAP.

jkrim

  • Newbie
  • *
  • Posts: 39
  • Karma: +2/-0
    • View Profile
Re: Login (userid) box for email missing in Firefox 45.9.0
« Reply #42 on: December 16, 2022, 04:14:27 am »
Right now I just use Comcast mail on the Web (hence this whole discussion as to Firefox suddenly not being flashy enough to show the login userid box etc. and the whole Dooble fiasco) so yes I think IMAP is the way to go to use Thunderbird or any other email client the same way.
I just don't see how to configure the OS/2 (eCS etc.) version.

Jordan

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4786
  • Karma: +99/-1
    • View Profile
Re: Login (userid) box for email missing in Firefox 45.9.0
« Reply #43 on: December 16, 2022, 04:42:14 am »
OK, lets see if I can remember how to do it on a new install.
It may suggest setting up an account when first started, tell it later or you'll do it yourself. Forget the exact wording.
I'm using the settings from https://www.xfinity.com/support/articles/email-client-programs-with-xfinity-email which Google said was right for comcast.
Once TB (Thunderbird) has started, go to Tools-->Account Settings which should open the Account Settings Window. At the bottom left there should be a button, Account Actions. Press and  Choose Add Mail Account.
Fill in your name, email address, and password. Click continue. If you're lucky, the rest will be automatic.
Otherwise we'll manually setup the server settings.

Dariusz Piatkowski

  • Hero Member
  • *****
  • Posts: 1317
  • Karma: +26/-0
    • View Profile
Re: Login (userid) box for email missing in Firefox 45.9.0
« Reply #44 on: December 16, 2022, 07:19:20 pm »
...and remember, even with IMAP accounts TB will enable you to d/l everything off of the server if you want speedier access to your emails...so it's not like IMAP limits you to always having to "go out there and retrieve each email".

I've been using Dave's TB release for our Gmail accounts a little over two years now, so far so good (+/- a few little glitches that are all Google specific).