Desktop Forums Blog Support Patreon
Official Steam Group | Patreon Chat
EsmeAmelia
Hi, I just bought Bionic Heart with the sale this weekend and I'm having technical difficulties. Every so-often, the game stops and shows a pagelong error message that says some sort of "exception" has occured with the RenPy coding or something and it gives me options to "Ignore" or "open callback" or "rollback" or "quit." Clicking "Ignore" worked during the actual game - it just sent me back to where I was in the story, but when I try to view the gallery I get that error message again, and clicking "ignore" there starts the game over - I can't view the gallery.



I have Windows 7 (64 bit).
jack1974
Can you post that error please? there's an option to open traceback.txt that opens it as text file so you can copy-paste it here. Thanks!
jack1974
Ah also it might be related to your other problem with Heileen, so the solution is to hit SHIFT+G when the game is running and choose DirectX or Software renderer. Let me know if that works so I can also update Ren'Py programmer on this :)
EsmeAmelia
It won'd let me open traceback - every time I click on the button it doesn't respond at all. The error message includes a long, long string of code.



With GL I can view the gallery, but then there are no character sprites during the game. With DirectX and Software Renderer, there are sprites, but those error messages pop up.
jack1974
Can you try to use DirectX and install the DX9? The web installer is located in the game installation folder under lib/

I am not aware of anyone else with that problem so I'm not sure exactly why you're getting all those errors :( I guess you have a videocard with low VRAM (probably an Intel videocard). You might try to update the OpenGL drivers too.
jack1974
I did some research and I think the problem might be a texture size limit of the videocard. Do you know which videocard you have? or in the game installation, it should appear a file called log.txt that has information on the videocard, if you can post it or email it to me that would help me find a solution :) thanks
EsmeAmelia
I can't find that file. I found two files called log.py and log.pyo, though.
jack1974
No those are code files, it should appear in the same directory as your game, when you run it, so you have:

Bionic Heart.exe

log.txt



the game creates it every time you run it, so you should really have the file! :)
EsmeAmelia
Okay, I'm looking at the same directory where the game is and that file's not there. I don't know what's going on.
jack1974
Ah that's quite weird, maybe you're on a restricted windows account? could explain also why you cannot open the traceback.txt!

When one of those messages pop-up, can you do a screen capture? it would be very important to see what it says to be able to determine the problem. Maybe you can just copy the text writing it down in the forum doing ALT+TAB?

I believe is a texture size limit, since the other game worked fine, and indeed I'm working on a new version with smaller images, but if you can provide that info would be very helpful :) thanks
Lonestar51
resurrection of the thread, as I don't want to create another one.



BTW: I am working on a Linux system, if it makes any difference



Two questions:

1) I downloaded the demo from the winterwolves website, and bought the full version on desura. Is there a way to transfer the savegames? (does not work automatically)



2) There is a story related item I do not get in the full (desura) version


sleeping pills in the bathroom


I thnk I need them to get from chapter 1 to chapter 2 (at least in the demo I needed...)

could you please check if there is a bug in the game version on desura?
jack1974
That's really weird! Even if I think I used different versions (Desura one is 1 year old I think) the savegames should be compatible, and there definitely shouldn't be that bug. To transfer savegames you need to copy the files in the folder:

Windows

%APPDATA%/RenPy/Bionic_Heart

Mac OS X

~/Library/RenPy/Bionic_Heart

Linux/Other

~/.renpy/Bionic_Heart



I think I called the one on Desura with Bionic_Heart_Desura, while the version on my site should be Bionic_Heart-1.0 or something (you can't miss it if you look in that folder though).
Lonestar51
Somehow I can find the missing stuff now ... strange ... I feel a bit stupid now ... :oops:



Anyway, thanks for the fast response. Will try out copy the files now.
jack1974
I think is because you need to do the things in a certain sequence and maybe the second time you forgot some steps :)