Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Dara

5
Posts
A member registered Jun 16, 2018

Recent community posts

Can't even play the game, it either happens right after the main menu loads or shortly afterwards while on the character select/difficulty customization screen.

from the .log file

WindowsVideoMedia error 0x80004005 while reading C:/games/furry games/bare-backstreets/BBS July 2nd - 2024 (0.7.5) Win 64x/BBS_Build13/Bare Backstreets_Data/sharedassets1.resource

Context: IMFSourceReader::WaitForSample in ReadSample

Error details: Unspecified error

Track types: Unreadable Track


from the .dmp file 

SYMBOL_NAME:  mfplat!CMFDX11Allocator::UninitializeSampleAllocatorInternal+66
MODULE_NAME: mfplat  
IMAGE_NAME:  mfplat.dll  
FAILURE_BUCKET_ID:  NOT_IMPLEMENTED_c0000002_mfplat.dll!CMFDX11Allocator::UninitializeSampleAllocatorInternal
OS_VERSION:  10.0.19041.1  
BUILDLAB_STR:  vb_release  
OSPLATFORM_TYPE:  x64  
OSNAME:  Windows 10  
IMAGE_VERSION:  10.0.19041.4355  
FAILURE_ID_HASH:  {cbc3ac7a-adf0-cbc4-a047-b7e930f20588}

seems to be some sort of file type disagreement with windows media foundation platform, no clue which file is causing it though

Not sure whats going on, but starting a new game no longer works. It starts at a chapter 3 event that ends with this.

I'm sorry, but an uncaught exception occurred.
While running game code:
ScriptError: could not find label 'ch1_park'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "C:\games\furry games\sbarpg\SummonedByAccident-23.04.08-e-win\renpy\bootstrap.py", line 277, in bootstrap
    renpy.main.main()
  File "C:\games\furry games\sbarpg\SummonedByAccident-23.04.08-e-win\renpy\main.py", line 660, in main
    run(restart)
  File "C:\games\furry games\sbarpg\SummonedByAccident-23.04.08-e-win\renpy\main.py", line 146, in run
    renpy.execution.run_context(True)
  File "C:\games\furry games\sbarpg\SummonedByAccident-23.04.08-e-win\renpy\execution.py", line 938, in run_context
    context.run()
  File "scripts/chapter_3/ch3_park.rpyc", line 2382, in script
  File "C:\games\furry games\sbarpg\SummonedByAccident-23.04.08-e-win\renpy\script.py", line 927, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'ch1_park'.

Yep, that is probably why changing fdis to fade also works to stop the error at least, the fdis was being called using with.

CS_Jun7 has an error at line 268, scene is being called with fdis as opposed to being called with a fade, errors out the game. That's what the issue is.