Xml parsing error shader setup file not found

Здравствуйте всем! проблема с запуском. ниже я приведу вывод на тер //------------------ ...loading 'scripts/walls.shader' ...loading 'scripts/z_light.shader' ----- finished R_Init ----- ^3WARNING: R_FindImageFile could not find 'ui/assets/SMOKE-16bi...


0

0

Здравствуйте всем!

проблема с запуском. ниже я приведу вывод на тер

//——————

…loading ‘scripts/walls.shader’

…loading ‘scripts/z_light.shader’

—— finished R_Init ——

^3WARNING: R_FindImageFile could not find ‘ui/assets/SMOKE-16bit.tga’ in shader ‘console’

^3Shader console has a stage with no image

^3WARNING: R_FindImageFile could not find ‘ui/assets/wolficonback4.tga’ in shader ‘console2’

^3Shader console2 has a stage with no image

Sys_LoadDll(/home/nav/games/wolfenstein/main/uii386.so)… ok

Sys_LoadDll(ui) found **vmMain** at 0x4ecc3778

Sys_LoadDll(ui) succeeded!

Parsing menu file:ui/main.menu

Parsing menu file:ui/setup.menu

^1Error: file ui/setup.menu, line 1: file ui/menudef.h not found

Parsing menu file:ui/controls.menu

Parsing menu file:ui/cdkey.menu

Parsing menu file:ui/system.menu

^1Error: file ui/system.menu, line 1: file ui/menudef.h not found

Parsing menu file:ui/options.menu

^1Error: file ui/options.menu, line 1: file ui/menudef.h not found

Parsing menu file:ui/credit.menu

Parsing menu file:ui/connect.menu

Parsing menu file:ui/quit.menu

Parsing menu file:ui/vid_restart.menu

Parsing menu file:ui/snd_restart.menu

Parsing menu file:ui/rec_restart.menu

Parsing menu file:ui/default.menu

Parsing menu file:ui/error.menu

Parsing menu file:ui/serverinfo.menu

Parsing menu file:ui/quitcredit.menu

Parsing menu file:ui/resetscore.menu

Parsing menu file:ui/buy_pop.menu

Parsing menu file:ui/multiplayer_pop.menu

Parsing menu file:ui/play.menu

Parsing menu file:ui/load.menu

Parsing menu file:ui/mods.menu

^1Error: file ui/mods.menu, line 1: file ui/menudef.h not found

Parsing menu file:ui/briefing.menu

UI menu load time = 4 milli seconds

—— CL_Shutdown ——

RE_Shutdown( 1 )

————————

Sys_Error: recursive error after: ^3menu file not found: ui/ingame.txt, using default

//——————

такое ощущение что пак файл запорот… но они скопированы из рабочей виндовой версии. Какие будут идеи у народа?

I just started a new Android project, «WeekendStudy» to continue learning Android development and I got stumped compiling the default ‘hello weekendstudy’ compile / run. I think that I missed a step in configuration and setup, but I am at a loss to find out where. I have an AVD configured, set and launched.

When I press ‘run’, the SDK is building a file main.out.xml and then fails as this:

[2010-03-06 09:46:47 - WeekendStudy]Error in an XML file: aborting build.
[2010-03-06 09:46:48 - WeekendStudy]res/layout/main.xml:0: error: Resource entry main is already defined.
[2010-03-06 09:46:48 - WeekendStudy]res/layout/main.out.xml:0: Originally defined here.
[2010-03-06 09:46:48 - WeekendStudy]/Users/mobibob/Projects/workspace-weekend/WeekendStudy/res/layout/main.out.xml:1: error: Error parsing XML: no element found
[2010-03-06 09:48:16 - WeekendStudy]Error in an XML file: aborting build.
[2010-03-06 09:48:16 - WeekendStudy]res/layout/main.xml:0: error: Resource entry main is already defined.
[2010-03-06 09:48:16 - WeekendStudy]res/layout/main.out.xml:0: Originally defined here.
[2010-03-06 09:48:16 - WeekendStudy]/Users/mobibob/Projects/workspace-weekend/WeekendStudy/res/layout/main.out.xml:1: error: Error parsing XML: no element found
[2010-03-06 09:55:29 - WeekendStudy]res/layout/main.xml:0: error: Resource entry main is already defined.
[2010-03-06 09:55:29 - WeekendStudy]res/layout/main.out.xml:0: Originally defined here.
[2010-03-06 09:55:29 - WeekendStudy]/Users/mobibob/Projects/workspace-weekend/WeekendStudy/res/layout/main.out.xml:1: error: Error parsing XML: no element found
[2010-03-06 09:55:49 - WeekendStudy]Error in an XML file: aborting build.
[2010-03-06 09:55:49 - WeekendStudy]res/layout/main.xml:0: error: Resource entry main is already defined.
[2010-03-06 09:55:49 - WeekendStudy]res/layout/main.out.xml:0: Originally defined here.
[2010-03-06 09:55:49 - WeekendStudy]/Users/mobibob/Projects/workspace-weekend/WeekendStudy/res/layout/main.out.xml:1: error: Error parsing XML: no element found

