Spelunky [NPUB31288]
Started by LittleGrejmer




29 posts in this topic
LittleGrejmer
Unregistered


 
03-28-2014, 03:23 PM -
#11
Everyting is allright with that title in latest builds
derpf
Unregistered


 
03-29-2014, 01:47 AM -
#12
So, the error still persists when I cold boot it -- but if I boot another game (like Scogger HD) first, then it loads every time (so far). Interesting...

For me now, after progressing a while past the splash screens, it fails with a "bad flip!" and pauses. I also don't get any audio errors (with both Null and OpenAL output), which is weird seeing as how I got them before I pulled the latest changes. Hmm, this game hates me. Big Grin (At one point it even died with "bad flip!" at 6.66 FPS, taunting me.)
twdarkeh
Member


0
58 posts 7 threads Joined: Aug 2017
03-29-2014, 02:04 AM -
#13
(03-29-2014, 01:47 AM)derpf Wrote: So, the error still persists when I cold boot it -- but if I boot another game (like Scogger HD) first, then it loads every time (so far). Interesting...

For me now, after progressing a while past the splash screens, it fails with a "bad flip!" and pauses. I also don't get any audio errors (with both Null and OpenAL output), which is weird seeing as how I got them before I pulled the latest changes. Hmm, this game hates me. Big Grin (At one point it even died with "bad flip!" at 6.66 FPS, taunting me.)

The bad flip is being resolved soon, if I read alex's latest commit correctly.
LittleGrejmer
Unregistered


 
03-31-2014, 09:29 PM -
#14
In build fa4473d x64 it hang at "CellGcmSetDisplayBuffer" loop, but loading animation is not hanging. When game loads something animation is 10-20FPS, after that when game hang at loop - 50-80FPS.
emunewzdecade
Unregistered


 
04-18-2014, 03:10 PM -
#15
(03-28-2014, 02:37 AM)derpf Wrote: I can't run the game, it fails with a null deref: [E : PPU[1] Thread (CPUThread)[0x00398028]]: Read16 from null block: [00000000]
Log here: http://pastebin.com/UhQPuvHG

I implemented cellSysutilGetBgmPlaybackStatus to see if it goes any farther but I can't test it because of this Sad

Tested versions v1.00 and v1.02 and noticed an unusual load between them.
E : PPU[66] Thread (nprank_bg)[0x0008b080]]: PPU[66] Thread (nprank_bg) branch error: bad address 0x0 #pc: 0x8b080

In version v1.02 has paused the nprank to continue loading.
In DbgConsole nprank_bg pause and then resume the game.
PPU [66] Thread (nprank_bg)

Code:
[! : PPU[1] Thread (CPUThread)[0x00464028]]: *** New PPU Thread [nprank_bg] (): id = 66
[E : PPU[66] Thread (nprank_bg)[0x00462010]]: TODO: cellSyncQueuePop
[E : PPU[66] Thread (nprank_bg)[0x0008b070]]: Read32 from null block: [00000000]
[E : PPU[66] Thread (nprank_bg)[0x0008b07c]]: Read32 from null block: [00000004]
[E : PPU[66] Thread (nprank_bg)[0x0008b080]]: PPU[66] Thread (nprank_bg) branch error: bad address 0x0 #pc: 0x8b080
[W : PPU[1] Thread (CPUThread)[0x000ba01c]]: sys_mutex warning: *** mutex created [] (protocol=0x2, recursive=false): id = 67
[E : PPU[1] Thread (CPUThread)[0x0039e07c]]: TODO: cellSysutilDisableBgmPlayback
derpf
Unregistered


 
04-19-2014, 09:18 AM -
#16
(04-18-2014, 03:10 PM)emunewzdecade Wrote:
(03-28-2014, 02:37 AM)derpf Wrote: I can't run the game, it fails with a null deref: [E : PPU[1] Thread (CPUThread)[0x00398028]]: Read16 from null block: [00000000]
Log here: http://pastebin.com/UhQPuvHG

I implemented cellSysutilGetBgmPlaybackStatus to see if it goes any farther but I can't test it because of this Sad

Tested versions v1.00 and v1.02 and noticed an unusual load between them.
E : PPU[66] Thread (nprank_bg)[0x0008b080]]: PPU[66] Thread (nprank_bg) branch error: bad address 0x0 #pc: 0x8b080

In version v1.02 has paused the nprank to continue loading.
In DbgConsole nprank_bg pause and then resume the game.
PPU [66] Thread (nprank_bg)

Code:
[! : PPU[1] Thread (CPUThread)[0x00464028]]: *** New PPU Thread [nprank_bg] (): id = 66
[E : PPU[66] Thread (nprank_bg)[0x00462010]]: TODO: cellSyncQueuePop
[E : PPU[66] Thread (nprank_bg)[0x0008b070]]: Read32 from null block: [00000000]
[E : PPU[66] Thread (nprank_bg)[0x0008b07c]]: Read32 from null block: [00000004]
[E : PPU[66] Thread (nprank_bg)[0x0008b080]]: PPU[66] Thread (nprank_bg) branch error: bad address 0x0 #pc: 0x8b080
[W : PPU[1] Thread (CPUThread)[0x000ba01c]]: sys_mutex warning: *** mutex created [] (protocol=0x2, recursive=false): id = 67
[E : PPU[1] Thread (CPUThread)[0x0039e07c]]: TODO: cellSysutilDisableBgmPlayback

Huh, that's interesting. Did it happen in older revisions?
LittleGrejmer
Unregistered


 
04-22-2014, 08:37 AM -
#17
With new Nekotekina build comes double amount of FPS, and dialog windows that say the game needs 727kb more.
ssshadow
Administrator
*******


4
2,494 posts 63 threads Joined: Aug 2017
04-22-2014, 08:49 AM -
#18
(04-22-2014, 08:37 AM)LittleGrejmer Wrote: With new Nekotekina build comes double amount of FPS, and dialog windows that say the game needs 727kb more.

Interesting, is it like Disgaea 4 and D2 where the game pauses at a save game load function as the last line in the log when the message appears?
LittleGrejmer
Unregistered


 
04-22-2014, 03:22 PM -
#19
Log updated at github
ssshadow
Administrator
*******


4
2,494 posts 63 threads Joined: Aug 2017
04-22-2014, 03:30 PM -
#20
(04-22-2014, 03:22 PM)LittleGrejmer Wrote: Log updated at github

Ok, seems like it is. Doesn't matter though, game runs anyway.


Forum Jump:


Users browsing this thread: 3 Guest(s)