ataulien / GD3D11

D3D11-Renderer for Gothic and Gothic 2
GNU General Public License v3.0
174 stars 75 forks source link

Game crashes on save #61

Open vasyl91 opened 5 years ago

vasyl91 commented 5 years ago

Game throws Access Violation when I try to save game. Sometimes even while loading. It makes mod unplayable :(

EDIT: Does anyone even keep on this project?

imirceah commented 5 years ago

It's running out of memory space - google "4gb patch". There's nothing that can be fixed in gd3d11, unless it's leaks that cause the problem. Technical explanation: a 32-bit app normally can have up to 2GB of address space (how much RAM you have does not matter). The 4GB Patch modifies the gothic exe so it can have up to 3.5GB instead. Note, the checksum will change, so gd3d11 will complain on start - but will work just fine.