MantisBT - Doomseeker | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0003906 | Doomseeker | [All Projects] Bug | public | 2021-09-24 15:54 | 2021-09-28 23:23 | |||||
Reporter | WubTheCaptain | |||||||||
Assigned To | ||||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | |||||
Status | confirmed | Resolution | open | |||||||
Platform | OS | OpenBSD | OS Version | |||||||
Product Version | 1.3.2 | |||||||||
Target Version | Fixed in Version | |||||||||
Summary | 0003906: Doomseeker on OpenBSD may download Zandronum's GNU/Linux testing binaries | |||||||||
Description | See issue 0003905 for background. Basically, Doomseeker downloads GNU/Linux binaries from zandronum.com for anything but Windows. Q_OS_DARWIN gets an exception and downloads nothing. The issue is, that's the only exception. Quote from src/plugins/zandronum/zandronumbinaries.cppbool ZandronumClientExeFile::downloadTestingBinaries(const QDir &destination, QWidget *parent) { #ifdef Q_OS_DARWIN // Can't do anything for Mac OS X at this time. :/ return false; #else // ... } | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | 'https://zandronum.com/downloads/testing/ [^]' | |||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2021-09-24 15:54 | WubTheCaptain | New Issue | ||||||||
2021-09-24 15:57 | WubTheCaptain | OS | => OpenBSD | |||||||
2021-09-24 16:28 | WubTheCaptain | Relationship added | related to 0003905 | |||||||
2021-09-28 23:22 | Pol M | Note Added: 0021778 | ||||||||
2021-09-28 23:23 | Pol M | Status | new => confirmed |
Notes | |||||
|
|||||
|
|