Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Getting Access Violation Error When Running Mir2.exe

Newbie Spellweaver
Joined
Dec 12, 2004
Messages
97
Reaction score
0
new error new thread.

Server is running (according to the M2server.exe, however, i get the following error(s) when i use mir2.exe;

"Access Violation at address 004FB060 in module 'mir2.exe'.Read of address 000005A4."



The mir2.ini contains;

[Setup]
FontName=Arial
ForceAddr=1
ServerAddr=127.0.0.1
ServerPort=7000
SelectServerAddr=127.0.0.1
SelectServerPort=7100
GameServerAddr=127.0.0.1
GameServerPort=7200
FullScreen=1
Param1=
Param2=
Param3=
Param4=
Param5=
[Positions]
Left=0
Top=0
[Option]
SkillSetting=0
Sound=1
ShowAllItem=1
EffectSetting=1
ShowSkillBar=0

and servers.ini;

[Server1]
ServerName=ktest
ServerAddr=127.0.0.1
ServerPort=7000
SelectServerAddr=127.0.0.1
SelectServerPort=7100
GameServerAddr=127.0.0.1
GameServerPort=7200

if anyone can help, thanks.
 
Last edited:
Elite Diviner
Joined
Sep 30, 2005
Messages
463
Reaction score
1
i think this may be related to sound drivers? try and get the latest ones for your pc/card

you could perhaps try it with sound = 0

see if that helps,,
 
Back
Top