Jump to content
  • 0

Having issues with Setup.exe and 2012-04-10 client


dsvcs

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  01/15/13
  • Last Seen:  

I've been reading other topics and found this one here http://rathena.org/b...lution-problem/ that looks similar to my current problem, i have tried different setup program including the latest opensetup, the problem is after saving settings using any of those setup programs and launch the game client, a error message pop ups saying:

SaveData\OptionInfo

[string "buf"]:1: attempt to index global 'CmdOnOffList' (a nil value)

Which if i delete the Save\Data\OptionInfo file, the client launches without giving that error but running as window mode 640x480 size

The content on the saved OptionInfo file is:

CmdOnOffList["/notrade"] = 0

CmdOnOffList["/noshift"] = 0

CmdOnOffList["/noctrl"] = 0

CmdOnOffList["/skillfail"] = 1

CmdOnOffList["/notalkmsg"] = 0

CmdOnOffList["/notalkmsg2"] = 0

CmdOnOffList["/showname"] = 1

CmdOnOffList["/fog"] = 0

CmdOnOffList["/aura"] = 1

CmdOnOffList["/window"] = 0

CmdOnOffList["/miss"] = 1

CmdOnOffList["/q1"] = 0

CmdOnOffList["/q2"] = 0

CmdOnOffList["/effect"] = 1

CmdOnOffList["/bgm"] = 1

CmdOnOffList["/sound"] = 1

CmdOnOffList["/loginout"] = 1

CmdOnOffList["/shopping"] = 0

CmdOnOffList["/stateinfo"] = 1

CmdOnOffList["/snap"] = 0

CmdOnOffList["/itemsnap"] = 0

CmdOnOffList["/skillsnap"] = 1

CmdOnOffList["/hoai"] = 0

CmdOnOffList["/merai"] = 0

CmdOnOffList["/camera"] = 0

CmdOnOffList["/lightmap"] = 1

CmdOnOffList["/monsterhp"] = 1

OptionInfoList["Trilinear"] = 0

OptionInfoList["Bgm_Volume"] = 100

OptionInfoList["Effect_Volume"] = 100

OptionInfoList["AutoOpen1to1Window"] = 1

OptionInfoList["AutoOpen1to1Window_Friend"] = 1

OptionInfoList["PlaySound_Open1to1Window"] = 1

OptionInfoList["Outdoor_ViewLatitude"] = -45.000000

OptionInfoList["Outdoor_ViewDistance"] = 300.000000

OptionInfoList["Indoor_ViewLatitude"] = -45.000000

OptionInfoList["Indoor_ViewDistance"] = 300.000000

OptionInfoList["SkinName"] = "<Basic Skin>"

OptionInfoList["ChannelCopID"] = 0

OptionInfoList["Window_XPos"] = 363

OptionInfoList["Window_YPos"] = 144

OptionInfoList["Simplicity_SkillList"] = 0

OptionInfoList["Show_SkillDescript"] = 0

OptionInfoList["ChangeChatMode"] = 1

OptionInfoList["LockMouse"] = 0

OptionInfoList["ShowBattleFieldIcon"] = 1

OptionInfoList["MouseExclusive"] = 1

OptionInfoList["ISFULLSCREENMODE"] = 0

OptionInfoList["WIDTH"] = 640

OptionInfoList["HEIGHT"] = 480

OptionInfoList["BITPERPIXEL"] = 16

OptionInfoList["DEVICECNT"] = 0

OptionInfoList["MODECNT"] = 0

OptionInfoList["SPRITEMODE"] = 2

OptionInfoList["TEXTUREMODE"] = 2

OptionInfoList["bLockItemDropFromItemWnd"] = 0

If i try to use a modified version of OptionList like this one below (manually pasted to the file) the client will run correctly without giving any new error, but I need the setup to work or at least the client without need of manual modifications.

CmdOnOffList = {

["/battlemode"] = 0,

["/notrade"] = 0,

["/noshift"] = 0,

["/noctrl"] = 1,

["/skillfail"] = 1,

["/notalkmsg"] = 0,

["/notalkmsg2"] = 0,

["/showname"] = 1,

["/fog"] = 1,

["/aura"] = 1,

["/window"] = 0,

["/miss"] = 1,

["/q1"] = 0,

["/q2"] = 0,

["/effect"] = 1,

["/bgm"] = 1,

["/sound"] = 1,

["/loginout"] = 1,

["/shopping"] = 1,

["/stateinfo"] = 1,

["/snap"] = 0,

["/itemsnap"] = 0,

["/skillsnap"] = 1,

["/hoai"] = 0,

["/merai"] = 0,

["/camera"] = 0,

["/btg"] = 1,

["/lightmap"] = 1

}

OptionInfoList = {

["Window_XPos"] = -1,

["Window_YPos"] = -1,

["Trilinear"] = 0,

["Bgm_Volume"] = 100,

["Effect_Volume"] = 100,

["AutoOpen1to1Window"] = 1,

["AutoOpen1to1Window_Friend"] = 1,

["PlaySound_Open1to1Window"] = 1,

["Simplicity_SkillList"] = 0,

["Show_SkillDescript"] = 0,

["ChangeChatMode"] = 1,

["LockMouse"] = 0,

["ChannelCopID"] = 0,

["Outdoor_ViewLatitude"] = -45,

["Outdoor_ViewDistance"] = 400,

["Indoor_ViewLatitude"] = -45,

["Indoor_ViewDistance"] = 300,

["SkinName"] = "",

["MouseExclusive"] = 1,

["ISFULLSCREENMODE"] = 1,

["WIDTH"] = 1024,

["HEIGHT"] = 768

}

This is leaving the client impossible to change the window size/change resolution, switch to full screen, adjust volume and I'm sure any other setup options unless the OptionList file is manually modified.

I have tried use 2012-04-10aRagexeRE, 2012-04-10aRagexeRE_J, and 2012-04-10aRagexeRE_S

If anyone here knows whats happening here and knows how can I fix this, I'd be appreciate if someone can give me a hand on this, I've been working this for some days, If any other information is needed, please let me know.

Thank you.

Edited by dsvcs
Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

use latest System lua files for 2012-04-10..

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Tadaa... I think you put the LUA/B in the wrong folder?

C:\Miruku\data\luafiles514\lua files

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  01/15/13
  • Last Seen:  

Yes I have tried placing that OptionInfo file from the system lua files and now the client is working with the setup program.

@nanakiwurtz:

I may have put the files in the wrong folder but I didn't used the data folder but grf files so now I have to check if i did something wrong on those.

Thank both of you who helped me sort this problem out, I really appreciate it.

Edited by dsvcs
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

It depends on how you diff your client, if you choose to read GRF first, then make sure that the path is correct.

And use the Blue Ghostring Setup.exe

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  01/15/13
  • Last Seen:  

It depends on how you diff your client, if you choose to read GRF first, then make sure that the path is correct.

And use the Blue Ghostring Setup.exe

Yes I did that and solved that problem, though now my issue is not being able to make the .eot font files works inside a grf file. Thanks for heping, I would probably be still looking for how to fix the setup problem if i didn't had help here.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

set up problem? download a Setup.exe , i guest ghost setup? haha im not really sure try to DL it i think sir Judas has it

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  1654
  • Reputation:   583
  • Joined:  08/09/12
  • Last Seen:  

Put your .eot files 'outside' of the data folder:

C:\Miruku\System\Font

Hope this helps ;)

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