Xenia: Xenia cannot run more than one game across a single instance

Created on 3 Dec 2016  路  11Comments  路  Source: xenia-project/xenia

games crashing almost immediatly returns with error originating from line 856 in memeory.cc on 8gb ram 840m and intel core i5 4210u the last version of xenia i know works was built around the 25 of november before this issue started occuring

duplicate

Most helpful comment

pls consider collecting more info instead of spam posting so much!

All 11 comments

i did some debugging trying to fix the issue but was unable to

xenia works fine when using --gpu=null

Can you find the commit at which things stopped working? And also try --gpu=gl4 and --gpu=vulkan

This probably never worked.
Would be something worth looking into, as this would deal with shutdown and initialization of Xenia.

At the moment I suspect we're not completely cleaning up Xenia after we leave a game, and it will just crash when loading a new game.

ive done both gpu gl4 and gpu vulkan gl4 starts the game for about 2 seconds and then crashes

it has somthing to do with memory allocation?

just got a friend to test xenia on a different computer same issues 930m i5 5200u 8gb ram

the error was in memory.cc line 856 and is
if (start_page_number == UINT_MAX || end_page_number == UINT_MAX) {
// Out of memory.
XELOGE("BaseHeap::Alloc failed to find contiguous range");
assert_always("Heap exhausted!");
return false;
}

xenia has sufficient memory to run.

pls consider collecting more info instead of spam posting so much!

Duplicate of #665

Was this page helpful?
0 / 5 - 0 ratings

Related issues

emoose picture emoose  路  3Comments

drillsar picture drillsar  路  4Comments

TranzRail picture TranzRail  路  3Comments

SakataGintokiYT picture SakataGintokiYT  路  3Comments

CGWatkins picture CGWatkins  路  4Comments