Jump to content
  • 0

Attendance system client crash


Newbiedev-chan

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  33
  • Reputation:   2
  • Joined:  01/19/16
  • Last Seen:  

can anyone tell me what makes my client crash. im using 20180919a-ragExe client

trunk/db/import/attendance.yml

Spoiler

# Generated with Secret's Attendance Generator version 1.1.0
Header:
  Type: ATTENDANCE_DB
  Version: 1
  
Body:
  - Start: 20200525
    End: 20200614
    Rewards:
      - Day: 1
        ItemId: 512
        Amount: 1
      - Day: 2
        ItemId: 512
        Amount: 1
      - Day: 3
        ItemId: 512
        Amount: 1
      - Day: 4
        ItemId: 512
        Amount: 1
      - Day: 5
        ItemId: 512
        Amount: 1
      - Day: 6
        ItemId: 512
        Amount: 1
      - Day: 7
        ItemId: 512
        Amount: 1
      - Day: 8
        ItemId: 512
        Amount: 1
      - Day: 9
        ItemId: 512
        Amount: 1
      - Day: 10
        ItemId: 512
        Amount: 1
      - Day: 11
        ItemId: 512
        Amount: 1
      - Day: 12
        ItemId: 512
        Amount: 1
      - Day: 13
        ItemId: 512
        Amount: 1
      - Day: 14
        ItemId: 512
        Amount: 1
      - Day: 15
        ItemId: 512
        Amount: 1
      - Day: 16
        ItemId: 512
        Amount: 1
      - Day: 17
        ItemId: 512
        Amount: 1
      - Day: 18
        ItemId: 512
        Amount: 1
      - Day: 19
        ItemId: 512
        Amount: 1
      - Day: 20
        ItemId: 512
        Amount: 1

system/CheckAttendance.lub
 

Spoiler

 

-- Generated with Secret's Attendance Generator version 1.1.0
Config = { StartDate = 20200525, EndDate = 20200614 }
Reward = {
    { 1, 512, 1 },
    { 2, 512, 1 },
    { 3, 512, 1 },
    { 4, 512, 1 },
    { 5, 512, 1 },
    { 6, 512, 1 },
    { 7, 512, 1 },
    { 8, 512, 1 },
    { 9, 512, 1 },
    { 10, 512, 1 },
    { 11, 512, 1 },
    { 12, 512, 1 },
    { 13, 512, 1 },
    { 14, 512, 1 },
    { 15,512, 1 },
    { 16, 512, 1 },
    { 17, 512, 1 },
    { 18, 512, 1 },
    { 19, 512, 1 },
    { 20, 512, 1 }
}

function main()
    result, msg = InsertCheckAttendanceConfig(Config.EvendOnOff, Config.StartDate, Config.EndDate)
    if not result then
        return false, msg
    end
    for k, rewardtbl in pairs(Reward) do
        result, msg = InsertCheckAttendanceReward(rewardtbl[1], rewardtbl[2], rewardtbl[3])
        if not result then
            return false, msg
        end
    end
    return true, "success"
end

 


Client Crash ragExe-20180919a

Problem signature:
  Problem Event Name:    APPCRASH
  Application Name:   RO.exe
  Application Version:    0.0.0.0
  Application Timestamp:    00000000
  Fault Module Name:    MSVCR110.dll
  Fault Module Version:    11.0.51106.1
  Fault Module Timestamp:    5098858e
  Exception Code:    c0000005
  Exception Offset:    0001838c
  OS Version:    6.1.7601.2.1.0.256.1
  Locale ID:    1033
  Additional Information 1:    a4ee
  Additional Information 2:    a4ee66e1ae4a6fd502f3f1d494709a9b
  Additional Information 3:    ff81
  Additional Information 4:    ff81c3146961c7728b5002a92cfa99ba
 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.01
  • Content Count:  21
  • Reputation:   0
  • Joined:  12/21/17
  • Last Seen:  

someone to help? i have this problem too

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  137
  • Reputation:   3
  • Joined:  06/17/12
  • Last Seen:  

Any solution on this problem?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...