MantisBT - Doomseeker
View Issue Details
0002923Doomseeker[All Projects] Bugpublic2016-11-15 17:232018-09-29 14:34
DrinkyBird 
Zalewa 
normalcrashalways
closedduplicate 
MicrosoftWindowsXP/Vista/7
 
1.11.1 
0002923: Wadseeker crashes on URLs that aren't HTTP
1.1~beta-161102-1940. Doomseeker seems to crash on URLs that aren't'http://. [^]'
1. 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
Before crashing, Wadseeker prints to its console: Error: Site "": network error occurred: ProtocolUnknownError
No tags attached.
duplicate of 0002922closed Zalewa Doomseeker URL Crash 
Issue History
2016-11-15 17:23DrinkyBirdNew Issue
2016-11-15 17:24DrinkyBirdNote Added: 0016197
2016-11-15 17:24DrinkyBirdNote Edited: 0016197bug_revision_view_page.php?bugnote_id=16197#r9859
2016-11-16 19:31ZalewaAssigned To => Zalewa
2016-11-16 19:31ZalewaStatusnew => assigned
2016-11-16 19:31ZalewaRelationship addedduplicate of 0002922
2016-11-16 23:13ZalewaNote Added: 0016201
2016-11-19 13:42ZalewaNote Added: 0016214
2016-11-19 13:42ZalewaStatusassigned => closed
2016-11-19 13:42ZalewaResolutionopen => duplicate
2016-11-19 13:42ZalewaFixed in Version => 1.1
2018-09-29 14:34WubTheCaptainTarget Version => 1.1

Notes
(0016197)
DrinkyBird   
2016-11-15 17:24   
Ninja'd by 0002922. Damn.

(0016201)
Zalewa   
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...
(0016214)
Zalewa   
2016-11-19 13:42   
Duplicate of 2922.