lasa01 / Plumber

A Blender addon for importing Source 1 engine maps, models, materials and textures. This addon makes it possible to import full CS:GO, TF2, CS:S or other Source 1 game maps into Blender.
MIT License
395 stars 29 forks source link

Linux error: "LOADING FAILED: [Errno 2] No such file or directory: 'dotnet' " #136

Closed terrab0x closed 8 months ago

terrab0x commented 2 years ago

When importing a map, all of the props fail to load and give the error "LOADING FAILED: [Errno 2] No such file or directory: 'dotnet' "

Steps to reproduce the behavior:

  1. Import a ctf_doublecross_d.vmf
  2. See error

Related files ctf_doublecross_d.vmf.zip

Logs

error.log

Details (please complete the following information):

lasa01 commented 2 years ago

Looks like you don't have .net core installed, which is required on linux like the readme says.

Though I would recommend you instead try the latest beta version which doesn't require .net core anymore.

lasa01 commented 8 months ago

Closing since this is related to pre-1.0 versions.