Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thanks for your help.

I tried the itch app. I am getting further, but now I'm trying to start a 1-player game and I'm getting "Oh No! Integrated server exited unexpectedly. Code -532462766". You sure this isn't an issue with connecting to a server?

I checked the zip file and I'm not seeing "LogicWorld.Subassemblies.dll". So either I'm dumb or it's not in the zip file.

(+1)

It definitely is in the zip file, here's a fresh download from itch.io on Windows:


Logic World uses the same architecture for singleplayer as it does for multiplayer: when you play in "singleplayer", it's actually spinning up a local "integrated server" and then connecting to that. This issue doesn't look like a problem with connecting to the integrated server - rather, the integrated server process is ending for some reason. Just spitballing here, but some antivirus software might be killing the process.

Can you check the  logs folder for a file called log-[timestamp]_server.txt? That file should contain more information about why the server closed unexpectedly.

Apologies for the delay getting back to you, I started typing this comment two days ago but forgot to finish and submit it.