Call190Now

Member
Feb 4, 2019
186
263
Hello to the creator and all fans of this wonderful game. I hope your holidays are shaping up to be lovely and that each of you is keeping healthy, and happy as best you can.

I am sorry if this information has been posted already, and if it has then simply ignore it. I recently discovered that this and many other wonderful games offered to us here are being sold on an Italian website. I can only assume these sales are without the permission of their creators as it seems no credit is given to any of them and often the names of the games are changed. Below I have provided a link to this specific title so that perhaps someone can contact the creator, and they may take legal action.

Again, I am sorry to bring such news during this festive time of year, but I don't like to see anyone taken advantage of who has worked so tirelessly to create such a splendid game.

yeah someone sent this here a while ago, but thanks for bringing it up again ig. hope u had a nice holiday too
 

antonio3225

Newbie
Apr 24, 2020
25
8
HELP. Second time that my game doesn't find the "transparent file". any idea how to fix this?



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

While loading <'Image' u'_transparent_tile.png'>:
IOError: Couldn't find file '_transparent_tile.png'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\ast.py", line 900, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\python.py", line 1930, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\display\core.py", line 3174, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\display\core.py", line 2086, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 516, in renpy.display.render.render_screen
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\display\imagelike.py", line 259, in render
    crend = render(image, width, height, st, at)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file '_transparent_tile.png'.

Windows-8-6.2.9200
Ren'Py 7.2.2.491
WVM 0.8.3
Sun Dec 27 02:12:57 2020
 
Last edited:

The Krypt Angel

Engaged Member
Feb 17, 2019
3,365
9,481
HELP



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

While loading <'Image' u'_transparent_tile.png'>:
IOError: Couldn't find file '_transparent_tile.png'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\ast.py", line 900, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\python.py", line 1930, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\display\core.py", line 3174, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\display\core.py", line 2086, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 516, in renpy.display.render.render_screen
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\display\imagelike.py", line 259, in render
    crend = render(image, width, height, st, at)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\display\im.py", line 625, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "C:\Users\erick\Documents\MEGAsync Downloads\WVM-0.8.3-pc\WVM-0.8.3-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file '_transparent_tile.png'.

Windows-8-6.2.9200
Ren'Py 7.2.2.491
WVM 0.8.3
Sun Dec 27 02:12:57 2020
Never seen that particular error before but I've had similar ones all of which were the result of a corrupted zip download. So my advice would be to redownload and unzip it see if it clears up the error as a first step. If you've done that already not sure what to tell you.
 

antonio3225

Newbie
Apr 24, 2020
25
8
Never seen that particular error before but I've had similar ones all of which were the result of a corrupted zip download. So my advice would be to redownload and unzip it see if it clears up the error as a first step. If you've done that already not sure what to tell you.
just tried it and the same error came out but thanks for the advise tho.
 

The Krypt Angel

Engaged Member
Feb 17, 2019
3,365
9,481
:unsure:Are you using any mods? Like transparent textbox?
Dunno why you'd need to with WVM cuz the "textbox" is basically little more than a slight shadow. Also unless there's another mod other than Penfold Mole's floating around it ain't the issue cuz I just put PM's in my 0.8.3 folder and I don't get an error.
 

AceOfNiagara

Well-Known Member
May 1, 2020
1,744
2,703
Dunno why you'd need to with WVM cuz the "textbox" is basically little more than a slight shadow. Also unless there's another mod other than Penfold Mole's floating around it ain't the issue cuz I just put PM's in my 0.8.3 folder and I don't get an error.
I've only got Scrappy's gallery mod and MoP Day transition and I have no issues.
Only reason I brought it up is I saw something similar in another thread a while ago.
 

The Krypt Angel

Engaged Member
Feb 17, 2019
3,365
9,481
just tried it and the same error came out but thanks for the advise tho.
Is the error occurring as soon as you start the game or does it happen when you load a save? If it is the latter are you playing the compressed version and trying to load an old save from the full size one (or vice versa)? I ask cuz if you are than that might be the problem. More often not trying to load saves made in one will throw errors when trying to load in the other due files being altered when the game gets compressed.
 

Master of Puppets

Conversation Conqueror
Oct 5, 2017
7,576
10,120
Yeah I have all the numbers I was going to put the highest and lowest rank each character got as well as an average ranking, but that would take some time and I really wanted to share the results. If there is any character you are curious about let me know and I can share the details with you.
It's not curiosity about any character in particular so much as things like who has the greatest or least spread of rankings, most popular girls who nonetheless didn't make it into anybody's top five, that kind of thing.


