Im using latest version in a windows 10 machine but when I try to start it a windows is opened and suddendly it is closed and nothing happends.
The same occours with previos version.
Hey.. sorry to hear about that..
are you running it from the itch.io app or straight from download? if you're using the itch.io app, try reinstalling Homegirl from it.. I had the same issue with the latest update, but reinstalling seemed to fix it..
if that doesn't work, maybe your config.json file is invalid.. open %APPDATA%\Homegirl\ in explorer and delete/rename config.json and try again..
I just pushed out a minor update to Homegirl Pro.. I don't suppose that solves your issue..?
If not, maybe try running the debug version.. you can get it from github..
Well. Now that I can use the debug version I see the problem but dont know how to solve.
Perhaps is a problem cos I have ñ and spaces in my path?
I paste here the log.
C:\Users\Johan R. Muñoz\AppData\Roaming\itch\apps\homegirl>homegirl_debug.exe
Powering on...
Config file: C:\Users\Johan R. Mu├▒oz\AppData\Roaming\Homegirl\config.json
no config! creating default.
Lua err: [string "sys:libs/screen.lua"]:50: Invalid font!
Powered off.
as a workaround, you could try and create config file in the same folder as the binaries and name it `homegirl.json`, then put the following in it
{
"drives": {
"sys": "./system_drive/",
"user": "../../../Homegirl/user_drive/"
},
"network": {
"cache": "../../../Homegirl/network_cache/"
},
"permissions": {
"sys": 4294967295,
"user": 65280
}
}