- Nov 29, 2020
- 298
- 718
I tried it as well and I have the same issue. It stays at 0%.did it ever show a login window? it should have, and my best guess is that it is waiting for the login window to open, but something is stopping it...
I tried it as well and I have the same issue. It stays at 0%.did it ever show a login window? it should have, and my best guess is that it is waiting for the login window to open, but something is stopping it...
Correctwell simply put very old versions stored the data as a .ini file, the last versions stored data as .json, and now it is in a proper .sqlite3 database. the new version looks for the old .json and imports the data, but the old version is not aware of the new .sqlite3 so it will not do anything with it.they will be like two separate configs. this change was made so that storing and reading data is faster and more reliable (hopefully no more "config is corrupt" errors)
did it ever show a login window? it should have, and my best guess is that it is waiting for the login window to open, but something is stopping it...
Yea that’s the issue I had reproduced too...build 169
good news:
I can use screenshot tool on the app
error screen shows what the issue is
bad news:
login window failure
View attachment 1869460
log.txt says another instance of f95checker is running but i checked and only 1 is indeed running
all the builds, excluding the source zip of course, should be self contained. however some common prerequisites might be required, like maybe having the base qt installed, but i am unsure of that. either way if they need to be installed chances are they come preinstalled in most distros and even windowsThe (Linux) builds on GitHub, do they have any requirements or are they self contained?
so on linux too you get the error of another instance already running...?And the same log.txt
This is on Ubuntu 22.04
Right, I guessed this was the case.all the builds, excluding the source zip of course, should be self contained.
I do, yes. Just the one line saying so.so on linux too you get the error of another instance already running...?
And it worked! Thank you, now to explore the tool a little more for the first time.
that is sort of expected behavior. i didnt enable that output explicitly and in qt5 it was not present, but qt6 has debug information enabled by default for webview widgets and to be honest i dont even want to disable it, it might come in handy later on. the bottom messaage with expect troubles is also sent by qt6 and its a c++ level, not python level, so i cant do much about it i dont think. all that means is that the webview was closeed while some scripts were still running or whatever... for login purposes this is fine since all the tool cares about is the cookies set by the login endpoint, way before the webview is destroyedI get a log.txt, but it doesn't seem to be actual error messages as far as I can tell, except possibly the last line?
Doesn't work. I get this error message.ok so i reworked the subprocess system for the login window entirely, now its a proper separate standalone process, it should not even attempt to check if another f95checker instance is running.
i pushed to github, the artifacts are still building and should be ready in about 10 minutes
Jarulf Sttav GAB
god damn itI get this error message.
im guessing thats because you normally run it using a multiple argument command... well either way one thing i do often is make a simple script file to launch the game, mark it executable, and then set the game executable to that.except that one game I have to run under wine - didn't really expect that one to start. Besides, my wine install is... odd.
i call the main view a list but really its a table. if you look at the top there is a table header with the column names. you can click a column header to sort by that column, click again to invert the sort, or right click the header to select more columns. the optons you select in list mode are synced with grid mode, but you can change them only from list mode. the input bar at the bottom is both for adding games and to search them! quick tip: you an right click the bottom input bar and the refresh button to get more info on how they work!One thing I'd love to see sometime down the road, is being able to sort the games by name or even searching. I'm sure someone already has suggested this.
think i found the issue, and its the age old annoyance. you have a space in your path. it was a small distraction error on my end, i pushed a fix and the build is almost done!Doesn't work. I get this error message.
Works perfectly now. This looks beautiful mad props, I just have a little request if you can. In the previous version, every game that you haven't completed, the text was red and it was so convenient. Is it possible to add it to this version too?think i found the issue, and its the age old annoyance. you have a space in your path. it was a small distraction error on my end, i pushed a fix and the build is almost done!
Which is what I did, and it runs from the terminal but not from within F95Check. But I'm sure this is due to me having a messed up wine install. It's just the one game.well either way one thing i do often is make a simple script file to launch the game, mark it executable, and then set the game executable to that.
Oh, I did not see that before. I had to uncheck Manual Sort, but now it works.i call the main view a list but really its a table. if you look at the top there is a table header with the column names. you can click a column header to sort by that column, click again to invert the
And now I feel stupid. Thank you, again.the input bar at the bottom is both for adding games and to search them! quick tip: you an right click the bottom input bar and the refresh button to get more info on how they work!