Neuz Crashing.

Results 1 to 3 of 3
  1. #1
    Apprentice Travis Whitney is offline
    MemberRank
    Jun 2015 Join Date
    AustraliaLocation
    7Posts

    Neuz Crashing.

    Hi

    i have added 1920x1080 support to my neuz following a guide, and now i am crashing when i try to log my character in, this is the error log. I'm using GoH files.

    Spoiler:
    2016/11/16 17:29:43 Gates-of-Heaven v1.0.2 Nov 16 2016 rCnt=1

    Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 0023:004D7BCE, CWndNeuz::InitDialog()+0110 byte(s), c:\users\travis\desktop\goh-source\source\source\_interface\wndneuz.cpp, line 0667+0006 byte(s)


    - Registers


    EAX=00000000 EBX=00346000 ECX=00000000 EDX=00000001 ESI=00000000
    EDI=764DCD90 EBP=0019B744 ESP=0019B6F4 EIP=004D7BCE FLG=00210206
    CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B


    0023:004D7BCE Neuz.exe, CWndNeuz::InitDialog()+0110 byte(s)
    0023:00607F59 Neuz.exe, CWndTaskBar::Initialize()+0777 byte(s)
    0023:004C15FB Neuz.exe, CWndMgr::OpenTaskBar()+0155 byte(s)
    0023:004C0C50 Neuz.exe, CWndMgr::OpenField()+0400 byte(s)
    0023:00411981 Neuz.exe, CDPClient::OnAddObj()+1873 byte(s)
    0023:0040EC94 Neuz.exe, CDPClient::OnSnapshot()+2500 byte(s)
    0023:00410C87 Neuz.exe, CDPClient::OnJoin()+0119 byte(s)
    0023:0040E210 Neuz.exe, CDPClient::UserMessageHandler()+0176 byte(s)
    0023:007C93DB Neuz.exe, CDPMng::ReceiveMessage()+0219 byte(s)
    0023:0047012A Neuz.exe, CNeuzApp::FrameMove()+0106 byte(s)
    0023:00491100 Neuz.exe, CD3DApplication::Render3DEnvironment()+0384 byte(s)
    0023:00490F45 Neuz.exe, CD3DApplication::Run()+0245 byte(s)
    0023:0047702C Neuz.exe, WinMain()+0332 byte(s)
    0023:009209AC Neuz.exe, WinMainCRTStartup()+0388 byte(s)
    0023:764D62C4 KERNEL32.DLL, BaseThreadInitThunk()+0036 byte(s)
    0023:77920719 ntdll.dll, RtlSubscribeWnfStateChangeNotification()+1081 byte(s)

    0023:779206E4 ntdll.dll, RtlSubscribeWnfStateChangeNotification()+1028 byte(s)


    I'm still starting out so might need a bit of explaining if you know how to resolve this issue thank you in advance! :)


  2. #2
    Cory James Cuvvvie is offline
    MemberRank
    Nov 2009 Join Date
    707Posts

    Re: Neuz Crashing.

    you'll have to look at the function CWndNeuz::InitDialog() located at "c:\users\travis\desktop\goh-source\source\source\_interface\wndneuz.cpp" on line 667, it says this in the error message.

    if you followed a guide you must have gotten a step wrong or did it incorrectly, you'll have to post the guide as well as all the edits you've made if you want it to be looked at

  3. #3
    Apprentice Travis Whitney is offline
    MemberRank
    Jun 2015 Join Date
    AustraliaLocation
    7Posts

    Re: Neuz Crashing.

    Quote Originally Posted by Cuvvvie View Post
    you'll have to look at the function CWndNeuz::InitDialog() located at "c:\users\travis\desktop\goh-source\source\source\_interface\wndneuz.cpp" on line 667, it says this in the error message.

    if you followed a guide you must have gotten a step wrong or did it incorrectly, you'll have to post the guide as well as all the edits you've made if you want it to be looked at
    Thank mate, got it all sorted out. I hadn't declared it in resdata.h, All sorted now :)



Advertisement