
Plazmid
Members-
Posts
73 -
Joined
-
Last visited
-
Yep, most patch notes do not include every last thing. Usually just the highlights. Or, some dev would be stuck writing a small novella every time a patch was released.
-
Common & Recurring Bug List Patch 1.04
Plazmid replied to Baladas's question in Pillars of Eternity: Technical Support (Spoiler Warning!)
Cool, Thanks for putting a list together! -
Save looping (crappy workaround)
Plazmid replied to nPHYN1T3's question in Pillars of Eternity: Technical Support (Spoiler Warning!)
Wow! A combination of cloud syncing, a faulty save file, and multiple systems using the same Steam account. That's cool that the problem was investigated and resolved. Nice! -
Plazmid started following Pillars of Eternity Support Blog
-
Party member downed while confused stays down after combat
Plazmid replied to KracsNZ's question in Patch Beta Bugs and Support
Hmm, if you encountered it KracsNZ, then it happened. Its just rare. I would keep this open for a bit longer, at least until 1.04 (official) or 1.05. -
Plazmid started following Patch Betas on Steam
-
Plazmid started following Patch Beta Bugs and Support
-
Resting/Camping doesn't heal
Plazmid replied to Kavadh's question in Pillars of Eternity: Technical Support (Spoiler Warning!)
Please post your saves via dropbox or similar so the devs can look at it. I would include a save that is broken and the save that is working. -
Here is an interesting observation. I don't have the beta option for my version. The only beta option listed on the beta tab is "none" I have the "Royal Edition" installed. Core OS is Windows 7 x64 Pro How can I start using and testing with the beta builds?
-
Patch Notes: 1.04
Plazmid commented on Darren Monahan's blog entry in Pillars of Eternity Support Blog
I really think this is a very effective approach. Rather than releasing patch after patch blindly, a beta patch program with major fixes (to a point, else it will never get released) and a spattering of minor fixes for those willing to try. At least when they formally release 1.04, it will hopefully be pretty solid (but with known issues). Then, 1.05 will go to beta and we can beat on that one. -
Party member downed while confused stays down after combat
Plazmid replied to KracsNZ's question in Patch Beta Bugs and Support
Wow, Great problem description. I wish others were as thorough as you have been. -
Save looping (crappy workaround)
Plazmid replied to nPHYN1T3's question in Pillars of Eternity: Technical Support (Spoiler Warning!)
From the sound of that, this doesn't look like a configuration issue anymore. This sounds like an issue with the core save/load codebase. In yours and others cases, its following a different path than some of us. The question now becomes, why? Sounds like the devs need to take a very careful look at the code that touches saves and figure out what is going on. Can Obsidian push a dev version that has debug enabled and can dump info on the whole save/load process? -
Save looping (crappy workaround)
Plazmid replied to nPHYN1T3's question in Pillars of Eternity: Technical Support (Spoiler Warning!)
Well, no wonder Obsidian is having so much trouble. There doesn't seem to be a unified version of the game. And if the systems Obsidian QA is using don't match up to the rest of us..... It would seem that the first step is to figure out why the disparity! This save game issue is very pervasive, from the amount of forum and board traffic I'm seeing. I'm also running Windows 7, and haven't hit this issue. So, why is my system different? Someone needs to figure out why these systems are different. Are there subtle setup differences in the original installs? Did installing the Beta (Original) change things? I'm betting (from experience) that some build made configuration entries that are no longer used and the released game installer didn't not perform effective cleanup. It's time to start some good forensics Obsidian. Hey nPHYN1T3, does your registry settings reference the offending locallow directory? This is a mess. -
The devs left a little note on the patch notes for 1.04 apologizing for their seeming lack of responsiveness. They are really busy. I can believe it.
- 40 replies
-
- saved games
- bugs
-
(and 1 more)
Tagged with:
-
I feel offended do you?
Plazmid replied to a question in Pillars of Eternity: Technical Support (Spoiler Warning!)
I would prefer not to disclose such information. I hope you will not be offended. Nope, not offended at all. Just curious. Cheers -
I saw that Obsidian is pushing patch 1.04 now. See if that addresses your issue (and everyone else who is having this issue) [Crossing Fingers]
- 40 replies
-
- saved games
- bugs
-
(and 1 more)
Tagged with:
-
Save files don't work
Plazmid replied to zupapl's question in Pillars of Eternity: Technical Support (Spoiler Warning!)
My money is on changed save validation code since this area was probably tweaked to retroactively fix save games from initial release. Is there a way to dump debug that will shed some light on the issue? There have been hints that some Linux users are also hitting this issue, which points back to internal save validation code. Maybe its too sensitive and exhausting retries. Only way to know for sure is to get the validater to dump debug and then re-scan the saves directory. See if someone can whip up a way to instrument this area of code and push it as a hot fix so you can debug this.