Zandronum Chat on our Discord Server Get the latest version: 3.2
Source Code

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002923Doomseeker[All Projects] Bugpublic2016-11-15 17:232018-09-29 14:34
ReporterDrinkyBird 
Assigned ToZalewa 
PrioritynormalSeveritycrashReproducibilityalways
StatusclosedResolutionduplicate 
PlatformMicrosoftOSWindowsOS VersionXP/Vista/7
Product Version 
Target Version1.1Fixed in Version1.1 
Summary0002923: Wadseeker crashes on URLs that aren't HTTP
Description1.1~beta-161102-1940. Doomseeker seems to crash on URLs that aren't'http://. [^]'
Steps To Reproduce1. Host a Zan server
2. Set sv_website to a non http URL, like
- sv_website example.com
- sv_website'potato://example.com [^]'
- sv_website'ftp://example.com [^]'
3. Try to join the server, allow Wadseeker to download the WADs
4. Doomseeker crashes
Additional InformationBefore crashing, Wadseeker prints to its console: Error: Site "": network error occurred: ProtocolUnknownError
Attached Files

- Relationships
duplicate of 0002922closedZalewa Doomseeker URL Crash 

-  Notes
User avatar (0016197)
DrinkyBird (reporter)
2016-11-15 17:24
edited on: 2016-11-15 17:24

Ninja'd by 0002922. Damn.

User avatar (0016201)
Zalewa (developer)
2016-11-16 23:13


QNetworkRequest request;
request.setUrl(url);
request.setRawHeader("User-Agent", d.userAgent.toUtf8());

QNetworkReply* pReply = d.pNetworkAccessManager->get(request);

qDebug() << "startNetworkQuery" << url << request.url()
    << pReply->url() << pReply->request().url();


outputs:


startNetworkQuery QUrl("potato://example.org") QUrl("potato://example.org")
  QUrl("potato://example.org") QUrl("")


Unbelievable...
User avatar (0016214)
Zalewa (developer)
2016-11-19 13:42

Duplicate of 2922.

Issue Community Support
This issue is already marked as resolved.
If you feel that is not the case, please reopen it and explain why.
Supporters: No one explicitly supports this issue yet.
Opponents: No one explicitly opposes this issue yet.

- Issue History
Date Modified Username Field Change
2016-11-15 17:23 DrinkyBird New Issue
2016-11-15 17:24 DrinkyBird Note Added: 0016197
2016-11-15 17:24 DrinkyBird Note Edited: 0016197 View Revisions
2016-11-16 19:31 Zalewa Assigned To => Zalewa
2016-11-16 19:31 Zalewa Status new => assigned
2016-11-16 19:31 Zalewa Relationship added duplicate of 0002922
2016-11-16 23:13 Zalewa Note Added: 0016201
2016-11-19 13:42 Zalewa Note Added: 0016214
2016-11-19 13:42 Zalewa Status assigned => closed
2016-11-19 13:42 Zalewa Resolution open => duplicate
2016-11-19 13:42 Zalewa Fixed in Version => 1.1
2018-09-29 14:34 WubTheCaptain Target Version => 1.1






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2025 MantisBT Team
Powered by Mantis Bugtracker