Jump to content
  • 0

Error while entering world!!!


aresionut

Question

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!
 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

reading the error was faster than posting the issue

Dialog not found: mods/pvpcharacterintro/classChange.htm;

make it so it can be found

Link to comment
Share on other sites

  • 0
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?

Link to comment
Share on other sites

  • 0
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>

 

 

Link to comment
Share on other sites

  • 0
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.

Link to comment
Share on other sites

  • 0

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.

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.
Note: Your post will require moderator approval before it will be visible.

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...