Jump to content

Script Error


wollam11

Recommended Posts

I just did a Forum search and there has never been a thread called "Script Error". So, now, I'm forced to ask what is probably a really stupid question.

 

How do I fix a script error?

While running along past the Roxey Inn, doing things that involve both the Better Cities mod and the Companion Share mod, the game kindly let me know that OBSE detected a script error. It was on there a brief moment, but I think it said I should check the OBSE log to find out what the error is. Of course, I ignored the note and suddenly really odd texture (or mesh?) errors started popping up in Bruma.

How do I find this log? What's the name of the file?

What do I do with it after I find it?

 

<sigh>

Link to comment
Share on other sites

There will be a file called 'obse.log' in your \Games\Oblivion\ folder. Open it in Notepad and copy/paste the contents here, but make sure you copy the contents inside ["spoiler"] ["/spoiler"] tags WITHOUT the quote marks.
Link to comment
Share on other sites

I can't find a file called "obse.log".

I did a complete search of my C:\ drive and the only thing I could find was a "log0" file called "obse.log0". I tried extracting the contents with .7zip, but no deal.

 

Doing a search of the documents that were modified around the time of the error, I came across "obse_loader". Contents:

 

 

crc = 7934C86C

dll = C:\Oblivion\obse_1_2_416.dll

hookBase = 00160000

loadLibraryAAddr = 75EE94DC

hook thread complete

launching oblivion

 

 

 

The second of the two files was called "OBSE_Elys_Pluggy-". Here's what was written inside:

 

 

Pluggy OBSE Name: OBSE_Elys_Pluggy

Pluggy Filename: OBSE_Elys_Pluggy.dll

Pluggy Version: 125

OBSE Version: 19

Oblivion Version: 1.2.0416

 

Pluggy command list:

Name HelpText Opcode(h) Opcode

----------------------------------------------------------------------------------------------------

GetEsp Get EspID. 2330h 9008

CreateArray Create a new array. 2331h 9009

DestroyArray Destroy array. 2332h 9010

ArraySize Set the Array size. 2333h 9011

ArrayCount Get the Array count. 2334h 9012

SetInArray Store value in Array. 2335h 9013

SetFloatInArray Store float in Array. 2336h 9014

GetInArray Retrieve value from array. 2337h 9015

GetTypeInArray Retrieve type from array. 2338h 9016

RemInArray Remove value from array. 2339h 9017

FindInArray Find occurence in array. 233Ah 9018

FindFloatInArray Find float occurence in array. 233Bh 9019

SetRefInArray Store reference ID in Array. 233Ch 9020

FindRefInArray Find reference occurence in array. 233Dh 9021

CopyArray Duplicate an array. 233Eh 9022

DupArray Duplicate an array. 233Eh 9022

ArrayEsp Set the EspID 233Fh 9023

ArrayProtect Set the Array Protected Flag 2340h 9024

FirstInArray Get the first empty or used Index in the array. 2341h 9025

FirstFreeInArray Get the first empty or used Index in the array. 2341h 9025

DestroyAllArrays Destroy all Esp's array. 2342h 9026

PackArray Pack array. 2343h 9027

CreateString Create a new string. 2344h 9028

DestroyString Destroy string. 2345h 9029

SetString Set string. 2346h 9030

StringEsp Set the EspID 2347h 9031

StringProtect Set the String Protected Flag 2348h 9032

StringLen Get the String Length. 2349h 9033

DestroyAllStrings Destroy all Esp's String. 234Ah 9034

StringSetName Set the name. 234Bh 9035

StringGetName Get the name. 234Ch 9036

StringMsg Display the string as Message. 234Dh 9037

StringCat Concatenates strings. 234Eh 9038

UserFileExists Does a Pluggy text file exist? 234Fh 9039

TxtFileExists Does a Pluggy text file exist? 234Fh 9039

RenFile Renames a Pluggy user file. 2378h 9080

RenTxtFile Renames a Pluggy user file. 2378h 9080

DelFile Delete a Pluggy user file 2379h 9081

