t3
t3 copied to clipboard
Pasting full object path crashes T3
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
That is really interesting. Sadly I can't reproduce the problem: I have a couple of theories:
- this is related to the hard drive (sadly works for me)
- 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).
- The copied path is somehow broken (e.g. using a weird character encoding). Could you paste the path it here?
- 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/ ?
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
Excellent. That sounds like the crash is caused when pasting special characters like " '
I will look into this.