jesterKing / import_3dm

Blender importer script for Rhinoceros 3D files
MIT License
305 stars 38 forks source link

Crashes Blender 2.91 and 2.92 - Windows 7, 64-bit #84

Closed maxim1967 closed 3 years ago

maxim1967 commented 3 years ago

Describe the bug Does not work in Blender 2.91 and 2.92!!! Running the program causes the Blender to close.

tsvilans commented 3 years ago

Can you run Blender from the command line and post what it says when it crashes?

Seems to work fine on Blender 2.92, Windows x64...

maxim1967 commented 3 years ago

The problem is due to Windows 7 x64. On Windows 10 x64 everything works. Alas, I do not know how to run the Blender from the command line, so I will not be able to send what the program writes when it crashes.

tsvilans commented 3 years ago

See: https://superuser.com/questions/494538/how-do-i-open-a-program-via-the-command-prompt-in-windows-8

  1. Press Windows + R
  2. type in cmd
  3. Blender is typically in C:/Program Files/Blender Foundation/Blender 2.92/blender.exe so just type that into the command prompt and take a screenshot of whatever appears there when it crashes.
maxim1967 commented 3 years ago

A Windows 7 computer at work. I can only take a picture tomorrow. Thank you for the hint on how to do this.

maxim1967 commented 3 years ago

Снимок For 2.92 Windows 7 x64 as well.

jesterKing commented 3 years ago

The code for rhino3dm is compiled for Windows 8.1 and up only. Rhinoceros 3D no longer supports Windows 7, and as a result also the rhino3dm version doesn't support Windows 7.