Skip to content

Instantly share code, notes, and snippets.

View yggdrasil75's full-sized avatar

yggdrasil75

  • Crystal Caves of Ilum
View GitHub Profile
Time: [287910359] 2020-02-19 18:48:55.925
ExceptionInfo: $000000000282E610
ExceptionRecord: $000000000282ED70
ExceptionCode: $C0000005 = EXCEPTION_ACCESS_VIOLATION - The thread tried to read from or write to a virtual address for which it does not have the appropriate access.
ExceptionFlags: $00000000
ExceptionRecord: $0000000000000000
ExceptionAddress: $00000000016ED803
ExceptionInformation[0]: $0000000000000000
ExceptionInformation[1]: $FFFFFFFF88F9A2D0
ContextRecord:
<?xml version="1.0" encoding="utf-8"?>
<Package FormatVersion="1.3.1" ID="Mod A Day">
<TargetProfile ID="SkyrimSE"/>
<PackageConfig>
<InstallPackageFile>D:\Vortex Downloads\skyrimse\Mod A Day df.7z</InstallPackageFile>
<CompressionMethod>LZMA2</CompressionMethod>
<CompressionLevel>5</CompressionLevel>
<CompressionDictionarySize>5</CompressionDictionarySize>
<CompressionUseMultithreading>0</CompressionUseMultithreading>
<CompressionSolidArchive>0</CompressionSolidArchive>
[12:42:52.700764] [error]: Cannot set the current game: the game with folder "SkyrimSE" is not installed.
[12:42:52.701270] [error]: Game-specific settings could not be initialised: Cannot set the current game: the game with folder "SkyrimSE" is not installed.
[12:43:00.925701] [warning]: Blocking load of resource at https://fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,300,300italic,400italic,500,500italic,700,700italic
[12:43:17.591515] [warning]: Chromium console message from http://loot/ui/app.bundle.js at line 9: You have set a custom wheel sensitivity. This will make your app zoom unnaturally when using mainstream mice. You should change this value from the default only if you can guarantee that all your users will use the same hardware and OS configuration as your current machine.
[12:43:29.346655] [error]: libloadorder failed to set the load order. Details: Access is denied. (os error 5)
[12:43:29.349956] [error]: Exception while executing query: libloadorder failed to set the load
[2020-03-14 02:20:10.889 I] starting Mod Organizer version 2.2.2.1 revision 6c6734fc in D:/games/mo2, usvfs: 0.4.4.6
[2020-03-14 02:20:10.891 I] data path: C:/Users/yggdrasil75/AppData/Local/ModOrganizer/Test
[2020-03-14 02:20:11.023 I] working directory: D:/games/mo2
[2020-03-14 02:20:11.023 D] using ini at 'C:/Users/yggdrasil75/AppData/Local/ModOrganizer/Test/ModOrganizer.ini'
[2020-03-14 02:20:11.024 D] windows: version 10.0.18363, 18363.592, release 1909, 18362.1.amd64fre.19h1_release.190318-1202, Windows 10 Education, elevated: no
[2020-03-14 02:20:11.024 D] time zone: Eastern Daylight Time, -4:00 (dst is active, std is Eastern Standard Time, -5:00)
[2020-03-14 02:20:11.024 D] security products:
[2020-03-14 02:20:11.042 D] . Windows Defender (autoupdate|antivirus)
[2020-03-14 02:20:11.042 D] . Windows Firewall (firewall)
[2020-03-14 02:20:11.042 D] modules loaded in process:
2020-03-14T03:04:58+00:00 0:00.001 0.000u 7.0.10 Trace mogrify[16976]: image.c/GetImageInfo/1334/Trace
...
2020-03-14T03:04:58+00:00 0:00.001 0.000u 7.0.10 Trace mogrify[16976]: color.c/QueryColorCompliance/2204/Trace
#ffffff
2020-03-14T03:04:58+00:00 0:00.001 0.000u 7.0.10 Trace mogrify[16976]: color.c/QueryColorCompliance/2204/Trace
#dfdfdf
2020-03-14T03:04:58+00:00 0:00.001 0.000u 7.0.10 Trace mogrify[16976]: color.c/QueryColorCompliance/2204/Trace
#bdbdbd
2020-03-14T03:04:58+00:00 0:00.001 0.000u 7.0.10 Trace mogrify[16976]: color.c/QueryColorCompliance/2204/Trace
#00000000
unit YggJsonSerialize;
const
MainDir = DataPath + '\tools\YggScript\Jsons\';
function initialize: integer;
var
i,j, eccf:integer;
cf: IInterface;
HeaderJson,cfDir:string;
//Import some assets from Vortex we'll need.
const { app, remote } = require('electron');
const appUni = app || remote.app;
const path = require('path');
const {
fs,
log,
FlexLayout,
util
} = require('vortex-api');
// This section filters clothing items
slKeywordList(aRecord, slKeywords);
if StrWithinSL('Clothing', slKeywords) then begin
if debugMsg then msg('filtering clothing');
slTemp.Clear;
//Randomize; //why is this here?
slTemp.CommaText := 'ArmorClothing, VendorItemClothing, ClothingBody';
for i := 0 to slTemp.Count-1 do begin
if HasKeyword(aRecord, slTemp[i]) then begin
if ContainsText(full(aRecord), 'Fine') then begin
[clothing]
grup=ARMO
types=head,hands,feet,neck
ident=
primarypath=data\value:.01
secondarypaths=data\weight:.2
head=skyrim.esm|ClothesRedguardHood:3,skyrim.esm|ClothesChefHat:3,skyrim.esm|DBClothesJesterHatCicero:3
headKeywords=clothingHat,hat,clothingHead
hands=<items>
body=skyrim.esm|ClothesFineClothes01:4,skyrim.esm|ClothesFineClothes02:4,skyrim.esm|ClothesFarmClothes01:2,skyrim.esm|ClothesFarmClothes01:2,skyrim.esm|ClothesBlackSmith:3,skyrim.esm|ClothesBlackSmithVariant:3,skyrim.esm|ClothesChef:3,skyrim.esm|DBClothesJesterCicero:3
procedure templatelists;
begin
//setup template files
//ALLATemplate.ini
//ALLAUserTemplate.ini
//ALLA+<modname>+template.ini in data folder (ie: ALLAYggKeywordsTemplate.ini
//templates at +<name> are in scripts folder, templates at -<name> are in data.
IniTemplates := TStringList.Create;
IniTemplates.add('+ALLATemplate.ini');