Error reading file maps workshop 152508932 thumb152508932 jpg

I can create the server, but I can't get it online, I've done everything, and when I'm going to enter even with it not online, it loads but returns to the home screen without any error ...

@Pessegoamass

I can create the server, but I can’t get it online, I’ve done everything, and when I’m going to enter even with it not online, it loads but returns to the home screen without any error message, please help!

@lenosisnickerboa

@lenosisnickerboa

Adding your text from the other two duplicate issues (which I will close).

versão:2.8.1
Plataforma:Windows
problem:I tried to open the server, but it starts to load and for no reason it goes back to the home screen and no error notification appears,
always happens and never works.
Screen dunp:don’t have it
console output:
KouTako
2 dias atrás
Error reading file maps/workshop/125438372/thumb125438372.jpg.
Error reading file maps/workshop/125439125/thumb125439125.jpg.
Error reading file maps/workshop/205240106/thumb205240106.jpg.
Error reading file maps/workshop/152508932/thumb152508932.jpg.
Host_WriteConfiguration: Wrote cfg/config.cfg
Host_WriteConfiguration: Wrote cfg/config.cfg
** Unable to localize ‘#DemoPlayback_Restart’ on panel descendant of ‘HudDemoPlayback’
** Unable to localize ‘#DemoPlayback_Back’ on panel descendant of ‘HudDemoPlayback’
** Unable to localize ‘#DemoPlayback_Pause’ on panel descendant of ‘HudDemoPlayback’
** Unable to localize ‘#DemoPlayback_Slow’ on panel descendant of ‘HudDemoPlayback’
** Unable to localize ‘#DemoPlayback_Play’ on panel descendant of ‘HudDemoPlayback’
** Unable to localize ‘#DemoPlayback_Fast’ on panel descendant of ‘HudDemoPlayback’
** Unable to localize ‘#DemoPlayback_Next’ on panel descendant of ‘HudDemoPlayback’
ChangeGameUIState: CSGO_GAME_UI_STATE_MAINMENU -> CSGO_GAME_UI_STATE_LOADINGSCREEN
CS_App_Lifetime_Gamestats: Recording ServerBrowserLAN
Connecting to public(25.3.94.83:27016) …
Server using ‘friends’ lobbies, requiring pw yes, lobby id ffffffffffffffff
ChangeGameUIState: CSGO_GAME_UI_STATE_LOADINGSCREEN -> CSGO_GAME_UI_STATE_INGAME
** Unable to localize ‘#GenericConfirmText_Label’ on panel descendant of ‘MMStatus’
ChangeGameUIState: CSGO_GAME_UI_STATE_INGAME -> CSGO_GAME_UI_STATE_MAINMENU
Failed to load image data from https://media.st.dl.eccdnx.com/apps/csgo/images/trans.gif
Please help me.

@lenosisnickerboa

Some questions:

Did you try just installing the server and start it using all default values? From the console traces in your post I see error messages suggesting several things have been changed since the default installation.

  1. I see «Error reading file maps/workshop/125438372/thumb125438372.jpg.» which suggests workshop maps have been installed, correct?
  2. If you google parts of the error message, like e.g. «ChangeGameUIState: CSGO_GAME_UI_STATE_MAINMENU» you find several people having issues like yours, not related to csgosl though.
  3. Do you have any other stuff, like mods, which you have installed yourself?

I would perform a clean install of the server, leave everything at default values, start the server and see if that works first. If it does, start changing stuff until it breaks and you know what caused your problems.

@Pessegoamass

I did not download any map of the workshop I used de_dust2

I didn’t install mods.

I already installed without changing anything, even formatted my computer

I don’t think it’s a problem with my PC, because none of my friends can log in, and I’ve done everything I can to make it online.

@Asimovv

Same problem! The solution that I found is edit cms-start.bat from CSGOServercsgoslbin and put «-net_port_try 1» and run it manually and resolved my problem. The issue is if I open csgosl and run from there the cmd-start.bat reset the values to the default and can’t enter in online mode, only lan. Can you fix that please? @lenosisnickerboa

@lenosisnickerboa

Don’t know what -net_port_try=1 really does? Anyone? I see in some posts they say «always include it» but I would like to understand what it does first.

As a temporary fix you can just add -net_port_try=1 to the options setting (Run tab, section Misc, at the bottom of that tab) and it will always be appended to the command line.

@Asimovv