asked Mar 6, 2010 at 16:03

mobibob's user avatar

3

Better fixing:
Eclipse -> Window -> Preferences -> Run/Debug -> Launching -> Lauch Configuration

Cross : Filter checked launch configuration types
and Cross also : XSL (at the end of the list)

Nimantha's user avatar

Nimantha

6,6816 gold badges27 silver badges66 bronze badges

answered Mar 29, 2011 at 8:10

Hugo Garcia-Cotte's user avatar

9

Yeah, same problem with me.

To prevent out.xml from being created.

  1. edit an XML file, a perfectly natural thing to do….

  2. save and close the XML file

  3. Open any .java file in src/

  4. Double click in the file to ensure it has focus and the cursor is in there.

  5. Run… should be OK now

If it happens, do this…

  1. edit an XML file, a perfectly natural thing to do….

  2. Run… crash due to dreaded out.xml file

  3. Delete the /res/___.out.xml file

  4. Close all files in the IDE view

  5. Project…Clean…

  6. Open any .java file in src/

  7. Double click in the file so it has focus and the cursor is in there.

  8. Run… should be OK now

answered Sep 14, 2010 at 0:19

Berry Wing's user avatar

Berry WingBerry Wing

2713 silver badges2 bronze badges

1

You should run the project as android application not only click the icon—Run

Nimantha's user avatar

Nimantha

6,6816 gold badges27 silver badges66 bronze badges

answered Apr 19, 2010 at 2:30

wang's user avatar

wangwang

1112 bronze badges

2

Deleted the xxx.out.xml, if still can’t run, please follow this
Eclipse ->Project->Clean…->Choose your project->OK

Set the cursor in your *.java, Run it

answered Jul 5, 2010 at 1:57

user383343's user avatar

user383343user383343

8011 gold badge7 silver badges8 bronze badges

1

I was trying to run from the wrong part of the project since my toolbar was not hooked up correctly. I am still working out the details and I will edit this when I figure it out completely.

First of all, this was a new workspace that I wanted to create to organize my different unrelated projects. As a result, the RUN of the toolbar did not have a target configured (i.e., in the history), so it tried to run my main.xml file.

Right-click on one of the *.java files and select ‘run as…’ then you can create a run configuration with its target (pick or create an AVD), the project, etc. I recommend visiting each of the tabs and review the defaults for your situation.

Then, sit back and wait for the emulator to load for the first time (mine took about 1 to 2 minutes on a Macbook).

answered Mar 6, 2010 at 16:25

mobibob's user avatar

mobibobmobibob

8,58620 gold badges81 silver badges130 bronze badges

This appears to be an issue with one of eclipse’s XML plugins, I think it is something in Web Tools. I used to be able to run the app from any file, be it XML or java, but once I installed Web Tools I started seeing this error. It really is annoying, I am so used to pressing Ctrl-F11 to build the app…but if you do that in an XML file you get this error. The fix mentioned above does work, but it is extra steps and less efficient to have to right-click the project and select Run As… blah blah. If anyone figures out a clean solution — besides removing Web Tools of course — to get me back my shortcut key I would be grateful.

answered Sep 4, 2010 at 6:32

estitt's user avatar

I encountered this problem too and got frustrated. Uninstall whole Android SDK and reinstall, thinking in mind that there was some problem.

To my surprise, solution is very simple. If you leave the mouse click over xml file and go to Run it will generate error. So the solution is simple. Click on .java file or Top of the whole tree (example: if the structure is like this: Firstapp>Src>Firstapp.java, just click on Firstapp) and then run.

Nimantha's user avatar

Nimantha

6,6816 gold badges27 silver badges66 bronze badges

answered May 12, 2011 at 1:01

Anand's user avatar

AnandAnand

111 bronze badge

1

@neil patel > Just restating the answer above … let me know if it needs to be clarified.

