t3 icon indicating copy to clipboard operation
t3 copied to clipboard

Pasting full object path crashes T3

Open NotLyve opened this issue 2 years ago • 3 comments
trafficstars

Pasting the full object path into LoadObj crashes T3

(The on screen keyboard is used to visualize the keystrokes) Edit- Deleting the existing path and then pasting does not change the behavior. (Version with latest commit 7a1a1cc)

https://user-images.githubusercontent.com/96785360/234379569-a0f40817-af68-48f1-8b39-c91066a278c4.mp4

NotLyve avatar Apr 25 '23 19:04 NotLyve

That is really interesting. Sadly I can't reproduce the problem: I have a couple of theories:

  1. this is related to the hard drive (sadly works for me)
  2. This is related to the path extension you installed (i don't have the entry in my context menu. But I created a shortcut and copy the filepath from that properties. That works for all directories I tried).
  3. The copied path is somehow broken (e.g. using a weird character encoding). Could you paste the path it here?
  4. The linked file is broken. Does the crash also occur if you pick it with the ... button? Could you upload the file here?

Can you upload the last logfile in .t3/logs/ ?

pixtur avatar Apr 27 '23 21:04 pixtur

The context menu entry appears when shift+rclicking. Just realized that it copies the path in quotes ( "H:\0-Work\0-JUMPRAVA\Test\Cube.obj" ) If the same thing is pasted without quotes it doesn't crash. Loading the obj from ... also works.

https://user-images.githubusercontent.com/96785360/235232540-a18005cb-84d8-4a38-824a-96b3f3552b47.mp4

https://user-images.githubusercontent.com/96785360/235232544-1aa1f5ba-309d-4b99-8106-40614d3a758e.mp4

2023_04_28-22_02_39_780.log

NotLyve avatar Apr 28 '23 19:04 NotLyve

Excellent. That sounds like the crash is caused when pasting special characters like " '
I will look into this.

pixtur avatar May 03 '23 10:05 pixtur