Page 4 of 8

Re: V 1.0 Bugs General thread.

Posted: Sun Aug 03, 2014 9:30 pm
by Mirocaine
Yo, Just did a fresh full download of 1.0.2 (not patching the game from 1.0.1).

With Intro sequence enabled, I'm crashing with a
-------------------------------
Error!

Sound SFX\intro\guardconvo4.ogg not found.
-------------------------------


Did you forget to include it in the compile?

Better yet.. I think instead of the game just "giving up and crashing" if it can't find those designated sound files (should it ever happen again) the code should have an Or statement or something to replace it with a silence.ogg and just note the missing sound error in the console. Just a suggestion though..

Re: V 1.0 Bugs General thread.

Posted: Sun Aug 03, 2014 10:34 pm
by Zarpox
Can someone explain why this is still happening to some people? For me the game works fine though.
[youtube]73OA--EenUw[/youtube]

Re: V 1.0 Bugs General thread.

Posted: Sun Aug 03, 2014 10:44 pm
by juanjp600
Zarpox wrote:Can someone explain why this is still happening to some people? For me the game works fine though.
It might be related to this: (Items.bb)

Code: Select all

If i\dist < HideDist Then
	ShowEntity i\obj
	...
Calling ShowEntity every loop makes Blitz "forget" which entities collided with the items. So EntityCollided(i\obj, HIT_MAP)==False all the time, which means that the item's dropspeed will never reset to 0.

Re: V 1.0 Bugs General thread.

Posted: Sun Aug 03, 2014 10:54 pm
by Mirocaine
Seed Name: diablo
---------
Couple bugs in my new 1.0.3 run:

1). Mobile Task Force announcement sound was being played while I was near SCP-066; then as soon as it said "Eric" it cut-off the announcement audio.

2). Found a conflicting door spawn at a Light Containment Zone -> Heavy Containment Zone checkpoint:
The heavy door is off by about 90 degrees, along with its buttons. This picture was taken right outside the checkpoint room from the Light Containment Zone.
Spoiler
Image
3). I crashed with a MAV when I tried to go down to SCP-939 (take note this was after about 90 minutes of unobstructed gameplay).

4). The 106 containment chamber monitor is fixed but the lure victim is standing outside the femur breaker again.

Also had some other crazy bugs relating to SCP-173 falling down elevator shafts or some.. actually well I'll just post a video later.
---------------------------------------------

Much better than the initial release, I'm getting almost a solid 50 FPS at all times. Awesome 8)
No game breaking bugs either!

Re: V 1.0 Bugs General thread.

Posted: Sun Aug 03, 2014 11:51 pm
by LORD DEATH
Dear Regalis... Please make sure that when the FINAL version is released that we wont have to download the patches separately. :)

Re: V 1.0 Bugs General thread.

Posted: Mon Aug 04, 2014 3:37 am
by Mirocaine
Getting a MAV every time I go down the elevator to 939's zone. No idea why, just goes to loading screen, about 30% loading then just crashes.

Re: V 1.0 Bugs General thread.

Posted: Mon Aug 04, 2014 6:24 am
by SCP-294
I-found-2-bugs

there-can-be-more-than-one-SCP-066

079-can-make-noises-in-the-pocket-dimension

EDIT:Another-bug-is-that-you-can-open-inventory-while-in-console

Re: V 1.0 Bugs General thread.

Posted: Mon Aug 04, 2014 8:32 am
by Child Muncher
The infamous 860 crash is still happening with me even with v1.0.3

Wasn't this supposed to be fixed in like v1.0.2?

Re: V 1.0 Bugs General thread.

Posted: Tue Aug 05, 2014 2:55 am
by ManicWolf
I don't know if this is just me, but I've just downloaded v1.0.3 and my game crashes with a "memory access violation" message every time I try to take a usable elevator. I've tired with three different (random) maps and it's happened on every one. The Elevator will start moving, then I'll get a load screen for about one second before my game crashes and the error message comes up. I tried re-downloading the game in the hope that it would fix it but no such luck.

Re: V 1.0 Bugs General thread.

Posted: Tue Aug 05, 2014 7:33 am
by GunbladeEric
@Manicwolf It's not just you. I downloaded 1.0 the day it was released and was able to take the elevator fine. Since the 1.0.3 patch, I now get the Memory Access Violation on the elevator loading screen. Tried patching the game manually first, that's when I noticed it. Then deleted and reinstalled with 1.0.3, still had the same issue. Even tried running as Admin with no luck. What changed I wonder that crashes it now?