Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xenia cannot run more than one game across a single instance #641

Closed
OfficerObese opened this issue Dec 3, 2016 · 11 comments
Closed

Xenia cannot run more than one game across a single instance #641

OfficerObese opened this issue Dec 3, 2016 · 11 comments

Comments

@OfficerObese
Copy link

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

@OfficerObese
Copy link
Author

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

@OfficerObese
Copy link
Author

xenia works fine when using --gpu=null

@OfficerObese OfficerObese changed the title Xenia crashing after loading games Xenia crashing after loading any game that was previously working Dec 3, 2016
@maxton
Copy link
Contributor

maxton commented Dec 3, 2016

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

@DrChat DrChat changed the title Xenia crashing after loading any game that was previously working Xenia cannot run more than one game across a single instance Dec 4, 2016
@DrChat
Copy link
Member

DrChat commented Dec 4, 2016

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.

@OfficerObese
Copy link
Author

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

@OfficerObese
Copy link
Author

it has somthing to do with memory allocation?

@OfficerObese
Copy link
Author

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

@OfficerObese
Copy link
Author

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;
}

@OfficerObese
Copy link
Author

xenia has sufficient memory to run.

@MrSapps
Copy link

MrSapps commented Dec 4, 2016

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

@Margen67 Margen67 added the bug label Jul 13, 2019
@Margen67
Copy link
Member

Duplicate of #665

@Margen67 Margen67 added duplicate and removed bug labels Jul 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants