Orvid / Caprica

A compiler for the Papyrus scripting language used by the Creation Engine.
MIT License
84 stars 15 forks source link

No Disk Error #8

Closed missionfloyd closed 8 years ago

missionfloyd commented 8 years ago

It seems that if there's a G:\ drive with no disk in it (in my case, a card reader), this error pops up endlessly until I stop Caprica with Ctrl-C/

untitled

I'm simply dropping a script on Caprica.exe (version 0.1.5) after having set the import folder containing the extracted Fallout 4 scripts in caprica.cfg

I've tried this with three different computers, and they all do this if there's an empty G drive. If there's a disk in G, or if it's removed or disabled, it works fine.

All the stock Fallout 4 scripts reference a G drive as their source. Perhaps that has something to do with it.

Orvid commented 8 years ago

This probably has to do with Boost trying to check if a file exists on a specific drive. This isn't a difficult fix, I just have to make sure to get all of the places it's used.