DelTxtFile Delete a Pluggy user file 2379h 9081

StringToTxtFile Write a string in a text file 237Ah 9082

CopyString Copy a String. 237Bh 9083

IntToString Convert an integer into a string. 237Ch 9084

FloatToString Convert a float into a string. 237Dh 9085

RefToString Convert a reference into a string. 237Eh 9086

IniReadInt Read integer from ini file. 237Fh 9087

IniReadFloat Read float from ini file. 2380h 9088

IniReadRef Read a reference from ini file. 2381h 9089

IniWriteInt Write integer to ini file. 2382h 9090

IniWriteFloat Write float to ini file. 2383h 9091

IniWriteRef Read a reference from ini file. 2384h 9092

IniKeyExists Checks if a key exists in ini file. 2385h 9093

IniDelKey Deletes a key in ini file. 2386h 9094

EspToString Convert an esp filename into a string. 2387h 9095

IniReadString Reads a string from ini file. 2388h 9096

IniWriteString Writes a string from ini file. 2389h 9097

ModRefEsp Returns a reindexed reference 238Ah 9098

GetRefEsp return the reference's EspID. 238Bh 9099

StringToRef Converts a string into ref. 238Ch 9100

StringCmp Compares two strings and return the position of the first difference 238Dh 9101

FileToString Copy a file into a string 238Eh 9102

StringPos Returns the position of a substring in a string 238Fh 9103

StringToInt Converts a string into an integer. 2390h 9104

StringToFloat Converts a string into a float. 2391h 9105

ArrayCmp Compares two arrays 2392h 9106

StringMsgBox Display the string in a Message Box. 2393h 9107

StringIns Inserts a substring into a string 2394h 9108

StringRep Replace a substring in a string 2395h 9109

IntToHex Convert an integer into a hex string. 2396h 9110

LC Long based calculation 2397h 9111

FromTSFC Copy a TSFC String. 23B0h 9136

ToTSFC Copy a string to a TSFC String. 23B1h 9137

StrLC Long based calculation. 23B2h 9138

CreateEspBook Create a book in a new plugin. 23B3h 9139

FmtString Set a string using OBSE formating. 23B4h 9140

FixName Fix the name. 23B5h 9141

ResetName Reset the name. 23B6h 9142

HasFixedName Has a fixed name? 23B7h 9143

csc Converts a ScanCode. 23B8h 9144

StringSetNameEx Set the name. 23B9h 9145

StringGetNameEx Get the name. 23BAh 9146

FixNameEx Fix the name. 23BBh 9147

IniGetNthSection Get a section name from ini file. 23BCh 9148

IniSectionsCount Return the sections count. 23BDh 9149

RunBatString Run a string as batch. 23BEh 9150

Halt Halt Oblivion immediatly! 23BFh 9151

RefToLong Convert Long to Ref. 23C0h 9152

LongToRef Convert Ref to Long. 23C1h 9153

FindFirstFile Find first file. 23C2h 9154

FindNextFile Find next file. 23C3h 9155

GetFileSize Return the file size 23C4h 9156

NewHudS Create a new Hud Surface. 23C5h 9157

DelHudS Destroy a HudS. 23C6h 9158

ScreenInfo Return info about the screen. 23C7h 9159

HudS_X HudS X 23C8h 9160

HudS_SclX HudS Scale X. 23C9h 9161

HudS_Show HudS Show State. 23CAh 9162

HudS_Opac HudS Opacity. 23CBh 9163

Huds_Opacity HudS Opacity. 23CBh 9163

HudS_Align HudS_Alignment. 23CCh 9164

AutoSclHudS HudS AutoScale State. 23CDh 9165

HudS_Y HudS Y 23CEh 9166

HudSEsp Set the EspID 23CFh 9167

HudSProtect Set the HudS Protected Flag 23D0h 9168

HudsInfo Return info about the HudS. 23D1h 9169

DelAllHudSs Destroy all Esp's HudS. 23D2h 9170

HudS_L HudS L 23D3h 9171

