MantisBT - Zandronum |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0003997 | Zandronum | [All Projects] Bug | public | 2022-05-09 22:35 | 2022-12-01 12:51 |
|
Reporter | WaTaKiD | |
Assigned To | Kaminsky | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | |
Platform | Microsoft | OS | Windows | OS Version | XP/Vista/7 |
Product Version | 3.1 | |
Target Version | 3.2 | Fixed in Version | 3.2 | |
|
Summary | 0003997: zan 3.1 64 bit windows build does not produce a crash report |
Description | the 64bit windows build of zan 3.1 does not produce a crash report whereas the 32bit version does
im using windows 11 and have tried a fresh ini, restarting the pc, changing uac, running as admin, and changing the cvars "crashlogs" and "crashlog_dir" all to no avail
also zan is not installed in program files
gzdoom 1.8.6 and 4.7.1 also produce crash reports as intended |
Steps To Reproduce | load up the 64 bit windows build of zan 3.1
crashout
no crash report |
Additional Information | one user on discord with windows 7 said they also could not produce a crash report, which makes me think the 64bit build itself is at fault, not the os version
links for convenience:
'https://zandronum.com/downloads/zandronum3.1-win32-base.zip [^]'
'https://zandronum.com/downloads/zandronum3.1-win64-base.zip [^]' |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2022-05-09 22:35 | WaTaKiD | New Issue | |
2022-05-09 22:38 | WaTaKiD | Description Updated | bug_revision_view_page.php?rev_id=13598#r13598 |
2022-05-09 22:40 | WaTaKiD | Description Updated | bug_revision_view_page.php?rev_id=13599#r13599 |
2022-08-04 16:39 | DrinkyBird | Note Added: 0022303 | |
2022-08-04 16:39 | DrinkyBird | Status | new => confirmed |
2022-08-10 14:46 | Kaminsky | Target Version | => 3.2 |
2022-08-14 18:08 | DrinkyBird | Note Added: 0022306 | |
2022-08-14 18:08 | DrinkyBird | Status | confirmed => needs testing |
2022-08-14 22:26 | DrinkyBird | Note Added: 0022308 | |
2022-08-14 22:26 | DrinkyBird | Status | needs testing => resolved |
2022-08-14 22:26 | DrinkyBird | Fixed in Version | => 3.2 |
2022-08-14 22:26 | DrinkyBird | Resolution | open => fixed |
2022-08-14 22:26 | DrinkyBird | Assigned To | => DrinkyBird |
2022-09-05 13:51 | WaTaKiD | Assigned To | DrinkyBird => |
2022-09-05 13:51 | WaTaKiD | Note Added: 0022336 | |
2022-09-05 13:51 | WaTaKiD | Status | resolved => feedback |
2022-09-05 13:51 | WaTaKiD | Resolution | fixed => reopened |
2022-09-05 15:42 | WaTaKiD | Note Added: 0022339 | |
2022-09-05 15:42 | WaTaKiD | Status | feedback => new |
2022-09-05 22:57 | DrinkyBird | Note Added: 0022348 | |
2022-09-11 19:58 | WaTaKiD | Note Added: 0022393 | |
2022-09-11 19:59 | WaTaKiD | Status | new => needs testing |
2022-12-01 03:11 | WaTaKiD | Note Added: 0022504 | |
2022-12-01 12:49 | Kaminsky | Status | needs testing => resolved |
2022-12-01 12:49 | Kaminsky | Resolution | reopened => fixed |
2022-12-01 12:49 | Kaminsky | Assigned To | => Kaminsky |
2022-12-01 12:51 | Kaminsky | Note Added: 0022509 | |
Notes |
|
|
|
|
|
|
|
|
Tested with a win64 release build of 3.2-alpha-220804-1704, the crash handler works properly. |
|
|
|
using ZandroDev3.2-220904-2011windows-x86_64, crash reports are still not produced for online clients or servers, but do work for offline clients |
|
|
|
regarding my above note, i got mixed up, online clients DO produce crash reports, its just servers that dont |
|
|
|
Quote from Discord:
Quote from Kaminsky
The server console in Windows is actually handled in a separate thread which the backported (G)ZDoom commit didn't account for. Copying and pasting the changes into this new thread fixes the server not producing crash reports in x64.
//==========================================================================
//
// [BC] MainDoomThread
//
// This is the new thread created by the server console.
//
//==========================================================================
DWORD WINAPI MainDoomThread( LPVOID )
|
|
|
|
|
|
|
using ZandroDev3.2-221030-0316windows-x86_64 clients and servers now provide crash reports |
|
|
|
Since a crash report seems to now be produced in all cases (client and server) in the x64 Windows builds, I went ahead and marked this ticket as resolved. |
|