MantisBT - Zandronum
View Issue Details
0003634Zandronum[All Projects] Bugpublic2019-04-21 07:422024-02-29 21:37
Filystea 
 
normalminoralways
closedno change required 
 
 
0003634: Capital letter or unexisting map - duno
I have a map
SOMEMAP.WAD

for server I passed:
SOMEMAP.wad

Obviously there is no such file on my hdd.

The server starts. Master tells me it expects some wads i included but not this one. You know for example the list that doomseeker shows - list of wads you need to join the server. It does not list the SOMEMAP.wad.


BUT

when i join the server i get information I don't have proper wads.
It tells me I need for example 10 wads and I have 10 wads and shows hashes.
After checking all hashes are good. IT EXPECTS ME TO HAVE THAT MISSING WAD IT DOES NOT EVEN LOAD. It's a stupid bug that causes chaos on the client and server side.
it's in description.
Today Jezus resurected.
No tags attached.
Issue History
2019-04-21 07:42FilysteaNew Issue
2019-04-21 15:26WubTheCaptainNote Added: 0020522
2019-04-21 17:06FilysteaNote Added: 0020526
2019-04-26 13:45Edward-sanNote Added: 0020552
2019-04-26 13:45Edward-sanStatusnew => feedback
2019-04-26 21:06FilysteaNote Added: 0020554
2019-04-26 21:06FilysteaStatusfeedback => new
2019-04-28 19:23Torr SamahoNote Added: 0020556
2019-06-04 18:41DuskNote Added: 0020717
2019-06-04 20:15DuskPriorityurgent => normal
2019-06-04 20:15DuskSeverityblock => minor
2019-06-04 20:15DuskStatusnew => feedback
2019-06-04 20:15DuskCategoryEpic => Bug
2019-06-05 16:51FilysteaNote Added: 0020727
2019-06-05 16:51FilysteaStatusfeedback => new
2019-07-27 13:11FilysteaNote Added: 0020917
2024-02-29 21:37Ru5tK1ngNote Added: 0023128
2024-02-29 21:37Ru5tK1ngStatusnew => closed
2024-02-29 21:37Ru5tK1ngResolutionopen => no change required

Notes
(0020522)
WubTheCaptain   
2019-04-21 15:26   
Duplicate of 0002718?
(0020526)
Filystea   
2019-04-21 17:06   
No the issue is different.
(0020552)
Edward-san   
2019-04-26 13:45   
If I understand correctly, the problem is that the console error doesn't tell you you've loaded an excessive wad file. Is that correct?
(0020554)
Filystea   
2019-04-26 21:06   
" If I understand correctly, the problem is that the console error doesn't tell you you've loaded an excessive wad file. Is that correct? "

No the problem is server owner made mistake and added to wad files not existing map. But the server never informs it expects it and it also after connection gives info about not passing the requrements. But what it shows is that you actualy pass them you have all maps and the hash is correct.
I could start an example of such server so you can see by your self.
(0020556)
Torr Samaho   
2019-04-28 19:23   
With a Windows server I can't reproduce this. Is this a Linux only problem?
(0020717)
Dusk   
2019-06-04 18:41   
I cannot reproduce this on Linux either.
(0020727)
Filystea   
2019-06-05 16:51   
On weekend I will reproduce it again and write down step by step how to do it.
(0020917)
Filystea   
2019-07-27 13:11   
Can't find out what causes it to break but for example:

This works fine with server:

'-iwad' '/home/piotr/.doomseeker/DOOM2.WAD'

'-file' '/home/piotr/.doomseeker/hmodMonsters0_91.pk3'
'-file' '/home/piotr/.doomseeker/hmodMonstersDemons0_873.pk3'
'-file' '/home/piotr/.doomseeker/hmodMonstersImps0_90.pk3'
'-file' '/home/piotr/.doomseeker/hmodMonstersRevs0_90.pk3'
'-file' '/home/piotr/.doomseeker/hmodMonstersSpecial0_873.pk3'
'-file' '/home/piotr/.doomseeker/hmodMonstersZombies0_90.pk3'
'-file' '/home/piotr/.doomseeker/hmodPlayerSkins.pk3'
'-file' '/home/piotr/.doomseeker/hmodProjectiles0_90.pk3'
'-file' '/home/piotr/.doomseeker/hmodSound0_91.pk3'
'-file' '/home/piotr/.doomseeker/hmodSpecial0_873.pk3'
'-file' '/home/piotr/.doomseeker/hmodTraces0_90.pk3'
'-file' '/home/piotr/.doomseeker/hmodWeps0_905.pk3'



'-file' '/home/piotr/.doomseeker/hmodMain0_91.pk3'

'-file' '/home/piotr/.doomseeker/btsx_e1a.wad'
'-file' '/home/piotr/.doomseeker/btsx_e1b.wad'

While this breaks, ans says the wads do not match:

'-iwad' '/home/piotr/.doomseeker/DOOM2.WAD'

'-file' '/home/piotr/.doomseeker/hmodMonsters0_91.pk3'
'-file' '/home/piotr/.doomseeker/hmodMonstersDemons0_873.pk3'
'-file' '/home/piotr/.doomseeker/hmodMonstersImps0_90.pk3'
'-file' '/home/piotr/.doomseeker/hmodMonstersRevs0_90.pk3'
'-file' '/home/piotr/.doomseeker/hmodMonstersSpecial0_873.pk3'
'-file' '/home/piotr/.doomseeker/hmodMonstersZombies0_90.pk3'
'-file' '/home/piotr/.doomseeker/hmodPlayerSkins.pk3'
'-file' '/home/piotr/.doomseeker/hmodProjectiles0_90.pk3'
'-file' '/home/piotr/.doomseeker/hmodSound0_91.pk3'
'-file' '/home/piotr/.doomseeker/hmodSpecial0_873.pk3'
'-file' '/home/piotr/.doomseeker/hmodTraces0_90.pk3'
'-file' '/home/piotr/.doomseeker/hmodWeps0_905.pk3'



'-file' '/home/piotr/.doomseeker/hmodMain0_91.pk3'



Strange is it not ? Now idea how to aproach this tbh.
(0023128)
Ru5tK1ng   
2024-02-29 21:37   
Closing due to no feedback.