Jump to content
Odd

Error In Opensetup

Recommended Posts

Posted

hKcxNgz.jpg

How to fix this? I've tried opening it as an admin and normal mode, downloaded the full installer still no luck

Posted

Mmm, first thing i see is you use Program Files folder to set your game, are you on 32 bits OS? if you are in 64 try to change your folder to C:\Program Files (x86) or similar, maybe that will help.

Next, the screenshot shows u are using lua file to save settings, click on the bottom icon to change to reg mode, (make sure the setup.ini file looks like this)

; ------------------------------------------------------------------
; RagnarokOnline OpenSetup
; (c) 2010-2014 Ai4rei/AN
; See doc/license.txt for details.
;
; ------------------------------------------------------------------

; Settings engine related settings
[settings]

; Select settings engine on start-up.
; Possible values:
;   LUA = Lua engine (current)
;   REG = Registry engine (legacy)
; Default:
;   LUA
; Note: Engine identifier is case-sensitive.
Engine = REG

; Save registry settings per user.
; Possible values:
;   0 = No (saves to HKLM)
;   1 = Yes (saves to HKCU)
; Default:
;   0
; Note: Do NOT change this setting, unless you REALLY know what you
; are doing, period.
HKLMtoHKCU = 0

; Select Lua settings folder.
; Possible values:
;   0 = data\ (legacy)
;   1 = savedata\ (current)
; Default:
;   1
LuaSaveData = 0

if u don't have setup.ini file create one empty txt file, rename to setup.ini and paste that inside :P


also make sure you have rights to write in that folder (right clik on folder > properties > check the bottom where says read only and make sure isn't checked

Posted

Change in the lower left of the window to REG from LUA. That'll fix your issues.



×
×
  • Create New...