Right-click on one of the *.java files
and select ‘run as…’ then you can
create a run configuration with its
target (pick or create an AVD), the
project, etc. I recommend visiting
each of the tabs and review the
defaults for your situation.

answered Jun 7, 2010 at 17:53

mobibob's user avatar

mobibobmobibob

8,58620 gold badges81 silver badges130 bronze badges

I had the same problem and tried alot of different things. Finally I gave up, copied the entire project tree to another location. Created a new Android project and copied the src files, res.layout, res.values files and my added custom images under drawable.
Right clicked the project in package explorer and hit «Refresh».
Now it works again.
Probably not the best way to fix it but it works :-)

answered Jul 21, 2010 at 21:39

Weke's user avatar

0

Do try, and check the valid source is running or not.

Deleted the xxx.out.xml, if still can’t run, please follow this
Eclipse ->Project->Clean…->Choose your project->OK

answered Aug 27, 2011 at 12:31

user366584's user avatar

user366584user366584

1,0061 gold badge16 silver badges34 bronze badges

I too was able to run with just any ol’ file selected. Something changed and suddenly I was getting the dreaded xxx.out.xml parse error. Well, I found a way around it. Someone please confirm for me that this works for you too.

Click Window->Preferences
Select or filter search for Launching(run/debug)

In the bottom of the right hand pane, look for Lauch Operation and select
«Always launch the previously launched application»

Clean your project and run it correctly at least once. I tested this out and it seems to work consistently.

Nimantha's user avatar

Nimantha

6,6816 gold badges27 silver badges66 bronze badges

answered Feb 11, 2011 at 20:39

R Hughes's user avatar

R HughesR Hughes

6409 silver badges22 bronze badges

I faced this problem but above answers do not help me. After look around, I fixed this by my self and I think I should write down the solution.

The android compiler create *.out.xml if you run the project as XSL. to fix this, you should do these steps:

  • click on the arrow at right side of Run button, select Run Configurations. At the left side of popup windows, delete all sub-items under XSL.
  • go to Launch configuration under preferences=>Run/debug =>Launching. Check to «Filter checked launch…» and then, uncheck XSL when keeping check on Android Application.

Nimantha's user avatar

Nimantha

6,6816 gold badges27 silver badges66 bronze badges

answered Aug 20, 2012 at 13:53

Nguyen  Minh Binh's user avatar

Nguyen Minh BinhNguyen Minh Binh

23.5k30 gold badges115 silver badges164 bronze badges

As stated in How to stop Eclipse from trying to run XML files?: Under Preferences -> Run/Debug -> Launching, you can select «Always launch the previously launched application». This is useful if you tend to use the Ctrl+F11 shortcut.

Nimantha's user avatar

Nimantha

6,6816 gold badges27 silver badges66 bronze badges

answered Nov 23, 2012 at 9:40

pypmannetjies's user avatar

pypmannetjiespypmannetjies

23.7k7 gold badges39 silver badges49 bronze badges

When using eclispe make sure before clicking «Run», Any file selected in Project is not the XML file.With this you will never get this error.
Also, Make sure you have deleted all the ….out.xml from your workspace.

Nimantha's user avatar

Nimantha

6,6816 gold badges27 silver badges66 bronze badges

answered Jul 8, 2012 at 5:42

Jha's user avatar

JhaJha

1074 silver badges11 bronze badges

Eclipse ->Project->Clean…restart your project ,and that’s ok

answered Dec 22, 2010 at 13:05

zclmoon's user avatar

1

I had the same problem as wall , my solution was :

Just import it again without creating new project

first try do do that:

Eclipse ->Project->Clean…->Choose your project->OK

If that didn’t work, try this..

1.copy the project folder from workspace to some where else (desktop will be fine)
2.delete project from eclipse (checked the box «delete Project content from disc» )
3.copy the project again just this time from desktop to workspace
3.import the project again (File>>Import>>General>> Existing project into workspace )
4.that’s worked for me ..

3

Thunderbird logo

I am running TBird 78.3.2 (64-bit) on Ubuntu 20.04

Startup fails — a window opens with the following message:

XML Parsing Error: undefined entity

Location: chrome://messenger/content/messenger.xhtml
Line Number 905, column 3:
<key id=»openLightningKey»
—^
</p>

I can now only run TBird in safe-mode, from the terminal.
While in safe-mode I disabled all extensions.
It still fails to run in normal mode, I just get the error dialogue.

More error info is shown in the terminal:

