ashene64 / open-sauce

Automatically exported from code.google.com/p/open-sauce
0 stars 0 forks source link

OS_haloceded exceptions in the CRT DLL #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run OS_haloceded
2. ???
3. Deficit!

What is the expected output? What do you see instead?
No exceptions. An Exception, fault dll is the MSVC CRT DLL

Original issue reported on code.google.com by kornma...@gmail.com on 20 Jan 2012 at 10:23

GoogleCodeExporter commented 9 years ago
Problem lies within CacheFiles.YeloFiles.inl\CacheFileReadHeaderHack()

Client code uses 'eax' for relative_map_name, while dedi uses 'ecx'.

Fix was submitted in 
[http://code.google.com/p/open-sauce/source/detail?r=b3569139214880fb0d4d120da1d
7d8688152fcac revision 264].

Original comment by kornma...@gmail.com on 20 Jan 2012 at 10:27