Fault Module Name: lua51.dll

Post Reply
whitevamp
Posts: 52
Joined: Sun Dec 09, 2012 12:19 pm

Fault Module Name: lua51.dll

Post by whitevamp » Mon Feb 26, 2018 4:52 pm

"5c74f68 snapshot."
https://github.com/DarkstarProject/dark ... 8cdcb0c12a

I downloaded the release file installer, and installed it, but when i go and run DSGame-server.exe I get this

Code: Select all

Problem signature:
  Problem Event Name:	APPCRASH
  Application Name:	DSGame-server.exe
  Application Version:	0.0.0.0
  Application Timestamp:	5a6d5074
  Fault Module Name:	lua51.dll
  Fault Module Version:	0.0.0.0
  Fault Module Timestamp:	55ad9e7f
  Exception Code:	c0000005
  Exception Offset:	0003dd07
  OS Version:	6.1.7601.2.1.0.256.1
  Locale ID:	1033
  Additional Information 1:	9d64
  Additional Information 2:	9d64fb67f030c23db7b4c9d878998f33
  Additional Information 3:	fefe
  Additional Information 4:	fefead91849ca83882fe7743b3db121a

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

this is running on win7pro X64
search and connect both start and run fine.
so what could be causing this?
PS: I have no issue running on win10.

EDIT: log file has this in it.

Code: Select all

[1;37m[Info][0m DarkStar - Git Revision Hash: [1;37mUnknown[0m.
[1;32m[Status][0m do_init: begin server initialization...
[26/Feb] [13:44:11][1;32m[Status][0m [1;37mluautils::free[0m:lua free...[26/Feb] [13:44:11][1;32m[Status][0m [1;37mluautils::free[0m:lua free...

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: Fault Module Name: lua51.dll

Post by whasf » Mon Feb 26, 2018 8:27 pm

Hmm... I'm guessing a C++ runtime version issue since you can run it on win10 fine (which is what I compiled it on). Let me try it on win7 and see
-- Whasf

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: Fault Module Name: lua51.dll

Post by whasf » Mon Feb 26, 2018 9:10 pm

Can you install these:
https://download.microsoft.com/download ... st.x86.exe
https://download.microsoft.com/download ... st.x64.exe

and then try again? Please let me know if it works or not so I can include them in the installer.
-- Whasf

whitevamp
Posts: 52
Joined: Sun Dec 09, 2012 12:19 pm

Re: Fault Module Name: lua51.dll

Post by whitevamp » Mon Feb 26, 2018 9:35 pm

whasf wrote:Can you install these:
https://download.microsoft.com/download ... st.x86.exe
https://download.microsoft.com/download ... st.x64.exe

and then try again? Please let me know if it works or not so I can include them in the installer.
nop no joy, as I already have both of those installed.

EDIT:
just an FYI i have these VCRedis's installed already.
2008 9.0.30729.17, and 9.0.30729.4148
2010
2012
2013
2017
in both x86 and x64

whitevamp
Posts: 52
Joined: Sun Dec 09, 2012 12:19 pm

Re: Fault Module Name: lua51.dll

Post by whitevamp » Thu Mar 01, 2018 5:14 am

ok i managed to get it up and running, i just built from SRC, and all is ok.
thx for the help on this.

EDIT:
was just testing a couple different things out and i got the original install to actually start up and run like it should.
server_message.conf was empty and so I added in my server name and all is fine with it now.

Post Reply