Database Wen compiling

Results 1 to 7 of 7
  1. #1
    Member keerthan is offline
    MemberRank
    Nov 2011 Join Date
    89Posts

    angry Database Wen compiling

    Hi Guyss

    I compiled my source and after i went to output folder and put ever exe eg account server / cache/database and others after i put them in my server files i tried running them but then i got a error wen i tried running Database Server

    this is the error
    Code:
    s\Pavi_2\Desktop\v18 flyff\v18 files (resource)\Program\DatabaseServer.exe caused ACCESS_VIOLATION (0xc0000005) 
    in module C:\Users\Pavi_2\Desktop\v18 flyff\v18 files (resource)\Program\DatabaseServer.exe at 0023:00444a18.
    
    Error occurred at 2012/12/10 20:57:28.
    C:\Users\Pavi_2\Desktop\v18 flyff\v18 files (resource)\Program\DatabaseServer.exe, run by Pavi_2.
    Operation system : Unknown Windows version (6.1.7601).
    2 processor(s), type 586.
    55% memory in use.
    3840 MBytes physical memory.
    1724 MBytes physical memory free.
    0 MBytes paging file.
    0 MBytes paging file free.
    2048 MBytes user address space.
    1804 MBytes user address space free.
    Write to location 005e80e8 caused an access violation.
    there is more code but its too long so i only posted this if u want more please reply there

    den i tried to see if any other dnt work so i started a database server which is not the one i compiled and i run other program and all works but tthen world server which i compiled didnt work and the error code for this is :
    Code:
    C:\Users\Pavi_2\Desktop\v18 flyff\v18 files (resource)\Program\WorldServer.exe caused ACCESS_VIOLATION (0xc0000005) 
    in module C:\Users\Pavi_2\Desktop\v18 flyff\v18 files (resource)\Program\WorldServer.exe at 0023:004d4852.
    
    Error occurred at 2012/12/10 21:03:04.
    C:\Users\Pavi_2\Desktop\v18 flyff\v18 files (resource)\Program\WorldServer.exe, run by Pavi_2.
    Operation system : Unknown Windows version (6.1.7601).
    2 processor(s), type 586.
    59% memory in use.
    3840 MBytes physical memory.
    1571 MBytes physical memory free.
    0 MBytes paging file.
    0 MBytes paging file free.
    2048 MBytes user address space.
    1827 MBytes user address space free.
    Write to location 080e0fb0 caused an access violation.
    
    Context:
    EDI:    0x080e0fb0  ESI: 0x0018d9a0  EAX:   0x08a3e740
    EBX:    0x006113fc  ECX: 0x000000a2  EDX:   0x00000000
    EIP:    0x004d4852  EBP: 0xffffffff  SegCs: 0x00000023
    EFlags: 0x00010202  ESP: 0x0018d924  SegSs: 0x0000002b
    there is still more if u want ^^

    if u guys know how to fix this please reply here thanks ! :D

    edit : also it creates a crash dump file (.dmp)
    Last edited by keerthan; 12-12-12 at 06:16 PM.


  2. #2
    • ♠️​ ♦️ ♣️ ​♥️ • שเ๒єtгเ๒є is offline
    Grand MasterRank
    Mar 2012 Join Date
    917Posts

    Re: Database Wen compiling

    so what does "access violation" mean, hm? ;)

  3. #3
    Member keerthan is offline
    MemberRank
    Nov 2011 Join Date
    89Posts

    Re: Database Wen compiling

    Quote Originally Posted by VibeTribe View Post
    so what does "access violation" mean, hm? ;)
    idk xD ^^ well i dnt hav any anit virus software so it wouldnt block it :/

  4. #4
    Member keerthan is offline
    MemberRank
    Nov 2011 Join Date
    89Posts

    Re: Database Wen compiling

    Updated : i updated the code

    can some one pleasse help please if ur freee :D thanks

  5. #5
    Member keerthan is offline
    MemberRank
    Nov 2011 Join Date
    89Posts

    Re: Database Wen compiling

    Bump ^^

  6. #6
    • ♠️​ ♦️ ♣️ ​♥️ • שเ๒єtгเ๒є is offline
    Grand MasterRank
    Mar 2012 Join Date
    917Posts

    Re: Database Wen compiling

    Quote Originally Posted by keerthan View Post
    idk xD ^^ well i dnt hav any anit virus software so it wouldnt block it :/
    it has nothing to do with your anti virus.

    in the first step access violation sounds like your database user has no rights to write data in the DB, im unsure about that tho.

    like GOOGLE said: such errors seems to happen if u access a private method or property in any extern class. it can even cause by access non existing members of any class or setting pointers that arent found.

    im not similar to cpp, but i bet u didnt even look in the DatabaseServer / WorldServer source.


    so, i cannot help u rly much, but my question was regarding to give u the clue to think about it and may even google for it lol.

  7. #7
    Member keerthan is offline
    MemberRank
    Nov 2011 Join Date
    89Posts

    Re: Database Wen compiling

    thanks ill giv it a try :)



Advertisement