rcsc Converts a char to scancode. 23D4h 9172

HudS_SclY HudS Scale Y. 23D5h 9173

NewHudT Create a new Text Hud. 23D6h 9174

DelHudT Destroy a HudT. 23D7h 9175

HudT_X HudT X 23D8h 9176

HudT_SclX HudT Scale X. 23D9h 9177

HudT_Show HudT Show State. 23DAh 9178

HudT_Opac HudT Opacity. 23DBh 9179

HudT_Opacity HudT Opacity. 23DBh 9179

HudT_Align HudT_Alignment. 23DCh 9180

AutoSclHudT HudT AutoScale State. 23DDh 9181

HudT_Y HudT Y 23DEh 9182

HudTEsp Set the EspID 23DFh 9183

HudTProtect Set the HudT Protected Flag 23E0h 9184

HudTInfo Return info about the HudT. 23E1h 9185

DelAllHudTs Destroy all Esp's HudT. 23E2h 9186

HudT_L HudT L 23E3h 9187

HudT_SclY HudT Scale Y. 23E4h 9188

PauseBox Display the string in a Pause Box. 23E5h 9189

KillMenu Kill the menu 23E6h 9190

SetHudT Set a HudT text 23E7h 9191

HudT_Text HudT Text. 23E8h 9192

HudS_Tex HudS Texture. 23E9h 9193

SanString Sanitize String. 23EAh 9194

IsHUDEnabled Returns if HUD functions are available. 23EBh 9195

IsPluggyDataReset Returns if Pluggy data has been reset or not loaded. 23ECh 9196

PlgySpcl Pluggy Special Reserved Command. Do not use! 23FFh 9215

----------------------------------------------------------------------------------------------------

 

///// ModIndex Filename /////

00 Oblivion.esm

01 Cobl Main.esm

02 Oscuro's_Oblivion_Overhaul.esm

03 TamrielTravellers.esm

04 Better Cities Resources.esm

05 Toaster Says Share v3.esm

06 Unofficial Oblivion Patch.esp

07 DLCShiveringIsles.esp

08 Better Cities .esp

09 SoT_Holiday.esp

0A FormID Finder4.esp

0B kuerteeActorDetails.esp

0C DLCHorseArmor.esp

0D DLCOrrery.esp

0E DLCVileLair.esp

0F DLCMehrunesRazor.esp

10 DLCSpellTomes.esp

11 DLCSpellTomes - Unofficial Patch.esp

12 DLCThievesDen.esp

13 DLCThievesDen - Unofficial Patch - SSSB.esp

14 Cobl Glue.esp

15 Cobl Si.esp

16 Cobl Tweaks.esp

17 Oscuro's_Oblivion_Overhaul.esp

18 OOO 1.32-Cobl.esp

19 TamrielTravellerAdvScript.esp

1A TamrielTravellers.esp

1B TamrielTravellersItemsCobl.esp

1C OOO-WaterFish.esp

1D KvatchAftermath.esp

1E Imperial Furniture Renovated.esp

1F DLCBattlehornCastle.esp

20 DLCFrostcrag.esp

21 Knights.esp

22 Salmo the Baker, Cobl.esp

23 Goranga dating system.esp

24 RefScope.esp

25 Item interchange - Placement for Frostcrag.esp

26 TSS Custom Companion Template.esp

27 Toaster Says Share Faction Recruitment.esp

28 Cobl Races.esp

29 Cobl Races - Balanced.esp

2A Better Cities Full.esp

2B Better Imperial City.esp

2C Better Cities - COBL.esp

2D Cobl Silent Equip Misc.esp

2E Bashed Patch, 0.esp

///////////////////////////////

 

 

 

The third and final file modified was the "masterlist" inside my BOSS folder. I can show that if needed.

Link to comment
Share on other sites

I can't find a file called "obse.log".

I did a complete search of my C:\ drive and the only thing I could find was a "log0" file called "obse.log0". I tried extracting the contents with .7zip, but no deal.

 