«»Note: For public server also add +sv_setsteamaccount THISGSLTHERE -net_port_try 1 to use your GSLT. THISGSLTHERE»» This is a note from valve website. The thing I’m suprise is by only one «missing» command I can’t run the server online, either with «onlylan» disable. But thanks for the fast temporary fix! Hope you can fix it permanently.

@lenosisnickerboa

Np
So I’ll just add this option for non-lan/public games, that’s it?

On Sun, Apr 26, 2020, 14:14 Raul Oliveira ***@***.***> wrote:
«»Note: For public server also add +sv_setsteamaccount THISGSLTHERE
-net_port_try 1 to use your GSLT. THISGSLTHERE»» This is a note from valve
website. The thing I’m suprise is by only one «missing» command I can’t run
the server online, either with «onlylan» disable. But thanks for the fast
temporary fix! Hope you can fix it permanently.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#253 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEA3F5VXEWOCDRVHZ27I5BLROQQQ3ANCNFSM4MI3I4NA>
.

@Asimovv

So when you disable the «onlylan» option you need to automatic put «-net_port_try 1» in startfile and that’s it.

@lenosisnickerboa

@Pessegoamass

@lenosisnickerboa

@Asimovv

Yes, like a charm!
And you only need to open the 27015 port to play online.
@Pessegoamass Try to add a rule in windows firewall, UDP and TCP rule.

@minestarnl

I am still having the same issue. I added the firewall rule inbound udp and tcp. Port forwarded as well. Even after adding the net_port_try 1. It still didn’t work. I can post the server info(ip) if needed

@lenosisnickerboa

Wild guessing… what does ipconfig tell you? Do you have multiple interfaces, like e.g. a VPN interface (active or not). I played around with a VPN client which created a new interface and even when the VPN was down this interface was active with a 169.x.x.x address. I noticed my csgo server bound to the 169.x.x.x address and no one was able to connect. I finally uninstalled the VPN client, rebooted and ensured that interface was gone and then everything worked again. Probably could have forced the csgo server to bind to the correct address but that didn’t work so I brute-forced uninstalled the VPN client instead.

@minestarnl

Ok figured it out. After some fiddling I found out windows set the network connection to public. Therefore nothing could connect to it. After setting the network connection to private everything worked fine 😄 Thank you

@lenosisnickerboa

Thanks for reporting back! Will surely help someone with similar problems.

#1

Отправлено 24 Декабрь 2012 — 18:44

У меня на сервере есть 2 карты (35hp_3_dusty и 35hp_beta3), на этих картах можно проходить через коробки, залазить внутрь, из-за чего это может быть?! Раньше такого не было, новые плагины я не устанавливал!

  • Наверх


#2


shark

Отправлено 24 Декабрь 2012 — 20:33

Физика возможно полетела

  • Наверх


#3


Vitamin

Отправлено 26 Декабрь 2012 — 0:00

физика такое не может сделать значит каким то раком установился non solid тип на prop_static’s энтити.
P.S. Нет ну есть консольные переменные для таких вещей но насколько я помню они имеют консольный флаг cheat

  • Наверх


#4


VREDITEL

Отправлено 26 Декабрь 2012 — 19:07

У меня было 2 сервера, на том и том одиннаковые плангины, карты, вообщем все одинаковое! Только на одном есть проблема, а на другом нет!

Проблема такая:
После загрузки карты, в консоле, выдает такую ошибку :
Error reading in file «materials/maps/карта/cubemapdefault.vtf»

И сервер как бы виснет на доли секунды в конце каждого раунда !

Error reading in file «materials/maps/КАРТА/cubemapdefault.vtf»
И так почти на каждой карте!

  • Наверх


#5


Vitamin

Отправлено 26 Декабрь 2012 — 23:17

alias w10 «wait;wait;wait;wait;wait;wait;wait;wait;wait;wait»
alias w100 «w10;w10;w10;w10;w10;w10;w10;w10;w10;w10»
alias w1000 «w100;w100;w100;w100;w100;w100;w100;w100;w100;w100»
alias w5000 «w1000;w1000;w1000;w1000;w1000»
toggle sv_cheats 1 0
w100
mat_specular 1 0
buildcubemaps
w5000
disconnect
map сюда вставить название карты (без расширения .bsp)
w5000
toggle sv_cheats 1 0
w100
_restart

