aresionut Posted November 30, 2018 Posted November 30, 2018 Hello, I have this issue when entering world, just created server and idk how to fix this. Could someone help me? General protection fault! History: NCHtmlFrame::GetMaxHeight <- NCHtmlViewer::GetFrameHeight <- UHtmlHandle::execGetFrameMaxHeight <- UObject::ProcessEvent <- (TutorialViewerWnd Transient.TutorialViewerWnd, Function Interface.TutorialViewerWnd.OnEvent) <- XMLUIManager::ExecuteUIEvent <- ID:2430, param:HtmlString=�Dialog not found: mods/pvpcharacterintro/classChange.htm; Lang: ENGLISH� <- NConsoleWnd::ReceiveTutorialShowHtml <- UNetworkHandler::Tick <- Function Name=TutorialShowHtm <- UGameEngine::Tick <- UpdateWorld <- MainLoop Thanks in advance!
0 Nightw0lf Posted December 2, 2018 Posted December 2, 2018 reading the error was faster than posting the issue Dialog not found: mods/pvpcharacterintro/classChange.htm; make it so it can be found
0 aresionut Posted December 3, 2018 Author Posted December 3, 2018 7 hours ago, Nightw0lf said: make it so it can be found I would love to do that, that thats the problem with classChange.htm file but how to do that? I am not good with html editing or anything related to develop this, can i have a fix for the issue please, is there any way to stop somehow game to not check for this feature?
0 Psyancy Posted December 3, 2018 Posted December 3, 2018 4 hours ago, aresionut said: I would love to do that, that thats the problem with classChange.htm file but how to do that? I am not good with html editing or anything related to develop this, can i have a fix for the issue please, is there any way to stop somehow game to not check for this feature? I guess the file doesn't exist in the directory it should, maybe it's somewhere else or you don't have it at all. If it's the retail classChange you can take the content from the retail class manager from your server. If you have acis it should be "gameserver/data/html/classmaster/50006.htm" you need to make a new file in directory "gameserver/data/html/mods/ pvpcharacterintro/" with name classChange.htm and paste the content from the retail class manager. Spoiler <html><body>Class Manager:<br> How may I assist you?<br> <center> <a action="bypass -h npc_%objectId%_1stClass">Complete the first class transfer</a><br> <a action="bypass -h npc_%objectId%_2ndClass">Complete the second class transfer</a><br> <a action="bypass -h npc_%objectId%_3rdClass">Complete the third class transfer</a><br> <a action="bypass -h npc_%objectId%_4thClass">Complete the third class transfer</a><br> <img src="L2UI_CH3.herotower_deco" align="center" width="256" height="32"><br> <a action="bypass -h npc_%objectId%_become_noble">Become noble</a><br> <a action="bypass -h npc_%objectId%_learn_skills">Learn all skills</a> </center> </body></html>
0 Nightw0lf Posted December 3, 2018 Posted December 3, 2018 12 hours ago, aresionut said: I would love to do that, that thats the problem with classChange.htm file but how to do that? I am not good with html editing or anything related to develop this, can i have a fix for the issue please, is there any way to stop somehow game to not check for this feature? My bad I thought it was obvious, in that case as designatix said, you have to create the file cause the code can't find it and you get the error, or disable the feature that makes auto class in configs (maybe its name is remote class change) if you can't create the htm file.
0 Tryskell Posted December 3, 2018 Posted December 3, 2018 Delete the custom which break your stuff. It is probably a sort of idiot stuff like, using tutorial window to get next class occupation. Not sure what you have broken to get a critical issue, though. Normally a missing file doesn't generate such behavior. You either modified client, or deleted important check which send default HTM if none file are found.
Question
aresionut
Hello,
I have this issue when entering world, just created server and idk how to fix this. Could someone help me?
General protection fault! History: NCHtmlFrame::GetMaxHeight <- NCHtmlViewer::GetFrameHeight <- UHtmlHandle::execGetFrameMaxHeight <- UObject::ProcessEvent <- (TutorialViewerWnd Transient.TutorialViewerWnd, Function Interface.TutorialViewerWnd.OnEvent) <- XMLUIManager::ExecuteUIEvent <- ID:2430, param:HtmlString=�Dialog not found: mods/pvpcharacterintro/classChange.htm; Lang: ENGLISH� <- NConsoleWnd::ReceiveTutorialShowHtml <- UNetworkHandler::Tick <- Function Name=TutorialShowHtm <- UGameEngine::Tick <- UpdateWorld <- MainLoopThanks in advance!
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now