Doing a search of the documents that were modified around the time of the error, I came across "obse_loader". Contents:

 

 

None of those are of any use whatsoever except the obse.log0. It's just a text file, so open it in Notepad (NOT 7zip) and paste it here.

Link to comment
Share on other sites

Got ya.

 

 

 

OBSE: initialize (version = 19.6 010201A0)

oblivion root = C:\Oblivion\

plugin directory = C:\Oblivion\Data\OBSE\Plugins\

checking plugin C:\Oblivion\Data\OBSE\Plugins\\FastExit2.dll

plugin C:\Oblivion\Data\OBSE\Plugins\\FastExit2.dll (00000001 FastExit 00000002) loaded correctly

checking plugin C:\Oblivion\Data\OBSE\Plugins\\OBSE_Elys_Pluggy.dll

SetOpcodeBase 00002330

RegisterCommand GetEsp (2330)

RegisterCommand CreateArray (2331)

RegisterCommand DestroyArray (2332)

RegisterCommand ArraySize (2333)

RegisterCommand ArrayCount (2334)

RegisterCommand SetInArray (2335)

RegisterCommand SetFloatInArray (2336)

RegisterCommand GetInArray (2337)

RegisterCommand GetTypeInArray (2338)

RegisterCommand RemInArray (2339)

RegisterCommand FindInArray (233A)

RegisterCommand FindFloatInArray (233B)

RegisterCommand SetRefInArray (233C)

RegisterCommand FindRefInArray (233D)

RegisterCommand CopyArray (233E)

RegisterCommand ArrayEsp (233F)

RegisterCommand ArrayProtect (2340)

RegisterCommand FirstInArray (2341)

RegisterCommand DestroyAllArrays (2342)

RegisterCommand PackArray (2343)

RegisterCommand CreateString (2344)

RegisterCommand DestroyString (2345)

RegisterCommand SetString (2346)

RegisterCommand StringEsp (2347)

RegisterCommand StringProtect (2348)

RegisterCommand StringLen (2349)

RegisterCommand DestroyAllStrings (234A)

RegisterCommand StringSetName (234B)

RegisterCommand StringGetName (234C)

RegisterCommand StringMsg (234D)

RegisterCommand StringCat (234E)

RegisterCommand UserFileExists (234F)

SetOpcodeBase 00002378

RegisterCommand RenFile (2378)

RegisterCommand DelFile (2379)

RegisterCommand StringToTxtFile (237A)

RegisterCommand CopyString (237B)

RegisterCommand IntToString (237C)

RegisterCommand FloatToString (237D)

RegisterCommand RefToString (237E)

RegisterCommand IniReadInt (237F)

RegisterCommand IniReadFloat (2380)

RegisterCommand IniReadRef (2381)

RegisterCommand IniWriteInt (2382)

RegisterCommand IniWriteFloat (2383)

RegisterCommand IniWriteRef (2384)

RegisterCommand IniKeyExists (2385)

RegisterCommand IniDelKey (2386)

RegisterCommand EspToString (2387)

RegisterCommand IniReadString (2388)

RegisterCommand IniWriteString (2389)

RegisterCommand ModRefEsp (238A)

RegisterCommand GetRefEsp (238B)

RegisterCommand StringToRef (238C)

RegisterCommand StringCmp (238D)

RegisterCommand FileToString (238E)

RegisterCommand StringPos (238F)

RegisterCommand StringToInt (2390)

RegisterCommand StringToFloat (2391)

RegisterCommand ArrayCmp (2392)

RegisterCommand StringMsgBox (2393)

RegisterCommand StringIns (2394)

RegisterCommand StringRep (2395)

RegisterCommand IntToHex (2396)

RegisterCommand LC (2397)

SetOpcodeBase 000023B0

RegisterCommand FromTSFC (23B0)

RegisterCommand ToTSFC (23B1)

RegisterCommand StrLC (23B2)

RegisterCommand CreateEspBook (23B3)

RegisterCommand FmtString (23B4)

RegisterCommand FixName (23B5)