Is the error occurring as soon as you start the game or does it happen when you load a save? If it is the latter are you playing the compressed version and trying to load an old save from the full size one (or vice versa)? I ask cuz if you are than that might be the problem. More often not trying to load saves made in one will throw errors when trying to load in the other due files being altered when the game gets compressed.
If compressors are altering any game files other than the images and videos then yikes. I'm glad I compress my own rather than downloading a compressed version.
 

The Krypt Angel

Engaged Member
Feb 17, 2019
3,365
9,481
If compressors are altering any game files other than the images and videos then yikes. I'm glad I compress my own rather than downloading a compressed version.
I never said they did point of fact when I said "altering files" I all even meant was the changing of the images and videos :p

You seem to be making habit of misinterpreting my posts to mean something they don't lately :LOL:
 

Uncle Loco

Engaged Member
Game Developer
Apr 28, 2020
3,705
11,693
I don't think BD gave an exact date for the update, he just said after the 25th. I assume it will be some time next week before new years eve. I am hoping for Monday or Tuesday, Wednesday at the latest. I have no inside information on this but as soon as I hear a date I will let you all know. I know we are all excited to play again.
 

HornyyPussy

Board Buff
Apr 26, 2020
16,298
38,184
I don't think BD gave an exact date for the update, he just said after the 25th. I assume it will be some time next week before new years eve. I am hoping for Monday or Tuesday, Wednesday at the latest. I have no inside information on this but as soon as I hear a date I will let you all know. I know we are all excited to play again.
That is kinda like saying that water is wet Loco :)
 

Uncle Loco

Engaged Member
Game Developer
Apr 28, 2020
3,705
11,693
That is kinda like saying that water is wet Loco :)
Well sometimes water gets frozen and is no longer wet and sometimes it gets hot and turns into steam. Also sometimes I like to state the obvious just because. :p ;)

Looking forward to seeing the basketball team hopefully we see the whole team and get some interaction with them from the aftermath of the bowling alley brawl. I also hope the MC is well enough to play in the up coming game.
 

michael1984

Engaged Member
Dec 9, 2017
3,585
9,658
LocoGringo78 On one side i kindda hope we are able to play in that upcoming game

But on the other side i wont be too mad if we cant play in that game and be on the side lines yelling instructions :LOL:

I am exited tho for a basketball update maybe learning of some bench sitters from belle :unsure:

We at least need one or 2 subsitution players on the bench for that friendly match i believe they said coming on a monday
 

The Krypt Angel

Engaged Member
Feb 17, 2019
3,365
9,481
LocoGringo78 On one side i kindda hope we are able to play in that upcoming game

But on the other side i wont be too mad if we cant play in that game and be on the side lines yelling instructions :LOL:

I am exited tho for a basketball update maybe learning of some bench sitters from belle :unsure:

We at least need one or 2 subsitution players on the bench for that friendly match i believe they said coming on a monday
I'm skeptical that the game will happen as originally scheduled because as far as I can tell the monday it was meant to happen on is the current day. Things just still seem to be too chaotic at the moment and I don't think the MC woud play if it does cuz I can't see 2 days in bed being enough time to heal but hey not like anything in this game follows logic anyway :ROFLMAO:
 
Last edited:

michael1984

Engaged Member
Dec 9, 2017
3,585
9,658
I'm skeptical that the game will happen as originally scheduled because as far as I can tell the monday it was meant to happen on is the current day. Things just still seem to be too chaotic at the moment and I don't think the MC woud play if it does cuz I can't see 2 days in bed being enough time to heal but hey not like anything in this game follows logic anyway :ROFLMAO:
I wont mind if the game is pushed back till the game day of next monday then...Gives the mc some much needed rest time

Plus gives us some more time to get a decent bench set up going

Man i didnt know it was already monday with the game days ...

But yeah would make sense to have that friendly match 7 game days later caus one the mc is still on the recovery track we lacking some players ..

And we need some more practice and team cohession :LOL:
 

The Krypt Angel

Engaged Member
Feb 17, 2019
3,365
9,481
I wont mind if the game is pushed back till the game day of next monday then...Gives the mc some much needed rest time

Plus gives us some more time to get a decent bench set up going

Man i didnt know it was already monday with the game days ...

But yeah would make sense to have that friendly match 7 game days later caus one the mc is still on the recovery track we lacking some players ..

And we need some more practice and team cohession :LOL:
Honestly it just kind of a best guess that it's monday based on how many days have gone by (despite it being 0.8.3 the last update was actually Day 9) and also the game being that soon was only what charles had scheduled it as. It's possible it's been postponed already by Belle and the monday they were referring to was next monday...I guess we'll find out eventually :)
 
3.60 star(s) 676 Votes