В папке cfg создай файл с названием map.cfg скопируй туда код который я написал выше и на карте на которой пишет ошибку прописывай в консоли exec map и жди пока скрипт закончит работу ты это узнаешь перезагрузкой игры
делай данную процедуру только на локальном сервере
после данной процедуры обязптельно смени название карты так как если у клиентов есть карта с таким же название которое на сервере то у них выдаст different map

  • Наверх


RusJJ

RusJJ

Доброе утро девачьки


  • #141

Если бы при загрузке в воркшоп создавался необходимый файл в materials/panorama/ (две штуки — при загрузке 1080р и для голосований 360р), то было бы. Хотя я на 100% не уверен, что именно 360р используется, но других мини-иконок я не наблюдал.

  • #142

Подскажите пожалуйста, сделал по инструкции, но при запуске сервера, сервер не включается и выдает ошибку «Server UGC Manager: Failed to get file info. HTTP status 401 » прогуглил ее, советовали по новой создать API ключ, но увы не помогает

Lnk

Lnk

Добрая душа


  • #143

Подскажите пожалуйста, сделал по инструкции, но при запуске сервера, сервер не включается и выдает ошибку «Server UGC Manager: Failed to get file info. HTTP status 401 » прогуглил ее, советовали по новой создать API ключ, но увы не помогает

ты добвыил ключ в csgo/webapi_authkey.txt ?

  • #144

ты добвыил ключ в csgo/webapi_authkey.txt ?

да, и в хостинге authkey тоже прописал в конфиге

  • #145

да, и в хостинге authkey тоже прописал в конфиге

Отсюда ключ? Steam Community

И раз уж пошло, выкладывай конфиги настроек, настройки, как у тебя выглядит панель управления, что в ней натыкано.

  • #146

Нужна ваша помощь! Проблема заключается в том, что я поставил карты из workshop на сервер, они работаю, я захожу на сервер и там играю, но в админке только 2 карты не из моей коллекции workshop, почитал, что нужно прописать карты в adminmenu_maplist.ini, всё прописал, но не работает :(

workshop/152508932/Mirage
workshop/205240106/Overpass
workshop/125444404/Office
workshop/138744370/awp_lego_2
workshop/1855851320/Cache
workshop/1466176544/de_inferno
workshop/125438372/Train
workshop/1165326495/Dust_2

  • #147

Нужна ваша помощь! Проблема заключается в том, что я поставил карты из workshop на сервер, они работаю, я захожу на сервер и там играю, но в админке только 2 карты не из моей коллекции workshop, почитал, что нужно прописать карты в adminmenu_maplist.ini, всё прописал, но не работает :(

workshop/152508932/Mirage
workshop/205240106/Overpass
workshop/125444404/Office
workshop/138744370/awp_lego_2
workshop/1855851320/Cache
workshop/1466176544/de_inferno
workshop/125438372/Train
workshop/1165326495/Dust_2

csgo/maplist.txt
csgo/mapcycle.txt сюда прописывай

  • #148

csgo/maplist.cfg
csgo/mapcycle.cfg сюда прописывай

Всё там было прописано, проблема была в другом и уже решена!

  • #149

Всё там было прописано, проблема была в другом и уже решена!

Так надо писать тогда, что проблемами решена, и что было, может кто то тоже столкнётся с такой проблемой

  • #150

Всё там было прописано, проблема была в другом и уже решена!

Ты молодец. 🐸

bsp-файлы называются не так как хочется, а как назвал их автор той или иной карты.

  • #151

Здравствуйте господа) помогите решить проблему, делаю все как написано, уже раз 8-10й точно, на этапе когда надо все надо вписать в autoexec и перезагрузить сервер что бы загрузились карты из воркшопа, у меня нечего не происходит, то есть, у меня не появляется папка воркшоп с картами, я уже создавал новый Steam WebAPI. создавал новые коллекции, добавлял другие карты, но так и нечего не происходит, подскажите пожалуйста в чем может быть проблема?

  • #152

Здравствуйте господа) помогите решить проблему, делаю все как написано, уже раз 8-10й точно, на этапе когда надо все надо вписать в autoexec и перезагрузить сервер что бы загрузились карты из воркшопа, у меня нечего не происходит, то есть, у меня не появляется папка воркшоп с картами, я уже создавал новый Steam WebAPI. создавал новые коллекции, добавлял другие карты, но так и нечего не происходит, подскажите пожалуйста в чем может быть проблема?

Пиши дискорд в лс , помогу

  • #153

Здравствуйте господа) помогите решить проблему, делаю все как написано, уже раз 8-10й точно, на этапе когда надо все надо вписать в autoexec и перезагрузить сервер что бы загрузились карты из воркшопа, у меня нечего не происходит, то есть, у меня не появляется папка воркшоп с картами, я уже создавал новый Steam WebAPI. создавал новые коллекции, добавлял другие карты, но так и нечего не происходит, подскажите пожалуйста в чем может быть проблема?

Коллекция опубликовалась или на премодерации в Steam?

  • #155

так пишите workshop/546464764/de_dust3

  • #157

@Haseek, пробовал все равно не меняет

насколько помню, есть map (которым вы меняете карты), если он не работает, то есть ещё changelevel и changelevel2 (принудительная смена)

  • #158

@mika, ну это да, но если допустим игрокам через смену карты или ртв нужно будет сменить ? У обычного админа доступа к ркон и консоли нету(

  • #159

@mika, ну это да, но если допустим игрокам через смену карты или ртв нужно будет сменить ? У обычного админа доступа к ркон и консоли нету(

я без понятия как это фиксить, но команды выше хотя бы позволяют сменить карту, которая и так не меняется

  • #160

Господа, подскажите, если нужно чтобы загружалась всего одна карта из воркшопа, нельзя обойтись без коллекции ?
Просто созданную коллекцию из одной карты модер отмодерировал с правами видна только для друзей, и сервер ее отказывается парсить)

i got working bsp file sent to me from another guy that got servers. but i cant load the maps console says this
ChangeGameUIState: CSGO_GAME_UI_STATE_INGAME -> CSGO_GAME_UI_STATE_INGAME
**** Unable to localize ‘#matchdraft_phase_action_wait’ on panel ‘id-map-draft-phase-wait’
**** Unable to localize ‘#DemoPlayback_Restart’ on panel descendant of ‘HudDemoPlayback’
**** Unable to localize ‘#DemoPlayback_Back’ on panel descendant of ‘HudDemoPlayback’
**** Unable to localize ‘#DemoPlayback_Pause’ on panel descendant of ‘HudDemoPlayback’
**** Unable to localize ‘#DemoPlayback_Slow’ on panel descendant of ‘HudDemoPlayback’
**** Unable to localize ‘#DemoPlayback_Play’ on panel descendant of ‘HudDemoPlayback’
**** Unable to localize ‘#DemoPlayback_Fast’ on panel descendant of ‘HudDemoPlayback’
**** Unable to localize ‘#DemoPlayback_Next’ on panel descendant of ‘HudDemoPlayback’
ChangeGameUIState: CSGO_GAME_UI_STATE_INGAME -> CSGO_GAME_UI_STATE_LOADINGSCREEN
Error reading file materials/panorama/images/map_icons/screenshots/1080p/awp_minecraft_crash_go.png.
Error reading file resource/overviews/awp_minecraft_crash_go_radar.dds.
Resource materialspanoramaimagesmap_iconsmap_icon_ awp_minecraft_crash_go.svg failed to load.

PLUGIN LIST
[SM] Listing 44 plugins:
01 «[CS:GO/CSS] AbNeR Round End Sounds» (4.0.1) by abnerfs
02 «[CSS/CS:GO] AbNeR ResetScore» (1.5fix) by AbNeR_CSS
03 «Admin File Reader» (1.10.0.6502) by AlliedModders LLC
04 «Admin Help» (1.10.0.6502) by AlliedModders LLC
05 «Admin Menu» (1.10.0.6502) by AlliedModders LLC
06 «AFK Manager» (4.3.0) by Rothgar
07 «Anti-Flood» (1.10.0.6502) by AlliedModders LLC
08 «Basic Ban Commands» (1.10.0.6502) by AlliedModders LLC
09 «Basic Chat» (1.10.0.6502) by AlliedModders LLC
10 «Basic Comm Control» (1.10.0.6502) by AlliedModders LLC
11 «Basic Commands» (1.10.0.6502) by AlliedModders LLC
12 «Basic Info Triggers» (1.10.0.6502) by AlliedModders LLC
13 «Basic Votes» (1.10.0.6502) by AlliedModders LLC
14 «CallAdmin» (0.1. by Impact, dordnung
15 «Client Preferences» (1.10.0.6502) by AlliedModders LLC
16 «[STORE] Coinflip» (1.2) by Hypr
17 «CSGO Weapon Tweaks» (1.0.3) by Keith Warren (Drixevel)
18 «Disable Radar» (1.2) by Internet Bully
19 <Failed> «Discord API» (1.0) by .#Zipcore, Credits: Shavit, bara, ImACow and Phire
20 «Force AllTalk» (1.1) by Nickelony
21 «Fun Commands» (1.10.0.6502) by AlliedModders LLC
22 «Fun Votes» (1.10.0.6502) by AlliedModders LLC
23 «Gloves» (1.0.4) by kgns | oyunhost.net
24 «[ANY] Ban Disconnected Player» (2.0.1) by Headline, Original Plugin : mad_hamster
25 «RankMe» (3.0.3.Kento.33.3) by lok1, Scooby, Kento, pracc, Kxnrl, CrazyHackGUT
26 «MapChooser» (1.9.0.6273) by AlliedModders LLC
27 «No Block» (1.0.0.0) by sslice
28 «Map Nominations» (1.9.0.6273) by AlliedModders LLC
29 «NoScope» (2.0.0) by Bara
30 «Player Commands» (1.10.0.6502) by AlliedModders LLC
31 «RandomCycle» (1.9.0.6273) by AlliedModders LLC
32 «Reserved Slots» (1.10.0.6502) by AlliedModders LLC
33 «Restrict Deagle» (1.0) by Jannik ‘Peace-Maker’ Hartung
34 «Rock The Vote» (1.9.0.6273) by AlliedModders LLC
35 «Rules Plugin» (1.3) by haN
36 «ServerAdvertisements3» (3.1.4) by ESK0
37 «Sound Commands» (1.10.0.6502) by AlliedModders LLC
38 «Simple Stealth» (1.0) by Potatoz
39 «Store — Trade System» (1.0) by Zephyrus
40 «Store — The Resurrection» (1.1) by Zephyrus
41 «Thirdperson Mode» (1.0) by Zephyrus
42 <Failed> «SteamWorks Update Check» (1.0b) by Kyle Sanderson
43 «Weapons & Knives» (1.7.1) by kgns | oyunhost.net
44 «[Store] Credits for specified events» (1.14) by Cruze
Errors:
discord.smx (Discord API): Required extension «SteamWorks» file(«SteamWorks.ext») not running
UpdateCheck.smx (SteamWorks Update Check): Required extension «SteamWorks» file(«SteamWorks.ext») not running

filename = r'''C:UsersPythonPython35-32lessonscharper_7exp_1_read_text_from_filecharper_7test.txt'''
try:
    text_file = open( filename, "r", encoding = 'utf-8')
    print(text_file.read(2))
except OSError as f:
    print('ERROR: ',f)


  • Вопрос задан

    более трёх лет назад

  • 5942 просмотра

Пригласить эксперта

Why you are not using relative path: Что в переводе используйте относительные пути. Я думаю беда где-то в этом.

path = '/Users/Fractal/Desktop/file.txt'

try:
    file = open(path)
except OSError as e:
    pass

Настоятельно рекомендую использовать Unix систему.

filename = r'C:UsersPythonPython35-32lessonscharper_7exp_1_read_text_from_filecharper_7test.txt'
with open( filename, "r", encoding = 'utf-8') as text_file:
    print(text_file.read(2))

А если поменять слово charper_7 на chapter_7, лучше не станет? И, естественно, кавычки лишние убрать — оставить одну в начале после ‘r’ и одну в конце. И второе вхождение charper_7 (chapter_7) не лишнее?

На винде давно не писал, попробуй в пути везде двойной слэш прописать.

ответ нашел!
Проблема была в том, что файл я назвал test.txt, а питон .txt расширение, написанное мною, не считал за расширение. По этому правильно писать: test.txt.txt и все работает.
Всем спасибо, кто пытался помочь

тоже столкнулся с этим на винде 10 в консоле. Решил, только когда от относительных путей (которыми пользовался в iPython ноутбуке и в отладчике на Spyder) перешел к абсолютным путям


  • Показать ещё
    Загружается…

09 февр. 2023, в 17:54

1000 руб./за проект

09 февр. 2023, в 17:37

5000 руб./за проект

09 февр. 2023, в 17:35

50000 руб./за проект

Минуточку внимания

Понравилась статья? Поделить с друзьями:
  • Error processing content failed review log messages above for reason
  • Error reading data please verify the integrity of the game cache grid autosport
  • Error processing configuration done request unknown error 0x800700c1
  • Error processing condition
  • Error reading data from the connection firebird