RegisterCommand ResetName (23B6)

RegisterCommand HasFixedName (23B7)

RegisterCommand csc (23B8)

RegisterCommand StringSetNameEx (23B9)

RegisterCommand StringGetNameEx (23BA)

RegisterCommand FixNameEx (23BB)

RegisterCommand IniGetNthSection (23BC)

RegisterCommand IniSectionsCount (23BD)

RegisterCommand RunBatString (23BE)

RegisterCommand Halt (23BF)

RegisterCommand RefToLong (23C0)

RegisterCommand LongToRef (23C1)

RegisterCommand FindFirstFile (23C2)

RegisterCommand FindNextFile (23C3)

RegisterCommand GetFileSize (23C4)

RegisterCommand NewHudS (23C5)

RegisterCommand DelHudS (23C6)

RegisterCommand ScreenInfo (23C7)

RegisterCommand HudS_X (23C8)

RegisterCommand HudS_SclX (23C9)

RegisterCommand HudS_Show (23CA)

RegisterCommand HudS_Opac (23CB)

RegisterCommand HudS_Align (23CC)

RegisterCommand AutoSclHudS (23CD)

RegisterCommand HudS_Y (23CE)

RegisterCommand HudSEsp (23CF)

RegisterCommand HudSProtect (23D0)

RegisterCommand HudsInfo (23D1)

RegisterCommand DelAllHudSs (23D2)

RegisterCommand HudS_L (23D3)

RegisterCommand rcsc (23D4)

RegisterCommand HudS_SclY (23D5)

RegisterCommand NewHudT (23D6)

RegisterCommand DelHudT (23D7)

RegisterCommand HudT_X (23D8)

RegisterCommand HudT_SclX (23D9)

RegisterCommand HudT_Show (23DA)

RegisterCommand HudT_Opac (23DB)

RegisterCommand HudT_Align (23DC)

RegisterCommand AutoSclHudT (23DD)

RegisterCommand HudT_Y (23DE)

RegisterCommand HudTEsp (23DF)

RegisterCommand HudTProtect (23E0)

RegisterCommand HudTInfo (23E1)

RegisterCommand DelAllHudTs (23E2)

RegisterCommand HudT_L (23E3)

RegisterCommand HudT_SclY (23E4)

RegisterCommand PauseBox (23E5)

RegisterCommand KillMenu (23E6)

RegisterCommand SetHudT (23E7)

RegisterCommand HudT_Text (23E8)

RegisterCommand HudS_Tex (23E9)

RegisterCommand SanString (23EA)

RegisterCommand IsHUDEnabled (23EB)

RegisterCommand IsPluggyDataReset (23EC)

SetOpcodeBase 000023FF

RegisterCommand PlgySpcl (23FF)

plugin C:\Oblivion\Data\OBSE\Plugins\\OBSE_Elys_Pluggy.dll (00000001 OBSE_Elys_Pluggy 0000007D) loaded correctly

checking plugin C:\Oblivion\Data\OBSE\Plugins\\sr_Oblivion_Stutter_Remover.dll

plugin C:\Oblivion\Data\OBSE\Plugins\\sr_Oblivion_Stutter_Remover.dll (00000001 sr_Oblivion_Stutter_Remover 00004100) loaded correctly

checking plugin C:\Oblivion\Data\OBSE\Plugins\\weOCPS.dll

plugin C:\Oblivion\Data\OBSE\Plugins\\weOCPS.dll (00000001 weOCPS 01328DD8) loaded correctly

patched

 

 

Link to comment
Share on other sites

Note that after the error was detected, I uninstalled the last three mods I added (Companion Share, See You Sleep, and another (adult mod: I'll name if neccesary)). Edited by wollam11
Link to comment
Share on other sites

That log contains no error messages, so the only thing I can suggest is that you remove the Stutter Remover plugin (it's often more trouble than it's worth) and return to your game. If the same thing happens again, make sure that you note down the error message verbatim and copy the obse.log to your desktop as soon as you quit the game, for reference.
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...