Extension error: Error while loading ‘jar:file:///usr/lib/thunderbird/omni.ja!/chrome/messenger/search-extensions/twitter/manifest.json’ (NS_ERROR_FILE_NOT_FOUND) resource://gre/modules/Extension.jsm:570 :: readJSON/</<@resource://gre/modules/Extension.jsm:570:20
onStopRequest@resource://gre/modules/NetUtil.jsm:128:18
</p>

Don’t know if this is relevant but I followed the path to the omni.ja file and it doesn’t seem to contain a ‘twitter’ folder.

Please help if you can.

Howard

I am running TBird 78.3.2 (64-bit) on Ubuntu 20.04

Startup fails — a window opens with the following message:

»XML Parsing Error: undefined entity
Location: chrome://messenger/content/messenger.xhtml
Line Number 905, column 3:
<key id=»openLightningKey»
—^

I can now only run TBird in safe-mode, from the terminal.
While in safe-mode I disabled all extensions.
It still fails to run in normal mode, I just get the error dialogue.

More error info is shown in the terminal:

Extension error: Error while loading ‘jar:file:///usr/lib/thunderbird/omni.ja!/chrome/messenger/search-extensions/twitter/manifest.json’ (NS_ERROR_FILE_NOT_FOUND) resource://gre/modules/Extension.jsm:570 :: readJSON/</<@resource://gre/modules/Extension.jsm:570:20
onStopRequest@resource://gre/modules/NetUtil.jsm:128:18

Don’t know if this is relevant but I followed the path to the omni.ja file and it doesn’t seem to contain a ‘twitter’ folder.

Please help if you can.

Howard

Attached screenshots

Chosen solution

OK, it seems to be fixed.

I went back to version 68.7
This started up correctly but would not use my ‘old’ profile as it had been used in later versions.
I was therefore forced to use a new profile and setup my mail account again, not too much of a problem but I could not access all my archived mails going back to 2003.

To fix this, I copied the ‘Local Folders’ folder from my old profile to the new profile.
It worked. I could now see my old mails!

Next, I updated to a later version:
> sudo apt-get install thunderbird

So I now have 78.3.2 installed. It starts without giving an error message and can be closed and re-started correctly. As far as I can see, everything works fine now.

Many thanks for your help.

Read this answer in context
👍 0

All Replies (4)

I installed this version (78.3.2 64-bit) using the standard Ubuntu Installation tool, so I guess it’s from the repository for Ubuntu 20.04.

I did try removing TBird and re-installing but got the same error.

I also tried installing the Snap version which started correctly without errors but introduced a different issue — when quitting Tbird, it seems to leave a process running so that starting it again fails. I decided to remove the Snap version and stick with the standard repository version that I have always used.

I’m hoping the error message means something to somebody.

I’d try the vanilla Thunderbird version from https://www.thunderbird.net/ .

You can just extract the tar to a folder of your choice, and then run it from the command line.

Chosen Solution

OK, it seems to be fixed.

I went back to version 68.7
This started up correctly but would not use my ‘old’ profile as it had been used in later versions.
I was therefore forced to use a new profile and setup my mail account again, not too much of a problem but I could not access all my archived mails going back to 2003.

To fix this, I copied the ‘Local Folders’ folder from my old profile to the new profile.
It worked. I could now see my old mails!

Next, I updated to a later version:
> sudo apt-get install thunderbird

So I now have 78.3.2 installed. It starts without giving an error message and can be closed and re-started correctly. As far as I can see, everything works fine now.

Many thanks for your help.

0 / 0 / 0

Регистрация: 21.06.2020

Сообщений: 25

1

26.06.2020, 20:14. Показов 10807. Ответов 5


Доброго дня.
Не могу открыть повреждённый документ Word «из-за проблем с его содержимым». Программа выдаёт ошибку Xml parsing error, ссылаясь на местоположение «word/settings.xml, Строка: 0, Столбец:0».
Пробовала восстановить через команду в Word»открыть и восстановить», через проги вроде Repair Word, через текстовый редактор XmlPad, ничего не сработало.
Подскажите, пожалуйста, есть ли ещё варианты восстановления документа с такой ошибкой?

__________________
Помощь в написании контрольных, курсовых и дипломных работ, диссертаций здесь



0



малоболт

1126 / 432 / 186

Регистрация: 30.01.2020

Сообщений: 1,078

28.06.2020, 09:02

2

