Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Warning due to missing TensorBoard installation

A topic by gordsea created Jul 28, 2023 Views: 253 Replies: 7
Viewing posts 1 to 5

Hi. The first time I ran airunner.exe the UI started up, but I had exclusively the black image issue. After a restart and reextraction of the zipped files, the program won't launch at all. I'm getting a bunch of "due to missing TensorBoard installation" messages and then a few "Key error: 'value'" and then a notification that I should report the issue. What's the meaning of this. Can you help?

Developer (2 edits) (+1)

Hi - I would need more information surrounding the part of the code which reports the actual error. It should be displayed just before the notification to report the issue.

You can either post that here or in Discord for faster help and I can help you out.

Its possible you are launching the application from commandline without changing into the directory first.

One thing you can try is installing with the itch.io launcher rather than downloading the Zip file and running it manually.

Any warnings can be safely ignored - the tensorboard warnings are known and shouldn’t affect the performance of the application.

Developer

Please see this post to ensure you are running the application correctly

https://capsizegames.itch.io/ai-runner/devlog/552639/how-to-use-the-itchio-app-and-command-line-to-launch-ai-runner-check-for-updates

(1 edit)

Thanks for getting back to me. See below for the last lines before it crashes. Does it have to be located in the default folder (appdata/roaming etc.)? Because I have it on an external drive. I just tried installing via itch app again on external and the same happens when I launch via app (minus the command prompt window). Will try the default location now.

EDIT: No, installation in default location via itch changes nothing.

Developer

I have been told by others that they had issues running from an external drive, however this looks like an error with the prompt builder. I’ll do more investigating on my end but you might try disable / enabling the prompt builder with the checkbox, modifying some prompt builder settings etc.

Thanks for responding. But the program doesn't launch. I don't have access to any checkboxes to modify settings. Unless I am missing something here.

Developer

try deleting your airunner.settings.json file located in your home folder and re-running the app.

if your main drive is C that would be here:

C:\Users<User>\airunner.settings.json

(+1)

Alright, that seemed to take care of the issue. At least it's launching again. Now I have to figure out why I keep getting black images. Thanks