I have an old Toshiba Pentium II with XP Pro SP3 and I am trying to get LibreOffice to run on it. I have downloaded the last versions of LO,
which appears to be 5.4, that will run on XP. I have tried both
portable and non-portable versions. No error messages, just when I
click on LO, the hard drive starts to churn and then stops after a while
and the program doesn't open. I even tried a 5.3.X version but same behavior. Any help here would be welcome and thanks.
I have an old Toshiba Pentium II with XP Pro SP3 and I am trying to get LibreOffice to run on it. I have downloaded the last versions of LO,
which appears to be 5.4, that will run on XP. I have tried both
portable and non-portable versions. No error messages, just when I
click on LO, the hard drive starts to churn and then stops after a while
and the program doesn't open. I even tried a 5.3.X version but same behavior. Any help here would be welcome and thanks.
James Wobanwu wrote:
I have an old Toshiba Pentium II with XP Pro SP3 and I am trying to get
LibreOffice to run on it. ...
Worth a try, if it's an SSE2 problem.
James Wobanwu <jwob@none.net> wrote:
I have an old Toshiba Pentium II with XP Pro SP3 and I am trying to get
LibreOffice to run on it. I have downloaded the last versions of LO,
which appears to be 5.4, that will run on XP. I have tried both
portable and non-portable versions. No error messages, just when I
click on LO, the hard drive starts to churn and then stops after a while
and the program doesn't open. I even tried a 5.3.X version but same
behavior. Any help here would be welcome and thanks.
If the program started to load but crashed, there might be an entry in
Event Viewer's logs about the program's crash.
At https://downloadarchive.documentfoundation.org/libreoffice/old/, on
which hyperlink did you click? There is no 5.4 version in the archive,
but there are many 5.4.x versions. Under which one did you go? If you
went under:
https://downloadarchive.documentfoundation.org/libreoffice/old/5.4.7.2/
and then under the win subfolder, which bitwidth did you choose for the download? There is no 64-bit version of Windows XP. (*)
(*) What was called Windows XP x64 was a crippled version of Windows
Server 2003 with a Windows XP desktop GUI. If not designed to run
under a server version of Windows, a program may not run. Windows
XP x64 is bogus, and Microsoft's attempt to glom onto the burgeoning
64-bit consumer demand along with a shammed attempt to catch up with
other 64-bit operating systems. A program that won't run under a
server edition of Windows may also not run under the sham named
Windows XP x64.
Ouch, a really old Pentium 2 (launched back in 1997). That's a painful struggle. Is that the one with Slot2 processors? Those slid into a
slot, not socket, had tangs to hold it into the motherboard slot, and
put a lot of stress on the slot and mobo due to its weight; see https://en.wikipedia.org/wiki/Slot_2. Are you prepping it for donation
to the Smithsonian museum?
SSE extensions weren't available until the Pentium 3. Because of SSE,
you sure LO 5.4.x doesn't have a minimum hardware requirement of a
Pentium 3 CPU?
https://en.wikipedia.org/wiki/Streaming_SIMD_Extensions
Version 5.4.x required the Microsoft Visual C++ 2015 runtime libs. LO doesn't include those. Do you have them?
https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0
Paul <nospam@needed.invalid> wrote:
James Wobanwu wrote:
I have an old Toshiba Pentium II with XP Pro SP3 and I am trying to get >>> LibreOffice to run on it. ...Worth a try, if it's an SSE2 problem.
Can't be an SSEv2 problem. SSEv1 wasn't available until Pentium 3. The
OP said he has Pentium 2.
No SSE in Pentium 2 which launched in 1997.
SSEv1 introduced to Pentium 3 which launched in 1999.
SSEv2 introduced to Pentuim 4 which launched in 2000.
The OP has a Pentium 2. No SSE for Pentium 2. In trying to find if LO had/has an SSE requirement, I found:
https://wiki.documentfoundation.org/LOWN/5#LibreOffice_4.3_is_not_usable_on_.3C_SSE2_CPU
and
https://bugs.documentfoundation.org/show_bug.cgi?id=82430
LO 4.3.0 for Windows crashes on CPUs that do not support SSE2:
Application Error soffice.bin, version 4.3.0.4, module sal3.dll,
version 4.3.0.4, address 0x000268d5.
That spurred me to go to their Bugzilla ticket site, and did a search on "SSE2", which only gave me the above ticket. A search on "SSE" (with
and without double quotes) yielded over 500 hits. Bugzilla's search
sucks. No word search (i.e., no whitepaced string search, no word
search, no /b for word boundary search, no selection of search range,
like just in Subject and NOT in body).
Once LO started using Microsoft's Visual Studio, SSE became required.
From:
https://wiki.documentfoundation.org/Development/BuildingOnWindows#Install_Visual_Studio
Visual Studio was used starting in LO v4.4 which confirms the above
articles. LO also does not include the C++ runtimes in its installs, so
the OP will have to install Visual C++ 2015 runtime lib.
The OP only considered the system requirements for LO regarding
supported operating systems. He didn't check the hardware requirements.
His old Pentium 2 laptop won't run a *LOT* of programs because SSEv1
became a requirement by many, and that dictates having a Pentium 3 at a minimum, and many jumped quickly when SSEv2 showed up a year later, and
that dictates having a Pentium 4 at a minimum. The OP's old Pentium 2 doesn't have the instruction set required by a lot of software that came
out after 2000. LibreOffice didn't fork from OpenOffice until 2010, so
it is highly likely that LO always had the SSE hardware requirement on
the Windows platform.
VanguardLH wrote:I gave up trying to get LO running. Oddly enough, OpenOffice would with no problems, but I wanted LO because it's on my Ubuntu PC's so there'd
Paul <nospam@needed.invalid> wrote:
James Wobanwu wrote:
I have an old Toshiba Pentium II with XP Pro SP3 and I am trying to >>>> get LibreOffice to run on it. ...Worth a try, if it's an SSE2 problem.
Can't be an SSEv2 problem. SSEv1 wasn't available until Pentium 3. The >> OP said he has Pentium 2.
No SSE in Pentium 2 which launched in 1997.
SSEv1 introduced to Pentium 3 which launched in 1999.
SSEv2 introduced to Pentuim 4 which launched in 2000.
The OP has a Pentium 2. No SSE for Pentium 2. In trying to find if LO
had/has an SSE requirement, I found:
https://wiki.documentfoundation.org/LOWN/5#LibreOffice_4.3_is_not_usable_on_.3C_SSE2_CPU
and
https://bugs.documentfoundation.org/show_bug.cgi?id=82430
LO 4.3.0 for Windows crashes on CPUs that do not support SSE2:
Application Error soffice.bin, version 4.3.0.4, module sal3.dll,
version 4.3.0.4, address 0x000268d5.
That spurred me to go to their Bugzilla ticket site, and did a search on
"SSE2", which only gave me the above ticket. A search on "SSE" (with
and without double quotes) yielded over 500 hits. Bugzilla's search
sucks. No word search (i.e., no whitepaced string search, no word
search, no /b for word boundary search, no selection of search range,
like just in Subject and NOT in body).
Once LO started using Microsoft's Visual Studio, SSE became required.
From:
https://wiki.documentfoundation.org/Development/BuildingOnWindows#Install_Visual_Studio
Visual Studio was used starting in LO v4.4 which confirms the above
articles. LO also does not include the C++ runtimes in its installs, so
the OP will have to install Visual C++ 2015 runtime lib.
The OP only considered the system requirements for LO regarding
supported operating systems. He didn't check the hardware requirements.
His old Pentium 2 laptop won't run a *LOT* of programs because SSEv1
became a requirement by many, and that dictates having a Pentium 3 at a
minimum, and many jumped quickly when SSEv2 showed up a year later, and
that dictates having a Pentium 4 at a minimum. The OP's old Pentium 2
doesn't have the instruction set required by a lot of software that came
out after 2000. LibreOffice didn't fork from OpenOffice until 2010, so
it is highly likely that LO always had the SSE hardware requirement on>> the Windows platform.
I wouldn't think there'd be enough RAM on the machine for LO.
I would open Task Manager and watch the memory graph.
LO also likes OpenGL, rather than DirectX.
I tried a copy of StarOffice, but it appears to be nagware.
*******
There's always something like Gnuplot.
https://ctan.org/tex-archive/graphics/gnuplot/5.2.6
gp526-win32-mingw_2.exe 26 MB 2019-01-26
gnuplot.pdf 2 MB 2019-01-02
*******
My first PC, shipped with 64MB. But, it would also
accept 256MB sticks. I wouldn't want to be shopping
for RAM today though, because you'd be left with
used stuff. Maybe a local computer recycler would have
a bucket of SODIMMs from the era.
Paul
| Sysop: | Gargoyle |
|---|---|
| Location: | Wayne, OK |
| Users: | 9 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 149:04:19 |
| Calls: | 136 |
| Calls today: | 1 |
| Files: | 309 |
| Messages: | 78,952 |