Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I can't seem to load the demo at all, I get a memory exception each time.

(1 edit)

shit

is it stuck at the bootup screen thingy

I managed to completely miss your Vulkan warning, and while my graphics card is supported, it seems that my current driver is 531.29, which is greater than all the Vulkan 528.2.0.0 listed on that reference site.

hm, then it definitely should work. are you getting a popup like this: https://itch.io/post/7330310 ?

Yeah, I see the splash for your team, and a bunch of things about connecting to a server and such. Then the screen goes blank.

I then get a memory exception saying that an instruction was on 0xFFFFFFFFFFF and isn't readable

holy hell that’s a big one. i’m gonna need a lil more information to figure this one out

what’s your:

Operating system (windows/linux) CPU GPU ?

I'm using Windows 10, i7-8700K 3.70GHz, NVIDIA GeForce GTX 1070 Ti.

I may of added too many Fs... I wasn't able to get the error to occur again since I've started to play around.

(+1)

Huh... then I ran it again, and I got the "Enter your name" screen.... so the issue seems to be intermittent (yaaaay, the best kind ;--;)

I wish you luck in digging into that as I dig into some critter situations

howdy - the engine has been updated, and so has the game. lemme know if it’s working for you now

(2 edits) (+1)

hi i am also experiencing this:

https://ibb.co/stxcPmt

DX Diag reports:

https://ibb.co/Kr0w5mC

https://ibb.co/52TvGBW

https://ibb.co/ZNYxdDJ

https://ibb.co/cxG7vrJ

https://ibb.co/z8T5nhJ

(FROM DXDIAG USING 531.54) -- ALSO TESTED ON LATEST 531.61

I went and tried to run it from command line several times :

https://ibb.co/N6CCvM

^ (crash, no GUI error, both as user and admin. this one happened most often)

https://ibb.co/s6WWCDD

^ (crash, no gui error. blank error message before exiting. sometimes it would just print nothing, not even an error message.)

https://ibb.co/GMbFPgq ^ (crash, memory error)

many times it will just crash without printing anything

dunno if all these errors are related but they do all happen at the same time -- after the game has the starting graphical login message, it goes black for about 10 seconds and crashes.

tested on both my C drive which is two SDD's in raid 0, and on my D drive which is one 3 and a half TB HDD. I have two monitors, differing resolutions. if it helps I literally reinstalled windows 10 yesterday, so it's pretty clean. just have nvidia drivers, steam, discord, some internet browsers, and this. I also went and installed the vulkan sdk and runtime as well as visual c++ redists just cause.

good luck chucklefuck

(2 edits)

this is an incredibly detailed bug report and i appreciate that. i’ll give ‘er a look, might be out of my control if it’s an engine bug (i really hope not)

have you done a memtest?

(1 edit)

clean as a whistle

if the prototype was made on the same engine i can run that later to see if thats an issue.

also if you have any other ideas for tests i can do lay em on me

edit: prototype worked fine.

(1 edit)

well, at least it’s not your memory lol

prototype used Godot 3.5, full game uses Godot 4.0.2, so there’s an entire rewrite in-between

the fact that the prototype worked fine does suggest to me it’s an engine problem, the code used for the startup screen absolutely was present in the prototype.

cursory searches say that error comes from C++ pointer problems, which definitely means it’s on the engine side. nothing i can do about it until it gets fixed upstream, sorry about that

buh. oh well

howdy - the engine has been updated, and so has the game. lemme know if it’s working for you now

nope
https://ibb.co/0XKvD2J
https://ibb.co/Ss9pDbJ

same deal seems like

damn it! i wish i could recreate it on my end

if you can think of any tests i can run or programs i can install I'll try em