Victor-IX / Blender-Launcher-V2

Standalone client for managing official builds of Blender 3D
GNU General Public License v3.0
405 stars 18 forks source link

File association doesn't work correctly with network file path #144

Open yozba opened 1 month ago

yozba commented 1 month ago

Describe the bug If blend file is in network (something like \\NAS\project\untitled.blend), Blender-Launcher comes up but it cant launching blender.

To Reproduce Steps to reproduce the behavior:

  1. put blend file in network
  2. open with Blender-Launcher-V2
  3. press Launch

Expected behavior Blender should be launched

System (please complete the following information):

Additional context I don't know much about windows network because I'm just employee and use company's network. So it may take some time to reply with information to reproduce.

Victor-IX commented 1 month ago

I'm not able to reproduce the issue. Opening a Blender file on a NAS with the Blender Launcher works on my side. You can try:

yozba commented 1 month ago

I moved the blend file to the desktop and blender started fine. When I tried to open the file still on the NAS with another version of blender, blender did not start.

This is a little off topic, but when I opened a file on my NAS by dragging and dropping it into the Blender Launcher, Blender started but the default scene was opened. System Console says the following image

It seems that it is trying to read the blend file as a relative path and failing.

Victor-IX commented 1 month ago

I will look at this issue, it might be related

If you launch Blender and drag and drop the file from the NAS into Blender, does the file open correctly?

yozba commented 1 month ago

Yes, it opens correctly.

yozba commented 3 weeks ago

For your information, I did the same thing (drag and dropping .blend file on NAS to Blender Launcher) on 2.3.0-rc.2 A different Path was displayed than last time

image