Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Ahh this looked interesting, was hoping to try it out but for me the camera monitor is just a black screen -- unsure if it's a new bug or something wrong with my (admittedly old) pc. (unity log: https://pastebin.com/8Kn8Ax7) . Luckily that playthrough video is available but I'd still love to read the rest of the messages haha

Hey, thanks for checking it out and for the log paste! What's interesting is that it seems to be the saving via Newtonsofts JSON convertor that is throwing some exceptions early down the line and I think this may be resulting in the uinexpected behaviour of the camera screen crapping out. I will need to improve the exception handling there for sure, thanks for discovering that!

May I ask what operating system you are trying to run this on? It seems the version of Newtonsoft.Json I am using is incompatible with whatever your system is currently running!

Need to look into solutions for running older versions of the DLL most likely!


Thanks again!

I'm running windows 8. Possibly the problem is with other copies of Newtonsoft JSON that I've got kicking around (definitely used it myself) but that'd be a little odd.

(+1)

It shouldn't be that, the dependency should be local to the build. I think I might have the solution, will be releasing a patch momentarily!

Give 1.0.0.7 a try, hopefully that fixes the issue!

No dice, same symptoms unfortunately, although the JSON logged errors are gone - https://pastebin.com/FP8ZYkzM

Starting to think it really is just my ancient graphics card not supporting something or other, oh well. Although I haven't had issues in the past.

How unfortunate! But I suppose one bug squashed is still a result, so thanks for that!

d3d11: failed to create buffer (target 0x2 mode 0 size 0) [0x80070057] <--- this line is rather suspect. I can see you are using integrated graphics. Your hardware does support up to DirectX11.1, so it may be a constraint in the HPSX Render Pipeline.

Only thing I can think of to suggest is try getting the latest graphics drivers, the log shows you are on driver version 10.18.10.4425, latest looks like 15.33.53.5161 (found here: https://www.intel.com/content/www/us/en/download/18606/29969/intel-graphics-driv...) so that *might* help out.