Ну, есть вариант сохранить новый документ, в котором написать что-нибудь типа: Привет!
1. Поменять расширение обоих документов на .zip, чтобы работать с ними как с папками
2. В старой папке .zip найти word/document.xml
3. скопировать его в новую папку .zip, c заменой существующего
4. Поменять расширение этого нового .zip обратно на .docx
5. Попробовать — достаточно высокая вероятность того, что текст удасться восстановить.
6. Смотреть по ходу, что получается — может какие-то другие файлы из старой папки .zip подкопировать в новую для улучшения восстановления.



0



0 / 0 / 0

Регистрация: 21.06.2020

Сообщений: 25

28.06.2020, 14:50

 [ТС]

3

Punkt5,
спасибо за совет!
Не получается скопировать файл document.xml в новую папку: есть кнопка «скопировать», но кнопка «вставить» в новой папке становится серой.
Пробовала копировать на рабочий стол. В итоге появляется окно с надписью: ошибка 0х80004005. Хотя, может быть, в этом копировании не было смысла.



0



малоболт

1126 / 432 / 186

Регистрация: 30.01.2020

Сообщений: 1,078

28.06.2020, 17:48

4

Цитата
Сообщение от Moulin Rouge
Посмотреть сообщение

кнопка «вставить» в новой папке становится серой.
Пробовала копировать на рабочий стол. В итоге появляется окно с надписью: ошибка 0х80004005.

Есть вероятность, что просто файл захвачен каким-то процессом. Возможно в процессах висит какой-то невидимый экземпляр MS-WORD, которым пытались открыть сломанный файл.Возможно переименовывали в zip исходный docx, когда он лежал на рабочем столе, а не в папке на диске. Возможно файл лежит на сетевом диске. Возможно антивирус не даёт сделать какие-то действия.
Так что могу посоветовать скопировать (не перенести) сначала исходный .docx в новую папку на локальном диске. Проверить, что файл не захвачен — его можно удалить. Снова скопировать и уже теперь поменять расширение на .zip и попробовать извлечь из архива файлы (правой кнопкой: Extract to …) Если извлечёт — действовать с п.3 предыдущего варианта. Если нет — что скажет в этом случае?



0



0 / 0 / 0

Регистрация: 21.06.2020

Сообщений: 25

28.06.2020, 21:49

 [ТС]

5

Punkt5
не удалось извлечь из архива document.xml ни с рабочего стола, ни с сетевого диска. Ошибка та же самая.
Вообще изначально редактировала документ на флешке, которую вставляла в рабочий компьютер. После того,как произошла миграция домена, перестали открываться все старые документы(т.е. те, которые были созданы до миграции) на рабочем и домашнем компьютерах.
Сейчас работаю из дома.Наверно, наивно полагать,что вышеописанный Вами метод сработает на рабочем компьютере, но, наверно, стоит попробовать.



0



0 / 0 / 0

Регистрация: 21.06.2020

Сообщений: 25

29.06.2020, 18:52

 [ТС]

6

На рабочем компьютере так же не сработало. Впрочем, ничего нового)



0



IT_Exp

Эксперт

87844 / 49110 / 22898

Регистрация: 17.06.2006

Сообщений: 92,604

29.06.2020, 18:52

Помогаю со студенческими работами здесь

Error with parsing json
Есть код
private static void parseJSON(JsonParser jsonParser, Response resp, Result res) throws…

HTML Parsing Error
IE выдаёт ошибку &quot;HTML Parsing Error: Unable to modify the parent container element before the…

XML parsing. ‘/’ в имени атрибута
Тут такое дело: есть xml файл, данные из которого нужно извлечь. Данные в основном представлены…

Error loading or parsing hex file
Здравствуйте. У меня возникла проблема с подключением ардуинки на ATTiny85, но проблема весьма не…

Parsing Xml, Как парсить ХМЛ, который содержит ошибку
Здравствуйте.

Нужно распарсить ХМЛ файл, но файл с ошибкой. Как исправить ошибку, а затем…

Ошибка There was an error parsing the query. [ Token line number = 1,Token line offset = 43,Token in error = записи ]
В чем проблема, не могу понять. Вот исходник:

using System;
using System.Collections.Generic;…

Искать еще темы с ответами

Или воспользуйтесь поиском по форуму:

6

Понравилась статья? Поделить с друзьями:

Читайте также:

  • Yandex browser pdf document pdf как изменить
  • Xml parsing error no root element found
  • Yandere ink sans x error
  • Yandere error sans x reader
  • Yamaha vk10 professional ошибка 84

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии