I've been working on getting the Halo "dedicated" server to run
with wine.
Found here: http://halo.bungie.net/images/site/halo/halo_ds_1_02.exe
I've been getting this error when running haloded.exe under wine.
warn:module:BUILTIN32_LoadLibraryExA cannot open .so lib for builtin
riched20.dll: /usr/lib/wine/wine/riched20.dll.so: cannot open shared ob
ject file: No such file or directory
Here is a relavent portion of my ~/.wine/config file.
[AppDefaults\\haloded.exe\\DllOverrides]
"*" = "builtin, native, so"
"riched20" = "native"
I have riched20 overrided and set as a native DLL. But, it's still
looking for the DLL as though it were a shared object. I've even tried
the command line override of "wine haloded.exe --dll richded20=n", and
I
still get the error.
Anyone have any ideas? I'm stumpted.