giotim opened this issue on Sep 30, 2024 ยท 6 posts
giotim posted Mon, 30 September 2024 at 12:25 PM
Hi to everyone,
i've working on a scene when i decided to stop and made a pause, saving everything.
Once back, openinig my Poser (Pro 2014) file, the scene was empty, no objetcts, no light, nothing but just this message.
What happened?
thank you!
Crystalis posted Mon, 30 September 2024 at 7:03 PM
Python is expecting to read a UTF-8 encoded text file, but your CSV file isn't UTF-8 encoded.
Load your CSV in MS Excel and select CSV UTF-8 option while doing a Save As.
giotim posted Wed, 02 October 2024 at 8:19 AM
But can i know why this happened? something went wrong while saving?Python is expecting to read a UTF-8 encoded text file, but your CSV file isn't UTF-8 encoded.
Load your CSV in MS Excel and select CSV UTF-8 option while doing a Save As.
Y-Phil posted Wed, 02 October 2024 at 9:25 AM
The only reason I can imagine is that the file has one day been opened and modified using a program that doesn't include the uff-8 management.
Lately, I've seen this by examining a css file generated by an old Visual Basic 5 program, correctly encoded, but upon opening it using Win11's notepad: nada, no accents, only squares.
๐ซ๐ฝ๐๐
(ใฃโโกโ)ใฃ
๐ฟ Win11 on i9-13900K@5GHz, 64GB, RoG Strix B760F Gamng, Asus Tuf Gaming RTX 4070 OC Edition, 1 TB SSD, 6+4+8TB HD
๐ฟ Mac Mini M2, Sonoma 14.6.1, 16GB, 500GB SSD
๐ฟ Nas 10TB
๐ฟ Poser 13 and soon 14 โค๏ธ
Crystalis posted Thu, 03 October 2024 at 6:16 PM
giotim posted at 8:19 AM Wed, 2 October 2024 - #4489937
But can i know why this happened? something went wrong while saving?The Python script in your scene is newer and not backwards compatible with your version of Poser 10? Poser 10 was using Python v2 or 2.7. The newer Poser versions are using Python v3 and newer, most likely.
You could try to open your saved Poser file using a newer version of Poser -- Poser 11, 12 or 13, even if it's a trial only version, it should load your saved file. Don't forget to mount your Runtime, paths and everything, just like you have it set up in Poser 10 (PP2014).
giotim posted Fri, 04 October 2024 at 8:39 AM
I'll try, thank you all!