eezstreet / OpenD2

A project to open source Diablo 2.
GNU General Public License v3.0
572 stars 77 forks source link

Read access violation error when initializing SDL rendering system #5

Closed w1lford closed 6 years ago

w1lford commented 6 years ago

The exception is thrown at line 1007 in Renderer_SDL.cpp, in the build pallets for loop, saying pal was nullptr. Any idea what might be causing this issue? The only slightly unusual thing I've done to the code is run it with the -w argument.

eezstreet commented 6 years ago

It means it can't find the assets. You need to launch it with +basepath="Your path to Diablo II folder here" and run it.