Tool Others F95Checker [WillyJL]

5.00 star(s) 25 Votes

jinnhihho

Newbie
Mar 11, 2017
71
43
Not sure, didn't change anything that would affect that really. As with all executables, getting a certificate and signing them is expensive and really the only way to get a chance to shut up antiviruses for good, and I'm not gonna do that, so yeah we're at the mercy of shitty corporations. Antiviruses are useless nowadays, they can only detect known signatures, if something was dangerous it wouldn't use pre-existing malware. The only good antivirus is your brain. I always disable defender whenever I use windows (which isn't often).
Was mostly an FYI, didn't expect any changes to be honest.
I work under the same assumption, I just keep the default windows defender on, just to get a reminder every now and then not to get to complasent.
Haven't used a dedicated AV in years and didn't have any malware problems since so I guess the ol brain still has some functionality left :D
 

Kirin'Toru

Newbie
May 12, 2020
19
28
Guys, when im trying to update app i have this error:

Traceback (most recent call last):
File "D:\a\F95Checker\F95Checker\modules\api.py", line 1198, in update_callback
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\subprocess.py", line 224, in create_subprocess_exec
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\base_events.py", line 1744, in subprocess_exec
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\windows_events.py", line 400, in _make_subprocess_transport
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\base_subprocess.py", line 36, in __init__
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\windows_events.py", line 878, in _start
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\windows_utils.py", line 153, in __init__
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\subprocess.py", line 1026, in __init__
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\subprocess.py", line 1462, in _execute_child
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\subprocess.py", line 608, in list2cmdline
File "<frozen os>", line 859, in fsdecode
TypeError: expected str, bytes or os.PathLike object, not NoneType
1736856322532.png
 

mrjessan

Newbie
Dec 10, 2019
58
70
Should I update my app to version 11.0.2? I'm currently using 10.2. I'm asking because the last time I updated, all my threads were deleted, and I had to re-add them manually
 

WillyJL

Veni, vidi, vici
Donor
Respected User
Mar 7, 2019
1,470
1,287
Should I update my app to version 11.0.2? I'm currently using 10.2. I'm asking because the last time I updated, all my threads were deleted, and I had to re-add them manually
nothing should happen to your data, unless youre dumb enough to put the install files of the app in the same appdata folder as it stores its data. it tells you what folder it deletes when updating, pay attention to it and make sure its not the appdata folder where it stores your data. (yes, it should be absolutely obvious that you install an app in a different place than it's app data) (yes, it still did happened before to 1 person)
 

WillyJL

Veni, vidi, vici
Donor
Respected User
Mar 7, 2019
1,470
1,287
Guys, when im trying to update app i have this error:

Traceback (most recent call last):
File "D:\a\F95Checker\F95Checker\modules\api.py", line 1198, in update_callback
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\subprocess.py", line 224, in create_subprocess_exec
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\base_events.py", line 1744, in subprocess_exec
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\windows_events.py", line 400, in _make_subprocess_transport
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\base_subprocess.py", line 36, in __init__
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\windows_events.py", line 878, in _start
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\windows_utils.py", line 153, in __init__
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\subprocess.py", line 1026, in __init__
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\subprocess.py", line 1462, in _execute_child
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\subprocess.py", line 608, in list2cmdline
File "<frozen os>", line 859, in fsdecode
TypeError: expected str, bytes or os.PathLike object, not NoneType
View attachment 4443497
why on earth did you uninstall powershell
 

mrjessan

Newbie
Dec 10, 2019
58
70
nothing should happen to your data, unless youre dumb enough to put the install files of the app in the same appdata folder as it stores its data. it tells you what folder it deletes when updating, pay attention to it and make sure its not the appdata folder where it stores your data. (yes, it should be absolutely obvious that you install an app in a different place than it's app data) (yes, it still did happened before to 1 person)
ok i updated, encountered no problem
 
  • Like
Reactions: WillyJL

WillyJL

Veni, vidi, vici
Donor
Respected User
Mar 7, 2019
1,470
1,287
I have an issue where the extension doesn't show the icon for a game.
You don't have permission to view the spoiler content. Log in or register now.

Does anyone know what the problem might be?
link to comment:
i can reproduce this issue, and already fixed it. for some reason, this "a" link has a single child element, and the code expected "a" links with child elements to have some whitespace, which it tries to find and put the icon just before. this one doesnt have any whitespace, so it would fail.
mozilla should approve the new extension versions shortly. for chrome and integrated, this will be available in next beta build (or from source)

EDIT: though i realize now that it has a side effect of a bunch of unwanted icons showing elsewhere on buttons and stuff like that, ill try to understand why

EDIT: fixed properly now
 
Last edited:
  • Heart
Reactions: savingtemp

WillyJL

Veni, vidi, vici
Donor
Respected User
Mar 7, 2019
1,470
1,287
new notifs with buttons :unsure:
1736880243883.png
only the alerts and inbox notifications would have the "open in browser", all other ones would just be about showing the thing in the app so they would just have "view". still i think this could be a lot better.
also would be themed base on system, so might look completely different for you. i looked into this because Qt notifications are very basic in general, and on KDE plasma theyre broken too: clicking on them only works if the severity is critical, and critical notifications stay on screen indefinitely... with this new system i would never send critical notifications.
though one small issue i see is that there is no indication of severity here... the icon is the same for notifications and for errors. might be a good idea to add an icon for errors then, but still say its "normal" severity so it doesnt stay on screen forever on linux.

also, this notification system has an "attachment" option, for me on kde plasma it just replaces the icon but i imagine on other systems it might be an additional image besides the app icon, could be nice for the updates popup to show the banner image of one of the updated games?
 
Last edited:

Ultralazuli

Member
Jul 8, 2018
275
251
This program doesn't seem to be properly tracking the Last Updated column, and its driving me nuts. Games are all over the place in the list, and adhere to no such descending update rule.

This happened when the big hullabaloo over the scanning happened a few weeks ago, ever since then, none of them are tracking it properly--when one gets an update, it doesn't update the Last Updated flag, so it's just a mess now.

Is this a known bug? Or is something messed up on the switchover?
 
  • Like
Reactions: Vadginator

dod1958

Newbie
Dec 15, 2022
59
61
I wonder if it would be possible to import games, bookmarks and Watched threads directly into a specific Tab? It's a pain to import several items and then have to browse through the main tab to move them into the Tab I want.

Thanks.
 

buttermilkpizza

New Member
May 22, 2024
2
3
When I run the exe nothing pops up.
This is my first time running this

The debugger I am getting
"Could not initialize Window"

Are there some dependencies that I need to install first?

1736954642129.png
 

buttermilkpizza

New Member
May 22, 2024
2
3
When I run the exe nothing pops up.
This is my first time running this

The debugger I am getting
"Could not initialize Window"

Are there some dependencies that I need to install first?

View attachment 4447296
Figured out my issue. I run all my porn games in a virtual machine that doesnt have access to my video card so it just uses a generic driver. I gave it access to VC and now it seems to be working
 

WillyJL

Veni, vidi, vici
Donor
Respected User
Mar 7, 2019
1,470
1,287
This program doesn't seem to be properly tracking the Last Updated column, and its driving me nuts. Games are all over the place in the list, and adhere to no such descending update rule.

This happened when the big hullabaloo over the scanning happened a few weeks ago, ever since then, none of them are tracking it properly--when one gets an update, it doesn't update the Last Updated flag, so it's just a mess now.

Is this a known bug? Or is something messed up on the switchover?
it uses the value from the latest updates page. that usually means, the last update date is the last time new content was added. bugfixes usually dont get promoted for latest updates, hence the dates.
it was different before that and had its own set of problems, from threads being formatted wrong to mods fatfingering a date in 2053. there is no way to get this fucking value right. this is good enough and atleast coherent. i will not be changing it again.
 
  • Like
Reactions: WhiteVanDaycare

WillyJL

Veni, vidi, vici
Donor
Respected User
Mar 7, 2019
1,470
1,287
I wonder if it would be possible to import games, bookmarks and Watched threads directly into a specific Tab? It's a pain to import several items and then have to browse through the main tab to move them into the Tab I want.

Thanks.
select all of them, then move them all at once. you can do ctrl+a to select all visible items, or use ctrl click and shift click to select manually
 

WillyJL

Veni, vidi, vici
Donor
Respected User
Mar 7, 2019
1,470
1,287
Figured out my issue. I run all my porn games in a virtual machine that doesnt have access to my video card so it just uses a generic driver. I gave it access to VC and now it seems to be working
yes this program uses opengl, it can work in VMs if the driver provided by the VM supports opengl 3.3 iirc. looks like yours didnt
 

Ultralazuli

Member
Jul 8, 2018
275
251
it uses the value from the latest updates page. that usually means, the last update date is the last time new content was added. bugfixes usually dont get promoted for latest updates, hence the dates.
it was different before that and had its own set of problems, from threads being formatted wrong to mods fatfingering a date in 2053. there is no way to get this fucking value right. this is good enough and atleast coherent. i will not be changing it again.
I see, I hadn't realized it was related to the issues that were had. I guess I'll just have to live with it, at least until a better design or compromise can be had between the two.
 
  • Like
Reactions: WillyJL

Blakmoon

Member
Dec 12, 2019
124
265
Really nice tool! I discovered it today and immediatly installed it!

There is just one little thing missing I think that may be uselful, it's a way to manage games with seasons or parts, like Grandma's House (currently 5 parts...)
The idea is not to detect it but to be able to link all the installed exe files.


EDIT: oups, I just saw that we can add more than one exe...
 
5.00 star(s) 25 Votes