| 
									Thema | 
									Forum | 
									Letzter Beitrag | 
									Beiträge | 
									Zugriffe | 
								
								
									  | 
									
										 
											 
											Part of the menu disappears...
											Erstellt am: Mo 19. Mai 2014, 00:05
										 
										Pokoloko 
										  Vorschau
										
											Go To Post 
											Like title says, when game start everything is ok until i move my mouse to some game buttons ( like open inventory ) or other parts of GUI. Look:  Um Links zu sehen, musst du dich registrierenLib version: latest from svn Game(x86) directX version: 9 Game engine: Unreal System: Win 7 professional x64 Hooked functions(proxy dll): EndScene, Constructor TEXT Code: HRESULT myIDirect3DDevice9::EndScene(void) { 	OSHGui::Application::Instance()->GetRenderer()->Begin(); 	OSHGui::Application::Instance()->GetRenderer()->SetRenderRectangle(OSHGui::Drawing::Rectangle(0, 0, 700, 700)); 	OSHGui::Application::Instance()->Render(); 	OSHGui::Application::Instance()->GetRenderer()->End(); 	return(m_pIDirect3DDevice9->EndScene()); } 
 
 TEXT Code: 		OSHGui::Application::Instance()->Create(new OSHGui::Drawing::RendererDX9(pOriginal)); 		OSHGui::Application::Instance()->Run(std::shared_ptr<OSHGui::Form>(new MainForm())); 		OSHGui::Application::Instance()->SetCursorEnabled(false); 		OSHGui::Application::Instance()->Enable(); 
 
 Problem 2: Game sometimes destroys whole DirectX device and creates it again. As i can see there isn't any metod to "recreate" whole menu, can you add it?										  
									 | 
									Bugtracker | 
									
				 Do 22. Mai 2014, 20:59 
				von Pokoloko  
									 | 
									14 | 
									1288 | 
								
								
									  | 
									
										 
											 
											Part of the menu disappears...
											Erstellt am: Mo 19. Mai 2014, 00:05
										 
										Pokoloko 
										  Vorschau
										
									 | 
									Bugtracker | 
									
				 Do 22. Mai 2014, 20:59 
				von Pokoloko  
									 | 
									14 | 
									1288 | 
								
								
									  | 
									
										 
											 
											Part of the menu disappears...
											Erstellt am: Mo 19. Mai 2014, 00:05
										 
										Pokoloko 
										  Vorschau
										
											Go To Post 
											yes, but no changes, menu disappears. to make it work i made temp solution (and yes, without this code textures skill disappears, also sometimes alpha(color) is disabled ): TEXT Code: 	Application* Application::Instance(bool new_) 	{ 		if(new_) 		{ 			delete instance; 			instance = nullptr; 		} 		if(instance == nullptr) 			instance = new Application(); 		return instance; 	} 
  										 
									 | 
									Bugtracker | 
									
				 Do 22. Mai 2014, 20:59 
				von Pokoloko  
									 | 
									14 | 
									1288 | 
								
								
									  | 
									
										 
											 
											Part of the menu disappears...
											Erstellt am: Mo 19. Mai 2014, 00:05
										 
										Pokoloko 
										  Vorschau
										
											Go To Post 
											yes, it works for latest version, but for example for oldest one(yes ppl still playing on old versions) menu just disaperars after minimizing a client (but this red thing on top left is still visible) also it disaperas after "game reload(delete old device and create new on)"										  
									 | 
									Bugtracker | 
									
				 Do 22. Mai 2014, 20:59 
				von Pokoloko  
									 | 
									14 | 
									1288 | 
								
								
									  | 
									
										 
											 
											Part of the menu disappears...
											Erstellt am: Mo 19. Mai 2014, 00:05
										 
										Pokoloko 
										  Vorschau
										
											Go To Post 
											for example this version: http://www.ivory-tower.de/Files/Clients/Lineage2_HighFive.7z you need also a patch http://tinyurl.com/lv286jb (unpack patch into game folder, load your dll and try again)										  
									 | 
									Bugtracker | 
									
				 Do 22. Mai 2014, 20:59 
				von Pokoloko  
									 | 
									14 | 
									1288 |