[Help] GS crash after drop box of kundun + 1

delta1337

New Member
Joined
Aug 25, 2019
Messages
24
Reaction score
5
Hello

Can anybody help me with my GS crashing efter dropping a box of kundun + 1
I'm using DarksTeam 97d + 99i server files

Attached my eventitembag8 (box+1)
Can't find the issue and since GS is crashing it doesn't show any log in the logfiles...
 

Attachments

  • eventitembag8.txt
    939 bytes · Views: 10
try remove all the lines and insert them again one by one and you will find the problem :)
the gs will noT show you log when crash by a wrorng eventitembag ...
 
  • Like
Reactions: eGradev
try remove all the lines and insert them again one by one and you will find the problem :)
the gs will noT show you log when crash by a wrorng eventitembag ...
Nope there is something total wrong with the way eventitembags is loaded to GameServer. So I decided to add items instead of removing them from the itembag.
Another problem is they will NEVER drop + opt + luck + skill. It will only drop 2 options at a time and doesn't listen to itembags.

I think this has something to do with how GS is operating eventitembags.
 
Are you using the original commonserver.cfg file?
 
No it has nothing to do with visuals. If i'm using the original eventitembags they work, but to me they a totally twisted with settings I don't get why they works.

Ex
// www.DarksTeam.NET
// type, index, level, skill, luck, option
12 15 9 0 0 0 <- this would be Jewel of Chaos + 9 (which is invalid)
14 14 9 0 0 0 <- this would be Soul + 9 (which is invalid)
14 13 9 0 0 0 <- this would be Bless + 9 (which is invalid)
So when i remove these 3 lines it just crashes my GS...
 
Please provide the crash log. Event Viewer -> Windows Logs -> Application.
 
Lognavn: Application
Kilde: Application Error
Dato: 06-01-2022 19:42:15
Hændelses-id: 1000
Opgavekategori: (100)
Niveau: Fejl
Nøgleord: Klassisk
Bruger: I/T
Computer: DESKTOP-42G1V95
Beskrivelse:
Navn på program med fejl: gameserver.exe, version: 0.0.0.0, tidsstempel: 0x40021a83
Navn på modul med fejl: gameserver.exe, version: 0.0.0.0, tidsstempel: 0x40021a83
Undtagelseskode: 0xc0000094
Forskydning med fejl 0x00036abd
Proces-id 0x2530
Programmets starttidspunkt 0x01d8032d051210c5
Programsti: c:\muserver\gameserver\gameserver.exe
Modulsti: c:\muserver\gameserver\gameserver.exe
Rapport-id: 9c291bbd-c1a7-47aa-805b-4aa201ce74e0
Fuldt navn på program med fejl:
Relativt program-id for program med fejl:
Hændelses-Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>100</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2022-01-06T18:42:15.7737393Z" />
<EventRecordID>15318</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>DESKTOP-42G1V95</Computer>
<Security />
</System>
<EventData>
<Data>gameserver.exe</Data>
<Data>0.0.0.0</Data>
<Data>40021a83</Data>
<Data>gameserver.exe</Data>
<Data>0.0.0.0</Data>
<Data>40021a83</Data>
<Data>c0000094</Data>
<Data>00036abd</Data>
<Data>2530</Data>
<Data>01d8032d051210c5</Data>
<Data>c:\muserver\gameserver\gameserver.exe</Data>
<Data>c:\muserver\gameserver\gameserver.exe</Data>
<Data>9c291bbd-c1a7-47aa-805b-4aa201ce74e0</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event>
It's in danish, this error occurs when dropping changed box of kundun.
 
Do you see any anomalies - or anything leading to a conclusion?
Make sure to add both - excellent and at least one non-excellent item - 5th column set to 0 (non-exc) / 1 (exc).
Currently all your items are non-excellent, which leads to a crash.
 
Thank you very much, I will try it.
So what should the subtitle for the file be since this is not correct:
In 97d the proper format is: group, index, level, not used, exc, not used.