danteworks

Developer of Depravity
Game Developer
Dec 3, 2018
1,154
3,342
False positive likely due to custom icon on exe. Probably you should use a proper icon editor or properly sign the exe so it does not generate false positive.
I am not sure. I have had builds before where icon was not changed and it threw false positives. I suspect it is to due with the new build of renpy.
 

danteworks

Developer of Depravity
Game Developer
Dec 3, 2018
1,154
3,342
I'll just replay it. The game is great so not much grief there :)
If you come across that point, maybe you could create some save games to share? It is hard for me to create it because I don't play the game organically, but jump around using console commands. Thank you
 

VolksKrieg

Well-Known Member
Apr 6, 2018
1,008
360
There's a mind control tag. I have played this one before, maybe almost two years ago? I don't remember if there is mind control at that time but now i played again and finished a few several missions. Then i saw when you open the PC there is hack option on the top left corner. there is 'play 0.59 content only' the first thing i saw is a 'normal' sister. Does the MC take it 'really' slow or the MC didn't bimbofied his sis and everyone?
 
Mar 28, 2019
369
233
danteworks

~>ggwp.

~>music is unexpectedly perfect match up in the game.

~>The game is like a moon some people may pass by and never try this yet I hope u get more support this is definitely my fav game ad worth to support.

~>I got my high hopes on nyx and maya XD oh well damn.


~>The girls are unexpectedly surprise me specially the Girl I like the most has a sword :LOL::LOL::LOL::LOL::ROFLMAO::ROFLMAO::ROFLMAO: you got me good I thought the sister friend has it damn.

~>Good luck on ur game hope many pple will support u and try the game is definitely worth to play.
 
  • Like
Reactions: danteworks

rafa30

Engaged Member
Aug 2, 2017
2,759
1,904
this happens when clicking on the computer :(
what is wrong?

Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'logo_patron2.png'>:
  File "renpy/common/000statements.rpy", line 554, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'logo_patron2.png'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "scripts/computer/computer.rpyc", line 6, in script
  File "renpy/ast.py", line 1960, in execute
    self.call("execute")
  File "renpy/ast.py", line 1948, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 554, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 2969, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 2978, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "renpy/display/core.py", line 3477, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2359, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 751, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 751, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 751, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 681, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 751, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/behavior.py", line 781, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1156, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 607, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 271, in get
    surf = image.load()
  File "renpy/display/im.py", line 651, in load
    filelike = renpy.loader.load(self.filename)
  File "renpy/loader.py", line 766, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'logo_patron2.png'.
 

Bahamut Zero

Engaged Member
Apr 27, 2017
2,662
2,050
anyone else getting image not found in some scenes?
If i am not mistaken i had an error and a missing image at the start of the game. I mean the first time when you go at home. The MC say: I am really tired better to go to sleep. After... black screen "image not found" but the game continue without any problem. Just missing that image. Till now only that.
 

danteworks

Developer of Depravity
Game Developer
Dec 3, 2018
1,154
3,342
If i am not mistaken i had an error and a missing image at the start of the game. I mean the first time when you go at home. The MC say: I am really tired better to go to sleep. After... black screen "image not found" but the game continue without any problem. Just missing that image. Till now only that.
The 2 missing pictures are just mc in bed. Fix next time
 
  • Like
Reactions: Bahamut Zero

danteworks

Developer of Depravity
Game Developer
Dec 3, 2018
1,154
3,342
this happens when clicking on the computer :(
what is wrong?

Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'logo_patron2.png'>:
  File "renpy/common/000statements.rpy", line 554, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'logo_patron2.png'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "scripts/computer/computer.rpyc", line 6, in script
  File "renpy/ast.py", line 1960, in execute
    self.call("execute")
  File "renpy/ast.py", line 1948, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 554, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 2969, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 2978, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "renpy/display/core.py", line 3477, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2359, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 751, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 751, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 751, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 681, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 751, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/behavior.py", line 781, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1156, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 607, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 271, in get
    surf = image.load()
  File "renpy/display/im.py", line 651, in load
    filelike = renpy.loader.load(self.filename)
  File "renpy/loader.py", line 766, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'logo_patron2.png'.
Download hotfix
 

danteworks

Developer of Depravity
Game Developer
Dec 3, 2018
1,154
3,342
danteworks

~>ggwp.

~>music is unexpectedly perfect match up in the game.

~>The game is like a moon some people may pass by and never try this yet I hope u get more support this is definitely my fav game ad worth to support.

~>I got my high hopes on nyx and maya XD oh well damn.


~>The girls are unexpectedly surprise me specially the Girl I like the most has a sword :LOL::LOL::LOL::LOL::ROFLMAO::ROFLMAO::ROFLMAO: you got me good I thought the sister friend has it damn.

~>Good luck on ur game hope many pple will support u and try the game is definitely worth to play.
Thankyou! Pls leave a review!
 

Wisblade

Member
Jul 2, 2019
295
323
anti malware and windows defender are warning me trojan.wacatac.c on game exe as high risk
False positive? Maybe, but there is absolutely NO reason to have this warning.
I got "Trojan:Win32/Woreflint.A!cl" for my part, by Windows Defender (0.59 Hotfix from Mega), on "Depravity-32.exe".

Also, VirusTotal also detected it 7 times... So maybe it's a false positive, but I won't try anyway :

I can admit that a game engine is detected because it uses direct CPU clock access, or assembly, but being flagged while nothing game-related is shown... Abnormal.
Won't execute it until this is fixed, in particular because previous versions did NOT shown this warning (in fact, "Depravity-32.exe" wasn't even existing in previous version!) AND Ren'Py/RPGM games never triggered my antivirus before.
 

GrammerCop

Well-Known Member
Donor
Mar 15, 2020
1,737
1,719
False positive? Maybe, but there is absolutely NO reason to have this warning.
I got "Trojan:Win32/Woreflint.A!cl" for my part, by Windows Defender (0.59 Hotfix from Mega), on "Depravity-32.exe".

Also, VirusTotal also detected it 7 times... So maybe it's a false positive, but I won't try anyway :

I can admit that a game engine is detected because it uses direct CPU clock access, or assembly, but being flagged while nothing game-related is shown... Abnormal.
Won't execute it until this is fixed, in particular because previous versions did NOT shown this warning (in fact, "Depravity-32.exe" wasn't even existing in previous version!) AND Ren'Py/RPGM games never triggered my antivirus before.
That is just the -32.exe and is most likely false positive. The other .exe should be just fine.
 

Wisblade

Member
Jul 2, 2019
295
323
That is just the -32.exe and is most likely false positive. The other .exe should be just fine.
I have more than 50 Ren'Py / RPGM games installed currently (and probably more than 200 versions installed since I started these games).

None had this kind of problem.

There is absolutely NO reason for this warning, and the fact taht this executable grown up so much (from 25 KB to around 270 KB!) at the same time is even more suspicious.
I don't have time to disassemble this EXE and check its behavior, and if the 32-bits executable is suspect, the 64-bits one is suspect too - precautionary principle.
 
3.90 star(s) 109 Votes