ryzom / ryzomcore

Ryzom Core is the open-source project related to the Ryzom game. This community repository is synchronized with the Ryzom Forge repository, based on the Core branch.
https://wiki.ryzom.dev
GNU Affero General Public License v3.0
333 stars 90 forks source link

Ryzom Core Studio System Particle Editor can't save and Insert a .ps file #228

Closed ryzom-pipeline closed 4 years ago

ryzom-pipeline commented 9 years ago

Original report by yann k (Bitbucket: yannk2, GitHub: yannk2).


I have made new test with my Windows XP VM

I have selectionned the environment.pws then ju_smog_goo.ps and saved it as 'ju_smog_goo_double.ps' in the exact same folder than the others .ps in /database/sfx/environment/ (I wanted to work from this base for a new effect based upon the goo smoke)

And I tried then to Insert this .ps file in the .pws file, that's when I get an Error window saying : Read Error in file 'W:/database/sfx/environment/pws/ju_smog_goo_double.ps' (End of file?)

In the log, it says :

#!log

NLMISC::CIFile::open : Failed to open file 'W:/database/sfx/environment/pws/ju_smog_goo_double.ps', error 2 : No such file or directory
2015/02/26 21:35:51 INF NLMISC::Exception::Exception : Exception will be launched: Read error in file 'W:/database/sfx/environment/pws/ju_smog_goo_double.ps' (End of file?)

So I have made a test and if I make 'save as ju_smog_goo_double.ps' the exact same 'ju_smog_goo.ps' in the same folder than the environment.pws, I can insert it after in environment.pws

It seems that the .pws can't insert a .ps file which is not in its folder, but he has already a lot of .ps that are not in its folder but in a upper level.

Of course, the W: drive is my database drive, as specified for the installation of tools. And I use the Rev4 of the assets.

My version of Ryzom Core Studio has been compiled today at 14:24:24 thanks to dfighter

ryzom-pipeline commented 9 years ago

Original comment by yann k (Bitbucket: yannk2, GitHub: yannk2).


I have spoken to KaizeFX, who works under Windows 7 only. He has no troubles saving .ps where he wants and reopen them later.