Jump to content

Game Crash during start (initializing game)


Stero

Recommended Posts

Hello, when i try to start the game following error message appears:

 

 

Quote

---- Minecraft Crash Report ----
// My bad.

Time: 01.03.20 10:54
Description: Initializing game

java.lang.NullPointerException: Initializing game
    at net.minecraft.client.resources.I18n.func_135052_a(I18n.java:23) ~[?:?] {re:classloading,xf:OptiFine:default}
    at net.minecraft.client.renderer.GlDebugTextUtils.func_209244_a(GlDebugTextUtils.java:169) ~[?:?] {re:classloading,xf:OptiFine:default}
    at net.minecraft.client.renderer.GlDebugTextUtils$$Lambda$1959/994889306.invoke(Unknown Source) ~[?:?] {}
    at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) ~[lwjgl-opengl-3.2.2.jar:build 10] {}
    at org.lwjgl.system.JNI.invokePV(Native Method) ~[lwjgl-3.2.2.jar:build 10] {}
    at org.lwjgl.glfw.GLFW.glfwSwapBuffers(GLFW.java:4572) ~[lwjgl-glfw-3.2.2.jar:build 10] {}
    at net.minecraft.client.MainWindow.func_198086_a(MainWindow.java:341) ~[?:?] {re:classloading,xf:OptiFine:default}
    at net.minecraftforge.fml.client.EarlyLoaderGUI.renderTick(EarlyLoaderGUI.java:66) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2079/2009378486.run(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.ModLoader$$Lambda$2274/1810287382.execute(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.ModList.dispatchParallelEvent(ModList.java:136) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModList.lambda$static$2(ModList.java:98) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModList$$Lambda$2083/182755121.dispatchEvent(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.LifecycleEventProvider.dispatch(LifecycleEventProvider.java:71) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:197) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:183) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$2(ClientModLoader.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2003/253427819.run(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2004/741211619.run(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:454) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) [?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:155) [?:?] {re:classloading}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) [forge-1.14.4-28.1.115.jar:28.1] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$420/761577728.call(Unknown Source) [forge-1.14.4-28.1.115.jar:28.1] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {}


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at net.minecraft.client.resources.I18n.func_135052_a(I18n.java:23)
    at net.minecraft.client.renderer.GlDebugTextUtils.func_209244_a(GlDebugTextUtils.java:169)
    at net.minecraft.client.renderer.GlDebugTextUtils$$Lambda$1959/994889306.invoke(Unknown Source)
    at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39)
    at org.lwjgl.system.JNI.invokePV(Native Method)
    at org.lwjgl.glfw.GLFW.glfwSwapBuffers(GLFW.java:4572)
    at net.minecraft.client.MainWindow.func_198086_a(MainWindow.java:341)
    at net.minecraftforge.fml.client.EarlyLoaderGUI.renderTick(EarlyLoaderGUI.java:66)
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2079/2009378486.run(Unknown Source)
    at net.minecraftforge.fml.ModLoader$$Lambda$2274/1810287382.execute(Unknown Source)
    at net.minecraftforge.fml.ModList.dispatchParallelEvent(ModList.java:136)
    at net.minecraftforge.fml.ModList.lambda$static$2(ModList.java:98)
    at net.minecraftforge.fml.ModList$$Lambda$2083/182755121.dispatchEvent(Unknown Source)
    at net.minecraftforge.fml.LifecycleEventProvider.dispatch(LifecycleEventProvider.java:71)
    at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:197)
    at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:183)
    at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$2(ClientModLoader.java:97)
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2003/253427819.run(Unknown Source)
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113)
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2004/741211619.run(Unknown Source)
    at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:454)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365)
    at net.minecraft.client.main.Main.main(SourceFile:155)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$420/761577728.call(Unknown Source)
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

-- System Details --
Details:
    Minecraft Version: 1.14.4
    Minecraft Version ID: 1.14.4
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 5105250488 bytes (4868 MB) / 6106906624 bytes (5824 MB) up to 6442450944 bytes (6144 MB)
    CPUs: 4
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 4.1.0+62+5bfa59b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services:
        /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE
        /forge-1.14.4-28.1.115.jar object_holder_definalize PLUGINSERVICE
        /forge-1.14.4-28.1.115.jar runtime_enum_extender PLUGINSERVICE
        /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE
        /forge-1.14.4-28.1.115.jar capability_inject_definalize PLUGINSERVICE
        /forge-1.14.4-28.1.115.jar runtimedistcleaner PLUGINSERVICE
        /OptiFine_1.14.4_HD_U_F5.jar OptiFine TRANSFORMATIONSERVICE
        /forge-1.14.4-28.1.115.jar fml TRANSFORMATIONSERVICE
    FML: 28.1
    Forge: net.minecraftforge:28.1.115
    FML Language Providers:
        [email protected]
        minecraft@1
    Mod List:
        Cucumber-1.14.4-2.0.6.jar Cucumber Library {[email protected] CREATE_REGISTRIES}
        bountifulbaubles-1.14.4-0.0.2.jar Bountiful Baubles {bountifulbaubles@NONE CREATE_REGISTRIES}
        jei-1.14.4-6.0.0.27.jar Just Enough Items {[email protected] CREATE_REGISTRIES}
        Druidcraft-1.14-0.2.32.jar Druidcraft {[email protected] CREATE_REGISTRIES}
        DoggyTalents-1.14.4-1.15.2.0.jar Doggy Talents {[email protected] CREATE_REGISTRIES}
        caelus-FORGE-1.14.4-1.0.1.1.jar Caelus API {[email protected] CREATE_REGISTRIES}
        colytra-FORGE-1.14.4-2.0.0.1.jar Colytra {[email protected] CREATE_REGISTRIES}
        ForgeEndertech-1.14.4-5.2.1.0-build.0076.jar Forge Endertech {[email protected] CREATE_REGISTRIES}
        Clumps-4.0.0.jar Clumps {[email protected] CREATE_REGISTRIES}
        mgui-1.14.4-1.0.1.jar mgui {[email protected] CREATE_REGISTRIES}
        CookingForBlockheads_1.14.4-7.4.3.jar Cooking for Blockheads {[email protected] CREATE_REGISTRIES}
        Placebo-1.14.4-2.3.5.jar Placebo {[email protected] CREATE_REGISTRIES}
        comforts-FORGE-1.14.4-2.0-beta4.jar Comforts {[email protected] CREATE_REGISTRIES}
        SereneSeasons-1.14.4-2.0.0.40-universal.jar Serene Seasons {[email protected] CREATE_REGISTRIES}
        FleshToLeather-1.14.3-1.0.1.jar FleshToLeather {[email protected] CREATE_REGISTRIES}
        rangedpumps-0.6.1.jar Ranged Pumps {[email protected] CREATE_REGISTRIES}
        DungeonCrawl-1.14.4-1.6.0.jar Dungeon Crawl {[email protected] CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.14.4-v1.0.jar The Endergetic Expansion {[email protected] CREATE_REGISTRIES}
        u_team_core-1.14.4-2.8.0.140.jar U Team Core {[email protected] CREATE_REGISTRIES}
        Customized-Dungeon-Loot-1.14.x-(v.2.0.0).jar Customized Dungeon Loot {[email protected] CREATE_REGISTRIES}
        Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version CREATE_REGISTRIES}
        TMechworks-1.14.4-2.0.1.jar Tinkers' Mechworks {[email protected] CREATE_REGISTRIES}
        thermalsolars-1.14.4-0.7.jar ThermalSolars {[email protected] CREATE_REGISTRIES}
        forge-1.14.4-28.1.115-universal.jar Forge {[email protected] CREATE_REGISTRIES}
        ruins-1.14.4.6.jar Ruins {[email protected] CONSTRUCT}
        absentbydesign-1.14.4-1.0.5.jar Absent By Design Mod {[email protected] CONSTRUCT}
        refinedstorage-1.7.3.jar Refined Storage {[email protected] CONSTRUCT}
        MysticalAgriculture-1.14.4-2.0.5.jar Mystical Agriculture {[email protected] CONSTRUCT}
        forge-1.14.4-28.1.115-client.jar Minecraft {[email protected] CREATE_REGISTRIES}
        mcw-bridges-1.0.3-mc1.14.4.jar Macaw's Bridges {[email protected] CREATE_REGISTRIES}
        industrial-foregoing-1.14.4-2.1.2-582ea8b.jar Industrial Foregoing {[email protected] CREATE_REGISTRIES}
        useful_backpacks-1.14.4-1.7.4.47.jar Useful Backpacks {[email protected] CREATE_REGISTRIES}
        titanium-1.14.4-2.2.10.jar Titanium {[email protected] CREATE_REGISTRIES}
        SilentLib-1.14.4-4.4.0+44.jar Silent Lib {[email protected]+44 CONSTRUCT}
        SilentGear-1.14.4-1.4.6+72.jar Silent Gear {[email protected]+72 CONSTRUCT}
        forbidden_arcanus-1.14.4-1.5.jar Forbidden & Arcanus {[email protected] CONSTRUCT}
        simplefarming-1.14.4-1.2.5.jar Simple Farming {[email protected] CONSTRUCT}
        extragolems-9.0.5.jar Extra Golems {[email protected] CREATE_REGISTRIES}
        curios-FORGE-1.14.4-1.0.6.jar Curios API {[email protected] CREATE_REGISTRIES}
        Botania+r1.11-375.jar Botania {[email protected] CONSTRUCT}
        SpartanShields-1.14.4-2.0.0.jar Spartan Shields {[email protected] CONSTRUCT}
        Mantle-1.14.4-1.4.32.jar Mantle {[email protected] CREATE_REGISTRIES}
        a.jar Patchouli {[email protected] CREATE_REGISTRIES}
        chemlib-1.14.4-15.jar Chem Lib {[email protected] CREATE_REGISTRIES}
        extlights-1.8.jar Extended Lights {[email protected] CREATE_REGISTRIES}
        StorageDrawers-1.14.4-6.0.5.jar Storage Drawers {[email protected] CREATE_REGISTRIES}
        OreExcavation-1.6.147.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        SurvivalPlus-1.14.4-0.1.2.jar SurvivalPlus {[email protected] CREATE_REGISTRIES}
        ProjectE-1.14.4-PE1.0.1B.jar ProjectE {[email protected] CONSTRUCT}
        BiomesOPlenty-1.14.4-9.0.0.262-universal.jar Biomes O' Plenty {[email protected] CONSTRUCT}
        themidnight-0.4.6.jar The Midnight {[email protected] CONSTRUCT}
        libnonymous-1.14.4-1.0.3.24.jar Libnonymous {[email protected] CONSTRUCT}
        PipeMaster-2.0.1.12.jar Pipe Goggles {[email protected] CONSTRUCT}
        Harvest-forge-1.14.4-1.2.10-23.jar Harvest {harvest@version CONSTRUCT}
        structurize-0.10.216-ALPHA.jar Structurize {[email protected] CONSTRUCT}
        Advancement_Book-1.14-1.0.4.jar Advancement Book {[email protected] CONSTRUCT}
        minecolonies-0.10.593-RELEASE-universal.jar Minecolonies {[email protected] CONSTRUCT}
        hunterillager-1.14.4-0.4.1.jar HunterIllager {[email protected] CREATE_REGISTRIES}
        furniture-7.0.0-pre15-1.14.4.jar MrCrayfish's Furniture Mod {[email protected] CREATE_REGISTRIES}
        AI-Improvements-1.14.4-0.3.0.jar AI-Improvements {[email protected] CREATE_REGISTRIES}
        Aquaculture-1.14.4-2.0.3.jar Aquaculture 2 {[email protected] CREATE_REGISTRIES}
        AdChimneys-1.14.4-4.0.0.1-build.0072.jar Advanced Chimneys {[email protected] CREATE_REGISTRIES}
        SilentGems-1.14.4-3.4.7+80.jar Silent's Gems 3 {[email protected]+80 CONSTRUCT}
        forgemod_VoxelMap-1.9.13b_for_1.14.4.jar VoxelMap {[email protected] CONSTRUCT}
        Charm-1.14.4-1.4.3.jar Charm {[email protected] CONSTRUCT}
        instantunify-1.14.4-1.0.3.jar InstantUnify {[email protected] CONSTRUCT}
    Launched Version: 1.14.4-forge-28.1.115
    LWJGL: 3.2.2 build 10
    OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.4358, Intel
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Resource Packs:
    Current Language: ~~ERROR~~ NullPointerException: null
    CPU: 4x Intel(R) Core(TM) i7-3537U CPU @ 2.00GHz
    OptiFine Version: OptiFine_1.14.4_HD_U_F5
    OptiFine Build: 20191204-141250
    Render Distance Chunks: 10
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.0.0 - Build 10.18.10.4358
    OpenGlRenderer: Intel(R) HD Graphics 4000
    OpenGlVendor: Intel
    CpuCount: 4

 

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
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • This is a MacOs related issue: https://bugs.mojang.com/browse/MC-118506     Download this lib: https://libraries.minecraft.net/ca/weblite/java-objc-bridge/1.0.0/java-objc-bridge-1.0.0.jar and put it into ~/Library/Application Support/minecraft/libraries/ca/weblite/java-objc-bridge/1.0.0  
    • I use Bisect-Hosting, and I host a relatively modded server.  There is a mod I desperately want to have in a server. https://www.curseforge.com/minecraft/mc-mods/minehoplite This is MineHop. It's a mod that replicates the movement capabilities seen in Source Engine games, such as Half-Life, and such.  https://youtu.be/SbtLo7VbOvk - A video explaining the mod, if anyone is interested.  It is a clientside mod, meaning whoever is using it can change anything about the mod that they want, with no restrictions, even when they join a server with the same mod. They can change it to where they can go infinitely fast, or do some other overpowered thing. I don't want that to happen. So I just want to know if there is some way to force the SERVER'S configuration file, onto whoever is joining.  I'm not very savvy with all this modding stuff. There are two config files: minehop-common.txt, and minehop.txt I don't really know much about how each are different. I just know what the commands relating to acceleration and stuff mean.    
    • My journey into crypto trading began tentatively, with me dipping my toes into the waters by purchasing my first Bitcoin through a seasoned trader. With an initial investment of $5,000, I watched as my investment grew, proving to be both fruitful and lucrative. Encouraged by this success, I decided to increase my investment to $150,000, eager to capitalize on the growing popularity of cryptocurrency, However, as cryptocurrency gained mainstream attention, so too did the number of self-proclaimed "experts" in the field. Suddenly, everyone seemed to be a crypto guru, and more and more people were eager to jump on the bandwagon without fully understanding the intricacies of this complex world. With promises of quick and easy profits, these con artists preyed on the uninformed, luring them into schemes that often ended in disappointment and financial loss. Unfortunately, I fell victim to one such scheme. Seduced by the allure of easy money, I entrusted my hard-earned funds to a dubious trading platform, granting them access to my accounts in the hopes of seeing my investment grow. For a brief period, everything seemed to be going according to plan, with regular withdrawals and promising returns on my investment. However, my hopes were soon dashed when, without warning, communication from the platform ceased, and my Bitcoin holdings vanished into thin air. Feeling helpless and betrayed, I confided in a family member about my predicament. They listened sympathetically and offered a glimmer of hope in the form of a recommendation for Wizard Web Recovery. Intrigued by the possibility of reclaiming what I had lost, I decided to explore this option further. From the moment I reached out to Wizard Web Recovery, I was met with professionalism and empathy. They took the time to understand my situation and reassured me that I was not alone in my plight. With their guidance, I embarked on a journey to reclaim what was rightfully mine. Wizard Web Recovery's expertise and dedication were evident from the start. They meticulously analyzed the details of my case, uncovering crucial evidence that would prove invaluable in our quest for justice. With each step forward, they kept me informed and empowered, instilling in me a newfound sense of hope and determination. Through their tireless efforts and unwavering support, Wizard Web Recovery succeeded in recovering my lost Bitcoin holdings. It was a moment of triumph and relief, knowing that justice had been served and that I could finally put this chapter behind me. In conclusion, My experience with Wizard Web Recovery  was nothing short of transformative. Their professionalism, expertise, and unwavering commitment to their clients set them apart as true leaders in the field of cryptocurrency recovery. I am forever grateful for their assistance and would highly recommend their services to anyone in need of help navigating the treacherous waters of cryptocurrency scams. 
    • Ok so: Two things to note: It got stuck due to my dimension type. It was previously the same as the overworld dimension tpye but after changing it , it didn't freeze during spawn generation. ALSO, APPARENTLY, the way I'm doing things, the game can't have two extremely-rich dimensions or it will make the new chunk generation be veeery VEEERY slow. I'm doing the dimension file genreation all in the data generation step now, so it's all good. Mostly. If anybody has any tips regarding how can i more efficently generate a biome-rich dimension, im all ears.
    • https://mclo.gs/qTo3bUE  
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.