behcet0707 Posted February 14, 2015 Posted February 14, 2015 Hi guys, Sorry if i write at wrong but i have black screen problem at cdu. Does anyone have solution for fix it? [sIGPIC][/sIGPIC]
Puma Posted February 14, 2015 Posted February 14, 2015 sorry I don't have the details, but I believe this has to do with the "render purpose" you set in the init lua during export config. Hopefully that's a lead for you. Custom Pit 476 Recruiting i9-12900KF, 32 GB DDR5, Gigabyte Aorus Z690 Master, Gigabyte RTX 2080 Ti, 1TB Sabrent Roket 4+ 2x750GB RAID-0, TrackIR 5 /w clip, CRG9 49” Curved Ultrawide Flight Display+15" Touchscreen+17" Gauges display, Thrustmaster Warthog+7.5cm, Saitek Pro Combat Pedals, Streamdeck, Butt Kicker and pneumatic G-Seat
behcet0707 Posted February 15, 2015 Author Posted February 15, 2015 sorry I don't have the details, but I believe this has to do with the "render purpose" you set in the init lua during export config. Hopefully that's a lead for you. Thanks Puma for answer. here is my CDU_init.lua and init.lua Does any problem can you see? CDU_init.lua; dofile(LockOn_Options.common_script_path.."devices_defs.lua") ofile(LockOn_Options.common_script_path."viewporthandling.lua") indicator_type = indicator_types.COMMON purpoes = {render_purpose.GENERAL} try_files_assigned_viewport("CDU_SCREEN") dofile(LockOn_Options.script_path.."CDU/indicator/CDU_pages.lua") init_pageID = id_CDU_Pages.CDU_PAGE_OFF CDU_preinit_files_path = LockOn_Options.script_path.."CDU/Indicator/Preinit/" page_subsets = {} dofile(LockOn_Options.script_path.."CDU/indicator/CDU_subsets_init.lua") ---------------------- pages = {} pages_by_mode = {} clear_mode_table(pages_by_mode, 10, 10, 29) function get_page_by_mode(master, L2, L3, L4) return get_page_by_mode_global(pages_by_mode,init_pageID,master,L2,L3,L4) end dofile(LockOn_Options.script_path.."CDU/indicator/CDU_pages_init.lua") use_parser = false dofile(LockOn_Options.common_script_path.."devices_defs.lua") indicator_type = indicator_types.COMMON used_render_mask = "interleave.bmp" dofile(".\\A10VCServer\\CDU.lua") --A10VCHook and init.lua file indicator_type = 0 render_target_always = true is_server = true source_indicator_id = 1 viewport = { 0, 0, LockOn_Options.cockpit.render_target_resolution, LockOn_Options.cockpit.render_target_resolution } [sIGPIC][/sIGPIC]
StandingCow Posted February 16, 2015 Posted February 16, 2015 Here are mine if you need to compare: dofile(LockOn_Options.common_script_path.."devices_defs.lua") indicator_type = indicator_types.COMMON dofile(LockOn_Options.script_path.."CDU/indicator/CDU_pages.lua") init_pageID = id_CDU_Pages.CDU_PAGE_OFF CDU_preinit_files_path = LockOn_Options.script_path.."CDU/Indicator/Preinit/" page_subsets = {} dofile(LockOn_Options.script_path.."CDU/indicator/CDU_subsets_init.lua") ---------------------- pages = {} pages_by_mode = {} clear_mode_table(pages_by_mode, 10, 10, 29) function get_page_by_mode(master, L2, L3, L4) return get_page_by_mode_global(pages_by_mode,init_pageID,master,L2,L3,L4) end dofile(LockOn_Options.script_path.."CDU/indicator/CDU_pages_init.lua") use_parser = false dofile(LockOn_Options.common_script_path.."devices_defs.lua") indicator_type = indicator_types.COMMON used_render_mask = "interleave.bmp" indicator_type = 0 render_target_always = true is_server = true source_indicator_id = 1 viewport = { 0, 0, LockOn_Options.cockpit.render_target_resolution, LockOn_Options.cockpit.render_target_resolution } 5900X - 32 GB 3600 RAM - 1080TI My Twitch Channel ~Moo
behcet0707 Posted February 16, 2015 Author Posted February 16, 2015 Thanks StandingCow. But it is same, blackscreen :( [sIGPIC][/sIGPIC]
Tone71 Posted February 16, 2015 Posted February 16, 2015 Is your CDU on a second screen/monitor? How have you configured this? Windows 10 Home, Intel Core i7-9700K @ 4.6GHz, Gigabyte GTX 1070 G1 Gaming (8GB VRAM) on 34" LG curved monitor @ 3440x1440, 32GB RAM, TrackIR 3 (with Vector Expansion), Thrustmaster Warthog HOTAS, Saitek Combat Pedals, Thrustmaster Cougar MFDs.
behcet0707 Posted February 17, 2015 Author Posted February 17, 2015 I have just a monitor, and i configured right and left MFDs to the right side. Before i changed monitor setting ı had same problem too. [sIGPIC][/sIGPIC]
Tone71 Posted February 18, 2015 Posted February 18, 2015 What about the MFCDs in your cockpit, are they blank too or just the CDU? Windows 10 Home, Intel Core i7-9700K @ 4.6GHz, Gigabyte GTX 1070 G1 Gaming (8GB VRAM) on 34" LG curved monitor @ 3440x1440, 32GB RAM, TrackIR 3 (with Vector Expansion), Thrustmaster Warthog HOTAS, Saitek Combat Pedals, Thrustmaster Cougar MFDs.
G00dnight Posted February 18, 2015 Posted February 18, 2015 If it helps PURPOSE is spelt wrong in first example. AMD A8-5600K @ 4GHz, Radeon 7970 6Gig, 16 Gig Ram, Win 10 , 250 gig SSD, 40" Screen + 22 inch below, Track Ir, TMWH, Saitek combat pedals & a loose nut behind the stick :thumbup:
behcet0707 Posted February 18, 2015 Author Posted February 18, 2015 Fixed What about the MFCDs in your cockpit, are they blank too or just the CDU? MFDs are working good... If it helps PURPOSE is spelt wrong in first example. i made update and got new files for cdu_init and init files. the problem had been fixed by update. thanks guys.:thumbup: [sIGPIC][/sIGPIC]
Recommended Posts