mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-10-31 20:26:48 +00:00 
			
		
		
		
	Merge pull request #2403 from akortunov/crashinfo
Improve info message about missing GDB
This commit is contained in:
		
						commit
						ce92b364e6
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		|  | @ -15,6 +15,7 @@ | |||
|     Bug #3812: Wrong multiline tooltips width when word-wrapping is enabled | ||||
|     Bug #4240: Ash storm origin coordinates and hand shielding animation behavior are incorrect | ||||
|     Bug #4329: Removed birthsign abilities are restored after reloading the save | ||||
|     Bug #4341: Error message about missing GDB is too vague | ||||
|     Bug #4383: Bow model obscures crosshair when arrow is drawn | ||||
|     Bug #4384: Resist Normal Weapons only checks ammunition for ranged weapons | ||||
|     Bug #4411: Reloading a saved game while falling prevents damage in some cases | ||||
|  |  | |||
|  | @ -176,7 +176,8 @@ static void gdb_info(pid_t pid) | |||
|         int ret = system(cmd_buf); | ||||
| 
 | ||||
|         if (ret != 0) | ||||
|             printf("\nFailed to create a crash report. Please install 'gdb' and crash again!\n"); | ||||
|             printf("\nFailed to create a crash report. Please make sure that 'gdb' is installed and present in PATH then crash again." | ||||
|                    "\nCurrent PATH: %s\n", getenv("PATH")); | ||||
|         fflush(stdout); | ||||
| 
 | ||||
|         /* Clean up */ | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue