-
Notifications
You must be signed in to change notification settings - Fork 61
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
Compilation error MSVC 2003 (for PC and Xbox OG) #32
Comments
@twinaphex Just pushed, let me know if that works now... |
Now I get this error - mrboom.c(119307) : warning C4295: 'heap57' : array is too small to include a ter minating null character |
funny to get an heap error with the heap variable. Could C4295 be caused by C1060 ? |
@twinaphex I tried to fix the problem by loading the data from the files like in the SDL2 version. |
Fixed the 16.WAV and 17.WAV problem... |
I created a working build with 2003.
Music and gameplay okay. I do have one problem though: when going to Retroarch menu while in-game, it freezes. Debugger suggests XAudio is stuck waiting for something but I'm not sure. Could be this line is mistake. |
Hi @SimpleTease , did you send a PR for this to either the libretro repo or Javanaise? |
Not yet ready because I'm making extra changes like adjusting formatting and modifying compiler flags. I found a fix for the 2003 crashing but 2005 has some unique libretro-common/net compiler problems. So I want to make sure it's fully ready before sending off the PR. I'll probably add it up here to Javanaise when I feel it's convenient. |
so can this one be closed? |
Tried msvc buildbot and it works. So ticket can be closed. |
If we can fix this, we could make this game work on the original Xbox.
Log here -
https://hastebin.com/vuwomegula.pas
The text was updated successfully, but these errors were encountered: