Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal
Michiyo

MC 1.6.4/1.7.10/1.8.9/1.9.4/1.10.2 OpenPrinter

Recommended Posts

Thank you for all the help!

 

I must mention though, is there a possible fix for the recipe of the printer paper roll? Right now, for pieces of paper triggers the "paper stack" recipe in Tinkers' Construct. (It does not change when putting stacks of 64 in each slot.) Would there be a way to have an alternate recipe? Perhaps 7 paper in an I-Beam shape, with two iron nuggets (from OpenComputers) on either side? It is just a suggestion. Sadly, I tried "NoMoreRecipeConflicts" and that mod does not seem to work.

 

Diagram of suggestion:

P P P

I P I   P=Paper

P P P   I=Iron Nugget

Link to post
Share on other sites

Thank you for all the help!

 

I must mention though, is there a possible fix for the recipe of the printer paper roll? Right now, for pieces of paper triggers the "paper stack" recipe in Tinkers' Construct. (It does not change when putting stacks of 64 in each slot.) Would there be a way to have an alternate recipe? Perhaps 7 paper in an I-Beam shape, with two iron nuggets (from OpenComputers) on either side? It is just a suggestion. Sadly, I tried "NoMoreRecipeConflicts" and that mod does not seem to work.

 

Diagram of suggestion:

P P P

I P I   P=Paper

P P P   I=Iron Nugget

 

Erm, I'm pretty sure that was fixed quiet awhile ago... I run the mod along with TCon and have no issues?  What version of MC and OP are you running?

 

I was right this was fixed, but the recipe was also changed it's now post-204-0-95220200-1413483636_thumb.png

Link to post
Share on other sites

Heya all, There was a small jump in build numbers as I'd been trying to get uploading to curseforge working good news! I did ^_^ http://minecraft.curseforge.com/mc-mods/225127-openprinter/  Not to worry, downloads are still available at http://pc-logix.com/mods/ as well but this is a nice backup in case my site dies again randomly while working.  

 

Build 102 adds the first signs of the Scanner function, this is a VERY early preview of it though, currently you place a printed page in the top slot of the GUI, and then call op.scan(linenumber)  eg: op.scan(0) will return the first line on that page.  THIS FEATURE WILL EVOLVE in the next week or so, so don't write any major programs around the functionality.

 

As always thanks for using my Addons for OC! ^_^

(I'll also be posting OpenLights here on the forums soon so keep an eye out for that)

Link to post
Share on other sites

Sadly. I get nearly the same error. I am using the newest version of both OpenComputers(1.4.0.6RC1) as well as OpenPrinters(0.1.0.102).

 

Here is my crashlog again:

---- Minecraft Crash Report ----
// Sorry  
 
Time: 10/30/14 12:47 AM
Description: Initializing game
 
java.lang.NullPointerException: Initializing game
at pcl.openprinter.OpenPrinter.load(OpenPrinter.java:121)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
 
 
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
 
-- Head --
Stacktrace:
at pcl.openprinter.OpenPrinter.load(OpenPrinter.java:121)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
 
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
 
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1193653152 bytes (1138 MB) / 2008547328 bytes (1915 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024m -Xmx3072m -XX:PermSize=1536m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.85.1231 Minecraft Forge 10.13.2.1231 Optifine OptiFine_1.7.10_HD_U_A4 168 mods loaded, 167 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{7.10.85.1231} [Forge Mod Loader] (forge-1.7.10-10.13.2.1231-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.13.2.1231} [Minecraft Forge] (forge-1.7.10-10.13.2.1231-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{1.0.4.29} [codeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
<CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
<DragonAPI ASM>{0} [DragonAPI ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
itemphysic{0.8.3} [ItemPhysic] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
ivtoolkit{1.0} [IvToolkit] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.0.3.63} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.63-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
OpenComputers|Core{1.0.0} [OpenComputers (Core)] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
PlayerAPI{1.1} [Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
RenderPlayerAPI{1.0} [Render Player API] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
SmartCore{1.0} [Smart Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
SomniaCore{1.3.0.15} [SomniaCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
TubesCore{${version}} [Tubes Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
OpenModsCore{@VERSION@} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_Beetroot{1.1.0} [MC+ Beetroot] ([1.7.10][1.2] MC+ Beetroot - v1.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_BerryBush{1.1.1} [MC+ BerryBush] ([1.7.10][1.2] MC+ BerryBush - v1.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_Blowpipe{1.4.0} [MC+ Blowpipe] ([1.7.10][1.2] MC+ Blowpipe - v1.4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_Wheel{1.1.2} [MC+ Wheel] ([1.7.10][1.2] MC+ Wheel - v1.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_Cart{1.3.0} [MC+ Cart] ([1.7.10][1.2] MC+ Cart - v1.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_ClayTools{1.1.2} [MC+ ClayTools] ([1.7.10][1.2] MC+ ClayTools - v1.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_ClayWallSlab{1.0.2} [MC+ ClayWallSlab] ([1.7.10][1.2] MC+ ClayWallSlab - v1.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_Clippers{1.1.2} [MC+ Clippers] ([1.7.10][1.2] MC+ Clippers - v1.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_Cocoa{1.3.0} [MC+ Cocoa] ([1.7.10][1.2] MC+ Cocoa - v1.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_DayCounter{1.1.2} [MC+ DayCounter] ([1.7.10][1.2] MC+ DayCounter - v1.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_FirePit{1.0.3} [MC+ FirePit] ([1.7.10][1.2] MC+ FirePit - v1.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_Fossil{1.1.2} [MC+ Fossil] ([1.7.10][1.2] MC+ Fossil - v1.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_GrainMix{1.2.0} [MC+ GrainMix] ([1.7.10][1.2] MC+ GrainMix - v1.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_Lock{1.2.2} [MC+ Lock] ([1.7.10][1.2] MC+ Lock - v1.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_Loom{1.2.3} [MC+ Loom] ([1.7.10][1.2] MC+ Loom - v1.2.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_Lumber{1.0.2} [MC+ Lumber] ([1.7.10][1.2] MC+ Lumber - v1.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_Rotten{1.0.2} [MC+ Rotten] ([1.7.10][1.2] MC+ Rotten - v1.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_Saw{1.0.1} [MC+ Saw] ([1.7.10][1.2] MC+ Saw - v1.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_Shatter{1.0.0} [MC+ Shatter] ([1.7.10][1.2] MC+ Shatter - v1.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_SweetPotato{1.0.1} [MC+ SweetPotato] ([1.7.10][1.2] MC+ SweetPotato - v1.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_TrappedLadder{1.1.2} [MC+ TrappedLadder] ([1.7.10][1.2] MC+ TrappedLadder - v1.1.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_Turnip{1.1.0} [MC+ Turnip] ([1.7.10][1.2] MC+ Turnip - v1.1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_Turtle{1.2.3} [MC+ Turtle] ([1.7.10][1.2] MC+ Turtle - v1.2.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_Vines{1.0.1} [MC+ Vines] ([1.7.10][1.2] MC+ Vines - v1.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
MCP_WoodenBucket{1.2.0} [MC+ WoodenBucket] ([1.7.10][1.2] MC+ WoodenBucket - v1.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
bspkrsCore{6.14} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.14.jar) Unloaded->Constructed->Pre-initialized->Initialized
StatusEffectHUD{1.26} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.26.jar) Unloaded->Constructed->Pre-initialized->Initialized
Treecapitator{1.7.2} [Treecapitator] ([1.7.2]Treecapitator-universal-2.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
AppleCore{1.0.0} [AppleCore] (AppleCore-mc1.7.10-1.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
CoFHCore{1.7.10R3.0.0B6} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B6-32.jar) Unloaded->Constructed->Pre-initialized->Initialized
asielib{0.3.1} [asielib] (AsieLib-1.7.10-0.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
bdlib{1.4.5.24} [BD Lib] (bdlib-mc1710-1.4.5.24.jar) Unloaded->Constructed->Pre-initialized->Initialized
betterstorage{0.10.3.115} [BetterStorage] (BetterStorage-1.7.10-0.10.3.115.jar) Unloaded->Constructed->Pre-initialized->Initialized
BiblioCraft{1.8.2} [BiblioCraft] (BiblioCraft[v1.8.2][MC1.7.2].jar) Unloaded->Constructed->Pre-initialized->Initialized
CarpentersBlocks{3.3.0} [Carpenter's Blocks] (Carpenter's Blocks v3.3.0 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
kegare.caveworld{1.6.8} [Caveworld] (Caveworld_1.7.10-v1.6.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
CustomSpawner{3.3.0} [DrZhark's CustomSpawner] (CustomMobSpawner 3.3.0.zip) Unloaded->Constructed->Pre-initialized->Initialized
ForgeMultipart{1.1.0.309} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Core{4.5.1.51} [ProjectRed] (ProjectRed-Base-1.7.10-4.5.1.51.jar) Unloaded->Constructed->Pre-initialized->Initialized
ThermalFoundation{1.7.10R1.0.0B3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0B3-8.jar) Unloaded->Constructed->Pre-initialized->Initialized
ThermalExpansion{1.7.10R4.0.0B5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.0B5-13.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Core{6.0.18} [BuildCraft] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Energy{6.0.18} [BC Energy] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized->Initialized
Waila{1.5.5} [Waila] (Waila-1.5.5_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V2.jar) Unloaded->Constructed->Pre-initialized->Initialized
DragonMounts{r41-1.7.10} [Dragon Mounts] (DragonMounts-r41-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
DyeableBeds{1.7.2 R2} [Dyeable Beds] (Dyeable Beds-1.7.2 R4.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights{1.3.5} [Dynamic Lights] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_dropItems{1.0.7} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_mobEquipment{1.0.5} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_floodLights{1.0.1} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
EasyCrafting{1.7.10-2.0.1.16} [Easy Crafting] (EasyCrafting-1.7.10-2.0.1.16.jar) Unloaded->Constructed->Pre-initialized->Initialized
eplus{1.7.10-3.0.1} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded{1.7.10R2.8.0RC3} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.0RC3-591.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Builders{6.0.18} [BC Builders] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Factory{6.0.18} [BC Factory] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized->Initialized
Railcraft{9.3.3.0} [Railcraft] (Railcraft_1.7.10-9.3.3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
EnderIO{1.7.10-2.1.7.254} [Ender IO] (EnderIO-1.7.10-2.1.7.254.jar) Unloaded->Constructed->Pre-initialized->Initialized
enhancedportals{3.0.7} [EnhancedPortals] (EnhancedPortals_1.7.10-universal-3.0.7.jar) Unloaded->Constructed->Pre-initialized->Initialized
enviromine{1.2.28} [EnviroMine] (EnviroMine-v1.2.28.jar) Unloaded->Constructed->Pre-initialized->Initialized
exnihilo{1.37} [Ex Nihilo] (Ex-Nihilo-1.37.jar) Unloaded->Constructed->Pre-initialized->Initialized
RedstoneArsenal{1.7.10R1.1.0B4} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.0B4-10.jar) Unloaded->Constructed->Pre-initialized->Initialized
exastris{For 1.7.10} [Ex Astris] (Ex-Astris-1.11a.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExplorerCraft{0.9.6} [ExplorerCraft] (ExplorerCraft-0.9.6a.jar) Unloaded->Constructed->Pre-initialized->Initialized
extrabuttons{1.7.10.1} [ExtraButtons] (ExtraButtons-1.7.10.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtraUtilities{1.1.0k} [Extra Utilities] (extrautilities-1.1.0k.jar) Unloaded->Constructed->Pre-initialized->Initialized
flora{1.0} [Fluids and Liquids on Ridiculous Armor] (FLORA-1.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
GregsLighting{1.11.0} [Greg's Lighting] (GregsLighting-1.11.0-mc1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
reaper_lantern{1.44} [Lantern mod] (Lantern1.44[1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized
minechem{5.0.5.181} [Minechem] (Minechem-1.7.10-5.0.5.181.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0RC3} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.0RC3-591.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatAtum{1.7.10R2.8.0RC2} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.0RC3-591.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0RC3} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.0RC3-591.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0RC3} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.0RC3-591.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0RC2} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.0RC3-591.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0RC2} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.0RC3-591.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatForestry{1.7.10R2.8.0RC3} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.0RC3-591.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0RC3} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.0RC3-591.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatIC2{1.7.10R2.8.0RC3} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.0RC3-591.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0RC2} [MFR Compat: Mystcraft] (MineFactoryReloaded-[1.7.10]2.8.0RC3-591.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatPams{1.7.10R2.8.0RC2} [MFR Compat: Pam's Mods] (MineFactoryReloaded-[1.7.10]2.8.0RC3-591.jar) Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Exploration{4.5.1.51} [ProjectRed-Exploration] (ProjectRed-World-1.7.10-4.5.1.51.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0RC2} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.0RC3-591.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0RC3} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.0RC3-591.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatRP2{1.7.10R2.8.0RC2} [MFR Compat: RP2] (MineFactoryReloaded-[1.7.10]2.8.0RC3-591.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0RC2} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.0RC3-591.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0RC3} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.0RC3-591.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0RC3} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.0RC3-591.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0RC3} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.0RC3-591.jar) Unloaded->Constructed->Pre-initialized->Initialized
MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0RC3} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.0RC3-591.jar) Unloaded->Constructed->Pre-initialized->Initialized
modularpots{1.7.10.14} [Modular Flower Pots] (ModularPots-1.7.10.14.jar) Unloaded->Constructed->Pre-initialized->Initialized
musiccraft{2.9.8} [MusicCraft] (musiccraft-2.9.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons{1.12.2.9} [NEI Addons] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|Botany{1.12.2.9} [NEI Addons: Botany] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|Forestry{1.12.2.9} [NEI Addons: Forestry] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|CraftingTables{1.12.2.9} [NEI Addons: Crafting Tables] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIAddons|ExNihilo{1.12.2.9} [NEI Addons: Ex Nihilo] (neiaddons-mc1710-1.12.2.9.jar) Unloaded->Constructed->Pre-initialized->Initialized
NEIPlugins{1.1.0.11-unofficial} [NEI Plugins Unofficial] (NEIPlugins-MC1.7.10-1.1.0.11-unofficial.jar) Unloaded->Constructed->Pre-initialized->Initialized
ObsidianBoat{v1.3.2} [Obsidian Boat] (ObsidianBoat-1.7.10-1.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
OpenMods{0.6} [OpenMods] (OpenModsLib-1.7.10-0.6-snapshot-224.jar) Unloaded->Constructed->Pre-initialized->Initialized
OpenBlocks{1.3} [OpenBlocks] (OpenBlocks-1.7.10-1.3-snapshot-434.jar) Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Transmission{4.5.1.51} [ProjectRed-Transmission] (ProjectRed-Integration-1.7.10-4.5.1.51.jar) Unloaded->Constructed->Pre-initialized->Initialized
OpenComputers{1.4.0.6-rc.1} [OpenComputers] (OpenComputers-MC1.7.10-1.4.0.6-rc.1-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
openprinter{0.1.0.102} [OpenPrinter] (OpenPrinter-MC1.7.10-OC1.4-0.1.0.102.jar) Unloaded->Constructed->Pre-initialized->Errored
clayspawn{1.7.2a} [Pam's Clay Spawn] (Pam's Clay Spawn 1.7.2a.zip) Unloaded->Constructed->Pre-initialized->Initialized
getalltheseeds{1.7.2a} [Pam's Get all the Seeds!] (Pam's Get all the Seeds 1.7.2a.zip) Unloaded->Constructed->Pre-initialized->Initialized
pplus{1.7.10} [Peaceful+] (Peaceful Plus [1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized
PowerConverters{1.7.10-3.0.1.37} [Power Converters] (PowerConverters-1.7.10-3.0.1.37.jar) Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Compatibility{4.5.1.51} [ProjectRed-Compatibility] (ProjectRed-Compat-1.7.10-4.5.1.51.jar) Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Integration{4.5.1.51} [ProjectRed-Integration] (ProjectRed-Integration-1.7.10-4.5.1.51.jar) Unloaded->Constructed->Pre-initialized->Initialized
ProjRed|Illumination{4.5.1.51} [ProjectRed-Illumination] (ProjectRed-Lighting-1.7.10-4.5.1.51.jar) Unloaded->Constructed->Pre-initialized->Initialized
YogpstopLib{2.0-RC4} [Yogpstop Library] (QuarryPlus-1.7.10-2.0-RC4.jar) Unloaded->Constructed->Pre-initialized->Initialized
QuarryPlus{2.0-RC4} [QuarryPlus] (QuarryPlus-1.7.10-2.0-RC4.jar) Unloaded->Constructed->Pre-initialized->Initialized
QuartzPlus{0.9.04} [Quartz Plus] (QuartzPlus-1.7.10-0.9.04.jar) Unloaded->Constructed->Pre-initialized->Initialized
radixcore{1.3.3} [RadixCore] (RadixCore-1.7.x-1.3.3-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
rafradek_blocklauncher{1.4.1} [Block Launcher] (rafradek_blocklauncher-1.4.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
rafradek_wallpaint{1.5.4} [Wall Painter] (rafradek_wallpaint-1.5.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
RedstonePasteMod{1.6.2} [Redstone Paste] (RedstonePasteMod-1.7.10-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
RIO{1.4.3} [RemoteIO] (RemoteIO-1.7.10-1.4.3.B49-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
RopesPlus{1.6.3} [Ropes+] (RopePlus-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
ShowDurability2{1.3.0} [ShowDurability2] (ShowDurability2-1.7.10-1.4.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
SolarFlux{1.7.10-0.4b} [Solar Flux] (SolarFlux-1.7.10-0.4b.jar) Unloaded->Constructed->Pre-initialized->Initialized
Somnia{-au} [Somnia] (Somnia-1.3.0.15.jar) Unloaded->Constructed->Pre-initialized->Initialized
SpiceOfLife{1.2.1} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.2.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar) Unloaded->Constructed->Pre-initialized->Initialized
StopGap{2.0.6} [StopGap] (StopGap-2.0.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
StorageDrawers{1.1.5} [Storage Drawers] (StorageDrawers-1.7.10-1.1.5.jar) Unloaded->Constructed->Pre-initialized->Initialized
Sync{4.0.0} [Sync] (Sync-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
treeores{1.0} [treeores] (TreeOresMod-1.7.10-3.9.jar) Unloaded->Constructed->Pre-initialized->Initialized
Tubes{2.0.4} [Tubes] (Tubes-1.7.10-2.0.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
UsefulFood{1.5.0} [UsefulFood] (UsefulFood-1.5.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
UtilityMobs{3.1.1} [Utility Mobs] (UtilityMobs-1.7.10-3.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
VillagersNose{1.3a} [Villager's Nose] (VillagersNose-1.7.10-1.3c.jar) Unloaded->Constructed->Pre-initialized->Initialized
weaponmod{1.7.2 v1.14.2} [Balkon's WeaponMod] (weaponmod-1.14.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Core{1.4.1.7} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.7-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Addons{1.4.1.7} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.7-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
WR-CBE|Logic{1.4.1.7} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.7-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Transport{6.0.18} [BC Transport] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildCraft|Silicon{6.0.18} [BC Silicon] (buildcraft-6.0.18.jar) Unloaded->Constructed->Pre-initialized->Initialized
McMultipart{1.1.0.309} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
ForgeMicroblock{1.1.0.309} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
asielibcore{} [AsieLib CoreMod] (minecraft.jar) Unloaded->Disabled
Launched Version: 1.7.10
LWJGL: 2.9.1
OpenGL: AMD Radeon HD 7400M Series GL version 4.3.12618 Compatibility Profile Context 13.251.0.0, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
 
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Edited by JoshTheEnder
Put crashlog in spoiler tag
Link to post
Share on other sites

Do me a favor, Open your DragonAPI 1.7.10 V2.jar with WinRAR or WinZIP and delete the li directory.  There are other mods that ship the OpenComputers API incorrectly, Interface stripping and @Optional annotations exist within forge for a reason and many developers don't use them, when you ship API files in your mod there is a chance that those can override the API included in the actual mod.

Link to post
Share on other sites

xD I was almost going to suggest the same idea in terms of Nametag printing all over again when I realized I suggested it back in January.

Any thoughts on the idea with some distance on it? Not something worth your time to do?

Coming soon to a OpenPrinter near you: http://michi.pc-logix.com/Minecraft_1.7.10_2015-06-02_18-01-48.png

printTag("Your Text Here")

http://jenkins.pc-logix.com/job/OpenPrinter1.7/ Build #111 has printTag("String")

Link to post
Share on other sites

Build 126 adds a Paper Shredder to turn your printed pages back into plain Minecraft Paper.  You shred pages into shredded paper, and combine shredded paper with water to get MC paper!  

Also added is a new File Folder, craft one, Sneak Click with it in your hand and place up to 9 pages in the provided inventory.  Now regular click and view them!

Updated the storage for printed pages, pages printed with the new version when scanned will maintain the color of the line when duplicated.  Speaking of scanning, and duplication, there is now a included file "xerox.lua" when you connect a printer that will take a page placed in the scan slot and copy it.  simply call xerox # to make # copies (eg; xerox 4 to make 4 copies)

Link to post
Share on other sites

If things are done correctly, which I believe is the case, haven't tested it myself, it's in /bin. So you just need to write "xerox <number of copies>" as Michiyo explained.

^^ This.  Once connected to a printer it puts the file in /bin, meaning you can run it directly from the commandline wherever you are, just type xerox and you should get usage instructions.

Link to post
Share on other sites

^^ This.  Once connected to a printer it puts the file in /bin, meaning you can run it directly from the commandline wherever you are, just type xerox and you should get usage instructions.

 

I tried again. I placed a creative case, hd tier 3 , monitor T3, keyboard, APU T2, internet card, EPPROM lua bios.

Turned on

installed the OpenOS

reboot

and after that i placed the printer .

I continue to see the printer component, i see the method, but this Xerox.lua is not in my hd.. if i try xerox 3 for exemple the response is " file not found"

is strange, when i placed the printer, the computer case did some noise..

Maybe is because i'm in creative and i need to build the component piece by piece on survival mode ?

Link to post
Share on other sites

I tried again. I placed a creative case, hd tier 3 , monitor T3, keyboard, APU T2, internet card, EPPROM lua bios.

Turned on

installed the OpenOS

reboot

and after that i placed the printer .

I continue to see the printer component, i see the method, but this Xerox.lua is not in my hd.. if i try xerox 3 for exemple the response is " file not found"

is strange, when i placed the printer, the computer case did some noise..

Maybe is because i'm in creative and i need to build the component piece by piece on survival mode ?

 

install an internet card, cd into /bin and then do wget https://raw.githubusercontent.com/PC-Logix/OpenPrinter/1.7/src/main/resources/assets/openprinter/lua/printer/bin/xerox.lua

 

It seems the file was being excluded from my repo and therefor not being included in the builds.  This has been fixed in the newest release (build 129)

Link to post
Share on other sites

So, I finally added OpenPrinter to my dev pack for testing purposes. From what I've seen so far, you've out-done the competition by far Michi :)

 

I'm messing with a lot of different dev projects for my big rail network and I was wondering if it would be ok to throw a suggestion in for your printer mod.

I'm working on a railway management system, which includes generating routing tables to control where the trains go. In Railcraft the route definitions are put in tickets (for which we have the Ticket Machine in Computronics; thanks Vex & asie!), but I'm looking for a way to print the routing tables (or filters if you will) that govern where trains get sent based on their ticket destinations.

 

What I'd really love to be able to do, is grab a Railcraft Routing Table book, stuff it in the printer and print the routing table code directly into the book. Do you think it would be possible to do with your OpenPrinter mod?

I don't know how CovertJaguar handles the Routing Table data in his mod, but I'm guessing it's similar to normal written books, except the Routing Tables can not be finalized / locked. If this is possible, it wouldnt matter if the printer overwrites/deletes any previous data found in an inserted Routing Table if that makes it easier to handle.

 

Anyways, just a dreaming wish you can disregard if it's something that doesnt fit your vision of the mod or is too annoying to add :)

 

//Sharidan

Link to post
Share on other sites

So, I finally added OpenPrinter to my dev pack for testing purposes. From what I've seen so far, you've out-done the competition by far Michi :)

 

I'm messing with a lot of different dev projects for my big rail network and I was wondering if it would be ok to throw a suggestion in for your printer mod.

I'm working on a railway management system, which includes generating routing tables to control where the trains go. In Railcraft the route definitions are put in tickets (for which we have the Ticket Machine in Computronics; thanks Vex & asie!), but I'm looking for a way to print the routing tables (or filters if you will) that govern where trains get sent based on their ticket destinations.

 

What I'd really love to be able to do, is grab a Railcraft Routing Table book, stuff it in the printer and print the routing table code directly into the book. Do you think it would be possible to do with your OpenPrinter mod?

I don't know how CovertJaguar handles the Routing Table data in his mod, but I'm guessing it's similar to normal written books, except the Routing Tables can not be finalized / locked. If this is possible, it wouldnt matter if the printer overwrites/deletes any previous data found in an inserted Routing Table if that makes it easier to handle.

 

Anyways, just a dreaming wish you can disregard if it's something that doesnt fit your vision of the mod or is too annoying to add :)

 

//Sharidan

 

 

I'll look into this.

Link to post
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
Reply to this topic...

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

Loading...

×
×
  • Create New...

Important Information

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