Starting MaSzyna rail vehicle simulator. Compilation 2015-04-14, release 15.3.1167.470. Online documentation and additional files on http://eu07.pl Authors: Marcin_EU, McZapkie, ABu, Winger, Tolaris, nbmx_EU, OLO_EU, Bart, Quark-t, ShaXbee, Oli_EU, youBy, KURS90, Ra, hunter and others Renderer: GeForce 8500 GT/PCI/SSE2 Vendor: NVIDIA Corporation OpenGL Version: 2.1.2 Supported extensions: GL_ARB_color_buffer_float GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_half_float_pixel GL_ARB_imaging GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shadow GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_mirrored_repeat GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_bindable_uniform GL_EXT_depth_bounds_test GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_object GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_sRGB GL_EXT_texture_shared_exponent GL_EXT_timer_query GL_EXT_vertex_array GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_blend_square GL_NV_copy_depth_to_color GL_NV_depth_buffer_float GL_NV_conditional_render GL_NV_depth_clamp GL_NV_fence GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_gpu_program4 GL_NV_half_float GL_NV_light_max_exponent GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_texgen_reflection GL_NV_texture_compression_vtc GL_NV_texture_env_combine4 GL_NV_texture_expand_normal GL_NV_texture_rectangle GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NVX_conditional_render GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum GL_WIN_swap_hint WGL_EXT_swap_control Ra: The VBO is found, but Display Lists are selected. DDS textures are supported. Used multisampling of 4 samples. Max texture size: 8192 glFogfv(GL_FOG_COLOR, FogColor); glClearDepth(1.0f); glEnable(GL_TEXTURE_2D); glShadeModel(GL_SMOOTH); glEnable(GL_DEPTH_TEST); glEnable(GL_BLEND); glEnable(GL_ALPHA_TEST); glAlphaFunc(GL_GREATER,0.04); glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); glDepthFunc(GL_LEQUAL); glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST); glPolygonMode(GL_FRONT, GL_FILL); glFrontFace(GL_CCW); glEnable(GL_CULL_FACE); glLineWidth(1.0f); glPointSize(2.0f); glLightModelfv(GL_LIGHT_MODEL_AMBIENT,darkLight); glLightfv(GL_LIGHT0,GL_AMBIENT,ambientLight); glLightfv(GL_LIGHT0,GL_DIFFUSE,diffuseLight); glLightfv(GL_LIGHT0,GL_SPECULAR,specularLight); glLightfv(GL_LIGHT0,GL_POSITION,lightPos); glEnable(GL_LIGHT0); glEnable(GL_COLOR_MATERIAL); glColorMaterial(GL_FRONT, GL_AMBIENT_AND_DIFFUSE); glMaterialfv( GL_FRONT, GL_AMBIENT_AND_DIFFUSE, whiteLight ); glEnable(GL_LIGHTING); glFogi(GL_FOG_MODE, GL_LINEAR); glFogfv(GL_FOG_COLOR, FogColor); glFogf(GL_FOG_START, 1000.0f); glFogf(GL_FOG_END, 2000.0f); glEnable(GL_FOG); Font init Display Lists font used. Font init OK Sound Init Loading - texture: textures\logo.dds Sound Init OK Textures init Textures init OK Models init Models init OK Ground init Loading scenery from $.scn Scenery sky definition cgskj_sunset083.t3d Scenery atmo definition Scenery light definition Loading - texture: textures\pkp\odsekc20.dds Loading - texture: textures\tr\kotwa_teownikrurowe.dds Loading - binary model: models\tr/stb1-kotwa-napr14.e3d Loading - texture: textures\tr\kotwa_teownikrurowe.dds Loading - texture: textures\tr\odciag1.dds Loading - texture: textures\tr\ciezarbeton3.dds Loading - texture: textures\tr\naciag.dds Loading - texture: textures\tr\slup_beton1.dds Loading - texture: textures\tr\wys-ni-d.dds Loading - binary model: models\tr/-3d.e3d Loading - texture: textures\tr\teownik.dds Loading - binary model: models\tr/sts1.e3d Loading - texture: textures\tr\teownik.dds Loading - texture: textures\tr\wys-ni-k.dds Loading - binary model: models\tr/-3k.e3d Loading - binary model: models\tr/].e3d Loading - texture: textures\tr\metale1.dds Loading - texture: textures\tr\wys-ni-d-p.dds Loading - texture: textures\tr\wys-ni-k-p.dds Loading - texture: textures\tr\metale1.dds Loading - binary model: models\tr/+zwis1d.e3d Loading - texture: textures\tr\slup_beton1.dds Loading - binary model: models\tr/stb1.e3d Loading - binary model: models\tr/+zwis1k.e3d Loading - texture: textures\tr\wys-ni-kotwd.dds Loading - binary model: models\tr/-kotw3d.e3d Loading - texture: textures\tr\wys-ni-d13.dds Loading - binary model: models\tr/-3d13.e3d Loading - texture: textures\tr\wys-ni-k13.dds Loading - binary model: models\tr/-3k13.e3d Loading - texture: textures\tr\wys-ni-kotwk.dds Loading - binary model: models\tr/-kotw3k.e3d Loading - binary model: models\tr/est-s770.e3d Loading - texture: textures\tr\est-bramkaszara-s770.dds Loading - texture: textures\tr\#est-bramkaszara-s770.dds Loading - texture: textures\tr\est-bramkaszara-pg1m.dds Loading - binary model: models\tr/est-polbramka-2t-770.e3d Loading - texture: textures\tr\est-polbramkaszara-s770.dds Loading - texture: textures\tr\est-polbramkaszara-p.dds Loading - texture: textures\tr\#est-polbramkaszara-psegm.dds Loading - binary model: models\linia053/lamp-i-d.e3d Loading - texture: textures\linia053\wwek_peron2.dds Loading - texture: textures\linia053\light.dds Loading - texture: textures\linia053\lightlamp.dds Loading - texture: textures\linia053\light-hg.dds Loading - texture: textures\\slup_rdza.dds Loading - binary model: models\linia053/lamp-ya.e3d EVENT ADDED TO QUEUE: onstart_zacheta Loading - texture: textures\posers\cman0001.dds Loading - binary model: models\posers/cman0001-st.e3d Loading - texture: textures\posers\cman0001.dds Loading - texture: textures\posers\cman0002.dds Loading - binary model: models\posers/cman0002-wa.e3d Loading - texture: textures\posers\cman0002.dds Loading - texture: textures\posers\cman0003.dds Loading - binary model: models\posers/cman0003-re.e3d Loading - texture: textures\posers\cman0003.dds Loading - texture: textures\posers\cman0004.dds Loading - binary model: models\posers/cman0004-st.e3d Loading - texture: textures\posers\cman0004.dds Loading - texture: textures\posers\cman0009.dds Loading - binary model: models\posers/cman0009-st.e3d Loading - texture: textures\posers\cman0009.dds Loading - texture: textures\posers\cman0007.dds Loading - binary model: models\posers/cman0007-wa.e3d Loading - texture: textures\posers\cman0007.dds Loading - texture: textures\posers\cman0006.dds Loading - binary model: models\posers/cman0006-wa.e3d Loading - texture: textures\posers\cman0006.dds Loading - texture: textures\posers\cman0005.dds Loading - binary model: models\posers/cman0005-wa.e3d Loading - texture: textures\posers\cman0005.dds Loading - texture: textures\znaki\b-20.dds Loading - binary model: models\znaki/znak_b-20.e3d Loading - texture: textures\znaki\slup-01.dds Loading - texture: textures\znaki\back_b20.dds Loading - texture: textures\znaki\b-20_1.dds Loading - texture: textures\asphalt1_dashedwhite.dds Loading - texture: textures\asphalt1_side1.dds Loading - texture: textures\asphaltdark1_dashedwhite.dds Loading - texture: textures\kostka.dds Loading - texture: textures\asphaltdark1_side1.dds Loading - texture: textures\chodnik1.dds Loading - texture: textures\beton4.dds Loading - texture: textures\roadcobblestonegray1.dds Loading - texture: textures\asphaltgray1.dds Loading - texture: textures\roadstonewhite1.dds Loading - texture: textures\road-side1.dds Loading - texture: textures\droga_polna.dds Loading - texture: textures\grass.dds Loading - texture: textures\rivermnt1.dds Loading - binary model: models\/przejazdy/g4_b20.e3d Loading - texture: textures\przejazdy\g4_b20.dds Loading - binary model: models\pkp/1sp2cc.e3d Loading - texture: textures\pkp\przejazd_1.dds Loading - binary model: models\pkp/1szlab_d_60.e3d Loading - texture: textures\pkp\przejazd_1.dds Loading - binary model: models\przejazdy/plyta_przejazdowa.e3d Loading - texture: textures\przejazdy\plyta_przejazdowa.dds Loading - binary model: models\przejazdy/_s2z_d_bombardier.e3d Loading - texture: textures\przejazdy\bombardier_przejazd.dds Loading - binary model: models\pkp/szlab_d_45.e3d Loading - texture: textures\pkp\#szlab_tex.dds Loading - binary model: models\przejazdy/g3_1.e3d Loading - texture: textures\przejazdy\g3_1.dds Loading - binary model: models\/przejazdy/g4_odbl.e3d Loading - texture: textures\przejazdy\g4_odbl.dds Loading - binary model: models\slimson/mostr1300.e3d Loading - texture: textures\\concrete-tiles.dds Loading - texture: textures\\wiadukt-beton1-filarprzod.dds Loading - texture: textures\\wiadukt-beton1-filarbok.dds Loading - texture: textures\\concrete1.dds Loading - texture: textures\\rail_screw_unused1.dds Loading - texture: textures\\#wiaduktbarierki-nb.dds Loading - texture: textures\\stonesconstruction_rectanglegray2.dds Loading - binary model: models\slimson/most400.e3d Loading - binary model: models\slimson/mostdrog80.e3d Loading - texture: textures\metal\metalfrictionpattern1.dds Loading - texture: textures\\asphalt1.dds Loading - texture: textures\eng\most1-bok.dds Loading - texture: textures\eng\most1-spod.dds Loading - texture: textures\eng\wiadukt3-bok.dds Loading - texture: textures\metal\metalplatedirt1.dds Loading - binary model: models\slimson/most445.e3d Loading - texture: textures\eng\most1-jezdniablach.dds Loading - binary model: models\slimson/most25.e3d Loading - texture: textures\slimson\beton.dds Loading - texture: textures\\stonesconstruction_irregulargraysmall1.dds Loading - binary model: models\slimson/mostdroga45.e3d Loading - texture: textures\slimson\wiadukt_bar.dds Loading - texture: textures\metal\metalplatedirt3.dds Loading - binary model: models\slimson/przejscie.e3d Loading - texture: textures\slimson\paski2.dds Loading - binary model: models\przejazdy/krzyz_andrzej_nw.e3d Loading - texture: textures\\przejazdy\krzyz_andrzej_nw.dds Loading - binary model: models\slimson/wieza1.e3d Loading - texture: textures\slimson\wieza1b.dds Loading - texture: textures\roof\roof-asphaltstrip1.dds Loading - texture: textures\slimson\wieza1a.dds Loading - texture: textures\slimson\wieza1c.dds Loading - binary model: models\eng/mostdrog1.e3d Loading - texture: textures\\asphaltgray1.dds Loading - texture: textures\eng\#barierka2.dds Loading - texture: textures\\chodnik1.dds Loading - texture: textures\\asphaltdark1_dashedwhite.dds Loading - binary model: models\slimson/katedra.e3d Loading - texture: textures\slimson\kosciola.dds Loading - texture: textures\slimson\kosciolb.dds Loading - texture: textures\slimson\dachowka.dds Loading - texture: textures\slimson\wiezak.dds Loading - binary model: models\slimson/kiosk.e3d Loading - texture: textures\slimson\kioskgora.dds Loading - texture: textures\slimson\kioskwszystkie_boki.dds Loading - binary model: models\slimson/poczta.e3d Loading - texture: textures\slimson\poczta.dds Loading - texture: textures\slimson\pocztadaszek1.dds Loading - texture: textures\slimson\pocztanapis.dds Loading - texture: textures\slimson\pocztadach.dds Loading - binary model: models\turbina100.e3d Loading - texture: textures\wiatrak.dds Loading - binary model: models\pkp/rezonator.e3d Loading - texture: textures\pkp\rezonator.dds Loading - texture: textures\wzp.dds Loading - binary model: models\wza.e3d Loading - texture: textures\zwrp25r190.dds Loading - texture: textures\wzl.dds Loading - texture: textures\zwrot34r300pods-new.dds Loading - texture: textures\rz-1200-185.dds Loading - texture: textures\tabl\a-12.dds Loading - binary model: models\sem/glowice/s5ypzpcpb_dd.e3d Loading - texture: textures\sem\glowice.dds Loading - texture: textures\sem\#pkplight_lenses.dds Loading - texture: textures\sem\pomaranczowy.dds Loading - texture: textures\sem\bialy.dds Loading - texture: textures\sem\zielony.dds Loading - texture: textures\sem\czerwony.dds Loading - texture: textures\sem\slupy.dds Loading - binary model: models\sem/slupy/s5ypbl.e3d Loading - binary model: models\sem/drabinki/d5yp.e3d Loading - binary model: models\sem/pasy/pz.e3d Loading - texture: textures\tabl\b-12.dds Loading - binary model: models\sem/glowice/s5ylzpcpb_dd.e3d Loading - binary model: models\sem/slupy/s5ylmg.e3d Loading - binary model: models\sem/drabinki/d5yl.e3d Loading - texture: textures\tabl\tm1.dds Loading - binary model: models\sem/karzelki/ktmnb.e3d Loading - texture: textures\sem\niebieski.dds Loading - binary model: models\sem/slupy/pod_betonowa.e3d Loading - texture: textures\tabl\tm2.dds Loading - texture: textures\tabl\c-12.dds Loading - binary model: models\sem/glowice/s5izpcpb_dd.e3d Loading - binary model: models\sem/slupy/s5ibl.e3d Loading - binary model: models\sem/drabinki/d5i.e3d Loading - texture: textures\pkp\#w31.dds Loading - texture: textures\tabl\e-m.dds Loading - binary model: models\sem/slupy/s5ibg.e3d Loading - binary model: models\sem/wskazniki/w24v1.e3d Loading - texture: textures\sem\w_lens.dds Loading - texture: textures\tabl\m-12m.dds Loading - binary model: models\sem/wskazniki/w24v2.e3d Loading - texture: textures\tabl\f-12m.dds Loading - binary model: models\sem/slupy/s5iml.e3d Loading - texture: textures\tabl\g-2m.dds Loading - texture: textures\tabl\tm3.dds Loading - binary model: models\sem/glowice/tminb_dd.e3d Loading - binary model: models\sem/slupy/tosptmibg.e3d Loading - binary model: models\sem/drabinki/d2i.e3d Loading - texture: textures\tabl\tm4.dds Loading - texture: textures\tabl\g-m.dds Loading - binary model: models\sem/glowice/s4izcpb_dd.e3d Loading - binary model: models\sem/slupy/s4ibl.e3d Loading - binary model: models\sem/drabinki/d4i.e3d Loading - texture: textures\tabl\h-12m.dds Loading - texture: textures\tabl\i-2m.dds Loading - texture: textures\tabl\j-2m.dds Loading - texture: textures\tabl\tm7.dds Loading - texture: textures\tabl\tm5.dds Loading - texture: textures\tabl\tm6.dds Loading - binary model: models\ip/pkp/w5.e3d Loading - texture: textures\\metalplatedirt1.dds Loading - texture: textures\pkp\w5.dds Loading - binary model: models\ip/pkp/we4a.e3d Loading - texture: textures\tr\we4a.dds Loading - binary model: models\slimson/wiadukt4.e3d Loading - texture: textures\slimson\wiadukt_bok.dds Loading - texture: textures\slimson\wiadukt_spod.dds Loading - texture: textures\\grass.dds Loading - texture: textures\slimson\wiadukt_filar.dds Loading - texture: textures\\oslonatrakcji-d.dds Loading - texture: textures\\oslonatrakcji.dds Loading - texture: textures\slimson\wiadukt_prz.dds Loading - texture: textures\slimson\wiadukt_fil.dds Loading - texture: textures\l61_plants\drzewo512k.dds Loading - texture: textures\l61_plants\drzewo512l.dds Loading - texture: textures\l61_plants\drzewo1024j.dds Loading - texture: textures\l61_plants\drzewo512q.dds Loading - texture: textures\l61_plants\drzewo1024l.dds Loading - texture: textures\l61_plants\drzewo512j.dds Loading - texture: textures\l61_plants\drzewo1024c.dds Loading - texture: textures\l61_plants\drzewo1024e.dds Loading - texture: textures\l61_plants\drzewo512b.dds Loading - texture: textures\l61_plants\drzewo1024b.dds Loading - texture: textures\l61_plants\drzewo1024f.dds Loading - texture: textures\roof\roof-redtiles-aged1.dds Loading - binary model: models\bud/domcegla01.e3d Loading - texture: textures\bud\domcegla02a.dds Loading - texture: textures\bud\domcegla01a.dds Loading - texture: textures\roof\roof-redtiles-aged3.dds Loading - binary model: models\bud/domtynk01.e3d Loading - texture: textures\bud\domtynk01b.dds Loading - texture: textures\bud\domtynk01a.dds Loading - texture: textures\roof\roof-redtiles-aged2.dds Loading - binary model: models\bud/domtynk02.e3d Loading - texture: textures\bud\domtynk02a.dds Loading - texture: textures\wall\wallbrickdark_dirty1.dds Loading - texture: textures\wood\woodredbrown1_planks.dds Loading - texture: textures\bud\domtynk02b.dds Loading - texture: textures\roof\roof-redtiles-aged4.dds Loading - binary model: models\bud/stodoladrewn03.e3d Loading - texture: textures\bud\stodoladrew03.dds Loading - texture: textures\wood\woodgraybrown1_planks.dds Loading - binary model: models\bud/stodoladrewn02.e3d Loading - texture: textures\bud\stodoladrew02.dds Loading - texture: textures\wood\woodredbrown2_agedplanks.dds Loading - texture: textures\roof\roofthatch1.dds Loading - binary model: models\bud/szopastara1.e3d Loading - texture: textures\bud\szopastara1.dds Loading - binary model: models\bud/szopastara2.e3d Loading - texture: textures\roof\roofthatch-old1_moosy.dds Loading - binary model: models\bud/domtynk03.e3d Loading - texture: textures\bud\domtynk03a.dds Loading - texture: textures\bud\domtynk03b.dds Loading - texture: textures\l61_plants\drzewo1024y.dds Loading - texture: textures\l61_plants\drzewo512h.dds Loading - texture: textures\l61_plants\drzewo1024k.dds Loading - texture: textures\l61_plants\drzewo512e.dds Loading - texture: textures\l61_plants\drzewo512g.dds Loading - binary model: models\bud/stodoladrewn01.e3d Loading - texture: textures\bud\stodoladrew01.dds Loading - binary model: models\bud2/domek1k.e3d Loading - texture: textures\bud2\domek1.dds Loading - binary model: models\bud2/domek2k.e3d Loading - texture: textures\bud2\domek2.dds Loading - binary model: models\bud2/domek3k.e3d Loading - texture: textures\mc\blok4a.dds Loading - binary model: models\mc/4blok02.e3d Loading - texture: textures\mc\blok4a.dds Loading - texture: textures\mc\blok4w.dds Loading - texture: textures\mc\blok4d.dds Loading - texture: textures\bud\blokblue.dds Loading - binary model: models\bud/blok_4.e3d Loading - texture: textures\bud\balk.dds Loading - texture: textures\bud\blokfiolpas.dds Loading - texture: textures\bud\blokniebpas.dds Loading - texture: textures\bud\bloknielpas.dds Loading - texture: textures\bud\zofia70-ceg.dds Loading - binary model: models\bud/dom1tynk01.e3d Loading - texture: textures\bud\zofia70-ts.dds Loading - binary model: models\tomi/blok1.e3d Loading - texture: textures\tomi\okno1.dds Loading - texture: textures\tomi\dom3_d.dds Loading - texture: textures\tomi\cegla.dds Loading - texture: textures\tomi\balk1.dds Loading - binary model: models\slimson/wejtun.e3d Loading - texture: textures\metal\metaltrapezoidplatelightblue1_rusted.dds Loading - texture: textures\bud\will_brick2_bottom.dds Loading - binary model: models\mc/krakowt-skladowafabr1.e3d Loading - texture: textures\mc\kt-skladowafabr1b.dds Loading - texture: textures\mc\kt-skladowafabr1e.dds Loading - texture: textures\mc\kt-skladowafabr1d.dds Loading - texture: textures\metal\metalsinedplatelightblue2_dirty.dds Loading - texture: textures\mc\kt-skladowafabr1c.dds Loading - texture: textures\mc\kt-skladowafabr1a.dds Loading - binary model: models\tomi/blok3.e3d Loading - texture: textures\tomi\blok3.dds Loading - binary model: models\tomi/dom1.e3d Loading - texture: textures\tomi\dom1_d.dds Loading - texture: textures\tomi\dom1.dds Loading - binary model: models\tomi/dom2.e3d Loading - texture: textures\tomi\dom2.dds Loading - texture: textures\tomi\dom2_d.dds Loading - binary model: models\tomi/dom3a.e3d Loading - texture: textures\tomi\dom3.dds Loading - binary model: models\tomi/dom3b.e3d Loading - texture: textures\tomi\dom3b.dds Loading - binary model: models\slimson/nastawnia4.e3d Loading - texture: textures\slimson\nastawnia4.dds Loading - texture: textures\slimson\nastawnia4b.dds Loading - texture: textures\slimson\nastawnia4c.dds Loading - texture: textures\slimson\nastawnia4a.dds Loading - binary model: models\slimson/elektrownia1.e3d Loading - texture: textures\slimson\ele1off2.dds Loading - texture: textures\roof\roof-asphaltstrip-new1.dds Loading - texture: textures\slimson\ele1off1.dds Loading - texture: textures\slimson\ele1kombinat2.dds Loading - texture: textures\slimson\ele1kombinat.dds Loading - texture: textures\slimson\ele1komin.dds Loading - texture: textures\slimson\elektrownia1bok.dds Loading - binary model: models\bud/factory3.e3d Loading - texture: textures\bud\doorindustrialgray_aged1.tga Loading - texture: textures\bud\will_window_ghetto.dds Loading - texture: textures\bud\will_brick2_base.dds Loading - texture: textures\bud\blokgreen.dds Loading - binary model: models\bud/0domdrewn01.e3d Loading - texture: textures\bud\r-zaryte.dds Loading - texture: textures\wood\woodlightbrown2_planks.dds Loading - texture: textures\wall\wallbricksbrown_a.dds Loading - texture: textures\l61_plants\drzewo1024g.dds Loading - texture: textures\l61_plants\drzewo1024i.dds Loading - binary model: models\mc/wolafilip-szkola.e3d Loading - texture: textures\mc\wolafilip-szkola1.dds Loading - texture: textures\mc\wolafilip-szkola3.dds Loading - texture: textures\mc\wolafilip-szkola5.dds Loading - texture: textures\mc\wolafilip-szkola4.dds Loading - texture: textures\mc\wolafilip-szkola2.dds Loading - binary model: models\bud/poroninstacja.e3d Loading - texture: textures\bud\poronin.dds Loading - texture: textures\bud\komin1.dds Loading - texture: textures\bud\poronindetal.dds Loading - texture: textures\bud\wiata1.dds Loading - texture: textures\bud\#wiata1-wsporniki.dds Loading - texture: textures\wall\wallstone_irregular1.dds Loading - texture: textures\bud\daszekfalaczerw1.dds Loading - texture: textures\mc\blok4d.dds Loading - texture: textures\mc\blok4w.dds Loading - binary model: models\slimson/nastawnia1.e3d Loading - texture: textures\slimson\nastawnia1.dds Loading - texture: textures\roof\dach_czarny.dds Loading - texture: textures\slimson\nastawnia1tyl.dds Loading - texture: textures\slimson\nastawnia1bok.dds Loading - texture: textures\bud\blokpompas.dds Loading - texture: textures\plants\krzak1.dds Loading - texture: textures\l61_plants\drzewo1024q.dds Loading - binary model: models\slimson/most15.e3d Loading - texture: textures\\brick-gray.dds Loading - texture: textures\eng\wiadukt3-filarbok.dds Loading - texture: textures\eng\wiadukt3-filar.dds Loading - texture: textures\l61_plants\drzewo1024m.dds Loading - texture: textures\bud\zofia70-tsz.dds Loading - texture: textures\pkp\w8_v2\w8_12.dds Loading - binary model: models\ip/pkp/w8.e3d Loading - binary model: models\ip/pkp/w4.e3d Loading - texture: textures\pkp\wskazniki1.dds Loading - texture: textures\l61_plants\drzewo1024s.dds Loading - binary model: models\slimson/wiadukt2.e3d Loading - texture: textures\\asphalt1_solidwhite.dds Loading - texture: textures\pm\#kladka-porecz.dds Loading - texture: textures\\grassdead3.dds Loading - texture: textures\slimson\rdzmostyctl.dds Loading - texture: textures\wood\woodbrown3.dds Loading - texture: textures\\chodnik2.dds Loading - binary model: models\slimson/most152.e3d Loading - texture: textures\eng\srmostyctl.dds Loading - binary model: models\ip/pkp/w9.e3d Loading - texture: textures\l61_plants\drzewo1024h.dds Loading - texture: textures\ip\pkp\w6a.dds Loading - binary model: models\ip/pkp/w6.e3d Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - texture: textures\roof\roofthatch-old1.dds Bad event: "none_warning" is ignored. Loading - binary model: models\slimson/wiatar.e3d Loading - texture: textures\detal\rozklad_bok.dds Loading - texture: textures\detal\rozkladb.dds Loading - texture: textures\bud\blachaogr01.dds Loading - binary model: models\slimson/wiatan.e3d Loading - texture: textures\slimson\calkowo.dds Loading - binary model: models\slimson/wiata.e3d Loading - binary model: models\eng/filar-most1-2.e3d Loading - texture: textures\eng\most1-bok.dds Loading - texture: textures\eng\wiadukt3-spod.dds Loading - binary model: models\eng/most2pp.e3d Loading - texture: textures\eng\most1-spod.dds Loading - texture: textures\eng\most1-front.dds Loading - binary model: models\eng/most2s.e3d Loading - binary model: models\eng/most2sp.e3d Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - texture: textures\ip\pkp\w16.dds Loading - binary model: models\ip/pkp/w16.e3d Loading - texture: textures\ip\pkp\w11a-1.dds Loading - binary model: models\ip/pkp/w11.e3d Loading - texture: textures\ip\pkp\w11a-2.dds Loading - texture: textures\ip\pkp\w11a-3.dds Loading - texture: textures\eng\most2-jezdniadrewn.dds Loading - binary model: models\eng/most1pp.e3d Loading - texture: textures\eng\most1-front.dds Loading - binary model: models\eng/most1s.e3d Loading - texture: textures\slimson\tab_baltykkatedra.dds Loading - binary model: models\slimson/slupnapis.e3d Loading - binary model: models\mc/dombale02.e3d Loading - texture: textures\mc\0dombale02.dds Loading - binary model: models\mc/dombale03.e3d Loading - texture: textures\mc\0dombale03.dds Loading - texture: textures\mc\blok4p.dds Loading - binary model: models\bud/dom1tynk02.e3d Loading - texture: textures\bud\dom1tynk02a.dds Loading - texture: textures\bud\dom1tynk02b.dds Loading - texture: textures\l61_plants\drzewo512r.dds Loading - texture: textures\bud\blokczerpas.dds Loading - binary model: models\bud/garaz3x-1.e3d Loading - texture: textures\bud\garazx3-1.dds Loading - texture: textures\bud\garazbok-1.dds Loading - texture: textures\concrete1.dds Loading - texture: textures\ip\pkp\2006\w6_001.dds Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - texture: textures\bud\blokzolpas.dds Loading - binary model: models\wasyl/blok_piast.e3d Loading - texture: textures\wasyl\blok_piast.dds Loading - texture: textures\tabl\toa.dds Loading - binary model: models\sem/glowice/to1ip_dd.e3d Loading - binary model: models\sem/wskazniki/w1new_d.e3d Loading - texture: textures\tabl\tz1.dds Loading - binary model: models\sem/glowice/s1ic_dd.e3d Loading - binary model: models\sem/slupy/s2iml.e3d Loading - texture: textures\tabl\tz2.dds Loading - binary model: models\sem/glowice/s3ypzcb_dd.e3d Loading - binary model: models\sem/slupy/s3ypmg.e3d Loading - binary model: models\sem/drabinki/d4yp.e3d Loading - binary model: models\bochnia/blok1.e3d Loading - texture: textures\bochnia\okno.dds Loading - texture: textures\slimson\tab_baltykmiasto.dds Loading - binary model: models\slimson/dworzec3.e3d Loading - texture: textures\slimson\dworzec2.dds Loading - texture: textures\slimson\dworzec2d.dds Loading - texture: textures\slimson\dworzec2a.dds Loading - texture: textures\slimson\dworzec2c.dds Loading - texture: textures\slimson\dworzec2b.dds Loading - binary model: models\mc/rudawa-budgosp1.e3d Loading - texture: textures\mc\rudawa-budgosp1.dds Loading - binary model: models\pm/magazyn01.e3d Loading - texture: textures\pm\magazyn01.dds Loading - binary model: models\pm/hala1.e3d Loading - texture: textures\pm\hala1.dds Loading - binary model: models\pm/espefa.e3d Loading - texture: textures\pm\espefa.dds Loading - texture: textures\slimson\tab_baltykplaza.dds Loading - binary model: models\pm/akademik1.e3d Loading - texture: textures\pm\akademik1.dds Loading - texture: textures\pm\akademik1bok.dds Loading - texture: textures\pm\akademik1we.dds Loading - texture: textures\bud\blookrange.dds Loading - binary model: models\slimson/dom1.e3d Loading - texture: textures\slimson\dom1.dds Loading - texture: textures\slimson\dworzec2d.dds Loading - texture: textures\roof\dachow09.dds Loading - texture: textures\slimson\dom1b.dds Loading - texture: textures\slimson\dom1a.dds Loading - binary model: models\slimson/dom2.e3d Loading - texture: textures\slimson\ca.dds Loading - texture: textures\bud\blok.dds Loading - binary model: models\mc/krakowt-magazyn1.e3d Loading - texture: textures\mc\kt-magazyn1fasada2.dds Loading - texture: textures\mc\kt-magazyn1fasada1.dds Loading - texture: textures\mc\kt-magazyn1podst.dds Loading - texture: textures\mc\kt-magazyn1bok.dds Loading - binary model: models\pm/budynek1.e3d Loading - texture: textures\pm\budynek1.dds Loading - binary model: models\pm/budynek2.e3d Loading - texture: textures\pm\budynek2.dds Loading - binary model: models\pm/kamienica6.e3d Loading - texture: textures\pm\kamienica6au.dds Loading - texture: textures\pm\kamienica6bd.dds Loading - texture: textures\pm\kamienica6bu.dds Loading - texture: textures\pm\kamienica6ad.dds Loading - binary model: models\mc/krakow-katowa1.e3d Loading - texture: textures\mc\krakow-katowa1.dds Loading - binary model: models\mc/krakow-katowa3.e3d Loading - texture: textures\mc\krakow-katowa3.dds Loading - texture: textures\bud\2bok-cegla1.dds Loading - binary model: models\mc/krakow-pawia22.e3d Loading - texture: textures\mc\krakow-pawia22bok.dds Loading - texture: textures\mc\krakow-pawia24a.dds Loading - texture: textures\mc\krakow-pawia24b.dds Loading - texture: textures\mc\krakow-pawia22b.dds Loading - texture: textures\mc\krakow-pawia22a.dds Loading - binary model: models\pm/kamienica8.e3d Loading - texture: textures\pm\kamienica8d.dds Loading - texture: textures\pm\kamienica8u.dds Loading - binary model: models\mc/krakow-wjazd7.e3d Loading - texture: textures\mc\krakow-wjazd7.dds Loading - binary model: models\pm/kamienica9.e3d Loading - texture: textures\pm\kamienica9b2.dds Loading - texture: textures\pm\kamienica9d.dds Loading - texture: textures\pm\kamienica9d2.dds Loading - texture: textures\pm\kamienica9b1.dds Loading - texture: textures\pm\kamienica9w.dds Loading - binary model: models\pm/kamienica7.e3d Loading - texture: textures\pm\kamienica7s.dds Loading - texture: textures\pm\kamienica7u.dds Loading - texture: textures\pm\kamienica7d.dds Loading - binary model: models\pm/kamienica11.e3d Loading - texture: textures\pm\kamienica11.dds Loading - texture: textures\pm\kamienica11b.dds Loading - binary model: models\pm/kamienica10.e3d Loading - texture: textures\pm\kamienica10u2.dds Loading - texture: textures\pm\kamienica10d1.dds Loading - texture: textures\pm\kamienica10u1.dds Loading - texture: textures\pm\kamienica10d2.dds Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - binary model: models\pm/apart1.e3d Loading - texture: textures\pm\apart1.dds Loading - texture: textures\pm\apart1u.dds Loading - texture: textures\pm\apart1murek.dds Loading - texture: textures\pm\apart1g.dds Loading - texture: textures\pm\apart1bok.dds Loading - binary model: models\pm/apart2.e3d Loading - texture: textures\pm\apart2balk.dds Loading - texture: textures\pm\apart2.dds Loading - texture: textures\pm\apart2bok.dds Loading - texture: textures\materials\stones1.dds Loading - texture: textures\slimson\tab_peron1.dds Loading - binary model: models\slimson/slupnapismaly.e3d Loading - texture: textures\slimson\tab_peron2.dds Loading - binary model: models\wasyl/blok_sob_ziel.e3d Loading - texture: textures\wasyl\blok_sob_ziel.dds Loading - binary model: models\wasyl/blok_sob_nieb.e3d Loading - texture: textures\wasyl\blok_sob_nieb.dds Loading - binary model: models\wasyl/blok_piast2.e3d Loading - texture: textures\wasyl\blok_piast2.dds Loading - binary model: models\tomi/blok2.e3d Loading - texture: textures\tomi\kam1.dds Loading - binary model: models\tomi/blok4.e3d Loading - texture: textures\mc\blok4.dds Loading - texture: textures\l61_plants\krzak3.dds Loading - binary model: models\pm/kladka.e3d Loading - texture: textures\pm\#kladka-filar.dds Loading - texture: textures\pm\#kladka-porecz.dds Loading - texture: textures\pm\kladka-stal.dds Loading - binary model: models\wasyl/hipermarket.e3d Loading - texture: textures\wasyl\hipermarket_bok.dds Loading - texture: textures\metal\metalsinedplate_rusted1.dds Loading - binary model: models\slimson/metalouter.e3d Loading - texture: textures\slimson\metal_outer.dds Loading - texture: textures\zwrl25r190.dds Loading - texture: textures\tabl\c-m.dds Loading - binary model: models\sem/glowice/s3izcb_dd.e3d Loading - binary model: models\sem/slupy/s3ibg.e3d Loading - texture: textures\tabl\b-2m.dds Loading - texture: textures\tabl\d-2m.dds Loading - binary model: models\sem/glowice/s2icb_dd.e3d Loading - binary model: models\sem/slupy/s2ibl.e3d Loading - texture: textures\tabl\f-m.dds Loading - binary model: models\sem/glowice/to2izp_dd.e3d Loading - binary model: models\sem/slupy/s5ypmg.e3d Loading - texture: textures\tabl\h-12.dds Loading - texture: textures\tabl\toh.dds Loading - texture: textures\tabl\y-m.dds Loading - texture: textures\tabl\w-12m.dds Loading - texture: textures\tabl\r-2m.dds Loading - texture: textures\tabl\s-12m.dds Loading - texture: textures\tabl\t-2m.dds Loading - texture: textures\tabl\p-2m.dds Loading - texture: textures\tabl\tm8.dds Loading - texture: textures\tabl\v-12.dds Loading - texture: textures\tabl\u-12.dds Loading - texture: textures\tabl\z-12.dds Loading - texture: textures\tabl\k-2m.dds Loading - texture: textures\tabl\l-2m.dds Loading - texture: textures\tabl\n-2m.dds Loading - texture: textures\tabl\o-2m.dds Loading - texture: textures\tabl\j-12m.dds Loading - texture: textures\tabl\i-12m.dds Loading - texture: textures\tabl\h-2m.dds Loading - binary model: models\sem/slupy/s5ylbl.e3d Loading - texture: textures\tabl\c-2m.dds Loading - texture: textures\tabl\d-12m.dds Loading - texture: textures\tabl\e-12m.dds Loading - texture: textures\tabl\tou.dds Loading - binary model: models\sem/glowice/to2ypzp_dd.e3d Loading - binary model: models\sem/slupy/tosptmypbg.e3d Loading - binary model: models\sem/drabinki/d2yp.e3d Loading - texture: textures\tabl\sph.dds Loading - binary model: models\sem/glowice/sp3yppzb_dd.e3d Loading - binary model: models\sem/wskazniki/isp.e3d Event "none_os1" ignored in multiple "balmia_sp1h_os1"! Event "none_os2" ignored in multiple "balmia_sp1h_os2"! Event "none_os3" ignored in multiple "balmia_sp1h_os3"! Event "none_os4" ignored in multiple "balmia_sp1h_os4"! Loading - texture: textures\tabl\tm9.dds Loading - binary model: models\wzk.e3d Loading - texture: textures\wzk.dds Loading - binary model: models\ip/pkp/we8a.e3d Loading - texture: textures\ip\pkp\we8.dds Loading - binary model: models\ip/pkp/we9a.e3d Loading - texture: textures\ip\pkp\we9.dds Loading - binary model: models\ip/pkp/we4b.e3d Loading - texture: textures\ip\pkp\2006\tor.dds Loading - binary model: models\ip/pkp/we3a.e3d Loading - texture: textures\ip\pkp\we3.dds Loading - binary model: models\ip/pkp/we2a.e3d Loading - texture: textures\ip\pkp\we2.dds Loading - binary model: models\ip/pkp/we1.e3d Loading - texture: textures\ip\pkp\we1.dds Loading - texture: textures\tabl\tm10.dds Loading - texture: textures\plants\krzak_1.dds Loading - texture: textures\slimson\tab_baltyk.dds Loading - binary model: models\slimson/dworzec1.e3d Loading - texture: textures\slimson\dworzec1.dds Loading - texture: textures\slimson\dworzec1sciana3.dds Loading - texture: textures\slimson\dworzec1sciana2.dds Loading - texture: textures\slimson\dworzec1sciana.dds Loading - texture: textures\slimson\dworzec1tylb.dds Loading - texture: textures\slimson\dworzec1tyla.dds Loading - texture: textures\slimson\dworzec1tyl.dds Loading - texture: textures\slimson\dworzec1jad.dds Loading - binary model: models\slimson/grzadka.e3d Loading - texture: textures\slimson\grzadka.dds Loading - binary model: models\slimson/magazyn6.e3d Loading - texture: textures\slimson\magazyn5.dds Loading - binary model: models\slimson/domek3.e3d Loading - texture: textures\slimson\domek3.dds Loading - texture: textures\slimson\drzwi1.dds Loading - binary model: models\slimson/mur.e3d Loading - texture: textures\slimson\concrete.dds Loading - binary model: models\slimson/magazyn4.e3d Loading - texture: textures\bud2\kopalnia-obtasm1.dds Loading - texture: textures\bud2\kopalnia-obudtasm3a.dds Loading - binary model: models\slimson/magazyn5.e3d Loading - texture: textures\slimson\magazyn5.dds Loading - texture: textures\mc\zabierzow-nastdysp.dds Loading - binary model: models\mc/zabierzow-nastdysp.e3d Loading - texture: textures\l61_plants\drzewo1024n.dds Loading - texture: textures\pkp\w8_v2\d6_3.dds Loading - binary model: models\ip/pkp/w14.e3d Loading - binary model: models\slupek-hm.e3d Loading - texture: textures\slupek_hm.dds Loading - texture: textures\slhm0.dds Loading - texture: textures\slhm-.dds Loading - texture: textures\slhm3.dds Loading - texture: textures\slhm4.dds Loading - texture: textures\slhm5.dds Loading - texture: textures\slhm6.dds Loading - texture: textures\slhm7.dds Loading - texture: textures\slhm8.dds Loading - texture: textures\slhm9.dds Loading - texture: textures\slhm1.dds Loading - texture: textures\slhm2.dds Loading - texture: textures\slimson\tab_peron3.dds Loading - binary model: models\slimson/kladka3.e3d Loading - binary model: models\pm/segment1.e3d Loading - texture: textures\pm\segment1a.dds Loading - texture: textures\pm\segment1b.dds Loading - binary model: models\pm/garaz1.e3d Loading - texture: textures\pm\garaz1.dds Loading - binary model: models\pm/blok10.e3d Loading - texture: textures\pm\blok10.dds Loading - binary model: models\pm/blok12.e3d Loading - texture: textures\pm\blok12.dds Loading - texture: textures\pm\blok12dach.dds Loading - texture: textures\tabl\d1-12m.dds Loading - texture: textures\tabl\d1-13m.dds Loading - binary model: models\bud/dombale01.e3d Loading - texture: textures\bud\dombale01a.dds Loading - texture: textures\bud\dombale01b.dds Loading - binary model: models\slimson/baner1.e3d Loading - texture: textures\slimson\szary.dds Loading - texture: textures\slimson\reklamabok.dds Loading - texture: textures\slimson\reklama1.dds Loading - texture: textures\roof\roofmetalplate1.dds Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Bad event: "none_warning" is ignored. Loading - texture: textures\tabl\tov.dds Loading - texture: textures\tabl\toz.dds Loading - binary model: models\sem/glowice/to2ylzp_dd.e3d Loading - binary model: models\sem/slupy/tosptmylbg.e3d Loading - binary model: models\sem/drabinki/d2yl.e3d Loading - texture: textures\pkp\w8_v2\d6_4.dds Loading - binary model: models\pkp/koziolbeton.e3d Loading - texture: textures\\wzw.dds Loading - texture: textures\\podklad1.dds Loading - texture: textures\tabl\521.dds Loading - binary model: models\sem/glowice/s3ypzcp_dd.e3d Loading - binary model: models\sem/slupy/sblypml.e3d Loading - texture: textures\tabl\521n.dds Loading - binary model: models\sem/glowice/s3ylzcp_dd.e3d Loading - binary model: models\sem/slupy/sblylbg.e3d Loading - binary model: models\sem/drabinki/d4yl.e3d Loading - texture: textures\tabl\511.dds Loading - binary model: models\sem/slupy/sblypbg.e3d Loading - texture: textures\tabl\511n.dds Loading - binary model: models\sem/slupy/sblylml.e3d Loading - texture: textures\tabl\501.dds Loading - texture: textures\tabl\502n.dds Loading - texture: textures\tabl\492.dds Loading - texture: textures\tabl\492n.dds Loading - texture: textures\tabl\482.dds Loading - texture: textures\tabl\482n.dds Loading - texture: textures\tabl\472.dds Loading - binary model: models\sem/wskazniki/w1new_mz.e3d Loading - texture: textures\tabl\472n.dds Loading - texture: textures\tabl\462.dds Loading - binary model: models\sem/wskazniki/w18old.e3d Loading - texture: textures\tabl\462n.dds Loading - binary model: models\sem/wskazniki/w18new.e3d Loading - texture: textures\tabl\461.dds Loading - texture: textures\tabl\461n.dds Loading - texture: textures\tabl\471.dds Loading - texture: textures\tabl\471n.dds Loading - texture: textures\tabl\481.dds Loading - texture: textures\tabl\481n.dds Loading - texture: textures\tabl\491.dds Loading - texture: textures\tabl\491n.dds Loading - texture: textures\tabl\502.dds Loading - texture: textures\tabl\501n.dds Loading - texture: textures\tabl\512.dds Loading - texture: textures\tabl\512n.dds Loading - texture: textures\tabl\522.dds Loading - texture: textures\tabl\522n.dds Loading - binary model: models\ip/pkp/w16_slupt.e3d Loading - texture: textures\pkp\w27_10.dds Loading - binary model: models\ip/pkp/w27.e3d Loading - texture: textures\pkp\transparent.dds Loading - texture: textures\pkp\w27_16.dds Loading - binary model: models\ip/pkp/w27odwr.e3d Loading - texture: textures\pkp\w27_12.dds Loading - texture: textures\pkp\w27_6.dds Loading - texture: textures\pkp\w27_4.dds Loading - binary model: models\slimson/magazyn7.e3d Loading - texture: textures\\chodnik-6k-1x2m.dds Loading - texture: textures\pm\magazyn01.dds Loading - texture: textures\slimson\magazyn7mur.dds Loading - texture: textures\pm\apart1g.dds Loading - binary model: models\slimson/placlad.e3d Loading - texture: textures\\roadcobblestonegray1.dds Loading - texture: textures\\fence-chainedwire1.dds Loading - texture: textures\materials\coalfine1.dds Loading - texture: textures\materials\sandfine1.dds Loading - binary model: models\slimson/skupzlomu.e3d Loading - texture: textures\\stonesmediumlightbrown1.dds Loading - texture: textures\slimson\zlom3.dds Loading - texture: textures\slimson\domek4.dds Loading - texture: textures\slimson\domek2.dds Loading - texture: textures\slimson\balazolta.dds Loading - texture: textures\detal\fencepost-metalpipe1.dds Loading - texture: textures\slimson\zlom2.dds Loading - texture: textures\slimson\zlom1.dds Loading - texture: textures\podklad1.dds Loading - texture: textures\rail_screw_unused1.dds Loading - texture: textures\wzw.dds Loading - texture: textures\las5.dds Loading - texture: textures\las4.dds Loading - texture: textures\farm03.dds Loading - texture: textures\farm02.dds Loading - texture: textures\farm01.dds Loading - texture: textures\farm06.dds Loading - texture: textures\@water03_szambo.dds Loading - texture: textures\forest02.dds Loading - texture: textures\plateplatform1.dds Loading - texture: textures\plateplatform1_side.dds Loading - texture: textures\fence-concrete1.dds Loading - texture: textures\fence.dds Loading - texture: textures\fencewood1.dds Loading - texture: textures\fence-chainedwire1.dds Loading - texture: textures\forest01.dds Loading - texture: textures\forest02-top.dds Loading - texture: textures\peron02.dds Loading - texture: textures\piach_plaza.dds Loading - texture: textures\fence-concrete2.dds Loading - texture: textures\chodnik-6k-1x2m.dds Loading - texture: textures\parksite.dds Loading - texture: textures\rozkrz8r150-1pods-new.dds Loading - texture: textures\stonesmediumlightbrown1.dds Loading - texture: textures\rozkrz8r150-2pods-new.dds Loading - texture: textures\grassdead2.dds Loading - texture: textures\chodnik2.dds Loading - texture: textures\zywoplot.dds Loading - texture: textures\plotek2.dds Loading - texture: textures\plot2murek.dds Loading - texture: textures\ziemia.dds Loading - texture: textures\rail_screw_used1.dds Loading - texture: textures\tpbps-new2.dds Loading - texture: textures\rail_screw_rused1.dds Loading - texture: textures\tpb-old1.dds Loading - texture: textures\grassdarkgreen2.dds Loading - texture: textures\tpd-old1.dds Loading - texture: textures\tpd1-pods.dds Loading - texture: textures\tpd1.dds Loading - texture: textures\tpd-oil2.dds Loading - texture: textures\rail_screw_used2.dds Loading - texture: textures\rail_screw_rused2.dds Loading - texture: textures\rail_screw_unused2.dds Loading - texture: textures\grass2.dds InitNormals InitNormals OK InitTracks InitTracks OK InitTraction InitTraction OK InitEvents InitEvents OK InitLaunchers InitLaunchers OK InitGlobalTime InitGlobalTime OK FirstInit is done Loading - binary model: dynamic\pkp\ep08_v1\102e.e3d Loading - texture: textures\tabor\aircoupler.dds Loading - texture: dynamic\pkp\ep08_v1\102e-006-hist.dds New timetable for ep08-006: lpe782 Wpis hamulca: BR Loading - binary model: dynamic\pkp\ep05_v2\ep05.e3d Loading - texture: dynamic\pkp\ep05_v2\cienep05.dds Loading - texture: textures\tabor\coupler.dds Loading - texture: textures\tabor\kolo_sprychowe_new.dds Loading - texture: dynamic\pkp\ep05_v2\lod_wozka.dds Loading - texture: dynamic\pkp\ep05_v2\ep05-23-hist.dds Wpis hamulca: BM Loading - binary model: dynamic\pkp\z1_v2\152a.e3d Loading - texture: dynamic\pkp\z1_v2\615119-90018-6.dds Wpis hamulca: BM Wpis hamulca: BM Wpis hamulca: BM Loading - binary model: dynamic\pkp\z1_v2\152aa.e3d Loading - texture: dynamic\pkp\z1_v2\615120-90008-6.dds Wpis hamulca: BM Wpis hamulca: BM Wpis hamulca: BM Loading - binary model: dynamic\pkp\en57_v1\6bai.e3d Loading - texture: textures\tabor\ezt_wozek_lod.dds Loading - texture: textures\tabor\wozek_ezt.dds Loading - texture: textures\tabor\kolo_ezt.dds Loading - texture: dynamic\pkp\en57_v1\cien6ba.dds Loading - texture: dynamic\pkp\en57_v1\szarfen.dds Loading - texture: dynamic\pkp\en57_v1\wozek-en57-s.dds Loading - texture: dynamic\pkp\en57_v1\podloga.dds Loading - texture: dynamic\pkp\en57_v1\grzejniki.dds Loading - texture: dynamic\pkp\en57_v1\en57drzwip.dds Loading - texture: dynamic\pkp\en57_v1\en57-001ra.dds Loading - binary model: dynamic\pkp\en57_v1\6bsi.e3d Loading - texture: dynamic\pkp\en57_v1\cien6bs.dds Loading - texture: dynamic\pkp\en57_v1\en57-001s.dds Loading - binary model: dynamic\pkp\en57_v1\6bbi.e3d Loading - texture: dynamic\pkp\en57_v1\en57-001rb.dds Wpis hamulca: BR Loading - binary model: dynamic\pkp\su45_v2\301d.e3d Loading - texture: textures\tabor\#sprzeg2.dds Loading - texture: dynamic\pkp\su45_v2\antena.dds Loading - texture: dynamic\pkp\su45_v2\dach_pomost.dds Loading - texture: dynamic\pkp\su45_v2\cien301d.dds Loading - texture: dynamic\pkp\su45_v2\301d_wozek.dds Loading - texture: textures\tabor\kolo_sprychy.dds Loading - texture: dynamic\pkp\su45_v2\wozek_detal.dds Loading - texture: dynamic\pkp\su45_v2\went.dds Loading - texture: dynamic\pkp\su45_v2\wycieraczka.dds Loading - texture: dynamic\pkp\su45_v2\301d-245.dds Wpis hamulca: BR Loading - binary model: dynamic\pkp\1xxa_v1\120a.e3d Loading - texture: dynamic\pkp\1xxa_v1\cien1xxa.dds Loading - texture: textures\tabor\wozek1xx.dds Loading - texture: textures\tabor\klocekham.dds Loading - texture: textures\tabor\pradnica.dds Loading - texture: textures\tabor\kolopeln.dds Loading - texture: textures\tabor\dol.dds Loading - texture: dynamic\pkp\1xxa_v1\120a_gw_1.dds Wpis hamulca: BR Wpis hamulca: BR New timetable for su45-245: me2417 Loading - binary model: dynamic\pkp\sm42_v1\6d.e3d Loading - texture: dynamic\pkp\sm42_v1\wozek_lod.dds Loading - texture: dynamic\pkp\sm42_v1\wozek-sm42-1.dds Loading - texture: dynamic\pkp\sm42_v1\wycieraczka.dds Loading - texture: dynamic\pkp\sm42_v1\6d-podwozie.dds Loading - texture: dynamic\pkp\sm42_v1\went.dds Loading - texture: dynamic\pkp\sm42_v1\cien6d.dds Loading - texture: dynamic\pkp\sm42_v1\blacha.dds Loading - texture: dynamic\pkp\sm42_v1\6d-284.dds New timetable for sm42-284: baltyk\stonka Loading - binary model: dynamic\pkp\gbs_v1\208kf.e3d Loading - texture: dynamic\pkp\gbs_v1\wozek.dds Loading - texture: dynamic\pkp\gbs_v1\ciengbs.dds Loading - texture: dynamic\pkp\gbs_v1\tab_end.dds Loading - texture: dynamic\pkp\gbs_v1\zderzak.dds Loading - texture: dynamic\pkp\gbs_v1\gbs02.dds Loading - texture: dynamic\pkp\gbs_v1\gbs03.dds Loading - texture: dynamic\pkp\gbs_v1\gbs04.dds Loading - texture: dynamic\pkp\gbs_v1\gbs05.dds Loading - texture: dynamic\pkp\gbs_v1\gbs06.dds Loading - texture: dynamic\pkp\gbs_v1\gbs07.dds Loading - binary model: dynamic\pkp\424z_v1\424z.e3d Loading - texture: dynamic\pkp\424z_v1\25tn.dds Loading - texture: dynamic\pkp\424z_v1\klocekham.dds Loading - texture: dynamic\pkp\424z_v1\cien.dds Loading - texture: dynamic\pkp\424z_v1\koloham.dds Loading - texture: dynamic\pkp\424z_v1\res01.dds Loading - binary model: dynamic\pkp\gags_v2\401ka.e3d Loading - texture: dynamic\pkp\gags_v2\ciengags.dds Loading - texture: dynamic\pkp\gags_v2\wozek1xt.dds Loading - texture: dynamic\pkp\gags_v2\endt.dds Loading - texture: dynamic\pkp\gags_v2\gags03.dds Loading - texture: dynamic\pkp\gbs_v1\gbs11.dds Loading - texture: dynamic\pkp\gbs_v1\gbs10.dds Loading - texture: dynamic\pkp\gbs_v1\gbs01.dds Loading - binary model: dynamic\pkp\bhp_v1\bhp-skos-a.e3d Loading - texture: dynamic\pkp\bhp_v1\505126-19131-9.dds Loading - binary model: dynamic\pkp\bhp_v1\bhp-skos-b.e3d Loading - texture: dynamic\pkp\bhp_v1\505126-19134-3.dds Wpis hamulca: BP Loading - binary model: dynamic\pkp\et22_v2\201e-w.e3d Loading - texture: dynamic\pkp\et22_v2\201e_wozek.dds Loading - texture: textures\tabor\alstom.dds Loading - texture: dynamic\pkp\et22_v2\wycieraczka.dds Loading - texture: textures\tabor\lacznik_dachowy.dds Loading - texture: textures\tabor\izolator.dds Loading - texture: dynamic\pkp\et22_v2\wozek_lod.dds Loading - texture: dynamic\pkp\et22_v2\201e-w-256.dds Wpis hamulca: BP Loading - binary model: dynamic\pkp\424z_v1\stal.e3d Loading - texture: dynamic\pkp\424z_v1\stal.dds Wpis hamulca: BP Wpis hamulca: BP Wpis hamulca: BP Wpis hamulca: BP Wpis hamulca: BP Loading - binary model: dynamic\pkp\424z_v1\stala.e3d Wpis hamulca: BP Wpis hamulca: BP Wpis hamulca: BP Wpis hamulca: BP Wpis hamulca: BP Wpis hamulca: BP Wpis hamulca: BP Wpis hamulca: BP Wpis hamulca: BP New timetable for et22-256: baltyk\tme4419734 New timetable for a57228: Loading - binary model: dynamic\road\arosa\arosa.e3d Loading - texture: dynamic\road\arosa\cien.dds Loading - texture: dynamic\road\arosa\tabr.dds New timetable for a18606: Loading - binary model: dynamic\road\passat\passat.e3d Loading - texture: dynamic\road\passat\cien.dds Loading - texture: dynamic\road\passat\tabr.dds New timetable for a10486: Loading - binary model: dynamic\road\golf\golf.e3d Loading - texture: dynamic\road\golf\cien.dds Loading - texture: dynamic\road\golf\tabr.dds New timetable for a13183: Loading - binary model: dynamic\road\h9\h9-21.e3d Loading - texture: dynamic\road\h9\kolo_h9_przod.dds Loading - texture: dynamic\road\h9\kolo_h9_tyl.dds Loading - texture: dynamic\road\h9\h9_pksnt02.dds New timetable for a19637: Loading - binary model: dynamic\road\ka\ka.e3d Loading - texture: dynamic\road\ka\cien.dds Loading - texture: dynamic\road\ka\tabr.dds New timetable for a19201: Loading - binary model: dynamic\road\a4\a4.e3d Loading - texture: dynamic\road\a4\cien.dds Loading - texture: dynamic\road\a4\tabr.dds New timetable for a23703: New timetable for a15619: New timetable for a43059: New timetable for a27189: New timetable for a10117: New timetable for a6324: New timetable for a18391: New timetable for a13176: Loading - binary model: dynamic\road\jelczm121\m121mb.e3d Loading - texture: dynamic\road\jelczm121\m121_kr.dds Loading - texture: dynamic\road\jelczm121\kolo_silver_tyl.dds Loading - texture: dynamic\road\jelczm121\kolo_silver_przod.dds New timetable for a17672: New timetable for a59232: New timetable for a50801: New timetable for a51997: New timetable for a26048: New timetable for a55454: New timetable for a47414: New timetable for a54437: New timetable for a36592: New timetable for a17150: New timetable for a42678: Loading - binary model: dynamic\road\jelcz\jelcz315pb.e3d Loading - texture: dynamic\road\jelcz\jelcz-podwozie.dds Loading - texture: textures\tabor\truck-redwheel1.dds Loading - texture: dynamic\road\jelcz\jelcz-kabina-b.dds Loading - texture: dynamic\road\jelcz\jelcz-pakaszaramis1.dds New timetable for a17710: Loading - texture: dynamic\road\h9\h9_pksnt01.dds New timetable for a25297: New timetable for a48426: New timetable for a25006: New timetable for a57603: cgskj_sunset083.t3d init Loading - binary model: models\cgskj_sunset083.e3d Loading - texture: textures\sky\sky_sunset083.dds Ground init OK Player train init: su45-245 Loading - binary model: dynamic\pkp\su45_v2\kabina-su45-a.e3d Loading - texture: dynamic\pkp\su45_v2\lampka_zielona_on.dds Loading - texture: dynamic\pkp\su45_v2\kabdodat1.dds Loading - texture: dynamic\pkp\su45_v2\lampka_czerwona_on.dds Loading - texture: dynamic\pkp\su45_v2\lampka_niebieska_on.dds Loading - texture: dynamic\pkp\su45_v2\podpisy.dds Loading - texture: dynamic\pkp\su45_v2\rt9-podsw_on.dds Loading - texture: dynamic\pkp\su45_v2\obrot_on.dds Loading - texture: dynamic\pkp\su45_v2\mierniki_elektr_on.dds Loading - texture: dynamic\pkp\su45_v2\manometry2_on.dds Loading - texture: dynamic\pkp\su45_v2\kabdodat1on.dds Loading - texture: dynamic\pkp\su45_v2\kabina1.dds Loading - texture: dynamic\pkp\su45_v2\przycisk_o.dds Loading - texture: dynamic\pkp\su45_v2\przyc_ziel.dds Loading - texture: dynamic\pkp\su45_v2\przyc_cz.dds Loading - texture: dynamic\pkp\su45_v2\czuwak-on.dds Loading - texture: dynamic\pkp\su45_v2\pulpit2.dds Loading - texture: dynamic\pkp\su45_v2\shp-on.dds Loading - texture: dynamic\pkp\su45_v2\scianka.dds Loading - texture: dynamic\pkp\su45_v2\listwa.dds Loading - texture: dynamic\pkp\su45_v2\zupadobra.dds Loading - texture: dynamic\pkp\su45_v2\zamek.dds Loading - texture: dynamic\pkp\su45_v2\obrecz.dds Loading - texture: dynamic\pkp\su45_v2\czajnik.dds Loading - texture: dynamic\pkp\su45_v2\radiotelne.dds Loading - texture: dynamic\pkp\su45_v2\black.dds Loading - texture: dynamic\pkp\su45_v2\grzalka.dds Loading - texture: dynamic\pkp\su45_v2\guzik.dds Loading - texture: dynamic\pkp\su45_v2\pulpit.dds Loading - texture: dynamic\pkp\su45_v2\elementy_f.dds Loading - texture: dynamic\pkp\su45_v2\drzwi.dds Loading - texture: dynamic\pkp\su45_v2\reczny.dds Loading - texture: dynamic\pkp\su45_v2\pulpit_main2.dds Loading - texture: dynamic\pkp\su45_v2\mierniki_e.dds Loading - texture: dynamic\pkp\su45_v2\nal.dds Loading - texture: dynamic\pkp\su45_v2\nawrotnik.dds Loading - texture: dynamic\pkp\su45_v2\rozruchowy.dds Loading - texture: dynamic\pkp\su45_v2\lampki.dds Loading - texture: dynamic\pkp\su45_v2\black2.dds Loading - texture: dynamic\pkp\su45_v2\podloga.dds Loading - texture: dynamic\pkp\su45_v2\shp-off.dds Loading - texture: dynamic\pkp\su45_v2\panelbocznybeznapisow.dds Loading - texture: dynamic\pkp\su45_v2\dodatki.dds Loading - texture: dynamic\pkp\su45_v2\eu07sufit.dds Loading - texture: dynamic\pkp\su45_v2\kubek.dds Loading - texture: dynamic\pkp\su45_v2\szary1.dds Loading - texture: dynamic\pkp\su45_v2\listwa_panel.dds Loading - texture: dynamic\pkp\su45_v2\zielony4.dds Loading - texture: dynamic\pkp\su45_v2\lampka_zielona_off.dds Loading - texture: dynamic\pkp\su45_v2\lampka_czerwona_off.dds Loading - texture: dynamic\pkp\su45_v2\lampka_niebieska_off.dds Loading - texture: dynamic\pkp\su45_v2\lampka_zolta_off.dds Loading - texture: dynamic\pkp\su45_v2\okno_czolo.dds Loading - texture: dynamic\pkp\su45_v2\awarstop.dds Loading - texture: dynamic\pkp\su45_v2\okno_boczn.dds Loading - texture: dynamic\pkp\su45_v2\firanka.dds Loading - texture: dynamic\pkp\su45_v2\dywanik_podloga.dds Loading - texture: dynamic\pkp\su45_v2\hamulce.dds Loading - texture: dynamic\pkp\su45_v2\przelaczni.dds Loading - texture: dynamic\pkp\su45_v2\okno_drzwi.dds Loading - texture: dynamic\pkp\su45_v2\tabliczka1.dds Loading - texture: dynamic\pkp\su45_v2\podmanopustebright.dds Loading - texture: dynamic\pkp\su45_v2\manometry2.dds Loading - texture: dynamic\pkp\su45_v2\panel_szary.dds Loading - texture: dynamic\pkp\su45_v2\panel_srodkowy.dds Loading - texture: dynamic\pkp\su45_v2\nastawniksu45n.dds Loading - texture: dynamic\pkp\su45_v2\wskpr.dds Loading - texture: dynamic\pkp\su45_v2\rt9-podsw.dds Loading - texture: dynamic\pkp\su45_v2\rt9.dds Player train init OK Loading - texture: textures\smuga.tga Load time: 151.7 seconds EVENT LAUNCHED: onstart_zacheta Multiple passed EVENT ADDED TO QUEUE: baltyk_p_ms2 EVENT ADDED TO QUEUE: start EVENT LAUNCHED: baltyk_p_ms2 Multiple passed EVENT ADDED TO QUEUE: baltyk_p_sem_ligh22 EVENT ADDED TO QUEUE: baltyk_p_sem_info_shunt25 EVENT LAUNCHED: baltyk_p_sem_ligh22 EVENT LAUNCHED: baltyk_p_sem_info_shunt25 Key pressed: [D] Key pressed: [Shift]+[J] Key pressed: [ ] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[M] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] EVENT LAUNCHED: start Multiple passed EVENT ADDED TO QUEUE: rozsprzeganie EVENT ADDED TO QUEUE: bal1 EVENT ADDED TO QUEUE: brutto_start EVENT ADDED TO QUEUE: sbl_472n_ciemny EVENT ADDED TO QUEUE: sbl_512n_ciemny EVENT ADDED TO QUEUE: zmiana_start_status EVENT LAUNCHED: zmiana_start_status Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [X] Key pressed: [F4] EVENT LAUNCHED: rozsprzeganie Multiple passed EVENT ADDED TO QUEUE: new_zapowiedz1 EVENT ADDED TO QUEUE: baltyk_c_s10 EVENT ADDED TO QUEUE: bl_zw6- EVENT ADDED TO QUEUE: bl_zw4- EVENT ADDED TO QUEUE: bl_zw2- EVENT ADDED TO QUEUE: baltyk_przejazd_zamykaj EVENT LAUNCHED: sbl_472n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl_472n_sem_ligh0 EVENT ADDED TO QUEUE: sbl_472n_sem_info_vmax EVENT ADDED TO QUEUE: sbl_482n_ciemny EVENT LAUNCHED: sbl_512n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl_512n_sem_ligh0 EVENT ADDED TO QUEUE: sbl_512n_sem_info_vmax EVENT ADDED TO QUEUE: sbl_501n_ciemny EVENT LAUNCHED: baltyk_c_s10 Multiple passed EVENT ADDED TO QUEUE: baltyk_c_sem_ligh10 EVENT ADDED TO QUEUE: baltyk_c_sem_info_v40 EVENT ADDED TO QUEUE: baltyk_c_sem_distinfo_vmax EVENT LAUNCHED: bl_zw6- Multiple passed EVENT ADDED TO QUEUE: bl_zw6_wz2 EVENT ADDED TO QUEUE: bl_zw6_1 EVENT ADDED TO QUEUE: bl_zw6_v40 EVENT LAUNCHED: bl_zw4- Multiple passed EVENT ADDED TO QUEUE: bl_zw4_wz2 EVENT ADDED TO QUEUE: bl_zw4_1 EVENT ADDED TO QUEUE: bl_zw4_v40 EVENT LAUNCHED: bl_zw2- Multiple passed EVENT ADDED TO QUEUE: bl_zw2_wz2 EVENT ADDED TO QUEUE: bl_zw2_1 EVENT ADDED TO QUEUE: bl_zw2_v40 EVENT LAUNCHED: baltyk_przejazd_zamykaj Multiple passed EVENT ADDED TO QUEUE: baltyk_przejazd_stop1 EVENT ADDED TO QUEUE: baltyk_przejazd_stop2 EVENT ADDED TO QUEUE: baltyk_przejazd_0_sygn1 EVENT ADDED TO QUEUE: baltyk_przejazd_0_sygn2 EVENT ADDED TO QUEUE: baltyk_przejazd_rog1on EVENT ADDED TO QUEUE: baltyk_przejazd_rog2on EVENT ADDED TO QUEUE: baltyk_przejazd_bell1on EVENT ADDED TO QUEUE: baltyk_przejazd_bell2on EVENT LAUNCHED: sbl_472n_sem_ligh0 EVENT LAUNCHED: sbl_512n_sem_ligh0 EVENT LAUNCHED: baltyk_c_sem_ligh10 EVENT LAUNCHED: baltyk_c_sem_distinfo_vmax EVENT LAUNCHED: bl_zw6_1 EVENT LAUNCHED: bl_zw6_v40 type: TrackVel EVENT LAUNCHED: bl_zw4_1 EVENT LAUNCHED: bl_zw4_v40 type: TrackVel EVENT LAUNCHED: bl_zw2_1 EVENT LAUNCHED: bl_zw2_v40 type: TrackVel EVENT LAUNCHED: baltyk_przejazd_bell1on EVENT LAUNCHED: baltyk_przejazd_bell2on EVENT LAUNCHED: bl_zw6_wz2 EVENT LAUNCHED: bl_zw4_wz2 EVENT LAUNCHED: bl_zw2_wz2 EVENT LAUNCHED: baltyk_przejazd_0_sygn1 EVENT LAUNCHED: baltyk_przejazd_0_sygn2 EVENT LAUNCHED: sbl_472n_sem_info_vmax EVENT LAUNCHED: sbl_512n_sem_info_vmax EVENT LAUNCHED: baltyk_c_sem_info_v40 EVENT LAUNCHED: baltyk_przejazd_stop1 EVENT LAUNCHED: baltyk_przejazd_stop2 Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] EVENT LAUNCHED: baltyk_przejazd_rog1on EVENT LAUNCHED: baltyk_przejazd_rog2on Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] Key pressed: [Shift]+[X] EVENT LAUNCHED: brutto_start Multiple passed EVENT ADDED TO QUEUE: al_zw4- EVENT ADDED TO QUEUE: al_zw3- EVENT ADDED TO QUEUE: alakowice_f_s10 EVENT LAUNCHED: new_zapowiedz1 EVENT LAUNCHED: sbl_482n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl_482n_sem_ligh0 EVENT ADDED TO QUEUE: sbl_482n_sem_info_vmax EVENT ADDED TO QUEUE: sbl_492n_ciemny EVENT LAUNCHED: sbl_501n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl_501n_sem_ligh0 EVENT ADDED TO QUEUE: sbl_501n_sem_info_vmax EVENT ADDED TO QUEUE: sbl_491n_ciemny EVENT LAUNCHED: alakowice_f_s10 Multiple passed EVENT ADDED TO QUEUE: alakowice_f_sem_ligh10 EVENT ADDED TO QUEUE: alakowice_f_sem_info_v40 EVENT ADDED TO QUEUE: alakowice_f_sem_distinfo_vmax EVENT LAUNCHED: sbl_482n_sem_ligh0 EVENT LAUNCHED: sbl_501n_sem_ligh0 EVENT LAUNCHED: alakowice_f_sem_ligh10 EVENT LAUNCHED: alakowice_f_sem_distinfo_vmax EVENT LAUNCHED: al_zw4- Multiple passed EVENT ADDED TO QUEUE: al_zw4_wz2 EVENT ADDED TO QUEUE: al_zw4_1 EVENT ADDED TO QUEUE: al_zw4_v40 EVENT LAUNCHED: al_zw3- Multiple passed EVENT ADDED TO QUEUE: al_zw3_wz2 EVENT ADDED TO QUEUE: al_zw3_1 EVENT ADDED TO QUEUE: al_zw3_v40 EVENT LAUNCHED: sbl_482n_sem_info_vmax EVENT LAUNCHED: sbl_501n_sem_info_vmax EVENT LAUNCHED: al_zw4_1 EVENT LAUNCHED: al_zw4_v40 type: TrackVel EVENT LAUNCHED: al_zw3_1 EVENT LAUNCHED: al_zw3_v40 type: TrackVel EVENT LAUNCHED: alakowice_f_sem_info_v40 EVENT LAUNCHED: al_zw4_wz2 EVENT LAUNCHED: al_zw3_wz2 Key pressed: [Shift]+[C] Key pressed: [Shift]+[C] Key pressed: [Shift]+[C] Key pressed: [F4] Key pressed: [144] Key pressed: [Num4] Key pressed: [144] EVENT LAUNCHED: sbl_492n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl_492n_sem_ligh0 EVENT ADDED TO QUEUE: sbl_492n_sem_info_vmax EVENT ADDED TO QUEUE: sbl_502n_ciemny EVENT LAUNCHED: sbl_491n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl_491n_sem_ligh0 EVENT ADDED TO QUEUE: sbl_491n_sem_info_vmax EVENT ADDED TO QUEUE: sbl_481n_ciemny EVENT LAUNCHED: sbl_492n_sem_ligh0 EVENT LAUNCHED: sbl_491n_sem_ligh0 EVENT LAUNCHED: sbl_492n_sem_info_vmax EVENT LAUNCHED: sbl_491n_sem_info_vmax Key pressed: [A] Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Multiple passed EVENT ADDED TO QUEUE: balplaprz_stop1 EVENT ADDED TO QUEUE: balplaprz_stop2 EVENT ADDED TO QUEUE: balplaprz_autootwieracz Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Multiple passed Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Multiple passed Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_stop1 EVENT LAUNCHED: balplaprz_stop2 Key pressed: [F3] EVENT LAUNCHED: sbl_502n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl_502n_sem_ligh0 EVENT ADDED TO QUEUE: sbl_502n_sem_info_vmax EVENT ADDED TO QUEUE: sbl_511n_ciemny EVENT LAUNCHED: sbl_481n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl_481n_sem_ligh0 EVENT ADDED TO QUEUE: sbl_481n_sem_info_vmax EVENT ADDED TO QUEUE: sbl_471n_ciemny EVENT LAUNCHED: sbl_502n_sem_ligh0 EVENT LAUNCHED: sbl_481n_sem_ligh0 Key pressed: [F3] EVENT LAUNCHED: sbl_502n_sem_info_vmax EVENT LAUNCHED: sbl_481n_sem_info_vmax Key pressed: [F1] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] EVENT LAUNCHED: sbl_511n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl_511n_sem_ligh0 EVENT ADDED TO QUEUE: sbl_511n_sem_info_vmax EVENT ADDED TO QUEUE: sbl_521n_ciemny EVENT LAUNCHED: sbl_471n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl_471n_sem_ligh0 EVENT ADDED TO QUEUE: sbl_471n_sem_info_vmax EVENT ADDED TO QUEUE: sbl_461n_ciemny EVENT LAUNCHED: sbl_511n_sem_ligh0 EVENT LAUNCHED: sbl_471n_sem_ligh0 EVENT LAUNCHED: sbl_511n_sem_info_vmax EVENT LAUNCHED: sbl_521n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl_521n_sem_ligh0 EVENT ADDED TO QUEUE: sbl_521n_sem_info_vmax EVENT LAUNCHED: sbl_471n_sem_info_vmax EVENT LAUNCHED: sbl_461n_ciemny Multiple passed EVENT ADDED TO QUEUE: sbl_461n_sem_ligh0 EVENT ADDED TO QUEUE: sbl_461n_sem_info_vmax EVENT LAUNCHED: sbl_521n_sem_ligh0 EVENT LAUNCHED: sbl_461n_sem_ligh0 Key pressed: [Num+] EVENT LAUNCHED: sbl_521n_sem_info_vmax EVENT LAUNCHED: sbl_461n_sem_info_vmax Key pressed: [F4] Key pressed: [Num+] Key pressed: [Shift]+[Num+] Key pressed: [F4] Key pressed: [F3] EVENT LAUNCHED: balplaprz_autootwieracz Multiple passed EVENT ADDED TO QUEUE: balplaprz_otwieraj Key pressed: [F3] EVENT ADDED TO QUEUE: balpla_a_s1 by su45-245 EVENT LAUNCHED: balpla_a_s1 by su45-245 Multiple passed EVENT ADDED TO QUEUE: balpla_a_sem_ligh1 by su45-245 EVENT ADDED TO QUEUE: balpla_a_sem_info_stop by su45-245 EVENT LAUNCHED: balpla_a_sem_ligh1 by su45-245 EVENT ADDED TO QUEUE: balplaprz:busy by su45-245 EVENT LAUNCHED: balplaprz:busy by su45-245 Multiple passed EVENT ADDED TO QUEUE: balplaprz_zamkniety by su45-245 Key pressed: [A] Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Multiple passed EVENT ADDED TO QUEUE: balplaprz_stop1 EVENT ADDED TO QUEUE: balplaprz_stop2 EVENT ADDED TO QUEUE: balplaprz_autootwieracz Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Multiple passed Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Multiple passed Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Multiple passed Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Multiple passed Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamkniety by su45-245 EVENT ADDED TO QUEUE: ruszylo_sie by su45-245 EVENT LAUNCHED: ruszylo_sie by su45-245 Multiple passed EVENT ADDED TO QUEUE: sprawdz_whois by su45-245 EVENT ADDED TO QUEUE: po_whois by su45-245 EVENT LAUNCHED: sprawdz_whois by su45-245 Train detected: ME2417 EVENT LAUNCHED: balplaprz_stop1 EVENT LAUNCHED: balplaprz_stop2 EVENT LAUNCHED: balplaprz_otwieraj Multiple passed EVENT ADDED TO QUEUE: balplaprz_go1 EVENT ADDED TO QUEUE: balplaprz_go2 EVENT LAUNCHED: balplaprz_go1 EVENT LAUNCHED: balplaprz_go2 EVENT LAUNCHED: po_whois by su45-245 Multiple passed EVENT ADDED TO QUEUE: inne_start by su45-245 EVENT LAUNCHED: inne_start by su45-245 Multiple passed EVENT ADDED TO QUEUE: ezt_do_komorki by su45-245 EVENT ADDED TO QUEUE: baltyk_p_s1 by su45-245 EVENT ADDED TO QUEUE: uruchom_ai by su45-245 EVENT LAUNCHED: baltyk_p_s1 by su45-245 Multiple passed EVENT ADDED TO QUEUE: baltyk_p_sem_ligh1 by su45-245 EVENT ADDED TO QUEUE: baltyk_p_sem_info_stop by su45-245 EVENT LAUNCHED: baltyk_p_sem_ligh1 by su45-245 EVENT LAUNCHED: baltyk_p_sem_info_stop by su45-245 Key pressed: [F8] EVENT LAUNCHED: ezt_do_komorki by su45-245 Key pressed: [F8] EVENT LAUNCHED: balpla_a_sem_info_stop by su45-245 Key pressed: [Num+] EVENT LAUNCHED: uruchom_ai by su45-245 Multiple passed EVENT ADDED TO QUEUE: uruchom_luzaka by su45-245 EVENT ADDED TO QUEUE: uruchom_brutto by su45-245 EVENT ADDED TO QUEUE: uruchom_suczke by su45-245 EVENT LAUNCHED: uruchom_luzaka by su45-245 EVENT LAUNCHED: uruchom_brutto by su45-245 EVENT LAUNCHED: uruchom_suczke by su45-245 EVENT ADDED TO QUEUE: balplaprz:free by 120a_gw_1 EVENT LAUNCHED: balplaprz:free by 120a_gw_1 Multiple passed EVENT ADDED TO QUEUE: balplaprz_otwieraj by 120a_gw_1 EVENT ADDED TO QUEUE: balplaprz_otwarty by 120a_gw_1 EVENT LAUNCHED: balplaprz_otwieraj by 120a_gw_1 Multiple passed EVENT ADDED TO QUEUE: balplaprz_go1 by 120a_gw_1 EVENT ADDED TO QUEUE: balplaprz_go2 by 120a_gw_1 Key pressed: [A] Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj Key pressed: [A] EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj Key pressed: [A] EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj Key pressed: [A] EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj Key pressed: [A] EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj Key pressed: [A] EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj Key pressed: [A] EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj Key pressed: [A] EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj Key pressed: [A] EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj Key pressed: [A] EVENT LAUNCHED: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_go1 by 120a_gw_1 EVENT LAUNCHED: balplaprz_go2 by 120a_gw_1 Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj Key pressed: [A] EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj Key pressed: [A] EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj Key pressed: [A] EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: balplaprz_zamykaj Key pressed: [Ctrl]+[A] Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT ADDED TO QUEUE: bal_fab2_stop1 EVENT ADDED TO QUEUE: bal_fab2_stop2 EVENT ADDED TO QUEUE: bal_fab2_autootwieracz EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj Key pressed: [Ctrl]+[A] EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj Key pressed: [Ctrl]+[A] EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj Key pressed: [Ctrl]+[A] EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj Key pressed: [Ctrl]+[A] EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj Key pressed: [Ctrl]+[A] EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj Key pressed: [Ctrl]+[A] EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj Key pressed: [Ctrl]+[A] EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj Key pressed: [Ctrl]+[A] EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Eventlauncher balplaprz_rp1 EVENT ADDED TO QUEUE: balplaprz_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_zamykaj Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: bal_fab2_stop1 EVENT LAUNCHED: bal_fab2_stop2 Key pressed: [Shift]+[A] Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT ADDED TO QUEUE: bal_fab2_stop1 EVENT ADDED TO QUEUE: bal_fab2_stop2 Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Key pressed: [Shift]+[A] EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Key pressed: [Shift]+[A] EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Key pressed: [Shift]+[A] EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj Key pressed: [Shift]+[A] EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: bal_fab2_stop1 EVENT LAUNCHED: bal_fab2_stop2 Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [F1] Key pressed: [F1] Key pressed: [F3] Key pressed: [F3] Key pressed: [144] Key pressed: [Num3] Key pressed: [Num3] Key pressed: [Num3] EVENT LAUNCHED: balplaprz_otwarty by 120a_gw_1 Key pressed: [ ] Key pressed: [Num3] EVENT ADDED TO QUEUE: balmia_toh_r_shp by su45-245 EVENT LAUNCHED: balmia_toh_r_shp by su45-245 Type: PutValues EVENT ADDED TO QUEUE: baltyk_c_r_shp by ep08-006 Key pressed: [ ] EVENT LAUNCHED: baltyk_c_r_shp by ep08-006 Type: PutValues EVENT ADDED TO QUEUE: baltyk_c_s1 by ep08-006 EVENT LAUNCHED: baltyk_c_s1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: baltyk_c_sem_ligh1 by ep08-006 EVENT ADDED TO QUEUE: baltyk_c_sem_info_stop by ep08-006 EVENT ADDED TO QUEUE: baltyk_c_w24off by ep08-006 EVENT LAUNCHED: baltyk_c_sem_ligh1 by ep08-006 EVENT LAUNCHED: baltyk_c_w24off by ep08-006 EVENT ADDED TO QUEUE: ruszylo_sie by ep08-006 EVENT LAUNCHED: ruszylo_sie by ep08-006 Key pressed: [A] Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT ADDED TO QUEUE: bal_fab2_stop1 EVENT ADDED TO QUEUE: bal_fab2_stop2 Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed Eventlauncher bal_fab2_rp1 EVENT ADDED TO QUEUE: bal_fab2_zamykaj EVENT LAUNCHED: bal_fab2_zamykaj Multiple passed EVENT LAUNCHED: balplaprz_autootwieracz Multiple passed EVENT ADDED TO QUEUE: balplaprz_otwieraj EVENT LAUNCHED: bal_fab2_stop1 EVENT LAUNCHED: bal_fab2_stop2 EVENT LAUNCHED: balplaprz_otwieraj Multiple passed EVENT ADDED TO QUEUE: balplaprz_go1 EVENT ADDED TO QUEUE: balplaprz_go2 EVENT LAUNCHED: baltyk_c_sem_info_stop by ep08-006 EVENT LAUNCHED: balplaprz_go1 EVENT LAUNCHED: balplaprz_go2 EVENT LAUNCHED: bal1 Multiple passed EVENT ADDED TO QUEUE: balpla_a_s2 EVENT ADDED TO QUEUE: bal2 EVENT LAUNCHED: balpla_a_s2 Multiple passed EVENT ADDED TO QUEUE: balpla_a_sem_ligh2 EVENT ADDED TO QUEUE: balpla_a_sem_info_vmax EVENT LAUNCHED: balpla_a_sem_ligh2 Key pressed: [Num4] EVENT LAUNCHED: balpla_a_sem_info_vmax Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] EVENT LAUNCHED: bal_fab2_autootwieracz Multiple passed EVENT ADDED TO QUEUE: bal_fab2_otwieraj Key pressed: [Num+] Key pressed: [Num+] EVENT ADDED TO QUEUE: baltyk_przejazd:free by ep08-006 EVENT LAUNCHED: bal_fab2_otwieraj Multiple passed EVENT ADDED TO QUEUE: bal_fab2_go1 EVENT ADDED TO QUEUE: bal_fab2_go2 EVENT LAUNCHED: baltyk_przejazd:free by ep08-006 Multiple passed EVENT ADDED TO QUEUE: baltyk_przejazd_otwieraj by ep08-006 EVENT LAUNCHED: baltyk_przejazd_otwieraj by ep08-006 Multiple passed EVENT ADDED TO QUEUE: baltyk_przejazd_otwieraj1 by ep08-006 EVENT ADDED TO QUEUE: baltyk_przejazd_bell1off by ep08-006 EVENT ADDED TO QUEUE: baltyk_przejazd_bell2off by ep08-006 EVENT ADDED TO QUEUE: baltyk_przejazd_zeruj_licznik by ep08-006 EVENT LAUNCHED: baltyk_przejazd_zeruj_licznik by ep08-006 Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] EVENT LAUNCHED: bal_fab2_go1 EVENT LAUNCHED: bal_fab2_go2 Key pressed: [Num-] Key pressed: [Num-] EVENT LAUNCHED: baltyk_przejazd_otwieraj1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: baltyk_przejazd_go1 by ep08-006 EVENT ADDED TO QUEUE: baltyk_przejazd_go2 by ep08-006 EVENT ADDED TO QUEUE: baltyk_przejazd_1_sygn1 by ep08-006 EVENT ADDED TO QUEUE: baltyk_przejazd_1_sygn2 by ep08-006 EVENT ADDED TO QUEUE: baltyk_przejazd_rog1off by ep08-006 EVENT ADDED TO QUEUE: baltyk_przejazd_rog2off by ep08-006 EVENT LAUNCHED: baltyk_przejazd_bell1off by ep08-006 EVENT LAUNCHED: baltyk_przejazd_bell2off by ep08-006 Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] EVENT LAUNCHED: baltyk_przejazd_1_sygn1 by ep08-006 EVENT LAUNCHED: baltyk_przejazd_1_sygn2 by ep08-006 EVENT ADDED TO QUEUE: balmia_h_r_shp by su45-245 EVENT LAUNCHED: baltyk_przejazd_go1 by ep08-006 EVENT LAUNCHED: baltyk_przejazd_go2 by ep08-006 EVENT LAUNCHED: baltyk_przejazd_rog1off by ep08-006 EVENT LAUNCHED: baltyk_przejazd_rog2off by ep08-006 EVENT LAUNCHED: balmia_h_r_shp by su45-245 Type: PutValues Key pressed: [ ] Key pressed: [A] Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed EVENT ADDED TO QUEUE: bal_fab1_stop1 EVENT ADDED TO QUEUE: bal_fab1_stop2 EVENT ADDED TO QUEUE: bal_fab1_autootwieracz Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj Key pressed: [A] EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj Key pressed: [A] EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj Key pressed: [A] EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj Key pressed: [A] EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed EVENT LAUNCHED: bal_fab1_stop1 EVENT LAUNCHED: bal_fab1_stop2 Key pressed: [A] Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed EVENT ADDED TO QUEUE: bal_fab1_stop1 EVENT ADDED TO QUEUE: bal_fab1_stop2 Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed Eventlauncher bal_fab1_rp1 EVENT ADDED TO QUEUE: bal_fab1_zamykaj EVENT LAUNCHED: bal_fab1_zamykaj Multiple passed EVENT LAUNCHED: bal_fab1_stop1 EVENT LAUNCHED: bal_fab1_stop2 Key pressed: [F1] Key pressed: [F1] Key pressed: [F3] Key pressed: [F3] Key pressed: [F3] Key pressed: [F3] EVENT ADDED TO QUEUE: balmia_h_s1 by su45-245 EVENT LAUNCHED: balmia_h_s1 by su45-245 Multiple passed EVENT ADDED TO QUEUE: balmia_h_sem_ligh1 by su45-245 EVENT ADDED TO QUEUE: balmia_h_sem_info_stop by su45-245 EVENT ADDED TO QUEUE: balmia_toh_os1 by su45-245 EVENT LAUNCHED: balmia_h_sem_ligh1 by su45-245 EVENT LAUNCHED: balmia_toh_os1 by su45-245 Multiple passed EVENT ADDED TO QUEUE: balmia_toh_ligh1 by su45-245 EVENT ADDED TO QUEUE: balmia_toh_sem_distinfo_slow by su45-245 EVENT ADDED TO QUEUE: balmia_sp1h_sp1 by su45-245 EVENT LAUNCHED: balmia_toh_ligh1 by su45-245 EVENT LAUNCHED: balmia_toh_sem_distinfo_slow by su45-245 EVENT LAUNCHED: balmia_sp1h_sp1 by su45-245 Key pressed: [F3] Key pressed: [F3] EVENT ADDED TO QUEUE: sbl-521_r_shp by ep08-006 EVENT LAUNCHED: sbl-521_r_shp by ep08-006 Type: PutValues EVENT LAUNCHED: balmia_h_sem_info_stop by su45-245 Key pressed: [Num3] EVENT ADDED TO QUEUE: sbl_521_s1 by ep08-006 EVENT LAUNCHED: sbl_521_s1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_521_sem_ligh0 by ep08-006 EVENT ADDED TO QUEUE: sbl_521_sem_ligh1 by ep08-006 EVENT ADDED TO QUEUE: sbl_521_sem_info_stop by ep08-006 EVENT LAUNCHED: sbl_521_sem_ligh0 by ep08-006 EVENT LAUNCHED: sbl_521_sem_ligh1 by ep08-006 Key pressed: [144] EVENT ADDED TO QUEUE: ruszylo_sie by et22-256 EVENT LAUNCHED: ruszylo_sie by et22-256 Key pressed: [144] Key pressed: [Num3] EVENT LAUNCHED: sbl_521_sem_info_stop by ep08-006 Key pressed: [A] Key pressed: [ ] EVENT LAUNCHED: bal_fab1_autootwieracz Multiple passed EVENT ADDED TO QUEUE: bal_fab1_otwieraj Key pressed: [F4] Key pressed: [F4] EVENT LAUNCHED: bal_fab1_otwieraj Multiple passed EVENT ADDED TO QUEUE: bal_fab1_go1 EVENT ADDED TO QUEUE: bal_fab1_go2 EVENT LAUNCHED: bal_fab1_go1 EVENT LAUNCHED: bal_fab1_go2 EVENT ADDED TO QUEUE: alakowice_f_r_shp by et22-256 Key pressed: [Num4] EVENT LAUNCHED: alakowice_f_r_shp by et22-256 Type: PutValues Key pressed: [144] Key pressed: [F1] Key pressed: [F1] EVENT ADDED TO QUEUE: alakowice_f_s1 by et22-256 EVENT LAUNCHED: alakowice_f_s1 by et22-256 Multiple passed EVENT ADDED TO QUEUE: alakowice_f_sem_ligh1 by et22-256 EVENT ADDED TO QUEUE: alakowice_f_sem_info_stop by et22-256 EVENT ADDED TO QUEUE: alakowice_f_w24off by et22-256 EVENT LAUNCHED: alakowice_f_sem_ligh1 by et22-256 EVENT LAUNCHED: alakowice_f_w24off by et22-256 Key pressed: [F3] Key pressed: [F3] Key pressed: [F1] Key pressed: [F1] Key pressed: [F4] EVENT ADDED TO QUEUE: sbl-511_r_shp by ep08-006 EVENT LAUNCHED: sbl-511_r_shp by ep08-006 Type: PutValues EVENT LAUNCHED: alakowice_f_sem_info_stop by et22-256 EVENT ADDED TO QUEUE: sbl_511_s1 by ep08-006 EVENT LAUNCHED: sbl_511_s1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_511-s1 by ep08-006 EVENT ADDED TO QUEUE: sbl_521_s5 by ep08-006 EVENT LAUNCHED: sbl_521_s5 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_521_sem_ligh0 by ep08-006 EVENT ADDED TO QUEUE: sbl_521_sem_ligh5 by ep08-006 EVENT ADDED TO QUEUE: sbl_521_sem_info_nextstop by ep08-006 EVENT ADDED TO QUEUE: sbl_521_ctrlprev by ep08-006 EVENT LAUNCHED: sbl_521_sem_ligh0 by ep08-006 EVENT LAUNCHED: sbl_511-s1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_511_sem_ligh1 by ep08-006 EVENT ADDED TO QUEUE: sbl_511_sem_info_stop by ep08-006 EVENT LAUNCHED: sbl_521_sem_ligh5 by ep08-006 EVENT LAUNCHED: sbl_521_sem_info_nextstop by ep08-006 EVENT LAUNCHED: sbl_511_sem_ligh1 by ep08-006 EVENT LAUNCHED: sbl_521_ctrlprev by ep08-006 Multiple passed EVENT ADDED TO QUEUE: baltyk_e_sbls2 by ep08-006 EVENT ADDED TO QUEUE: baltyk_e_sbls10 by ep08-006 EVENT LAUNCHED: baltyk_e_sbls2 by ep08-006 EVENT LAUNCHED: baltyk_e_sbls10 by ep08-006 Key pressed: [Y] Key pressed: [U] Key pressed: [I] EVENT LAUNCHED: sbl_511_sem_info_stop by ep08-006 Key pressed: [144] Key pressed: [Num4] Key pressed: [144] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [A] Key pressed: [Shift]+[A] Key pressed: [Num+] Key pressed: [Num+] EVENT ADDED TO QUEUE: sbl-501_r_shp by ep08-006 EVENT LAUNCHED: sbl-501_r_shp by ep08-006 Type: PutValues Key pressed: [Num+] EVENT ADDED TO QUEUE: sbl_501_s1 by ep08-006 EVENT LAUNCHED: sbl_501_s1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_501-s1 by ep08-006 EVENT ADDED TO QUEUE: sbl_511_s5 by ep08-006 EVENT LAUNCHED: sbl_501-s1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_501_sem_ligh1 by ep08-006 EVENT ADDED TO QUEUE: sbl_501_sem_info_stop by ep08-006 Key pressed: [F4] EVENT LAUNCHED: sbl_511_s5 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_511_sem_ligh0 by ep08-006 EVENT ADDED TO QUEUE: sbl_511_sem_ligh5 by ep08-006 EVENT ADDED TO QUEUE: sbl_511_sem_info_nextstop by ep08-006 EVENT ADDED TO QUEUE: sbl_521_s3 by ep08-006 EVENT LAUNCHED: sbl_501_sem_ligh1 by ep08-006 EVENT LAUNCHED: sbl_511_sem_ligh0 by ep08-006 EVENT LAUNCHED: sbl_511_sem_ligh5 by ep08-006 EVENT LAUNCHED: sbl_511_sem_info_nextstop by ep08-006 EVENT LAUNCHED: sbl_521_s3 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_521_sem_ligh0 by ep08-006 EVENT ADDED TO QUEUE: sbl_521_sem_ligh3 by ep08-006 EVENT ADDED TO QUEUE: sbl_521_sem_info_nextslow by ep08-006 EVENT ADDED TO QUEUE: sbl_521_ctrlprev by ep08-006 EVENT LAUNCHED: sbl_521_sem_ligh0 by ep08-006 Key pressed: [Num+] EVENT LAUNCHED: sbl_521_sem_ligh3 by ep08-006 EVENT LAUNCHED: sbl_521_sem_info_nextslow by ep08-006 Key pressed: [Num+] EVENT LAUNCHED: bal2 Multiple passed EVENT ADDED TO QUEUE: balmia_h_s5 EVENT ADDED TO QUEUE: blamia_zwr5+ EVENT ADDED TO QUEUE: blamia_zwr4+ EVENT ADDED TO QUEUE: bal3 EVENT ADDED TO QUEUE: balmiaprz2_zamykaj EVENT LAUNCHED: balmia_h_s5 Multiple passed EVENT ADDED TO QUEUE: balmia_h_sem_ligh5 EVENT ADDED TO QUEUE: balmia_h_sem_info_vmax EVENT ADDED TO QUEUE: balmia_h_sem_distinfo_stop EVENT ADDED TO QUEUE: balmia_toh_os2 EVENT LAUNCHED: balmiaprz2_zamykaj Multiple passed EVENT ADDED TO QUEUE: balmiaprz2_stop1 EVENT ADDED TO QUEUE: balmiaprz2_stop2 EVENT ADDED TO QUEUE: balmiaprz2_0_sygn1 EVENT ADDED TO QUEUE: balmiaprz2_0_sygn2 EVENT ADDED TO QUEUE: balmiaprz2_rog1on EVENT ADDED TO QUEUE: balmiaprz2_rog2on EVENT ADDED TO QUEUE: balmiaprz2_bell1on EVENT ADDED TO QUEUE: balmiaprz2_bell2on EVENT LAUNCHED: balmia_h_sem_ligh5 EVENT LAUNCHED: balmia_toh_os2 Multiple passed EVENT ADDED TO QUEUE: balmia_toh_ligh2 EVENT ADDED TO QUEUE: balmia_toh_sem_distinfo_fast EVENT ADDED TO QUEUE: balmia_sp1h_sp2 EVENT LAUNCHED: balmiaprz2_bell1on EVENT LAUNCHED: balmiaprz2_bell2on EVENT LAUNCHED: balmia_toh_ligh2 EVENT LAUNCHED: balmia_toh_sem_distinfo_fast EVENT LAUNCHED: balmia_sp1h_sp2 EVENT LAUNCHED: balmiaprz2_0_sygn1 EVENT LAUNCHED: balmiaprz2_0_sygn2 EVENT LAUNCHED: blamia_zwr5+ Multiple passed EVENT ADDED TO QUEUE: blamia_zwr5_wz1 EVENT ADDED TO QUEUE: blamia_zwr5_0 EVENT ADDED TO QUEUE: blamia_zwr5_vmax EVENT LAUNCHED: blamia_zwr4+ Multiple passed EVENT ADDED TO QUEUE: blamia_zwr4_wz1 EVENT ADDED TO QUEUE: blamia_zwr4_0 EVENT ADDED TO QUEUE: blamia_zwr4_vmax EVENT LAUNCHED: blamia_zwr5_0 EVENT LAUNCHED: blamia_zwr5_vmax type: TrackVel EVENT LAUNCHED: blamia_zwr4_0 EVENT LAUNCHED: blamia_zwr4_vmax type: TrackVel EVENT LAUNCHED: balmia_h_sem_info_vmax EVENT LAUNCHED: balmia_h_sem_distinfo_stop EVENT LAUNCHED: blamia_zwr5_wz1 EVENT LAUNCHED: blamia_zwr4_wz1 EVENT LAUNCHED: balmiaprz2_stop1 EVENT LAUNCHED: balmiaprz2_stop2 EVENT ADDED TO QUEUE: takiecos:free by a32995 Key pressed: [Num*] Key pressed: [Num/] EVENT LAUNCHED: takiecos:free by a32995 Multiple passed EVENT ADDED TO QUEUE: takiecos_otwieraj by a32995 EVENT LAUNCHED: takiecos_otwieraj by a32995 Multiple passed EVENT ADDED TO QUEUE: takiecos_otwieraj1 by a32995 EVENT ADDED TO QUEUE: takiecos_bell1off by a32995 EVENT ADDED TO QUEUE: takiecos_bell2off by a32995 EVENT ADDED TO QUEUE: takiecos_zeruj_licznik by a32995 EVENT LAUNCHED: takiecos_zeruj_licznik by a32995 EVENT LAUNCHED: sbl_521_ctrlprev by ep08-006 Multiple passed EVENT ADDED TO QUEUE: baltyk_e_sbls2 by ep08-006 EVENT ADDED TO QUEUE: baltyk_e_sbls10 by ep08-006 EVENT LAUNCHED: baltyk_e_sbls2 by ep08-006 Key pressed: [Num+] EVENT LAUNCHED: takiecos_otwieraj1 by a32995 Multiple passed EVENT ADDED TO QUEUE: takiecos_go1 by a32995 EVENT ADDED TO QUEUE: takiecos_go2 by a32995 EVENT ADDED TO QUEUE: takiecos_1_sygn1 by a32995 EVENT ADDED TO QUEUE: takiecos_1_sygn2 by a32995 EVENT ADDED TO QUEUE: takiecos_rog1off by a32995 EVENT ADDED TO QUEUE: takiecos_rog2off by a32995 EVENT LAUNCHED: takiecos_bell1off by a32995 EVENT LAUNCHED: takiecos_bell2off by a32995 EVENT LAUNCHED: baltyk_e_sbls10 by ep08-006 EVENT LAUNCHED: balmiaprz2_rog1on EVENT LAUNCHED: balmiaprz2_rog2on EVENT LAUNCHED: takiecos_1_sygn1 by a32995 EVENT LAUNCHED: takiecos_1_sygn2 by a32995 EVENT LAUNCHED: sbl_501_sem_info_stop by ep08-006 EVENT LAUNCHED: takiecos_go1 by a32995 EVENT LAUNCHED: takiecos_go2 by a32995 EVENT LAUNCHED: takiecos_rog1off by a32995 EVENT LAUNCHED: takiecos_rog2off by a32995 Key pressed: [A] EVENT ADDED TO QUEUE: przejazdek_zamykaj1 by et22-256 EVENT LAUNCHED: przejazdek_zamykaj1 by et22-256 Multiple passed EVENT ADDED TO QUEUE: przejazdek_zamykaj by et22-256 EVENT LAUNCHED: przejazdek_zamykaj by et22-256 Multiple passed EVENT ADDED TO QUEUE: przejazdek_stop1 by et22-256 EVENT ADDED TO QUEUE: przejazdek_stop2 by et22-256 EVENT ADDED TO QUEUE: przejazdek_0_sygn1 by et22-256 EVENT ADDED TO QUEUE: przejazdek_0_sygn2 by et22-256 EVENT ADDED TO QUEUE: przejazdek_rog1on by et22-256 EVENT ADDED TO QUEUE: przejazdek_rog2on by et22-256 EVENT ADDED TO QUEUE: przejazdek_bell1on by et22-256 EVENT ADDED TO QUEUE: przejazdek_bell2on by et22-256 EVENT LAUNCHED: przejazdek_bell1on by et22-256 EVENT LAUNCHED: przejazdek_bell2on by et22-256 EVENT LAUNCHED: przejazdek_0_sygn1 by et22-256 EVENT LAUNCHED: przejazdek_0_sygn2 by et22-256 EVENT LAUNCHED: przejazdek_stop1 by et22-256 EVENT LAUNCHED: przejazdek_stop2 by et22-256 Key pressed: [F4] EVENT LAUNCHED: przejazdek_rog1on by et22-256 EVENT LAUNCHED: przejazdek_rog2on by et22-256 Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] EVENT ADDED TO QUEUE: miasto_manewr3 by su45-245 Key pressed: [F4] EVENT ADDED TO QUEUE: sbl-492_r_shp by ep08-006 EVENT LAUNCHED: sbl-492_r_shp by ep08-006 Type: PutValues Key pressed: [A] Key pressed: [ ] EVENT ADDED TO QUEUE: sbl_492_s1 by ep08-006 EVENT LAUNCHED: sbl_492_s1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_492-s1 by ep08-006 EVENT ADDED TO QUEUE: sbl_501_s5 by ep08-006 EVENT LAUNCHED: sbl_492-s1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_492_sem_ligh1 by ep08-006 EVENT ADDED TO QUEUE: sbl_492_sem_info_stop by ep08-006 EVENT LAUNCHED: sbl_501_s5 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_501_sem_ligh0 by ep08-006 EVENT ADDED TO QUEUE: sbl_501_sem_ligh5 by ep08-006 EVENT ADDED TO QUEUE: sbl_501_sem_info_nextstop by ep08-006 EVENT ADDED TO QUEUE: sbl_511_s3 by ep08-006 EVENT LAUNCHED: sbl_501_sem_ligh0 by ep08-006 EVENT LAUNCHED: sbl_492_sem_ligh1 by ep08-006 EVENT LAUNCHED: sbl_501_sem_ligh5 by ep08-006 EVENT LAUNCHED: sbl_501_sem_info_nextstop by ep08-006 EVENT LAUNCHED: sbl_511_s3 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_511_sem_ligh0 by ep08-006 EVENT ADDED TO QUEUE: sbl_511_sem_ligh3 by ep08-006 EVENT ADDED TO QUEUE: sbl_511_sem_info_nextslow by ep08-006 EVENT ADDED TO QUEUE: sbl_521_s2 by ep08-006 EVENT LAUNCHED: sbl_511_sem_ligh0 by ep08-006 EVENT LAUNCHED: sbl_511_sem_ligh3 by ep08-006 EVENT LAUNCHED: sbl_511_sem_info_nextslow by ep08-006 EVENT LAUNCHED: sbl_521_s2 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_521_sem_ligh0 by ep08-006 EVENT ADDED TO QUEUE: sbl_521_sem_ligh2 by ep08-006 EVENT ADDED TO QUEUE: sbl_521_sem_info_vmax by ep08-006 EVENT LAUNCHED: sbl_521_sem_ligh0 by ep08-006 EVENT LAUNCHED: sbl_521_sem_ligh2 by ep08-006 EVENT LAUNCHED: sbl_521_sem_info_vmax by ep08-006 EVENT LAUNCHED: sbl_492_sem_info_stop by ep08-006 EVENT ADDED TO QUEUE: balmiaprz1_zamykaj by su45-245 EVENT LAUNCHED: balmiaprz1_zamykaj by su45-245 Multiple passed EVENT ADDED TO QUEUE: balmiaprz1_stop1 by su45-245 EVENT ADDED TO QUEUE: balmiaprz1_stop2 by su45-245 EVENT ADDED TO QUEUE: balmiaprz1_0_sygn1 by su45-245 EVENT ADDED TO QUEUE: balmiaprz1_0_sygn2 by su45-245 EVENT ADDED TO QUEUE: balmiaprz1_rog1on by su45-245 EVENT ADDED TO QUEUE: balmiaprz1_rog2on by su45-245 EVENT ADDED TO QUEUE: balmiaprz1_sem_distmem_vmax by su45-245 EVENT ADDED TO QUEUE: balmiaprz1_zamykajcd by su45-245 EVENT LAUNCHED: balmiaprz1_zamykajcd by su45-245 Multiple passed EVENT ADDED TO QUEUE: balmiaprz1_bell1on by su45-245 EVENT ADDED TO QUEUE: balmiaprz1_bell2on by su45-245 EVENT LAUNCHED: balmiaprz1_bell1on by su45-245 EVENT LAUNCHED: balmiaprz1_bell2on by su45-245 EVENT LAUNCHED: balmiaprz1_0_sygn1 by su45-245 EVENT LAUNCHED: balmiaprz1_0_sygn2 by su45-245 EVENT LAUNCHED: balmiaprz1_sem_distmem_vmax by su45-245 EVENT LAUNCHED: balmiaprz1_stop1 by su45-245 EVENT LAUNCHED: balmiaprz1_stop2 by su45-245 Key pressed: [Num-] Key pressed: [Num-] EVENT LAUNCHED: balmiaprz1_rog1on by su45-245 EVENT LAUNCHED: balmiaprz1_rog2on by su45-245 EVENT LAUNCHED: miasto_manewr3 by su45-245 EVENT ADDED TO QUEUE: sbl-461_r_shp by et22-256 EVENT LAUNCHED: sbl-461_r_shp by et22-256 Type: PutValues Key pressed: [A] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [A] EVENT ADDED TO QUEUE: sbl-482_r_shp by ep08-006 EVENT LAUNCHED: sbl-482_r_shp by ep08-006 Type: PutValues EVENT ADDED TO QUEUE: ala_wjazd1_ezt by ep08-006 EVENT LAUNCHED: ala_wjazd1_ezt by ep08-006 EVENT ADDED TO QUEUE: balmiaprz1:free by 120a_gw_1 Key pressed: [F4] EVENT LAUNCHED: balmiaprz1:free by 120a_gw_1 Multiple passed EVENT ADDED TO QUEUE: balmiaprz1_otwieraj1 by 120a_gw_1 EVENT ADDED TO QUEUE: sbl_482_s1 by ep08-006 EVENT ADDED TO QUEUE: przejazdek:free by a32995 EVENT LAUNCHED: balmiaprz1_otwieraj1 by 120a_gw_1 Multiple passed EVENT ADDED TO QUEUE: balmiaprz1_otwierajgdywolny1 by 120a_gw_1 EVENT ADDED TO QUEUE: balmiaprz1_bell2off by 120a_gw_1 EVENT LAUNCHED: sbl_482_s1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_482-s1 by ep08-006 EVENT ADDED TO QUEUE: sbl_492_s5 by ep08-006 Key pressed: [A] EVENT LAUNCHED: przejazdek:free by a32995 Multiple passed EVENT ADDED TO QUEUE: przejazdek_otwieraj by a32995 EVENT LAUNCHED: przejazdek_otwieraj by a32995 Multiple passed EVENT ADDED TO QUEUE: przejazdek_otwieraj1 by a32995 EVENT ADDED TO QUEUE: przejazdek_bell1off by a32995 EVENT ADDED TO QUEUE: przejazdek_bell2off by a32995 EVENT ADDED TO QUEUE: przejazdek_zeruj_licznik by a32995 EVENT LAUNCHED: przejazdek_zeruj_licznik by a32995 EVENT LAUNCHED: balmiaprz1_otwierajgdywolny1 by 120a_gw_1 Multiple passed EVENT ADDED TO QUEUE: balmiaprz1_go1 by 120a_gw_1 EVENT ADDED TO QUEUE: balmiaprz1_go2 by 120a_gw_1 EVENT ADDED TO QUEUE: balmiaprz1_1_sygn1 by 120a_gw_1 EVENT ADDED TO QUEUE: balmiaprz1_1_sygn2 by 120a_gw_1 EVENT ADDED TO QUEUE: balmiaprz1_rog1off by 120a_gw_1 EVENT ADDED TO QUEUE: balmiaprz1_rog2off by 120a_gw_1 EVENT LAUNCHED: balmiaprz1_bell2off by 120a_gw_1 EVENT LAUNCHED: sbl_482-s1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_482_sem_ligh1 by ep08-006 EVENT ADDED TO QUEUE: sbl_482_sem_info_stop by ep08-006 EVENT LAUNCHED: przejazdek_otwieraj1 by a32995 Multiple passed EVENT ADDED TO QUEUE: przejazdek_go1 by a32995 EVENT ADDED TO QUEUE: przejazdek_go2 by a32995 EVENT ADDED TO QUEUE: przejazdek_1_sygn1 by a32995 EVENT ADDED TO QUEUE: przejazdek_1_sygn2 by a32995 EVENT ADDED TO QUEUE: przejazdek_rog1off by a32995 EVENT ADDED TO QUEUE: przejazdek_rog2off by a32995 EVENT LAUNCHED: przejazdek_bell1off by a32995 EVENT LAUNCHED: przejazdek_bell2off by a32995 EVENT LAUNCHED: balmiaprz1_1_sygn1 by 120a_gw_1 EVENT LAUNCHED: balmiaprz1_1_sygn2 by 120a_gw_1 EVENT LAUNCHED: sbl_492_s5 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_492_sem_ligh0 by ep08-006 EVENT ADDED TO QUEUE: sbl_492_sem_ligh5 by ep08-006 EVENT ADDED TO QUEUE: sbl_492_sem_info_nextstop by ep08-006 EVENT ADDED TO QUEUE: sbl_501_s3 by ep08-006 EVENT LAUNCHED: balmiaprz1_go1 by 120a_gw_1 EVENT LAUNCHED: balmiaprz1_go2 by 120a_gw_1 EVENT LAUNCHED: balmiaprz1_rog1off by 120a_gw_1 EVENT LAUNCHED: balmiaprz1_rog2off by 120a_gw_1 EVENT LAUNCHED: sbl_482_sem_ligh1 by ep08-006 EVENT LAUNCHED: sbl_492_sem_ligh0 by ep08-006 EVENT LAUNCHED: przejazdek_1_sygn1 by a32995 EVENT LAUNCHED: przejazdek_1_sygn2 by a32995 EVENT LAUNCHED: przejazdek_go1 by a32995 EVENT LAUNCHED: przejazdek_go2 by a32995 EVENT LAUNCHED: przejazdek_rog1off by a32995 EVENT LAUNCHED: przejazdek_rog2off by a32995 EVENT LAUNCHED: sbl_492_sem_ligh5 by ep08-006 EVENT LAUNCHED: sbl_492_sem_info_nextstop by ep08-006 EVENT LAUNCHED: sbl_501_s3 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_501_sem_ligh0 by ep08-006 EVENT ADDED TO QUEUE: sbl_501_sem_ligh3 by ep08-006 EVENT ADDED TO QUEUE: sbl_501_sem_info_nextslow by ep08-006 EVENT ADDED TO QUEUE: sbl_511_s2 by ep08-006 EVENT LAUNCHED: sbl_501_sem_ligh0 by ep08-006 EVENT LAUNCHED: sbl_501_sem_ligh3 by ep08-006 EVENT LAUNCHED: sbl_501_sem_info_nextslow by ep08-006 EVENT LAUNCHED: sbl_511_s2 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_511_sem_ligh0 by ep08-006 EVENT ADDED TO QUEUE: sbl_511_sem_ligh2 by ep08-006 EVENT ADDED TO QUEUE: sbl_511_sem_info_vmax by ep08-006 EVENT LAUNCHED: sbl_511_sem_ligh0 by ep08-006 Key pressed: [F4] EVENT LAUNCHED: sbl_511_sem_ligh2 by ep08-006 EVENT LAUNCHED: sbl_511_sem_info_vmax by ep08-006 Key pressed: [F4] EVENT ADDED TO QUEUE: sbl_461_s1 by et22-256 EVENT LAUNCHED: sbl_461_s1 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_461_sem_ligh0 by et22-256 EVENT ADDED TO QUEUE: sbl_461_sem_ligh1 by et22-256 EVENT ADDED TO QUEUE: sbl_461_sem_info_stop by et22-256 EVENT LAUNCHED: sbl_461_sem_ligh0 by et22-256 EVENT LAUNCHED: sbl_461_sem_ligh1 by et22-256 EVENT LAUNCHED: sbl_482_sem_info_stop by ep08-006 Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [Shift]+[Home] Key pressed: [F4] Key pressed: [F1] Key pressed: [F3] Key pressed: [F3] EVENT LAUNCHED: sbl_461_sem_info_stop by et22-256 Key pressed: [ ] Key pressed: [F4] Key pressed: [F4] Key pressed: [F3] EVENT ADDED TO QUEUE: sbl-472_r_shp by ep08-006 Key pressed: [F3] EVENT LAUNCHED: sbl-472_r_shp by ep08-006 Type: PutValues EVENT ADDED TO QUEUE: balkatprz_zamykaj by su45-245 EVENT LAUNCHED: balkatprz_zamykaj by su45-245 Multiple passed EVENT ADDED TO QUEUE: balkatprz_stop1 by su45-245 EVENT ADDED TO QUEUE: balkatprz_stop2 by su45-245 EVENT ADDED TO QUEUE: balkatprz_0_sygn1 by su45-245 EVENT ADDED TO QUEUE: balkatprz_0_sygn2 by su45-245 EVENT ADDED TO QUEUE: balkatprz_rog1on by su45-245 EVENT ADDED TO QUEUE: balkatprz_rog2on by su45-245 EVENT ADDED TO QUEUE: balkatprz_sem_distmem_vmax by su45-245 EVENT ADDED TO QUEUE: balkatprz_zamykajcd by su45-245 EVENT LAUNCHED: balkatprz_zamykajcd by su45-245 Multiple passed EVENT ADDED TO QUEUE: balkatprz_bell1on by su45-245 EVENT ADDED TO QUEUE: balkatprz_bell2on by su45-245 EVENT LAUNCHED: balkatprz_bell1on by su45-245 EVENT LAUNCHED: balkatprz_bell2on by su45-245 EVENT LAUNCHED: balkatprz_0_sygn1 by su45-245 EVENT LAUNCHED: balkatprz_0_sygn2 by su45-245 EVENT LAUNCHED: balkatprz_sem_distmem_vmax by su45-245 Key pressed: [F3] EVENT LAUNCHED: balkatprz_stop1 by su45-245 EVENT LAUNCHED: balkatprz_stop2 by su45-245 Key pressed: [F3] EVENT LAUNCHED: balkatprz_rog1on by su45-245 EVENT LAUNCHED: balkatprz_rog2on by su45-245 Key pressed: [A] EVENT ADDED TO QUEUE: sbl_472_s1 by ep08-006 Key pressed: [F4] EVENT LAUNCHED: sbl_472_s1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_472-s1 by ep08-006 EVENT ADDED TO QUEUE: sbl_482_s5 by ep08-006 EVENT LAUNCHED: sbl_472-s1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_472_sem_ligh1 by ep08-006 EVENT ADDED TO QUEUE: sbl_472_sem_info_stop by ep08-006 EVENT LAUNCHED: sbl_482_s5 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_482_sem_ligh0 by ep08-006 EVENT ADDED TO QUEUE: sbl_482_sem_ligh5 by ep08-006 EVENT ADDED TO QUEUE: sbl_482_sem_info_nextstop by ep08-006 EVENT ADDED TO QUEUE: sbl_492_s3 by ep08-006 EVENT LAUNCHED: sbl_482_sem_ligh0 by ep08-006 EVENT LAUNCHED: sbl_472_sem_ligh1 by ep08-006 EVENT LAUNCHED: sbl_482_sem_ligh5 by ep08-006 EVENT LAUNCHED: sbl_482_sem_info_nextstop by ep08-006 EVENT LAUNCHED: sbl_492_s3 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_492_sem_ligh0 by ep08-006 EVENT ADDED TO QUEUE: sbl_492_sem_ligh3 by ep08-006 EVENT ADDED TO QUEUE: sbl_492_sem_info_nextslow by ep08-006 EVENT ADDED TO QUEUE: sbl_501_s2 by ep08-006 EVENT LAUNCHED: sbl_492_sem_ligh0 by ep08-006 EVENT LAUNCHED: sbl_492_sem_ligh3 by ep08-006 EVENT LAUNCHED: sbl_492_sem_info_nextslow by ep08-006 EVENT LAUNCHED: sbl_501_s2 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_501_sem_ligh0 by ep08-006 EVENT ADDED TO QUEUE: sbl_501_sem_ligh2 by ep08-006 EVENT ADDED TO QUEUE: sbl_501_sem_info_vmax by ep08-006 EVENT LAUNCHED: sbl_501_sem_ligh0 by ep08-006 Key pressed: [A] EVENT LAUNCHED: sbl_501_sem_ligh2 by ep08-006 EVENT LAUNCHED: sbl_501_sem_info_vmax by ep08-006 Key pressed: [F4] Key pressed: [F4] EVENT LAUNCHED: sbl_472_sem_info_stop by ep08-006 Key pressed: [D] EVENT ADDED TO QUEUE: sbl-471_r_shp by et22-256 Key pressed: [F4] EVENT LAUNCHED: sbl-471_r_shp by et22-256 Type: PutValues EVENT ADDED TO QUEUE: balkatprz:free by 120a_gw_1 EVENT LAUNCHED: balkatprz:free by 120a_gw_1 Multiple passed EVENT ADDED TO QUEUE: balkatprz_otwieraj1 by 120a_gw_1 Key pressed: [F1] Key pressed: [F1] EVENT ADDED TO QUEUE: przejazdek_zamykaj1 by ep08-006 EVENT LAUNCHED: przejazdek_zamykaj1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: przejazdek_zamykaj by ep08-006 EVENT LAUNCHED: przejazdek_zamykaj by ep08-006 Multiple passed EVENT ADDED TO QUEUE: przejazdek_stop1 by ep08-006 EVENT ADDED TO QUEUE: przejazdek_stop2 by ep08-006 EVENT ADDED TO QUEUE: przejazdek_0_sygn1 by ep08-006 EVENT ADDED TO QUEUE: przejazdek_0_sygn2 by ep08-006 EVENT ADDED TO QUEUE: przejazdek_rog1on by ep08-006 EVENT ADDED TO QUEUE: przejazdek_rog2on by ep08-006 EVENT ADDED TO QUEUE: przejazdek_bell1on by ep08-006 EVENT ADDED TO QUEUE: przejazdek_bell2on by ep08-006 EVENT LAUNCHED: przejazdek_bell1on by ep08-006 EVENT LAUNCHED: przejazdek_bell2on by ep08-006 EVENT ADDED TO QUEUE: sbl_471_s1 by et22-256 Key pressed: [F3] EVENT LAUNCHED: balkatprz_otwieraj1 by 120a_gw_1 Multiple passed EVENT ADDED TO QUEUE: balkatprz_otwierajgdywolny1 by 120a_gw_1 EVENT ADDED TO QUEUE: balkatprz_bell2off by 120a_gw_1 EVENT LAUNCHED: przejazdek_0_sygn1 by ep08-006 EVENT LAUNCHED: przejazdek_0_sygn2 by ep08-006 EVENT LAUNCHED: sbl_471_s1 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_471-s1 by et22-256 EVENT ADDED TO QUEUE: sbl_461_s5 by et22-256 EVENT LAUNCHED: sbl_461_s5 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_461_sem_ligh0 by et22-256 EVENT ADDED TO QUEUE: sbl_461_sem_ligh5 by et22-256 EVENT ADDED TO QUEUE: sbl_461_sem_info_nextstop by et22-256 EVENT ADDED TO QUEUE: sbl_461_ctrlprev by et22-256 EVENT LAUNCHED: sbl_461_sem_ligh0 by et22-256 EVENT LAUNCHED: balkatprz_otwierajgdywolny1 by 120a_gw_1 Multiple passed EVENT ADDED TO QUEUE: balkatprz_go1 by 120a_gw_1 EVENT ADDED TO QUEUE: balkatprz_go2 by 120a_gw_1 EVENT ADDED TO QUEUE: balkatprz_1_sygn1 by 120a_gw_1 EVENT ADDED TO QUEUE: balkatprz_1_sygn2 by 120a_gw_1 EVENT ADDED TO QUEUE: balkatprz_rog1off by 120a_gw_1 EVENT ADDED TO QUEUE: balkatprz_rog2off by 120a_gw_1 EVENT LAUNCHED: balkatprz_bell2off by 120a_gw_1 EVENT LAUNCHED: przejazdek_stop1 by ep08-006 EVENT LAUNCHED: przejazdek_stop2 by ep08-006 EVENT LAUNCHED: sbl_471-s1 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_471_sem_ligh1 by et22-256 EVENT ADDED TO QUEUE: sbl_471_sem_info_stop by et22-256 EVENT LAUNCHED: sbl_461_sem_ligh5 by et22-256 EVENT LAUNCHED: sbl_461_sem_info_nextstop by et22-256 EVENT LAUNCHED: balkatprz_1_sygn1 by 120a_gw_1 EVENT LAUNCHED: balkatprz_1_sygn2 by 120a_gw_1 Key pressed: [F3] EVENT LAUNCHED: balkatprz_go1 by 120a_gw_1 EVENT LAUNCHED: balkatprz_go2 by 120a_gw_1 EVENT LAUNCHED: balkatprz_rog1off by 120a_gw_1 EVENT LAUNCHED: balkatprz_rog2off by 120a_gw_1 EVENT LAUNCHED: sbl_471_sem_ligh1 by et22-256 EVENT LAUNCHED: przejazdek_rog1on by ep08-006 EVENT LAUNCHED: przejazdek_rog2on by ep08-006 EVENT LAUNCHED: sbl_461_ctrlprev by et22-256 Multiple passed EVENT ADDED TO QUEUE: alakowice_m_sbls2 by et22-256 EVENT ADDED TO QUEUE: alakowice_m_sbls10 by et22-256 EVENT LAUNCHED: alakowice_m_sbls2 by et22-256 EVENT LAUNCHED: alakowice_m_sbls10 by et22-256 Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] EVENT LAUNCHED: sbl_471_sem_info_stop by et22-256 Key pressed: [ ] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [Shift]+[A] Key pressed: [A] EVENT LAUNCHED: bal3 Multiple passed EVENT ADDED TO QUEUE: balmia_c_s2 EVENT ADDED TO QUEUE: balpla_a_s1 EVENT ADDED TO QUEUE: baltyk_e_s1 EVENT ADDED TO QUEUE: balmia_h_s1 EVENT LAUNCHED: balmia_c_s2 Multiple passed EVENT ADDED TO QUEUE: balmia_c_sem_ligh2 EVENT ADDED TO QUEUE: balmia_c_sem_info_vmax EVENT LAUNCHED: balpla_a_s1 Multiple passed EVENT ADDED TO QUEUE: balpla_a_sem_ligh1 EVENT ADDED TO QUEUE: balpla_a_sem_info_stop EVENT LAUNCHED: baltyk_e_s1 Multiple passed EVENT ADDED TO QUEUE: baltyk_e_sem_ligh1 EVENT ADDED TO QUEUE: baltyk_e_sem_info_stop EVENT LAUNCHED: balmia_h_s1 Multiple passed EVENT ADDED TO QUEUE: balmia_h_sem_ligh1 EVENT ADDED TO QUEUE: balmia_h_sem_info_stop EVENT ADDED TO QUEUE: balmia_toh_os1 EVENT LAUNCHED: balmia_c_sem_ligh2 EVENT LAUNCHED: balpla_a_sem_ligh1 EVENT LAUNCHED: baltyk_e_sem_ligh1 EVENT LAUNCHED: balmia_h_sem_ligh1 EVENT LAUNCHED: balmia_toh_os1 Multiple passed EVENT ADDED TO QUEUE: balmia_toh_ligh1 EVENT ADDED TO QUEUE: balmia_toh_sem_distinfo_slow EVENT ADDED TO QUEUE: balmia_sp1h_sp1 EVENT LAUNCHED: balmia_toh_ligh1 EVENT LAUNCHED: balmia_toh_sem_distinfo_slow EVENT LAUNCHED: balmia_sp1h_sp1 EVENT ADDED TO QUEUE: sbl-462_r_shp by ep08-006 EVENT LAUNCHED: balmia_c_sem_info_vmax EVENT ADDED TO QUEUE: sbl-481_r_shp by et22-256 EVENT LAUNCHED: sbl-462_r_shp by ep08-006 Type: PutValues EVENT LAUNCHED: sbl-481_r_shp by et22-256 Type: PutValues EVENT ADDED TO QUEUE: brutto_wjazd by et22-256 EVENT LAUNCHED: brutto_wjazd by et22-256 Multiple passed EVENT ADDED TO QUEUE: brutto_wjazd_stop by et22-256 EVENT ADDED TO QUEUE: brutto_wjazd_dalej by et22-256 EVENT ADDED TO QUEUE: bl_zw1+ by et22-256 EVENT ADDED TO QUEUE: bl_zw4+ by et22-256 EVENT ADDED TO QUEUE: bl_zw6+ by et22-256 EVENT ADDED TO QUEUE: zmien_baltyk_mem3 by et22-256 EVENT LAUNCHED: bl_zw4+ by et22-256 Multiple passed EVENT ADDED TO QUEUE: bl_zw4_wz1 by et22-256 EVENT ADDED TO QUEUE: bl_zw4_0 by et22-256 EVENT ADDED TO QUEUE: bl_zw4_vmax by et22-256 EVENT LAUNCHED: bl_zw6+ by et22-256 Multiple passed EVENT ADDED TO QUEUE: bl_zw6_wz1 by et22-256 EVENT ADDED TO QUEUE: bl_zw6_0 by et22-256 EVENT ADDED TO QUEUE: bl_zw6_vmax by et22-256 EVENT LAUNCHED: bl_zw4_0 by et22-256 EVENT LAUNCHED: bl_zw4_vmax by et22-256 type: TrackVel EVENT LAUNCHED: bl_zw6_0 by et22-256 EVENT LAUNCHED: bl_zw6_vmax by et22-256 type: TrackVel EVENT LAUNCHED: bl_zw4_wz1 by et22-256 EVENT LAUNCHED: bl_zw6_wz1 by et22-256 EVENT LAUNCHED: bl_zw1+ by et22-256 Multiple passed EVENT ADDED TO QUEUE: bl_zw1_wz1 by et22-256 EVENT ADDED TO QUEUE: bl_zw1_0 by et22-256 EVENT ADDED TO QUEUE: bl_zw1_vmax by et22-256 EVENT LAUNCHED: bl_zw1_0 by et22-256 EVENT LAUNCHED: bl_zw1_vmax by et22-256 type: TrackVel Key pressed: [Num+] EVENT LAUNCHED: bl_zw1_wz1 by et22-256 Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] EVENT LAUNCHED: balpla_a_sem_info_stop EVENT LAUNCHED: baltyk_e_sem_info_stop EVENT LAUNCHED: balmia_h_sem_info_stop Key pressed: [Num+] EVENT ADDED TO QUEUE: przejazdek:free by ep08-006 EVENT ADDED TO QUEUE: sbl_462_s1 by ep08-006 EVENT ADDED TO QUEUE: sbl_481_s1 by et22-256 EVENT LAUNCHED: brutto_wjazd_stop by et22-256 EVENT LAUNCHED: przejazdek:free by ep08-006 Multiple passed EVENT ADDED TO QUEUE: przejazdek_otwieraj by ep08-006 EVENT LAUNCHED: sbl_462_s1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_462-s1 by ep08-006 EVENT ADDED TO QUEUE: sbl_472_s5 by ep08-006 EVENT LAUNCHED: przejazdek_otwieraj by ep08-006 Multiple passed EVENT ADDED TO QUEUE: przejazdek_otwieraj1 by ep08-006 EVENT ADDED TO QUEUE: przejazdek_bell1off by ep08-006 EVENT ADDED TO QUEUE: przejazdek_bell2off by ep08-006 EVENT ADDED TO QUEUE: przejazdek_zeruj_licznik by ep08-006 EVENT LAUNCHED: przejazdek_zeruj_licznik by ep08-006 Key pressed: [Num+] EVENT LAUNCHED: sbl_481_s1 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_481-s1 by et22-256 EVENT ADDED TO QUEUE: sbl_471_s5 by et22-256 EVENT LAUNCHED: sbl_462-s1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_462_sem_ligh1 by ep08-006 EVENT ADDED TO QUEUE: sbl_462_sem_info_stop by ep08-006 EVENT LAUNCHED: przejazdek_otwieraj1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: przejazdek_go1 by ep08-006 EVENT ADDED TO QUEUE: przejazdek_go2 by ep08-006 EVENT ADDED TO QUEUE: przejazdek_1_sygn1 by ep08-006 EVENT ADDED TO QUEUE: przejazdek_1_sygn2 by ep08-006 EVENT ADDED TO QUEUE: przejazdek_rog1off by ep08-006 EVENT ADDED TO QUEUE: przejazdek_rog2off by ep08-006 EVENT LAUNCHED: przejazdek_bell1off by ep08-006 EVENT LAUNCHED: przejazdek_bell2off by ep08-006 EVENT LAUNCHED: sbl_462_sem_ligh1 by ep08-006 EVENT LAUNCHED: sbl_481-s1 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_481_sem_ligh1 by et22-256 EVENT ADDED TO QUEUE: sbl_481_sem_info_stop by et22-256 EVENT LAUNCHED: brutto_wjazd_dalej by et22-256 Multiple passed EVENT ADDED TO QUEUE: bl_zw16ac by et22-256 EVENT ADDED TO QUEUE: bl_zw13bc by et22-256 EVENT ADDED TO QUEUE: bl_zw17ac by et22-256 EVENT ADDED TO QUEUE: bl_zw18- by et22-256 EVENT ADDED TO QUEUE: baltyk_c_s1 by et22-256 EVENT ADDED TO QUEUE: baltyk_h_s13 by et22-256 EVENT ADDED TO QUEUE: baltyk_a_s4 by et22-256 EVENT LAUNCHED: bl_zw16ac by et22-256 Multiple passed EVENT ADDED TO QUEUE: bl_zw16_wz6 by et22-256 EVENT ADDED TO QUEUE: bl_zw16_av100 by et22-256 EVENT ADDED TO QUEUE: bl_zw16_a0 by et22-256 EVENT ADDED TO QUEUE: bl_zw16_b0 by et22-256 EVENT ADDED TO QUEUE: bl_zw16_c0 by et22-256 EVENT ADDED TO QUEUE: bl_zw16_d0 by et22-256 EVENT LAUNCHED: bl_zw13bc by et22-256 Multiple passed EVENT ADDED TO QUEUE: bl_zw13_wz8 by et22-256 EVENT ADDED TO QUEUE: bl_zw13_av40 by et22-256 EVENT ADDED TO QUEUE: bl_zw13_a0 by et22-256 EVENT ADDED TO QUEUE: bl_zw13_b0 by et22-256 EVENT ADDED TO QUEUE: bl_zw13_c1 by et22-256 EVENT ADDED TO QUEUE: bl_zw13_d1 by et22-256 EVENT LAUNCHED: bl_zw17ac by et22-256 Multiple passed EVENT ADDED TO QUEUE: bl_zw17_wz6 by et22-256 EVENT ADDED TO QUEUE: bl_zw17_av100 by et22-256 EVENT ADDED TO QUEUE: bl_zw17_a0 by et22-256 EVENT ADDED TO QUEUE: bl_zw17_b0 by et22-256 EVENT ADDED TO QUEUE: bl_zw17_c0 by et22-256 EVENT ADDED TO QUEUE: bl_zw17_d0 by et22-256 EVENT LAUNCHED: baltyk_c_s1 by et22-256 Multiple passed EVENT ADDED TO QUEUE: baltyk_c_sem_ligh1 by et22-256 EVENT ADDED TO QUEUE: baltyk_c_sem_info_stop by et22-256 EVENT ADDED TO QUEUE: baltyk_c_w24off by et22-256 EVENT LAUNCHED: baltyk_h_s13 by et22-256 Multiple passed EVENT ADDED TO QUEUE: baltyk_h_sem_ligh13 by et22-256 EVENT ADDED TO QUEUE: baltyk_h_sem_info_v40 by et22-256 EVENT ADDED TO QUEUE: baltyk_h_sem_distinfo_stop by et22-256 EVENT LAUNCHED: baltyk_a_s4 by et22-256 Multiple passed EVENT ADDED TO QUEUE: baltyk_a_sem_ligh4 by et22-256 EVENT ADDED TO QUEUE: baltyk_a_sem_info_vmax by et22-256 EVENT ADDED TO QUEUE: baltyk_a_sem_distinfo_v40 by et22-256 EVENT ADDED TO QUEUE: sbl_522_os2 by et22-256 EVENT LAUNCHED: bl_zw16_av100 by et22-256 type: TrackVel EVENT LAUNCHED: bl_zw16_a0 by et22-256 EVENT LAUNCHED: bl_zw16_b0 by et22-256 EVENT LAUNCHED: bl_zw13_av40 by et22-256 type: TrackVel EVENT LAUNCHED: bl_zw13_a0 by et22-256 EVENT LAUNCHED: bl_zw13_b0 by et22-256 EVENT LAUNCHED: bl_zw17_av100 by et22-256 type: TrackVel EVENT LAUNCHED: bl_zw17_a0 by et22-256 EVENT LAUNCHED: bl_zw17_b0 by et22-256 EVENT LAUNCHED: baltyk_c_sem_ligh1 by et22-256 EVENT LAUNCHED: baltyk_c_w24off by et22-256 EVENT LAUNCHED: baltyk_h_sem_ligh13 by et22-256 EVENT LAUNCHED: baltyk_a_sem_ligh4 by et22-256 EVENT LAUNCHED: baltyk_a_sem_distinfo_v40 by et22-256 EVENT LAUNCHED: bl_zw16_c0 by et22-256 EVENT LAUNCHED: bl_zw16_d0 by et22-256 EVENT LAUNCHED: bl_zw13_c1 by et22-256 EVENT LAUNCHED: bl_zw13_d1 by et22-256 EVENT LAUNCHED: bl_zw17_c0 by et22-256 EVENT LAUNCHED: bl_zw17_d0 by et22-256 EVENT LAUNCHED: przejazdek_1_sygn1 by ep08-006 EVENT LAUNCHED: przejazdek_1_sygn2 by ep08-006 EVENT LAUNCHED: sbl_472_s5 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_472_sem_ligh0 by ep08-006 EVENT ADDED TO QUEUE: sbl_472_sem_ligh5 by ep08-006 EVENT ADDED TO QUEUE: sbl_472_sem_info_nextstop by ep08-006 EVENT ADDED TO QUEUE: sbl_482_s3 by ep08-006 EVENT LAUNCHED: przejazdek_go1 by ep08-006 EVENT LAUNCHED: przejazdek_go2 by ep08-006 EVENT LAUNCHED: przejazdek_rog1off by ep08-006 EVENT LAUNCHED: przejazdek_rog2off by ep08-006 EVENT LAUNCHED: sbl_472_sem_ligh0 by ep08-006 EVENT LAUNCHED: bl_zw16_wz6 by et22-256 EVENT LAUNCHED: bl_zw13_wz8 by et22-256 EVENT LAUNCHED: bl_zw17_wz6 by et22-256 EVENT LAUNCHED: sbl_471_s5 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_471_sem_ligh0 by et22-256 EVENT ADDED TO QUEUE: sbl_471_sem_ligh5 by et22-256 EVENT ADDED TO QUEUE: sbl_471_sem_info_nextstop by et22-256 EVENT ADDED TO QUEUE: sbl_461_s3 by et22-256 EVENT LAUNCHED: sbl_481_sem_ligh1 by et22-256 EVENT LAUNCHED: sbl_471_sem_ligh0 by et22-256 EVENT LAUNCHED: bl_zw18- by et22-256 Multiple passed EVENT ADDED TO QUEUE: bl_zw18_wz2 by et22-256 EVENT ADDED TO QUEUE: bl_zw18_1 by et22-256 EVENT ADDED TO QUEUE: bl_zw18_v40 by et22-256 EVENT LAUNCHED: baltyk_h_sem_info_v40 by et22-256 EVENT LAUNCHED: baltyk_h_sem_distinfo_stop by et22-256 EVENT LAUNCHED: baltyk_a_sem_info_vmax by et22-256 EVENT LAUNCHED: sbl_522_os2 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_522_sem_ligh2o by et22-256 EVENT ADDED TO QUEUE: sbl_522_sem_info_vmax by et22-256 EVENT ADDED TO QUEUE: sbl_512_s2 by et22-256 EVENT LAUNCHED: bl_zw18_1 by et22-256 EVENT LAUNCHED: bl_zw18_v40 by et22-256 type: TrackVel EVENT LAUNCHED: sbl_522_sem_ligh2o by et22-256 EVENT ADDED TO QUEUE: przejazdek_otwieraj1 by ep08-006 EVENT LAUNCHED: bl_zw18_wz2 by et22-256 EVENT LAUNCHED: sbl_472_sem_ligh5 by ep08-006 EVENT LAUNCHED: sbl_472_sem_info_nextstop by ep08-006 Key pressed: [F1] EVENT LAUNCHED: sbl_471_sem_ligh5 by et22-256 EVENT LAUNCHED: sbl_471_sem_info_nextstop by et22-256 EVENT LAUNCHED: sbl_461_s3 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_461_sem_ligh0 by et22-256 EVENT ADDED TO QUEUE: sbl_461_sem_ligh3 by et22-256 EVENT ADDED TO QUEUE: sbl_461_sem_info_nextslow by et22-256 EVENT ADDED TO QUEUE: sbl_461_ctrlprev by et22-256 EVENT LAUNCHED: sbl_461_sem_ligh0 by et22-256 EVENT LAUNCHED: sbl_522_sem_info_vmax by et22-256 EVENT LAUNCHED: przejazdek_otwieraj1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: przejazdek_go1 by ep08-006 EVENT ADDED TO QUEUE: przejazdek_go2 by ep08-006 EVENT ADDED TO QUEUE: przejazdek_1_sygn1 by ep08-006 EVENT ADDED TO QUEUE: przejazdek_1_sygn2 by ep08-006 EVENT ADDED TO QUEUE: przejazdek_rog1off by ep08-006 EVENT ADDED TO QUEUE: przejazdek_rog2off by ep08-006 EVENT LAUNCHED: sbl_482_s3 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_482_sem_ligh0 by ep08-006 EVENT ADDED TO QUEUE: sbl_482_sem_ligh3 by ep08-006 EVENT ADDED TO QUEUE: sbl_482_sem_info_nextslow by ep08-006 EVENT ADDED TO QUEUE: sbl_492_s2 by ep08-006 EVENT LAUNCHED: sbl_482_sem_ligh0 by ep08-006 EVENT LAUNCHED: sbl_461_sem_ligh3 by et22-256 EVENT LAUNCHED: sbl_461_sem_info_nextslow by et22-256 EVENT LAUNCHED: zmien_baltyk_mem3 by et22-256 EVENT LAUNCHED: sbl_512_s2 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_512_sem_ligh0 by et22-256 EVENT ADDED TO QUEUE: sbl_512_sem_ligh2 by et22-256 EVENT ADDED TO QUEUE: sbl_512_sem_info_vmax by et22-256 EVENT LAUNCHED: sbl_512_sem_ligh0 by et22-256 EVENT LAUNCHED: przejazdek_1_sygn1 by ep08-006 EVENT LAUNCHED: przejazdek_1_sygn2 by ep08-006 EVENT LAUNCHED: przejazdek_go1 by ep08-006 EVENT LAUNCHED: przejazdek_go2 by ep08-006 EVENT LAUNCHED: przejazdek_rog1off by ep08-006 EVENT LAUNCHED: przejazdek_rog2off by ep08-006 EVENT LAUNCHED: sbl_482_sem_ligh3 by ep08-006 EVENT LAUNCHED: sbl_482_sem_info_nextslow by ep08-006 EVENT LAUNCHED: sbl_512_sem_ligh2 by et22-256 EVENT LAUNCHED: sbl_512_sem_info_vmax by et22-256 EVENT LAUNCHED: sbl_492_s2 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_492_sem_ligh0 by ep08-006 EVENT ADDED TO QUEUE: sbl_492_sem_ligh2 by ep08-006 EVENT ADDED TO QUEUE: sbl_492_sem_info_vmax by ep08-006 Key pressed: [F3] EVENT LAUNCHED: sbl_492_sem_ligh0 by ep08-006 EVENT LAUNCHED: sbl_492_sem_ligh2 by ep08-006 EVENT LAUNCHED: sbl_492_sem_info_vmax by ep08-006 EVENT LAUNCHED: sbl_461_ctrlprev by et22-256 Multiple passed EVENT ADDED TO QUEUE: alakowice_m_sbls2 by et22-256 EVENT ADDED TO QUEUE: alakowice_m_sbls10 by et22-256 EVENT LAUNCHED: alakowice_m_sbls2 by et22-256 Key pressed: [F3] Key pressed: [F1] EVENT LAUNCHED: alakowice_m_sbls10 by et22-256 Key pressed: [F1] EVENT LAUNCHED: sbl_462_sem_info_stop by ep08-006 EVENT LAUNCHED: sbl_481_sem_info_stop by et22-256 EVENT LAUNCHED: baltyk_c_sem_info_stop by et22-256 Key pressed: [Num+] Key pressed: [Num+] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [ ] Key pressed: [Num+] EVENT ADDED TO QUEUE: sbl-491_r_shp by et22-256 EVENT ADDED TO QUEUE: takiecos_zamykaj1 by ep08-006 EVENT LAUNCHED: takiecos_zamykaj1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: takiecos_zamykaj by ep08-006 EVENT LAUNCHED: takiecos_zamykaj by ep08-006 Multiple passed EVENT ADDED TO QUEUE: takiecos_stop1 by ep08-006 EVENT ADDED TO QUEUE: takiecos_stop2 by ep08-006 EVENT ADDED TO QUEUE: takiecos_0_sygn1 by ep08-006 EVENT ADDED TO QUEUE: takiecos_0_sygn2 by ep08-006 EVENT ADDED TO QUEUE: takiecos_rog1on by ep08-006 EVENT ADDED TO QUEUE: takiecos_rog2on by ep08-006 EVENT ADDED TO QUEUE: takiecos_bell1on by ep08-006 EVENT ADDED TO QUEUE: takiecos_bell2on by ep08-006 EVENT LAUNCHED: takiecos_bell1on by ep08-006 EVENT LAUNCHED: takiecos_bell2on by ep08-006 EVENT LAUNCHED: sbl-491_r_shp by et22-256 Type: PutValues Key pressed: [ ] EVENT LAUNCHED: takiecos_0_sygn1 by ep08-006 EVENT LAUNCHED: takiecos_0_sygn2 by ep08-006 EVENT LAUNCHED: takiecos_stop1 by ep08-006 EVENT LAUNCHED: takiecos_stop2 by ep08-006 EVENT LAUNCHED: takiecos_rog1on by ep08-006 EVENT LAUNCHED: takiecos_rog2on by ep08-006 Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] EVENT ADDED TO QUEUE: sbl_491_s1 by et22-256 Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] EVENT LAUNCHED: sbl_491_s1 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_491-s1 by et22-256 EVENT ADDED TO QUEUE: sbl_481_s5 by et22-256 EVENT LAUNCHED: sbl_491-s1 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_491_sem_ligh1 by et22-256 EVENT ADDED TO QUEUE: sbl_491_sem_info_stop by et22-256 Key pressed: [144] EVENT LAUNCHED: sbl_481_s5 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_481_sem_ligh0 by et22-256 EVENT ADDED TO QUEUE: sbl_481_sem_ligh5 by et22-256 EVENT ADDED TO QUEUE: sbl_481_sem_info_nextstop by et22-256 EVENT ADDED TO QUEUE: sbl_471_s3 by et22-256 EVENT LAUNCHED: sbl_491_sem_ligh1 by et22-256 EVENT LAUNCHED: sbl_481_sem_ligh0 by et22-256 Key pressed: [Num3] EVENT LAUNCHED: sbl_481_sem_ligh5 by et22-256 EVENT LAUNCHED: sbl_481_sem_info_nextstop by et22-256 EVENT LAUNCHED: sbl_471_s3 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_471_sem_ligh0 by et22-256 EVENT ADDED TO QUEUE: sbl_471_sem_ligh3 by et22-256 EVENT ADDED TO QUEUE: sbl_471_sem_info_nextslow by et22-256 EVENT ADDED TO QUEUE: sbl_461_s2 by et22-256 EVENT LAUNCHED: sbl_471_sem_ligh0 by et22-256 Key pressed: [Num3] EVENT LAUNCHED: sbl_471_sem_ligh3 by et22-256 EVENT LAUNCHED: sbl_471_sem_info_nextslow by et22-256 EVENT LAUNCHED: sbl_461_s2 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_461_sem_ligh0 by et22-256 EVENT ADDED TO QUEUE: sbl_461_sem_ligh2 by et22-256 EVENT ADDED TO QUEUE: sbl_461_sem_info_vmax by et22-256 EVENT LAUNCHED: sbl_461_sem_ligh0 by et22-256 EVENT LAUNCHED: sbl_461_sem_ligh2 by et22-256 EVENT LAUNCHED: sbl_461_sem_info_vmax by et22-256 Key pressed: [Num3] Key pressed: [144] EVENT ADDED TO QUEUE: ala_wjazd1 by ep08-006 Key pressed: [144] Key pressed: [Num4] Key pressed: [Num4] Key pressed: [Num4] Key pressed: [Num4] Key pressed: [144] EVENT LAUNCHED: sbl_491_sem_info_stop by et22-256 Key pressed: [F1] Key pressed: [F1] Key pressed: [F3] Key pressed: [F3] Key pressed: [F3] Key pressed: [F3] Key pressed: [F4] Key pressed: [Shift]+[A] Key pressed: [Shift]+[A] Key pressed: [Shift]+[A] Key pressed: [Shift]+[A] Key pressed: [Shift]+[A] Key pressed: [Shift]+[A] Key pressed: [Shift]+[A] Key pressed: [A] EVENT ADDED TO QUEUE: alakowice_a_r_shp by ep08-006 EVENT LAUNCHED: alakowice_a_r_shp by ep08-006 Type: PutValues Key pressed: [F4] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] EVENT ADDED TO QUEUE: sbl-502_r_shp by et22-256 EVENT LAUNCHED: sbl-502_r_shp by et22-256 Type: PutValues Key pressed: [F1] Key pressed: [F1] Key pressed: [F3] Key pressed: [F3] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] EVENT ADDED TO QUEUE: sbl_502_s1 by et22-256 Key pressed: [Num+] EVENT LAUNCHED: sbl_502_s1 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_502-s1 by et22-256 EVENT ADDED TO QUEUE: sbl_491_s5 by et22-256 EVENT LAUNCHED: sbl_502-s1 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_502_sem_ligh1 by et22-256 EVENT ADDED TO QUEUE: sbl_502_sem_info_stop by et22-256 EVENT LAUNCHED: sbl_491_s5 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_491_sem_ligh0 by et22-256 EVENT ADDED TO QUEUE: sbl_491_sem_ligh5 by et22-256 EVENT ADDED TO QUEUE: sbl_491_sem_info_nextstop by et22-256 EVENT ADDED TO QUEUE: sbl_481_s3 by et22-256 EVENT LAUNCHED: sbl_502_sem_ligh1 by et22-256 EVENT LAUNCHED: sbl_491_sem_ligh0 by et22-256 Key pressed: [Num-] EVENT LAUNCHED: sbl_491_sem_ligh5 by et22-256 EVENT LAUNCHED: sbl_491_sem_info_nextstop by et22-256 Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] EVENT LAUNCHED: sbl_481_s3 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_481_sem_ligh0 by et22-256 EVENT ADDED TO QUEUE: sbl_481_sem_ligh3 by et22-256 EVENT ADDED TO QUEUE: sbl_481_sem_info_nextslow by et22-256 EVENT ADDED TO QUEUE: sbl_471_s2 by et22-256 EVENT LAUNCHED: sbl_481_sem_ligh0 by et22-256 Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] Key pressed: [ ] Key pressed: [Num-] EVENT LAUNCHED: sbl_481_sem_ligh3 by et22-256 EVENT LAUNCHED: sbl_481_sem_info_nextslow by et22-256 EVENT ADDED TO QUEUE: baltyk_tou_r_shp by su45-245 EVENT LAUNCHED: sbl_471_s2 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_471_sem_ligh0 by et22-256 EVENT ADDED TO QUEUE: sbl_471_sem_ligh2 by et22-256 EVENT ADDED TO QUEUE: sbl_471_sem_info_vmax by et22-256 EVENT LAUNCHED: sbl_471_sem_ligh0 by et22-256 EVENT LAUNCHED: baltyk_tou_r_shp by su45-245 Type: PutValues Key pressed: [ ] EVENT LAUNCHED: sbl_471_sem_ligh2 by et22-256 EVENT LAUNCHED: sbl_471_sem_info_vmax by et22-256 Key pressed: [A] EVENT LAUNCHED: ala_wjazd1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: al_zw4+ by ep08-006 EVENT ADDED TO QUEUE: al_zw3+ by ep08-006 EVENT ADDED TO QUEUE: al_zw1- by ep08-006 EVENT ADDED TO QUEUE: al_zw2- by ep08-006 EVENT ADDED TO QUEUE: alakowice_a_sz1 by ep08-006 EVENT ADDED TO QUEUE: ala_mem1_update1 by ep08-006 EVENT LAUNCHED: alakowice_a_sz1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: alakowice_a_sem_lighz1 by ep08-006 EVENT ADDED TO QUEUE: alakowice_a_sem_info_v20 by ep08-006 EVENT ADDED TO QUEUE: alakowice_a_wyg_sz by ep08-006 EVENT LAUNCHED: ala_mem1_update1 by ep08-006 EVENT LAUNCHED: alakowice_a_sem_lighz1 by ep08-006 Key pressed: [F1] EVENT LAUNCHED: sbl_502_sem_info_stop by et22-256 Key pressed: [F1] EVENT LAUNCHED: al_zw4+ by ep08-006 Multiple passed EVENT ADDED TO QUEUE: al_zw4_wz1 by ep08-006 EVENT ADDED TO QUEUE: al_zw4_0 by ep08-006 EVENT ADDED TO QUEUE: al_zw4_vmax by ep08-006 EVENT LAUNCHED: al_zw3+ by ep08-006 Multiple passed EVENT ADDED TO QUEUE: al_zw3_wz1 by ep08-006 EVENT ADDED TO QUEUE: al_zw3_0 by ep08-006 EVENT ADDED TO QUEUE: al_zw3_vmax by ep08-006 EVENT LAUNCHED: al_zw1- by ep08-006 Multiple passed EVENT ADDED TO QUEUE: al_zw1_wz2 by ep08-006 EVENT ADDED TO QUEUE: al_zw1_1 by ep08-006 EVENT ADDED TO QUEUE: al_zw1_v100 by ep08-006 EVENT LAUNCHED: al_zw2- by ep08-006 Multiple passed EVENT ADDED TO QUEUE: al_zw2_wz2 by ep08-006 EVENT ADDED TO QUEUE: al_zw2_1 by ep08-006 EVENT ADDED TO QUEUE: al_zw2_v100 by ep08-006 EVENT LAUNCHED: al_zw4_0 by ep08-006 EVENT LAUNCHED: al_zw4_vmax by ep08-006 type: TrackVel EVENT LAUNCHED: al_zw3_0 by ep08-006 EVENT LAUNCHED: al_zw3_vmax by ep08-006 type: TrackVel EVENT LAUNCHED: al_zw1_1 by ep08-006 EVENT LAUNCHED: al_zw1_v100 by ep08-006 type: TrackVel EVENT LAUNCHED: al_zw2_1 by ep08-006 EVENT LAUNCHED: al_zw2_v100 by ep08-006 type: TrackVel EVENT LAUNCHED: alakowice_a_sem_info_v20 by ep08-006 Key pressed: [F3] EVENT LAUNCHED: al_zw4_wz1 by ep08-006 EVENT LAUNCHED: al_zw3_wz1 by ep08-006 EVENT LAUNCHED: al_zw1_wz2 by ep08-006 EVENT LAUNCHED: al_zw2_wz2 by ep08-006 Key pressed: [F3] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [A] Key pressed: [144] Key pressed: [Num3] Key pressed: [Num3] Key pressed: [Num3] Key pressed: [Num4] Key pressed: [Num4] Key pressed: [Num4] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] Key pressed: [Num+] EVENT ADDED TO QUEUE: sbl-512_r_shp by et22-256 EVENT LAUNCHED: sbl-512_r_shp by et22-256 Type: PutValues Key pressed: [F1] Key pressed: [F1] EVENT ADDED TO QUEUE: takiecos:free by ep08-006 EVENT ADDED TO QUEUE: alakowice_a_s1 by ep08-006 EVENT LAUNCHED: alakowice_a_s1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: alakowice_a_sem_ligh1 by ep08-006 EVENT ADDED TO QUEUE: alakowice_a_sem_lighs1 by ep08-006 EVENT ADDED TO QUEUE: alakowice_a_sem_info_stop by ep08-006 EVENT ADDED TO QUEUE: sbl_462_os1 by ep08-006 EVENT LAUNCHED: alakowice_a_sem_ligh1 by ep08-006 EVENT LAUNCHED: alakowice_a_sem_lighs1 by ep08-006 Key pressed: [F3] Key pressed: [F3] EVENT LAUNCHED: takiecos:free by ep08-006 Multiple passed EVENT ADDED TO QUEUE: takiecos_otwieraj by ep08-006 EVENT LAUNCHED: takiecos_otwieraj by ep08-006 Multiple passed EVENT ADDED TO QUEUE: takiecos_otwieraj1 by ep08-006 EVENT ADDED TO QUEUE: takiecos_bell1off by ep08-006 EVENT ADDED TO QUEUE: takiecos_bell2off by ep08-006 EVENT ADDED TO QUEUE: takiecos_zeruj_licznik by ep08-006 EVENT LAUNCHED: sbl_462_os1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_462_sem_ligh1o by ep08-006 EVENT ADDED TO QUEUE: sbl_462_sem_info_nextstop by ep08-006 EVENT ADDED TO QUEUE: sbl_472_s3 by ep08-006 EVENT LAUNCHED: takiecos_zeruj_licznik by ep08-006 EVENT LAUNCHED: sbl_462_sem_ligh1o by ep08-006 EVENT LAUNCHED: takiecos_otwieraj1 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: takiecos_go1 by ep08-006 EVENT ADDED TO QUEUE: takiecos_go2 by ep08-006 EVENT ADDED TO QUEUE: takiecos_1_sygn1 by ep08-006 EVENT ADDED TO QUEUE: takiecos_1_sygn2 by ep08-006 EVENT ADDED TO QUEUE: takiecos_rog1off by ep08-006 EVENT ADDED TO QUEUE: takiecos_rog2off by ep08-006 EVENT LAUNCHED: takiecos_bell1off by ep08-006 EVENT LAUNCHED: takiecos_bell2off by ep08-006 EVENT LAUNCHED: sbl_462_sem_info_nextstop by ep08-006 EVENT LAUNCHED: takiecos_1_sygn1 by ep08-006 EVENT LAUNCHED: takiecos_1_sygn2 by ep08-006 EVENT LAUNCHED: sbl_472_s3 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_472_sem_ligh0 by ep08-006 EVENT ADDED TO QUEUE: sbl_472_sem_ligh3 by ep08-006 EVENT ADDED TO QUEUE: sbl_472_sem_info_nextslow by ep08-006 EVENT ADDED TO QUEUE: sbl_482_s2 by ep08-006 EVENT LAUNCHED: sbl_472_sem_ligh0 by ep08-006 EVENT LAUNCHED: takiecos_go1 by ep08-006 EVENT LAUNCHED: takiecos_go2 by ep08-006 EVENT LAUNCHED: takiecos_rog1off by ep08-006 EVENT LAUNCHED: takiecos_rog2off by ep08-006 EVENT LAUNCHED: sbl_472_sem_ligh3 by ep08-006 EVENT LAUNCHED: sbl_472_sem_info_nextslow by ep08-006 EVENT LAUNCHED: sbl_482_s2 by ep08-006 Multiple passed EVENT ADDED TO QUEUE: sbl_482_sem_ligh0 by ep08-006 EVENT ADDED TO QUEUE: sbl_482_sem_ligh2 by ep08-006 EVENT ADDED TO QUEUE: sbl_482_sem_info_vmax by ep08-006 EVENT LAUNCHED: sbl_482_sem_ligh0 by ep08-006 EVENT LAUNCHED: sbl_482_sem_ligh2 by ep08-006 EVENT LAUNCHED: sbl_482_sem_info_vmax by ep08-006 EVENT ADDED TO QUEUE: sbl_512_s1 by et22-256 Key pressed: [Num+] EVENT LAUNCHED: sbl_512_s1 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_512-s1 by et22-256 EVENT ADDED TO QUEUE: sbl_502_s5 by et22-256 EVENT LAUNCHED: sbl_512-s1 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_512_sem_ligh1 by et22-256 EVENT ADDED TO QUEUE: sbl_512_sem_info_stop by et22-256 EVENT LAUNCHED: sbl_502_s5 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_502_sem_ligh0 by et22-256 EVENT ADDED TO QUEUE: sbl_502_sem_ligh5 by et22-256 EVENT ADDED TO QUEUE: sbl_502_sem_info_nextstop by et22-256 EVENT ADDED TO QUEUE: sbl_491_s3 by et22-256 EVENT LAUNCHED: sbl_502_sem_ligh0 by et22-256 EVENT LAUNCHED: sbl_512_sem_ligh1 by et22-256 EVENT LAUNCHED: alakowice_a_sem_info_stop by ep08-006 EVENT LAUNCHED: sbl_502_sem_ligh5 by et22-256 EVENT LAUNCHED: sbl_502_sem_info_nextstop by et22-256 Key pressed: [Num-] EVENT LAUNCHED: sbl_491_s3 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_491_sem_ligh0 by et22-256 EVENT ADDED TO QUEUE: sbl_491_sem_ligh3 by et22-256 EVENT ADDED TO QUEUE: sbl_491_sem_info_nextslow by et22-256 EVENT ADDED TO QUEUE: sbl_481_s2 by et22-256 EVENT LAUNCHED: sbl_491_sem_ligh0 by et22-256 Key pressed: [Num-] Key pressed: [Num-] EVENT LAUNCHED: sbl_491_sem_ligh3 by et22-256 EVENT LAUNCHED: sbl_491_sem_info_nextslow by et22-256 EVENT LAUNCHED: sbl_481_s2 by et22-256 Multiple passed EVENT ADDED TO QUEUE: sbl_481_sem_ligh0 by et22-256 EVENT ADDED TO QUEUE: sbl_481_sem_ligh2 by et22-256 EVENT ADDED TO QUEUE: sbl_481_sem_info_vmax by et22-256 EVENT LAUNCHED: sbl_481_sem_ligh0 by et22-256 Key pressed: [Num-] Key pressed: [Num-] Key pressed: [Num-] EVENT LAUNCHED: sbl_481_sem_ligh2 by et22-256 EVENT LAUNCHED: sbl_481_sem_info_vmax by et22-256