2019.11.20 18:10 Don DeLillo
2023.03.27 01:51 Embarrassed-Error182 Hello, I'm after some feedback on my gendebending horror screenplay (91 pages). Details below.
2023.03.27 01:47 Embarrassed-Error182 Hello, I'm after some feedback on my genrebending horror feature (91 pages). Details below.
2023.03.27 01:03 iggy263 a bit of help please The game crashed whilst initializing game Error: java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'geckolib3'!
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0([EntrypointUtils.java:51](https://EntrypointUtils.java:51)) at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions([ExceptionUtil.java:33](https://ExceptionUtil.java:33)) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0([EntrypointUtils.java:49](https://EntrypointUtils.java:49)) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke([EntrypointUtils.java:35](https://EntrypointUtils.java:35)) at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient([Hooks.java:53](https://Hooks.java:53)) at net.minecraft.class\_310.Caused by: net.fabricmc.loader.api.EntrypointException: Exception while loading entries for entrypoint 'client' provided by 'geckolib3'(class\_310.java:452) at net.minecraft.client.main.Main.main([Main.java:197](https://Main.java:197)) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch([MinecraftGameProvider.java:461](https://MinecraftGameProvider.java:461)) at net.fabricmc.loader.impl.launch.knot.Knot.launch([Knot.java:74](https://Knot.java:74)) at net.fabricmc.loader.impl.launch.knot.KnotClient.main([KnotClient.java:23](https://KnotClient.java:23)) Suppressed: java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of software.bernie.geckolib3.renderers.geo.GeoEntityRenderer failed at ladysnake.pickyourpoison.client.PickYourPoisonClient.onInitializeClient([PickYourPoisonClient.java:36](https://PickYourPoisonClient.java:36)) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0([EntrypointUtils.java:47](https://EntrypointUtils.java:47)) ... 7 more Caused by: java.lang.RuntimeException: Mixin transformation of software.bernie.geckolib3.renderers.geo.GeoEntityRenderer failed at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray([KnotClassDelegate.java:427](https://KnotClassDelegate.java:427)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass([KnotClassDelegate.java:323](https://KnotClassDelegate.java:323)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass([KnotClassDelegate.java:218](https://KnotClassDelegate.java:218)) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass([KnotClassLoader.java:145](https://KnotClassLoader.java:145)) at java.base/java.lang.ClassLoader.loadClass([ClassLoader.java:520](https://ClassLoader.java:520)) at java.base/java.lang.ClassLoader.defineClass1(Native Method) at java.base/java.lang.ClassLoader.defineClass([ClassLoader.java:1012](https://ClassLoader.java:1012)) at java.base/java.security.SecureClassLoader.defineClass([SecureClassLoader.java:150](https://SecureClassLoader.java:150)) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.defineClassFwd([KnotClassLoader.java:186](https://KnotClassLoader.java:186)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass([KnotClassDelegate.java:355](https://KnotClassDelegate.java:355)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass([KnotClassDelegate.java:218](https://KnotClassDelegate.java:218)) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass([KnotClassLoader.java:145](https://KnotClassLoader.java:145)) at java.base/java.lang.ClassLoader.loadClass([ClassLoader.java:520](https://ClassLoader.java:520)) ... 9 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins([MixinProcessor.java:392](https://MixinProcessor.java:392)) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass([MixinTransformer.java:234](https://MixinTransformer.java:234)) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes([MixinTransformer.java:202](https://MixinTransformer.java:202)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray([KnotClassDelegate.java:422](https://KnotClassDelegate.java:422)) ... 21 more Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin \[enchancement.mixins.json:frostbite.client.integration.geckolib.GeoEntityRendererMixin from mod enchancement\] from phase \[DEFAULT\] in config \[enchancement.mixins.json\] FAILED during APPLY at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError([MixinProcessor.java:638](https://MixinProcessor.java:638)) at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError([MixinProcessor.java:589](https://MixinProcessor.java:589)) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins([MixinProcessor.java:379](https://MixinProcessor.java:379)) ... 24 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: u/Shadow method getOverlay in enchancement.mixins.json:frostbite.client.integration.geckolib.GeoEntityRendererMixin from mod enchancement was not located in the target class software.bernie.geckolib3.renderers.geo.GeoEntityRenderer. Using refmap enchancement-refmap.json at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachSpecialMethod([MixinPreProcessorStandard.java:436](https://MixinPreProcessorStandard.java:436)) at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachShadowMethod([MixinPreProcessorStandard.java:412](https://MixinPreProcessorStandard.java:412)) at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachMethods([MixinPreProcessorStandard.java:340](https://MixinPreProcessorStandard.java:340)) at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach([MixinPreProcessorStandard.java:299](https://MixinPreProcessorStandard.java:299)) at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor([MixinPreProcessorStandard.java:277](https://MixinPreProcessorStandard.java:277)) at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor([MixinInfo.java:1289](https://MixinInfo.java:1289)) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply([MixinApplicatorStandard.java:292](https://MixinApplicatorStandard.java:292)) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply([TargetClassContext.java:421](https://TargetClassContext.java:421)) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins([TargetClassContext.java:403](https://TargetClassContext.java:403)) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins([MixinProcessor.java:363](https://MixinProcessor.java:363)) ... 24 more Suppressed: java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of software.bernie.geckolib3.renderers.geo.GeoEntityRenderer failed at ladysnake.ratsmischief.client.MischiefClient.onInitializeClient([MischiefClient.java:13](https://MischiefClient.java:13)) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0([EntrypointUtils.java:47](https://EntrypointUtils.java:47)) ... 7 more Caused by: java.lang.RuntimeException: Mixin transformation of software.bernie.geckolib3.renderers.geo.GeoEntityRenderer failed at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray([KnotClassDelegate.java:427](https://KnotClassDelegate.java:427)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass([KnotClassDelegate.java:323](https://KnotClassDelegate.java:323)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass([KnotClassDelegate.java:218](https://KnotClassDelegate.java:218)) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass([KnotClassLoader.java:145](https://KnotClassLoader.java:145)) at java.base/java.lang.ClassLoader.loadClass([ClassLoader.java:520](https://ClassLoader.java:520)) at java.base/java.lang.ClassLoader.defineClass1(Native Method) at java.base/java.lang.ClassLoader.defineClass([ClassLoader.java:1012](https://ClassLoader.java:1012)) at java.base/java.security.SecureClassLoader.defineClass([SecureClassLoader.java:150](https://SecureClassLoader.java:150)) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.defineClassFwd([KnotClassLoader.java:186](https://KnotClassLoader.java:186)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass([KnotClassDelegate.java:355](https://KnotClassDelegate.java:355)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass([KnotClassDelegate.java:218](https://KnotClassDelegate.java:218)) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass([KnotClassLoader.java:145](https://KnotClassLoader.java:145)) at java.base/java.lang.ClassLoader.loadClass([ClassLoader.java:520](https://ClassLoader.java:520)) ... 9 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins([MixinProcessor.java:392](https://MixinProcessor.java:392)) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass([MixinTransformer.java:234](https://MixinTransformer.java:234)) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes([MixinTransformer.java:202](https://MixinTransformer.java:202)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray([KnotClassDelegate.java:422](https://KnotClassDelegate.java:422)) ... 21 more Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin \[enchancement.mixins.json:frostbite.client.integration.geckolib.GeoEntityRendererMixin from mod enchancement\] from phase \[DEFAULT\] in config \[enchancement.mixins.json\] FAILED during APPLY at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError([MixinProcessor.java:638](https://MixinProcessor.java:638)) at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError([MixinProcessor.java:589](https://MixinProcessor.java:589)) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins([MixinProcessor.java:379](https://MixinProcessor.java:379)) ... 24 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: u/Shadow method getOverlay in enchancement.mixins.json:frostbite.client.integration.geckolib.GeoEntityRendererMixin from mod enchancement was not located in the target class software.bernie.geckolib3.renderers.geo.GeoEntityRenderer. Using refmap enchancement-refmap.json at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachSpecialMethod([MixinPreProcessorStandard.java:436](https://MixinPreProcessorStandard.java:436)) at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachShadowMethod([MixinPreProcessorStandard.java:412](https://MixinPreProcessorStandard.java:412)) at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachMethods([MixinPreProcessorStandard.java:340](https://MixinPreProcessorStandard.java:340)) at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach([MixinPreProcessorStandard.java:299](https://MixinPreProcessorStandard.java:299)) at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor([MixinPreProcessorStandard.java:277](https://MixinPreProcessorStandard.java:277)) at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor([MixinInfo.java:1289](https://MixinInfo.java:1289)) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply([MixinApplicatorStandard.java:292](https://MixinApplicatorStandard.java:292)) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply([TargetClassContext.java:421](https://TargetClassContext.java:421)) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins([TargetClassContext.java:403](https://TargetClassContext.java:403)) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins([MixinProcessor.java:363](https://MixinProcessor.java:363)) ... 24 more
at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint([EntrypointContainerImpl.java:56](https://EntrypointContainerImpl.java:56)) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0([EntrypointUtils.java:47](https://EntrypointUtils.java:47)) ... 7 moreCaused by: java.lang.RuntimeException: Mixin transformation of software.bernie.geckolib3.renderers.geo.GeoEntityRenderer failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray([KnotClassDelegate.java:427](https://KnotClassDelegate.java:427)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass([KnotClassDelegate.java:323](https://KnotClassDelegate.java:323)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass([KnotClassDelegate.java:218](https://KnotClassDelegate.java:218)) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass([KnotClassLoader.java:145](https://KnotClassLoader.java:145)) at java.base/java.lang.ClassLoader.loadClass([ClassLoader.java:520](https://ClassLoader.java:520)) at java.base/java.lang.ClassLoader.defineClass1(Native Method) at java.base/java.lang.ClassLoader.defineClass([ClassLoader.java:1012](https://ClassLoader.java:1012)) at java.base/java.security.SecureClassLoader.defineClass([SecureClassLoader.java:150](https://SecureClassLoader.java:150)) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.defineClassFwd([KnotClassLoader.java:186](https://KnotClassLoader.java:186)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass([KnotClassDelegate.java:355](https://KnotClassDelegate.java:355)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass([KnotClassDelegate.java:218](https://KnotClassDelegate.java:218)) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass([KnotClassLoader.java:145](https://KnotClassLoader.java:145)) at java.base/java.lang.ClassLoader.loadClass([ClassLoader.java:520](https://ClassLoader.java:520)) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName([Class.java:467](https://Class.java:467)) at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create([DefaultLanguageAdapter.java:50](https://DefaultLanguageAdapter.java:50)) at net.fabricmc.loader.impl.entrypoint.EntrypointStorage$NewEntry.getOrCreate([EntrypointStorage.java:117](https://EntrypointStorage.java:117)) at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint([EntrypointContainerImpl.java:53](https://EntrypointContainerImpl.java:53)) ... 8 moreCaused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins([MixinProcessor.java:392](https://MixinProcessor.java:392)) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass([MixinTransformer.java:234](https://MixinTransformer.java:234)) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes([MixinTransformer.java:202](https://MixinTransformer.java:202)) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray([KnotClassDelegate.java:422](https://KnotClassDelegate.java:422)) ... 25 moreCaused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [enchancement.mixins.json:frostbite.client.integration.geckolib.GeoEntityRendererMixin from mod enchancement] from phase [DEFAULT] in config [enchancement.mixins.json] FAILED during APPLY
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError([MixinProcessor.java:638](https://MixinProcessor.java:638)) at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError([MixinProcessor.java:589](https://MixinProcessor.java:589)) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins([MixinProcessor.java:379](https://MixinProcessor.java:379)) ... 28 moreCaused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: u/Shadow method getOverlay in enchancement.mixins.json:frostbite.client.integration.geckolib.GeoEntityRendererMixin from mod enchancement was not located in the target class software.bernie.geckolib3.renderers.geo.GeoEntityRenderer. Using refmap enchancement-refmap.json
at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachSpecialMethod([MixinPreProcessorStandard.java:436](https://MixinPreProcessorStandard.java:436)) at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachShadowMethod([MixinPreProcessorStandard.java:412](https://MixinPreProcessorStandard.java:412)) at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachMethods([MixinPreProcessorStandard.java:340](https://MixinPreProcessorStandard.java:340)) at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach([MixinPreProcessorStandard.java:299](https://MixinPreProcessorStandard.java:299)) at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor([MixinPreProcessorStandard.java:277](https://MixinPreProcessorStandard.java:277)) at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor([MixinInfo.java:1289](https://MixinInfo.java:1289)) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply([MixinApplicatorStandard.java:292](https://MixinApplicatorStandard.java:292)) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply([TargetClassContext.java:421](https://TargetClassContext.java:421)) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins([TargetClassContext.java:403](https://TargetClassContext.java:403)) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins([MixinProcessor.java:363](https://MixinProcessor.java:363)) ... 28 more
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0([EntrypointUtils.java:51](https://EntrypointUtils.java:51)) at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions([ExceptionUtil.java:33](https://ExceptionUtil.java:33)) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0([EntrypointUtils.java:49](https://EntrypointUtils.java:49)) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke([EntrypointUtils.java:35](https://EntrypointUtils.java:35)) at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient([Hooks.java:53](https://Hooks.java:53)) at net.minecraft.class\_310.(class\_310.java:452)
Modules: ADVAPI32.dll:Advanced Windows 32 Base API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation CRYPT32.dll:Crypto API32:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation CRYPTBASE.dll:Base cryptographic API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation CRYPTSP.dll:Cryptographic Service Provider API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation DBGHELP.DLL:Windows Image Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation DNSAPI.dll:DNS Client API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation GDI32.dll:GDI Client DLL:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation IPHLPAPI.DLL:IP Helper API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.22621.900 (WinBuild.160101.0800):Microsoft Corporation KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation MpOav.dll:IOfficeAntiVirus Module:4.18.2301.6 (WinBuild.160101.0800):Microsoft Corporation NSI.dll:NSI User-mode interface DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation NTASN1.dll:Microsoft ASN.1 API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation OLEAUT32.dll:OLEAUT32.DLL:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation Ole32.dll:Microsoft OLE for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation PSAPI.DLL:Process Status Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation Pdh.dll:Windows Performance Data Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation RPCRT4.dll:Remote Procedure Call Runtime:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation SHCORE.dll:SHCORE:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation SHELL32.dll:Windows Shell Common Dll:10.0.22621.755 (WinBuild.160101.0800):Microsoft Corporation USER32.dll:Multi-User Windows USER API Client DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation USERENV.dll:Userenv:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation VERSION.dll:Version Checking and File Installation Libraries:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation WINHTTP.dll:Windows HTTP Services:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation WINMM.dll:MCI API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation WS2\_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation amsi.dll:Anti-Malware Scan Interface:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation apphelp.dll:Application Compatibility Client Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation awt.dll:OpenJDK Platform binary:17.0.1.0:Microsoft bcrypt.dll:Windows Cryptographic Primitives Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation combase.dll:Microsoft COM for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation dbgcore.DLL:Windows Core Debugging Helpers:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc.DLL:DHCP Client Service:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc6.DLL:DHCPv6 Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation gdi32full.dll:GDI Client DLL:10.0.22621.1344 (WinBuild.160101.0800):Microsoft Corporation glfw.dll java.dll:OpenJDK Platform binary:17.0.1.0:Microsoft javaw.exe:OpenJDK Platform binary:17.0.1.0:Microsoft jemalloc.dll jimage.dll:OpenJDK Platform binary:17.0.1.0:Microsoft jli.dll:OpenJDK Platform binary:17.0.1.0:Microsoft jna7981409455618304418.dll:JNA native library:6.1.2:Java(TM) Native Access (JNA) jvm.dll:OpenJDK 64-Bit server VM:17.0.1.0:Microsoft kernel.appcore.dll:AppModel API Host:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation lwjgl.dll management.dll:OpenJDK Platform binary:17.0.1.0:Microsoft management\_ext.dll:OpenJDK Platform binary:17.0.1.0:Microsoft msvcp140.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation msvcp\_win.dll:Microsoft® C Runtime Library:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation msvcrt.dll:Windows NT CRT DLL:7.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation napinsp.dll:E-mail Naming Shim Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation ncrypt.dll:Windows NCrypt Router:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation net.dll:OpenJDK Platform binary:17.0.1.0:Microsoft nio.dll:OpenJDK Platform binary:17.0.1.0:Microsoft nlansp\_c.dll:NLA Namespace Service Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation ntdll.dll:NT Layer DLL:10.0.22621.900 (WinBuild.160101.0800):Microsoft Corporation perfos.dll:Windows System Performance Objects DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation pfclient.dll:SysMain Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation pnrpnsp.dll:PNRP Name Space Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation profapi.dll:User Profile Basic API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation rasadhlp.dll:Remote Access AutoDial Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation shlwapi.dll:Shell Light-weight Utility Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation sunmscapi.dll:OpenJDK Platform binary:17.0.1.0:Microsoft svml.dll:OpenJDK Platform binary:17.0.1.0:Microsoft ucrtbase.dll:Microsoft® C Runtime Library:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation vcruntime140\_1.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation verify.dll:OpenJDK Platform binary:17.0.1.0:Microsoft win32u.dll:Win32u:10.0.22621.1413 (WinBuild.160101.0800):Microsoft Corporation windows.storage.dll:Microsoft WinRT Storage API:10.0.22621.608 (WinBuild.160101.0800):Microsoft Corporation winrnr.dll:LDAP RnR Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation wintypes.dll:Windows Base Types DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation wshbth.dll:Windows Sockets Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation zip.dll:OpenJDK Platform binary:17.0.1.0:MicrosoftStacktrace:
at net.minecraft.client.main.Main.main([Main.java:197](https://Main.java:197)) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch([MinecraftGameProvider.java:461](https://MinecraftGameProvider.java:461)) at net.fabricmc.loader.impl.launch.knot.Knot.launch([Knot.java:74](https://Knot.java:74)) at net.fabricmc.loader.impl.launch.knot.KnotClient.main([KnotClient.java:23](https://KnotClient.java:23))
Minecraft Version: 1.18.2 Minecraft Version ID: 1.18.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.1, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 701476184 bytes (668 MiB) / 1308622848 bytes (1248 MiB) up to 2147483648 bytes (2048 MiB) CPUs: 4 Processor Vendor: GenuineIntel Processor Name: 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz Identifier: Intel64 Family 6 Model 141 Stepping 1 Microarchitecture: unknown Frequency (GHz): 2.30 Number of physical packages: 1 Number of physical CPUs: 8 Number of logical CPUs: 16 Graphics card #0 name: Virtual Desktop Monitor Graphics card #0 vendor: Virtual Desktop, Inc. Graphics card #0 VRAM (MB): 0.00 Graphics card #0 deviceId: unknown Graphics card #0 versionInfo: DriverVersion=15.39.56.845 Graphics card #1 name: Intel(R) UHD Graphics Graphics card #1 vendor: Intel Corporation (0x8086) Graphics card #1 VRAM (MB): 1024.00 Graphics card #1 deviceId: 0x9a60 Graphics card #1 versionInfo: DriverVersion=30.0.101.2079 Graphics card #2 name: NVIDIA GeForce RTX 3050 Ti Laptop GPU Graphics card #2 vendor: NVIDIA (0x10de) Graphics card #2 VRAM (MB): 4095.00 Graphics card #2 deviceId: 0x25a0 Graphics card #2 versionInfo: DriverVersion=31.0.15.2737 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 3.20 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 3.20 Memory slot #1 type: DDR4 Virtual memory max (MB): 28373.52 Virtual memory used (MB): 24028.61 Swap memory total (MB): 12288.00 Swap memory used (MB): 1504.79 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance\_javaw.exe\_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Fabric Mods: architectury: Architectury 4.11.89 blast: BLAST 1.9.1 bookshelf: Bookshelf 13.2.53 creeperspores: Creeper Spores 1.8.0 effective: Effective 1.2.1 cloth-config: Cloth Config v6 6.2.57cloth-basic-math: cloth-basic-math 0.6.0
enchancement: Enchancement 1.18-19 cardinal-components-base: Cardinal Components API (base) 4.2.0 cardinal-components-entity: Cardinal Components API (entities) 4.2.0 cardinal-components-world: Cardinal Components API (worlds) 4.2.0 com\_github\_llamalad7\_mixinextras: MixinExtras 0.1.1 midnightlib: MidnightLib 0.4.4 step-height-entity-attribute: Step Height Entity Attribute 1.0.0 enchdesc: EnchantmentDescriptions 10.0.12 fabric-api: Fabric API 0.75.1+1.18.2 fabric-api-base: Fabric API Base 0.4.5+64b7c69360 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.3+2373a54560 fabric-biome-api-v1: Fabric Biome API (v1) 8.0.6+651bcc5960 fabric-block-api-v1: Fabric Block API (v1) 1.0.0+ee3621fc60 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.13+3ac43d9560 fabric-command-api-v1: Fabric Command API (v1) 1.1.10+d7c144a860 fabric-commands-v0: Fabric Commands (v0) 0.2.9+b4f4f6cd60 fabric-containers-v0: Fabric Containers (v0) 0.1.24+d7c144a860 fabric-content-registries-v0: Fabric Content Registries (v0) 3.1.2+c85f2e3860 fabric-convention-tags-v1: Fabric Convention Tags 1.0.2+474e4f7960 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.1+ee261a3e60 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 3.0.3+9fcb91d260 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.21+489d6f8260 fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.9+d7c144a860 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.20+d7c144a860 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.21+d7c144a860 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.13+d7c144a860 fabric-item-api-v1: Fabric Item API (v1) 1.6.1+a6f01b2660 fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.15+91896a4960 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.12+54e5b2ec60 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.10+b4f4f6cd60 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.1.1+cc71601c60 fabric-loot-api-v2: Fabric Loot API (v2) 1.1.1+1997ad1260 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.3+e747827960 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.5+cc71601c60 fabric-models-v0: Fabric Models (v0) 0.3.7+d7c144a860 fabric-networking-api-v1: Fabric Networking API (v1) 1.0.24+2d30af4b60 fabric-networking-v0: Fabric Networking (v0) 0.3.11+b4f4f6cd60 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 2.1.4+032c981d60 fabric-particles-v1: Fabric Particles (v1) 0.2.13+526dc1ac60 fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.12+bb2e047760 fabric-renderer-api-v1: Fabric Renderer API (v1) 0.5.0+bf48649860 fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.1+03e2b68760 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.12+b4f4f6cd60 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.9+ee3621fc60 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 2.0.3+54e5b2ec60 fabric-rendering-v0: Fabric Rendering (v0) 1.1.14+b4f4f6cd60 fabric-rendering-v1: Fabric Rendering (v1) 1.10.8+54e5b2ec60 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.3+91b7aa6660 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.5.2+446e059560 fabric-screen-api-v1: Fabric Screen API (v1) 1.0.11+d882b91560 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.3+1f6558e860 fabric-textures-v0: Fabric Textures (v0) 1.0.13+3ac43d9560 fabric-transfer-api-v1: Fabric Transfer API (v1) 1.6.4+f4563ac860 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.1.0+e747827960 fabricloader: Fabric Loader 0.14.11 geckolib3: Geckolib 3.0.35 com\_eliotlash\_mclib\_mclib: mclib 18 com\_eliotlash\_molang\_molang: molang 18 illuminations: Illuminations 1.10.4 impaled: Impaled 1.1.3 java: OpenJDK 64-Bit Server VM 17 minecraft: Minecraft 1.18.2 nomadbooks: Nomad Books 1.0.1 pickyourpoison: Pick Your Poison 1.0.8 org\_json\_json: json 20211205 satin: Satin 1.7.2 ratsmischief: Rat's Mischief 1.3.7 roughlyenoughitems: Roughly Enough Items 8.3.594 error\_notifier: Error Notifier 1.0.9 tooltipfix: ToolTip Fix 1.0.4-1.18 Launched Version: fabric-loader-0.14.11-1.18.2 Backend library: LWJGL version 3.2.2 build 10 Backend API: Unknown Window size:GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fabric' Type: Client (map\_client.txt) CPU:
2023.03.27 00:45 mariokarthero Tried to install a backup but got this error. For reference, I am using Goldleaf on the emuMMC Atmosphere menu.
![]() | submitted by mariokarthero to SwitchPirates [link] [comments] |
2023.03.26 09:45 Medical_Tie9580 Rotor issues?
![]() | Hey everyone, submitted by Medical_Tie9580 to Trackdays [link] [comments] It's my first post here and many here seem very knowledgeable. Therefore, I'd like to pick some of your brains for your experience and advice. My issue is I think my front brake rotors are warped. I've turned off TCT and I'm still getting the same pulsing feeling when breaking at lower speeds (<40 mph or so) regardless of light or heavy lever modulation. I feel like that confirms rotors are warped? Feels like each pulse equates to a rotation of the front wheel. Circumstances has shifted in my life recently where I don't have extra cash to shell out for a new set of EBC or the like rotors. I've been considering one of those cheap sets on ebay but I'm skeptical of their reliability. I'd consider buying a used set on ebay, but, I have trust issues and am afraid I'd buy some bad rotors. So another part of my post here is to inquire of anyone has experience running ebay rotors opposed to name brand rotors? The photo is the latest pic of my '19 ZX6R (non-abs) I've owned since new. I've enjoyed only 2 track days on this machine (so far) and many spirited rides in the Los Angeles mountains. About 5k miles ago I replaced the OEM pads with EBC HH pads and replaced the OEM brake hoses with steel branded lines and added Motul RBF 660 fluid. I'd save up for some quality name brand rotors, however, I am trading this bike for my best friends '17 Aprilia RSV4 APRC. So I want to make sure this Ninja is in tip top condition for him when we make the swap. Thanks for reading my post and I'd really appreciate your expertise and advice or just anything at all:) Cheers! |
2023.03.26 05:58 ShinsenMiata Will a 2012 Audi A4 ABS Module work in my 2004 Audi S4 B6 ?
submitted by ShinsenMiata to AudiS4 [link] [comments]
2023.03.26 01:04 DAGGieReddit Moonlight mod Crash??
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0([EntrypointUtils.java:51](https://EntrypointUtils.java:51)) at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions([ExceptionUtil.java:33](https://ExceptionUtil.java:33)) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0([EntrypointUtils.java:49](https://EntrypointUtils.java:49)) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke([EntrypointUtils.java:35](https://EntrypointUtils.java:35)) at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient([Hooks.java:53](https://Hooks.java:53)) at net.minecraft.class\_310.Caused by: java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because the return value of "java.util.function.Supplier.get()" is null(class\_310.java:459) at net.minecraft.client.main.Main.method\_44604([Main.java:205](https://Main.java:205)) at net.minecraft.client.main.Main.main([Main.java:51](https://Main.java:51)) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch([MinecraftGameProvider.java:461](https://MinecraftGameProvider.java:461)) at net.fabricmc.loader.impl.launch.knot.Knot.launch([Knot.java:74](https://Knot.java:74)) at net.fabricmc.loader.impl.launch.knot.KnotClient.main([KnotClient.java:23](https://KnotClient.java:23))
at net.mehvahdjukaar.mysticaloaktree.worldgen.ModFeatures.treePlacementBase([ModFeatures.java:173](https://ModFeatures.java:173)) at net.mehvahdjukaar.mysticaloaktree.worldgen.ModFeatures.lambda$static$8([ModFeatures.java:168](https://ModFeatures.java:168)) at net.mehvahdjukaar.moonlight.api.platform.RegHelper.lambda$registerPlacedFeature$1([RegHelper.java:121](https://RegHelper.java:121)) at net.mehvahdjukaar.moonlight.api.platform.fabric.RegistryQueue$EntryWrapper.initialize([RegistryQueue.java:76](https://RegistryQueue.java:76)) at java.base/java.util.ArrayList.forEach([ArrayList.java:1511](https://ArrayList.java:1511)) at net.mehvahdjukaar.moonlight.api.platform.fabric.RegistryQueue.initializeEntries([RegistryQueue.java:42](https://RegistryQueue.java:42)) at net.mehvahdjukaar.moonlight.api.platform.fabric.RegHelperImpl.lateRegisterEntries([RegHelperImpl.java:76](https://RegHelperImpl.java:76)) at net.mehvahdjukaar.moonlight.fabric.MoonlightFabric.commonSetup([MoonlightFabric.java:43](https://MoonlightFabric.java:43)) at net.mehvahdjukaar.moonlight.fabric.MoonlightFabricClient.onInitializeClient([MoonlightFabricClient.java:17](https://MoonlightFabricClient.java:17)) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0([EntrypointUtils.java:47](https://EntrypointUtils.java:47)) ... 8 more
at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0([EntrypointUtils.java:51](https://EntrypointUtils.java:51)) at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions([ExceptionUtil.java:33](https://ExceptionUtil.java:33)) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0([EntrypointUtils.java:49](https://EntrypointUtils.java:49)) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke([EntrypointUtils.java:35](https://EntrypointUtils.java:35)) at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient([Hooks.java:53](https://Hooks.java:53)) at net.minecraft.class\_310.(class\_310.java:459)
Modules: ADVAPI32.dll:Advanced Windows 32 Base API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation CRYPT32.dll:Crypto API32:10.0.22000.1335 (WinBuild.160101.0800):Microsoft Corporation CRYPTBASE.dll:Base cryptographic API DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation CRYPTSP.dll:Cryptographic Service Provider API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation DBGHELP.DLL:Windows Image Helper:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation DNSAPI.dll:DNS Client API DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation GDI32.dll:GDI Client DLL:10.0.22000.832 (WinBuild.160101.0800):Microsoft Corporation IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22000.1165 (WinBuild.160101.0800):Microsoft Corporation IPHLPAPI.DLL:IP Helper API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.22000.708 (WinBuild.160101.0800):Microsoft Corporation KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.22000.708 (WinBuild.160101.0800):Microsoft Corporation MpOav.dll:IOfficeAntiVirus Module:4.18.2301.6 (WinBuild.160101.0800):Microsoft Corporation NSI.dll:NSI User-mode interface DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation NTASN1.dll:Microsoft ASN.1 API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation Ole32.dll:Microsoft OLE for Windows:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation OleAut32.dll:OLEAUT32.DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation PSAPI.DLL:Process Status Helper:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation Pdh.dll:Windows Performance Data Helper DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation RPCRT4.dll:Remote Procedure Call Runtime:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation SHCORE.dll:SHCORE:10.0.22000.1335 (WinBuild.160101.0800):Microsoft Corporation SHELL32.dll:Windows Shell Common Dll:10.0.22000.1335 (WinBuild.160101.0800):Microsoft Corporation UMPDC.dll:User Mode Power Dependency Coordinator:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation USER32.dll:Multi-User Windows USER API Client DLL:10.0.22000.1335 (WinBuild.160101.0800):Microsoft Corporation USERENV.dll:Userenv:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation VERSION.dll:Version Checking and File Installation Libraries:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation WINHTTP.dll:Windows HTTP Services:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation WINMM.dll:MCI API DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation WS2\_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation amsi.dll:Anti-Malware Scan Interface:10.0.22000.1042 (WinBuild.160101.0800):Microsoft Corporation bcrypt.dll:Windows Cryptographic Primitives Library:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22000.1455 (WinBuild.160101.0800):Microsoft Corporation clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation combase.dll:Microsoft COM for Windows:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation dbgcore.DLL:Windows Core Debugging Helpers:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc.DLL:DHCP Client Service:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc6.DLL:DHCPv6 Client:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.22000.258 (WinBuild.160101.0800):Microsoft Corporation gdi32full.dll:GDI Client DLL:10.0.22000.1335 (WinBuild.160101.0800):Microsoft Corporation glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW java.dll:OpenJDK Platform binary:17.0.3.0:Microsoft javaw.exe:OpenJDK Platform binary:17.0.3.0:Microsoft jemalloc.dll jimage.dll:OpenJDK Platform binary:17.0.3.0:Microsoft jli.dll:OpenJDK Platform binary:17.0.3.0:Microsoft jna13441204380113463989.dll:JNA native library:6.1.2:Java(TM) Native Access (JNA) jsvml.dll:OpenJDK Platform binary:17.0.3.0:Microsoft jvm.dll:OpenJDK 64-Bit server VM:17.0.3.0:Microsoft kernel.appcore.dll:AppModel API Host:10.0.22000.71 (WinBuild.160101.0800):Microsoft Corporation lwjgl.dll management.dll:OpenJDK Platform binary:17.0.3.0:Microsoft management\_ext.dll:OpenJDK Platform binary:17.0.3.0:Microsoft msvcp140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation msvcp\_win.dll:Microsoft® C Runtime Library:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation msvcrt.dll:Windows NT CRT DLL:7.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation napinsp.dll:E-mail Naming Shim Provider:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation ncrypt.dll:Windows NCrypt Router:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation net.dll:OpenJDK Platform binary:17.0.3.0:Microsoft nio.dll:OpenJDK Platform binary:17.0.3.0:Microsoft nlansp\_c.dll:NLA Namespace Service Provider DLL:10.0.22000.653 (WinBuild.160101.0800):Microsoft Corporation ntdll.dll:NT Layer DLL:10.0.22000.708 (WinBuild.160101.0800):Microsoft Corporation perfos.dll:Windows System Performance Objects DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation pfclient.dll:SysMain Client:10.0.22000.653 (WinBuild.160101.0800):Microsoft Corporation pnrpnsp.dll:PNRP Name Space Provider:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation powrprof.dll:Power Profile Helper DLL:10.0.22000.1335 (WinBuild.160101.0800):Microsoft Corporation profapi.dll:User Profile Basic API:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation rasadhlp.dll:Remote Access AutoDial Helper:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation shlwapi.dll:Shell Light-weight Utility Library:10.0.22000.1335 (WinBuild.160101.0800):Microsoft Corporation sunmscapi.dll:OpenJDK Platform binary:17.0.3.0:Microsoft ucrtbase.dll:Microsoft® C Runtime Library:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation vcruntime140\_1.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation verify.dll:OpenJDK Platform binary:17.0.3.0:Microsoft win32u.dll:Win32u:10.0.22000.1455 (WinBuild.160101.0800):Microsoft Corporation windows.storage.dll:Microsoft WinRT Storage API:10.0.22000.1335 (WinBuild.160101.0800):Microsoft Corporation winrnr.dll:LDAP RnR Provider DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation wintypes.dll:Windows Base Types DLL:10.0.22000.1 (WinBuild.160101.0800):Microsoft Corporation wshbth.dll:Windows Sockets Helper DLL:10.0.22000.653 (WinBuild.160101.0800):Microsoft Corporation zip.dll:OpenJDK Platform binary:17.0.3.0:MicrosoftStacktrace:
at net.minecraft.client.main.Main.method\_44604([Main.java:205](https://Main.java:205)) at net.minecraft.client.main.Main.main([Main.java:51](https://Main.java:51)) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch([MinecraftGameProvider.java:461](https://MinecraftGameProvider.java:461)) at net.fabricmc.loader.impl.launch.knot.Knot.launch([Knot.java:74](https://Knot.java:74)) at net.fabricmc.loader.impl.launch.knot.KnotClient.main([KnotClient.java:23](https://KnotClient.java:23))
Minecraft Version: 1.19.2 Minecraft Version ID: 1.19.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.3, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 214574656 bytes (204 MiB) / 704643072 bytes (672 MiB) up to 2147483648 bytes (2048 MiB) CPUs: 8 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz Identifier: Intel64 Family 6 Model 142 Stepping 10 Microarchitecture: Coffee Lake Frequency (GHz): 1.80 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 8 Graphics card #0 name: Intel(R) UHD Graphics 620 Graphics card #0 vendor: Intel Corporation (0x8086) Graphics card #0 VRAM (MB): 1024.00 Graphics card #0 deviceId: 0x5917 Graphics card #0 versionInfo: DriverVersion=25.20.100.6446 Memory slot #0 capacity (MB): 4096.00 Memory slot #0 clockSpeed (GHz): 2.40 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 4096.00 Memory slot #1 clockSpeed (GHz): 2.40 Memory slot #1 type: DDR4 Virtual memory max (MB): 22862.29 Virtual memory used (MB): 7732.05 Swap memory total (MB): 14793.06 Swap memory used (MB): 475.34 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance\_javaw.exe\_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Fabric Mods: appleskin: AppleSkin 2.4.1+mc1.19 architectury: Architectury 6.5.69 bclib: BCLib 2.1.6 betterend: Better End 2.1.4 chat\_heads: Chat Heads 0.10.7 cloth-config: Cloth Config v8 8.2.88 cloth-basic-math: cloth-basic-math 0.6.1 do\_a\_barrel\_roll: Do a Barrel Roll 2.6.2+1.19.2 cardinal-components-base: Cardinal Components API (base) 5.0.2 cardinal-components-entity: Cardinal Components API (entities) 5.0.2 cicada: CICADA 0.1.2langfiles-plus: Langfiles Plus 1.0.0
com\_github\_llamalad7\_mixinextras: MixinExtras 0.1.0 ecs: Elytra/Chestplate Swapper 1.2.1-MC1.19 entityculling: EntityCulling-Fabric 1.6.1-mc1.19.2 extraorigins: Extra Origins 1.19-2 fabric-api: Fabric API 0.76.0+1.19.2 fabric-api-base: Fabric API Base 0.4.15+8f4e8eb390 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.14+93d8cb8290 fabric-biome-api-v1: Fabric Biome API (v1) 9.1.1+16f1e31390 fabric-block-api-v1: Fabric Block API (v1) 1.0.2+e415d50e90 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.25+cafc6e8e90 fabric-client-tags-api-v1: Fabric Client Tags 1.0.5+b35fea8390 fabric-command-api-v1: Fabric Command API (v1) 1.2.16+f71b366f90 fabric-command-api-v2: Fabric Command API (v2) 2.2.1+413cbbc790 fabric-commands-v0: Fabric Commands (v0) 0.2.33+df3654b390 fabric-containers-v0: Fabric Containers (v0) 0.1.41+df3654b390 fabric-content-registries-v0: Fabric Content Registries (v0) 3.5.2+7c6cd14d90 fabric-convention-tags-v1: Fabric Convention Tags 1.3.0+4bc6e26290 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.8+aeb40ebe90 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.8+413cbbc790 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.35+0d0f210290 fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.4+9244241690 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.34+562bff6e90 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.36+df3654b390 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.24+b6b6abb490 fabric-item-api-v1: Fabric Item API (v1) 1.6.6+b7d1888890 fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.39+9244241690 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.25+5c4fce2890 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.23+df3654b390 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.4+1b46dc7890 fabric-loot-api-v2: Fabric Loot API (v2) 1.1.13+83a8659290 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.16+9e7660c690 fabric-message-api-v1: Fabric Message API (v1) 5.0.7+93d8cb8290 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.24+33fbc73890 fabric-models-v0: Fabric Models (v0) 0.3.21+c6af733c90 fabric-networking-api-v1: Fabric Networking API (v1) 1.2.11+10eb22f490 fabric-networking-v0: Fabric Networking (v0) 0.3.28+df3654b390 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.2.2+d8ef690890 fabric-particles-v1: Fabric Particles (v1) 1.0.14+4d0d570390 fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.1+413cbbc790 fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.32+9244241690 fabric-renderer-api-v1: Fabric Renderer API (v1) 1.2.1+1adbf27790 fabric-renderer-indigo: Fabric Renderer - Indigo 0.8.0+1adbf27790 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.24+df3654b390 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.19+6e0787e690 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.11+4d0d570390 fabric-rendering-v0: Fabric Rendering (v0) 1.1.27+df3654b390 fabric-rendering-v1: Fabric Rendering (v1) 1.12.1+d8ef690890 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.2+aae9039d90 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.4+edbdcddb90 fabric-screen-api-v1: Fabric Screen API (v1) 1.0.32+4d0d570390 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.7+1cc24b1b90 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.2+c4f28df590 fabric-textures-v0: Fabric Textures (v0) 1.0.24+aeb40ebe90 fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.6+413cbbc790 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.3+08b73de490 fabricloader: Fabric Loader 0.14.14 farsight: Farsight Mod 1.19-2.4 com\_github\_jctools\_jctools\_jctools-core: jctools-core v4.0.1 inventoryhud: Inventory HUD + 3.4.7 jade: Jade 8.7.3 java: OpenJDK 64-Bit Server VM 17 lazydfu: LazyDFU 0.1.3 lithium: Lithium 0.11.1 minecraft: Minecraft 1.19.2 moonlight: Moonlight 1.19.2-2.2.25 mysticaloaktree: Mystical Oak Tree 1.19.2-1.7 origins: Origins 1.7.1 apoli: Apoli 2.6.1additionalentityattributes: Additionalentityattributes 1.0.0+1.19
reach-entity-attributes: Reach Entity Attributes 2.3.0 origins-classes: Origins: Classes 1.4.0 patchouli: Patchouli 1.19.2-77-FABRIC fiber: fiber 0.23.0-2 pehkui: Pehkui 3.7.0+1.14.4-1.19.3 kanos\_config: Kanos Config 0.3.1+1.14.4-1.19 roughlyenoughitems: Roughly Enough Items 9.1.595 error\_notifier: Error Notifier 1.0.9 starlight: Starlight 1.1.1+fabric.ae22326 voicechat: Simple Voice Chat 1.19.2-2.3.28 xaerominimap: Xaero's Minimap 23.3.2 Launched Version: fabric-loader-0.14.14-1.19.2 Backend library: LWJGL version 3.3.1 SNAPSHOT Backend API: Unknown Window size:GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fabric' Type: Client (map\_client.txt) CPU: \`\`
2023.03.26 00:53 edwardjhu I'm the creator of LoRA. How can I make it better?
2023.03.26 00:42 ovidiucs [Istorie contemporană] Homoistorii - Ieșirea din invizibilitate - Florin Buhuceanu - 2011
FLORIN BUHUCEANU este activist pentru drepturile omului și fondator al Muzeului Istoriei și Culturii Queer din România, inițiativă privată susținută de Cultural Management Academy al Institutului Goethe și rețeaua EUNIC în perioada 2019–2020. Se alătură din 1997 eforturilor Asociației ACCEPT de eliminare a legislației penale ce pedepsea cu închisoarea relațiile dintre persoane de același sex. S-a implicat în coordonarea primului Festival al Diversității (2004) şi a primului marș Pride la București (2005). A editat raportul Traditional Values: Religion and LGBT Rights in Eastern Europe (2015). A colaborat, de asemenea, la volumele colective Iubirea din oglindă: Despre sex și identitate, Editura Humanitas (2017), respectiv Sexualitate și religie: Tensiuni și controverse în România și Republica Moldova, Editura Cartier (2019).Cartea ilustrează printr-o serie de interviuri și căutări în arhivele securității din vremea comunismului și încearcă să construiască un tablou al relațiilor între persoanele de același sex din acea eră.
Maiorul Scarlat Urlățeanu demisionează în 1927, după ce este confruntat cu acuzația de homosexualitate, evitând astfel să fie dezonorat sau să se sinucidă, pentru a înăbuși scandalul ce risca să devină public.(…)
E.D., o femeie lesbiană de 90 de ani în anul 1998, nu putea ignora mediul căruia îi aparținea și presiunile societății. Totul, spune aceasta, era centrat pe familie, procreare și pe relațiile de tip heterosexual, astfel încât în perioada respectivă nu putem vorbi despre formarea unei identități non-heterosexuale a individului.(…)
"Doar despre bărbați se mai știe câte ceva, despre noi mai nimica. Cu atât mai bine pentru noi, nu atrăgeam atenția". De asemenea, nu știa de ce cineva și-ar asuma public condiția de homosexual. Estomparea propriei identități a fost o constantă pe toată durata secolului XX, cu câteva excepții și între bărbați.
Narațiunea dominantă în majoritatea secolului XX este în principal legată de "moralitatea publică", considerată a fi definitorie în apărarea ordinii de drept în societate.
- Trixy Checais (1914) - strămoș al dansului contemporan, creator gay. Cariera sa a fost zdruncinată prin condamnarea primită pentru "inversiune sexuală" și detenția la Canalul Dunăre-Marea Neagră în 1950. După detenție de 10 ani, acesta nu și-a revenit. Ca urmare, dansul modern a fost interzis, fiind permis doar baletul clasic de tradiție rusă și elemente folclorice.
- 10.01.1935 “Așadar astăzi e procesul. Peste câteva ore vom ști totul. Stricătorii moravurilor sănătoase vor fi puși la zidul oprobriului public. Lumea ii va putea vedea, ii va putea scuipa și le va putea striga: HOMOSEXUALILOR!. Și nu va fi nici un păcat. Din contra magistratura noastră care a dat dovada întotdeauna de o superioritate de judecată și de o capacitate morală atât de superioară….”
R.M - 81 de ani. A trăit ascuns, a ajuns să cunoască pe sine prin lectura nesățioasă. "Libertatea a venit pentru mine prea târziu", declara într-un interviu.(…)
R.I. - (n. 1930): "Eu nu îmi amintesc să fi auzit cuvântul homosexual în casă, pe stradă sau la școală. Cu mentalitatea de atunci, știam teribil de puțin despre ce este aia sexualitate, darămite despre homosexualitate (...) nici nu aveam cu cine să vorbesc despre asta. (...) era nevoie de totală discreție".
"Anormalitatea socială asociată homosexualității poate fi stăpânită prin supraveghere și control" era dealtfel și gândirea predominantă la acea vreme.În Rusia comunistă a anilor '30, homosexualul nu mai era demult interpretat ca fiind doar "împotriva naturii", ci era direct catalogat ca "dușman al poporului".
M.D. 80 de ani – judecător, primește un dosar în 1965: “Era o situație mizerabilă. Inginer tânăr care lucra în provincie dar avea o cameră în București. Restul chiriașilor din acel apartament voiau să pună mâna pe camera asta și supravegheau toate activitățile. Au pus mâna pe scrisorile de iubire și a fost trimis în judecată. A predat dosarul unei colege. A primit 6 luni cu suspendare. A avut noroc.”și
H.L. (…) Ce m-a înspăimântat însă e că existau homosexuali care erau șantajați și deveneau prin asta informatori ai Securității.
“Odată ce știai cine ești, deprindeai resocializarea, învățai codurile comunicării între egali și tacticile de relaționare. Mai devreme sau mai târziu însă, toți, fără excepție, știau că sunt “diferiți”.”George Bălan (n.1929)
“A fost o adolescență tristă și cred că așa am descoperit singurătatea și destinul meu solitar. În același timp simțeam în mine un impuls care mă neliniștea și care avea să se afirme mai precis între 16 și 17 ani(...). Singura informație am căpătat-o printr-o carte care era foarte răspândită(..) Educația sexelor. Capitolul despre homosexualitate îmi dădea fiori. Capitolul despre masturbatie dădea niște imagini infernale a ceea ce îi așteaptă pe respectivii.(...) era un conflict între ceea ce aflam pe cale livrescă și ceea ce simțeam.”(…)
“Informația era zero, chiar și homosexualitatea era considerată o boală în perioada Gheorghiu-Dej. Acasă nu m-au forțat să fiu băiat. La școala primară eram, totuși, o țintă, deși eram un elev foarte bun. Tot timpul sub presiunea de a-mi îngădui personalitatea. Nu se putea altfel. Cei din jur îmi ziceau “fetelea”. Mă loveau, mă alergau, îmi era frică și să ies din casă. (…) Puteam să-mi exprim partea feminină doar prin teatru, când puteam să apar machiat pe scenă. Nu aveam informații, nu știam ce să fac. (…) Nu am avut o zână bună care să-mi îndeplinească unica dorință a vieții mele. Doar asta era ceea ce îmi doream, să fiu fată. (…) Odată ajuns la liceu, s-a deschis poarta jignirilor și agresiunilor corporale când și când, cele verbale mai tot timpul. M-am născut unde nu trebuia. Mă întrebau ce am în pantaloni. Prin clasa a VII-a sau a VIII-a, copiii din vecini mă agresau. În noaptea de Înviere, au vrut cu forța să se convingă ce sex am, în apropierea bisericii. (…) Am vrut să exclud acel trecut, pe cât se poate (…) Mă simt oricum femeie, dintotdeauna am fost femeie. Dar ce puteam face în România acelor ani? Să mă duc la un spital de psihiatrie în care să fiu pompat cu medicamente psihofarmaco cu barbiturice, dopamină, minuni de genul ăsta?”(…)
(…) L-au adus pe student din beciurile unde îl anchetau de mai multe luni pentru o confruntare. Era vădit chinuit, slăbit, bătut, epuizat, resemnat. (…) Anchetatorii contau pe efectul psihologic produs asupra mea de starea deplorabilă în care se afla bietul student. Era un fel de <(…)> (…) << Vom anunța la serviciu, vor afla familia și vecinii, există și alte metode care să te facă să mărturisești adevărul >>
Homosexualii se bucură deja de drepturi în România, legislația penală nu este bine înțeleasă în Occident; instituțiile statului, Biserica Ortodoxă și majoritatea românilor privesc cu îngrijorare presiunile internaționale vizând abrogarea articolului 200 CP. Sunt adăugate de reprezentantul Ministerului Justiției și alte argumente precum frumusețea româncelor, tradițiile morale, argumentele biblice.(…)
“(…) De-aia vrem noi să intrăm în Europa ca să <(…)> Gradul de absurditate și vulgaritate al unor asemenea remarci crește cu cât se ignoră mai mult chestiunea fundamentală: nu poate fi liber un individ care nu este liber în viața personală și aceasta nu poate fi liberă dacă nu include libertatea sexuală și dreptul fiecăruia de a face ce vrea cu trupul său.”
Observatorul cultural: “(…) Știm că lumea e condusă, în bună măsură de o mafie homosexuală, dar asta nu trebuie să ne impresioneze prea tare (…)”“Pe la jumătatea anilor ‘90 condamnarea stilului de viață homosexual în România era de-a dreptul sinistră. Poliția din orașele mici scutea de pedeapsă cele mai flagrante cazuri, în schimbul ajutorului celor în cauză la prinderea unor homosexuali mai discreți. Alteori, informația venea chiar de la un membru al familiei. (…) Mai auzeam din când în când povești de genul în lumea gay. Niște homosexuali americani fuseseră victime ale șantajului din partea unor foști membri ai poliției secrete comuniste. (…) Societatea este în așa fel structurată, încât să prevină efectul toxic al oricărui contact cu acești oameni.”
“Logica instituțională era simplă: homosexualii sunt infractori, ca atare infracțiunile acestora trebuiau raportate, investigate, pedepsite. (…)”(…)
30.05.2001 – Cornel Badoiu – PSD – Comisia juridică - “Nu este un lucru rău dacă cineva nu este angajat pe motiv că este homosexual.”
- ”Obținerea de denunțuri false pentru ca o persoană să fie identificată ca “homosexual practicant” era o practică folosită de decenii (…)”
- (…) “Am fost distrus. Eram deprimat. Toată lumea vorbea, scriau ziarele, știau vecinii, știau familia. Copiii mei au fost marginalizați la școală. Învățătoarea tăia litere din ziare și mi punea mesaje în cutie. Mesajele ținteau clar intimidarea, sugerau părăsirea locuinței de către “ infractor” “Te distrugem homosexual senzual”
- (…) “Gheorghe I. Santajat direct de colonelul Ivan: “ Dacă vrei să mai mergi înapoi acasă, trebuie să ne spui cu cine, cum și când ai întreținut relații sexuale și, dacă ascunzi materiale pornografice, unde le ții” G.I. cedează și colaborează denunțând câteva persoane din comunitatea gay locală cu care interacționase. Ajuns acasă, a înghițit o supradoză de somnifere. Mama sa l-a dus la spital unde a stat câteva zile. După ce a venit din spital, G.I. s-a închis în baie și și-a tăiat venele de la mâini. Mama lui l-a găsit într-o baltă de sânge și i-a salvat din nou viața.”
dispariția legislației nu s-a produs “de la sine”. Zecile de întâlniri cu politicienii și diplomați, presiunea pusă pe autoritățile române în contextul europenizării, documentarea abuzurilor pe criteriul orientării sexuale, creșterea vizibilității comunității prin mass-media, oferirea de servicii comunitare (buletine informative, acces la singura bibliotecă specializată în domeniul orientării sexuale și a identității de gen, întâlniri tematice, consiliere HIV/SIDA, sprijin psihologic etc.).(…)
Ce s-a schimbat? “(…) la câțiva ani după abrogare, mi-am schimbat locul de muncă și am putut <(…)> eu însumi glumițele homofobe (remarci, comentarii, bancuri, bârfe) care se făceau în noul colectiv de muncă cu o cruzime și lipsă de considerație și de empatie < >.”
M – 21 ani “Știi ce e cel mai frustrant? Părerea (…) <(…)> îți spun < >, << Ba nu, ba nu, e straight >>Trec peste aceste păreri amicale și mă duc puțin mai departe, la un alt tip de păreri. Păreri care – ce surpriză – se aud pe stradă! Când o țin de mână sau o sărut în public. Păreri din privirile oamenilor, crucile pe care și le fac. Le place ceea ce văd și vociferează. Sau nu – și vociferează
I-33 de ani – Nu am voie să intru în salonul de spital, după ce s-a operat copilul de amigdalită. Nu am voie să îmi manifest afecțiunea în public în niciun fel. Nu am voie să vorbesc despre relația noastră nici măcar după ce s-a terminat.(…).
Nu am voie să îmi asum orientarea sexuală, nici măcar față de cei mai buni prieteni ai mei. Când ești hărțuită, amenințată, urmărită acasă, defăimată, intimidată, dată în judecată; când se spune despre tine că nu știi să îți crești copilul când te temi, că dacă se află, s-ar putea să îți pierzi jobul; când trebuie să mă ascund în casă de taică-tu; când trebuie să-i mint pe ai mei că n-am plecat în vacanță cu tine; când trebuie să tac; de fiecare dată, simt că într-o zi o să explodez. Strâng în mine furie și plâns, resentiment, toată tăcerea aia. Când se adună prea multă, ies pe ușă.
2023.03.25 21:53 c115_kb_uk Jug 50v 25v, price check
![]() | submitted by c115_kb_uk to Market76 [link] [comments] |
2023.03.25 19:02 MaggaraMarine Neapolitan chords and chromatic harmony in Mozart's Don Giovanni overture
Dm: V6/5 of iv iv % iv N V6/5 i VI V4/2 of N N6 cad6/4 V i6 Gm: V6/5 i % i VIThere is a strong emphasis on predominant harmony here. We begin from the tonicization of iv, and end up on the Neapolitan chord before continuing to the dominant.
melody: D Eb E F F# G mid: A Bb B C C D bass: F G G# A A BbSo, basically it could be seen as "6/3 chords" ascending chromatically. Kind of like a chromatic "faux bourdon".
2023.03.25 17:42 Sorin61 Rhodiola rosea polysaccharides-based nanoparticles loaded with DOX boosts chemo-immunotherapy for triple-negative breast cancer by re-educating tumor-associated macrophages [03 - 2023
2023.03.25 14:30 Special-Echo-453 (M4F) romance plot up for grabs with my OC
![]() | "That tech looks advanced boyo..." he said in a gruff voice that sounded like a stereotypical pirate "tell yee what... hand it over now and i want rip yer head off" he says with a sinister smile "... or i blow you to high hell" comes my voice sounding deep and robotic as it passed through the voice modulator in my helmet as my fists clenched just move... activate one of the trapson i think as he raises a fist allowing me to inspect it for a moment before opening it slowly as several web grenades fell to the floor *oh dear.... Premise: Basically there's a reason hawkmoth is viewed as a super terrorist, not only is he the most powerful villain in paris, but he spent years setting up an empire of evil in the background before ever using his miraculous he has global connection's to governments police, military, gangs, black markets and villains making him the single greatest threat of the planet. Paris is rarely not under attack as he (if we use my OC) looks for a cure for his wife's condition or (if we use adrien) unite the ladybug and cat miraculous to wish her back to health. Not only does he send shock waves through paris, but his presence is felt across the globe without any traces as to who he really is nor how he set up this intricate web. This allows for more villains who aren't just akumatized but already powerful in their own right as well as other heroes without miraculous's. OC details:#Name: jonathan hughesAlias: shadow spider Miraculous: none/ tech based hero Symbolism: death and creation Appearance:Civilian formJonathan is a mix between max and kim, he's tall with an athletic build though tends to wear geeky clothes, not much caring for fashion. He wears his super suit under his shirt, the black sleeves clearly visible, though wears a green comic shirt over it, making it look like a more estethical choice. He also wears brown cargo pants and plain black runners. His shield compacts down into his watch with most of his gear ready to go at a moments notice. His only bit of equipment that is missing is his helmet which is kept in his bag which he takes every where with him. His hair is a plain black with blue high lights, his skin is extraordinarily pale and his eyes are a very dark blue. Hero form An almost entirely black suit with a white outline marking holes in his mask not the spider man eyes, just regular human eyes, though rather large, think anime eyes... except entirely black with a white outline) and small holes that allow him to breath through the mask (ill give him a water upgrade later) which leads into a grey chest piece that covers and created the illusion of pecs, Abs, and runs down to his crotch to protect that as well. On his chest is a large spider web that forms a semi circle, and hanging from it, a large white spider with sharp edges and somewhat realistic anatomy. On my shoulders are thick metal plating which is also present on my knees and elbows, a blue LED strip denotes wheres the endoskeleton is which is my most armoured point and is meant to draw attention, it can also be turned off either by removing my helmet or per my request. My bottom half is quite plain bare the same black runners i wear in my civilian form, shiny black metal knee guards, and blue LED that runs down the side of my legs. The shield is a mat black with a web pattern on it that has 4 lines that go through the centre and create 8 segments with 3 webs between each larger thread. The webs are white. Powers/abilities:#Web generationThrough the use of specialised gauntlets he is able to generate a strong web like substance which is also used for transportation and through the use of various nozzles can be adjusted suit any given need. Spiked gloves/soles Through specialised tech his shoes and gloves can produce extremely sharp claws which can be used in combat, but are primarily used to climb walls and other surfaces Parkour Jonathan is adept at utilising his environment in order to maximise his mobility options, able to beat an olympian in a race across paris due to his parkour prowess this is just to give him reason to be able to be able move that quickly) Exoskeleton A lightweights exoskeleton hidden beneath his suit allows for super human strength feats, up to roughly 3x peak human strength, though only about half as strong as a miraculous holder, also allows for super speed whilst running and 5 meter high jumps SpyDar An ai that jonathan developed to help analyse his environment including xray vision, internet access, telecommunications access, hacking and many other abilities. He formed his hero identity after his SpyDar systems. Tech wizard He's good with computers Titanum weave suit Though not impervious to damage jonathan is still able to take hits from your average akuma victim and keep fighting. This weave is light and breathable, though some areas are clearly better armoured including the full metal face shell, the knee and elbow pads, and thicker padding around the chest area. Repulse canon/ explosive shield And finally jonathan's shield, though it is made from the same titanium as his face shell it has a web pattern 'engraved' on it. Though there engravings are in fact outlets for a repulse canon which is strong enough to knock down a brick wall without having to use his main suits power supply. Along its edges are another outlet except this one for c4, allowing jonathan a chance against akuma victims with real fire power. The back is also equipt with some smaller devices including trackers, additional cameras to scope an area out more effectively and electromagnet to both summon the shield when needed and attach it to his arm or back. It also has small spikes that can inject a neurotic in into his opponents that will paralysise them for the nest 24 hours Weaknesses:Low batteryIf jonathan's shield runs out of power he can still carry it around with him, however if his suit does the same then not only does he loose his powers but he's now weighed down and essentialy trapped inside of a metal tomb during a fight Emp blasts See above Fatigue Jonathan is only human without any additional powers and general combat will slow him down quickly and leave him tired and unable to operate Being hacked A simple computer virus is enough to stop most of his powers except for the end skeleton and web shooters, beyond that he is helpless afterwards Hand to hand combat Jonathan knows very little about combat and relies on his gear and environment to neutralise an opponent, getting up close and personal is a great way to deal with him |
2023.03.25 13:13 c115_kb_uk Jug 50v 25v blaster
![]() | submitted by c115_kb_uk to Market76 [link] [comments] |
2023.03.25 08:53 zhuquanzhong Various statements by Zhu Yuanzhang the Emperor Hongwu, founder of the Ming Dynasty, about the Yuan Dynasty.
2023.03.25 05:50 mayankTheweeb TO ALL MY FELLOW JEETARDS WHO CAN'T REACH MAINS OR ADVANCED LEVEL IN A CHAPTER
![]() | Ab mai tumhe jo bta rha hu vo tried and tested h aur isse simple aur koi method mujhe nahi lgta aur koi h. Chalo ab btata hu ki mai ek chapter me advanced level tak kaise jaata hu. Before that there are few points to keep in mind . Sabse phle to apne teachers final karo, ye nahi h ki koi chapter ek se padh liya aur dusra koi aur se. Dusra yeh ki resources ko mininal karo aur badhiya resources hi use karo. Now let's start with road map. submitted by mayankTheweeb to JEENEETards [link] [comments]
ADV BOOKS FOR PHYSICS- CENGAGE, DC PANDEY , IE IRODOV , SS KROTOV MATHS- CENGAGE , BLACK BOOK, ARIHANT CLASSIC TEXT SERIES CHEMISTRY- N AWASTHI, HIMANSHU PANDEY, MS CHAUHAN AND NCERT .
THANK YOU . STUDY HARD MY FELLOW JEETARDS. |
2023.03.25 05:49 mayankTheweeb TO ALL MY FELLOW JEETARDS WHO CAN'T REACH MAINS OR ADVANCED LEVEL IN A CHAPTER
![]() | Ab mai tumhe jo bta rha hu vo tried and tested h aur isse simple aur koi method mujhe nahi lgta aur koi h. Chalo ab btata hu ki mai ek chapter me advanced level tak kaise jaata hu. Before that there are few points to keep in mind . Sabse phle to apne teachers final karo, ye nahi h ki koi chapter ek se padh liya aur dusra koi aur se. Dusra yeh ki resources ko mininal karo aur badhiya resources hi use karo. Now let's start with road map. submitted by mayankTheweeb to JEENEETards [link] [comments]
ADV BOOKS FOR PHYSICS- CENGAGE, DC PANDEY , IE IRODOV , SS KROTOV MATHS- CENGAGE , BLACK BOOK, ARIHANT CLASSIC TEXT SERIES CHEMISTRY- N AWASTHI, HIMANSHU PANDEY, MS CHAUHAN AND NCERT .
THANK YOU . STUDY HARD MY FELLOW JEETARDS. |
2023.03.25 04:39 Infinite_Ad_2146 ABS light Traction control light on. TPMS light flashing. C0031 C0034
2023.03.25 04:23 ljju 2000 limited - need help diagnosing
2023.03.25 02:38 ljju Need help diagnosing
2023.03.24 23:52 CreamAndHoney 2001 4runner, 190k miles. Has been starting rough more often, regardless of weather. Does this sound like a bad starter or bad battery? More info in comments
![]() | submitted by CreamAndHoney to AskMechanics [link] [comments] |
2023.03.24 23:00 thatgymdude Best setup to protect windshield, reduce heat and road noise?