Author Topic: New Software Problem  (Read 1142 times)

Offline ajbarr

  • PixInsight Old Hand
  • ****
  • Posts: 390
New Software Problem
« on: 2019 October 01 15:08:09 »
I upgraded to version 1.8 today and am having problems. When I load an image the console makes a very strange display and as I move the mouse over the image I get small trails of squares over the image, then the program crashes. This has happened every time I have opened PixInsight since I installed the new version.

I've attached a screen shot of what I see. I am running an iMac.

Any advice would be appreciated.

Thanks

Albert
« Last Edit: 2019 October 01 15:52:03 by ajbarr »

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: New Software Problem
« Reply #1 on: 2019 October 01 17:40:00 »
is this a machine with intel integrated graphics?

rob

Offline ajbarr

  • PixInsight Old Hand
  • ****
  • Posts: 390
Re: New Software Problem
« Reply #2 on: 2019 October 01 17:59:09 »
I honestly don't know. How can I find out?

Offline ajbarr

  • PixInsight Old Hand
  • ****
  • Posts: 390
Re: New Software Problem
« Reply #3 on: 2019 October 01 18:01:04 »
Chipset Model:   ATI Radeon HD 4850
  Type:   GPU
  Bus:   PCIe
  PCIe Lane Width:   x16
  VRAM (Dynamic, Max):   512 MB
  Vendor:   AMD (0x1002)
  Device ID:   0x944a
  Revision ID:   0x0000
  ROM Revision:   113-B9110C-425
  VBIOS Version:   113-B91101-009
  EFI Driver Version:   01.00.383
  Displays:
iMac:
  Display Type:   LCD
  Resolution:   2560 x 1440 (QHD/WQHD - Wide Quad High Definition)
  UI Looks like:   2560 x 1440
  Framebuffer Depth:   24-Bit Color (ARGB8888)
  Main Display:   Yes
  Mirror:   Off
  Online:   Yes
  Rotation:   Supported
  Automatically Adjust Brightness:   No
  Connection Type:   DisplayPort

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: New Software Problem
« Reply #4 on: 2019 October 01 18:15:22 »
so it seems not. juan will have to investigate.

rob

Offline johnpane

  • PixInsight Enthusiast
  • **
  • Posts: 93
Re: New Software Problem
« Reply #5 on: 2019 October 01 21:02:41 »
This sounds like it may be a 2009-era iMac with Core 2 Duo processor.

Juan's announcement of 1.8.7 said:
Quote
Hardware Requirements: Breaking Changes

The FreeBSD, Linux and macOS versions of PixInsight 1.8.7 require a processor with SSE4.2 instruction support.

The Core 2 Duo predates SSE4.2. According to https://walbourn.github.io/directxmath-sse4-1-and-sse4-2/
Quote
SSE 4.1 and SSE4.2 are supported on Intel Core i7 (“Nehalem”), AMD Bulldozer, and later processors.

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: New Software Problem
« Reply #6 on: 2019 October 01 21:26:39 »
ah good catch. seemed like a graphics glitch.

ajbarr, can you open Terminal.app and type:

sysctl -i machdep.cpu.features

and see if it says SSE4.1 and SSE.42 somewhere on the line that the program spits out?

rob

p.s.

sysctl -i machdep.cpu.brand_string

will tell you the "friendly name" of the CPU.

Offline ajbarr

  • PixInsight Old Hand
  • ****
  • Posts: 390
Re: New Software Problem
« Reply #7 on: 2019 October 01 21:44:46 »
machdep.cpu.brand_string: Intel(R) Core(TM)2 Duo CPU     E7600  @ 3.06GHz

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: New Software Problem
« Reply #8 on: 2019 October 01 22:43:27 »
yeah looks like the machine is too old per john's post.

rob

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: New Software Problem
« Reply #9 on: 2019 October 02 08:57:04 »
although, thinking about this more, i'd expect the lack of SSE4.1/4.2 to result in the program terminating with an illegal instruction trap rather than just behaving weird.

rob

Offline ajbarr

  • PixInsight Old Hand
  • ****
  • Posts: 390
Re: New Software Problem
« Reply #10 on: 2019 October 02 09:01:17 »
So it looks like I would have to buy a new computer to use this version of PI?