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
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
6,6816 gold badges27 silver badges66 bronze badges
answered Mar 29, 2011 at 8:10
9
Yeah, same problem with me.
To prevent out.xml from being created.
-
edit an XML file, a perfectly natural thing to do….
-
save and close the XML file
-
Open any .java file in src/
-
Double click in the file to ensure it has focus and the cursor is in there.
-
Run… should be OK now
If it happens, do this…
-
edit an XML file, a perfectly natural thing to do….
-
Run… crash due to dreaded out.xml file
-
Delete the /res/___.out.xml file
-
Close all files in the IDE view
-
Project…Clean…
-
Open any .java file in src/
-
Double click in the file so it has focus and the cursor is in there.
-
Run… should be OK now
answered Sep 14, 2010 at 0:19
Berry WingBerry Wing
2713 silver badges2 bronze badges
1
You should run the project as android application not only click the icon—Run
Nimantha
6,6816 gold badges27 silver badges66 bronze badges
answered Apr 19, 2010 at 2:30
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
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
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
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
6,6816 gold badges27 silver badges66 bronze badges
answered May 12, 2011 at 1:01
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
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
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
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
6,6816 gold badges27 silver badges66 bronze badges
answered Feb 11, 2011 at 20:39
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
6,6816 gold badges27 silver badges66 bronze badges
answered Aug 20, 2012 at 13:53
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
6,6816 gold badges27 silver badges66 bronze badges
answered Nov 23, 2012 at 9:40
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
6,6816 gold badges27 silver badges66 bronze badges
answered Jul 8, 2012 at 5:42
JhaJha
1074 silver badges11 bronze badges
Eclipse ->Project->Clean…restart your project ,and that’s ok
answered Dec 22, 2010 at 13:05
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
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
Доброго дня.
__________________
0 |
|
малоболт 1126 / 432 / 186 Регистрация: 30.01.2020 Сообщений: 1,078 |
|
|
28.06.2020, 09:02 |
2 |
|
Ну, есть вариант сохранить новый документ, в котором написать что-нибудь типа: Привет!
0 |
|
0 / 0 / 0 Регистрация: 21.06.2020 Сообщений: 25 |
|
|
28.06.2020, 14:50 [ТС] |
3 |
|
Punkt5,
0 |
|
малоболт 1126 / 432 / 186 Регистрация: 30.01.2020 Сообщений: 1,078 |
|
|
28.06.2020, 17:48 |
4 |
|
кнопка «вставить» в новой папке становится серой. Есть вероятность, что просто файл захвачен каким-то процессом. Возможно в процессах висит какой-то невидимый экземпляр MS-WORD, которым пытались открыть сломанный файл.Возможно переименовывали в zip исходный docx, когда он лежал на рабочем столе, а не в папке на диске. Возможно файл лежит на сетевом диске. Возможно антивирус не даёт сделать какие-то действия.
0 |
|
0 / 0 / 0 Регистрация: 21.06.2020 Сообщений: 25 |
|
|
28.06.2020, 21:49 [ТС] |
5 |
|
Punkt5
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 HTML Parsing Error XML parsing. ‘/’ в имени атрибута Error loading or parsing hex file Parsing Xml, Как парсить ХМЛ, который содержит ошибку Нужно распарсить ХМЛ файл, но файл с ошибкой. Как исправить ошибку, а затем… Ошибка There was an error parsing the query. [ Token line number = 1,Token line offset = 43,Token in error = записи ] using System; Искать еще темы с ответами Или воспользуйтесь поиском по форуму: 6 |


