Nowe posty

xx Problem ze sterownikami. (5)
2024-04-13, 21:25:16
xx Instalacja xfce4 (2)
2024-04-13, 16:20:17
xx Serie kompilacji bez instalacji dla “emerge” w Gentoo (2)
2024-04-08, 18:40:04
xx Plasma 6 w Neonie ssie trochę mniej ... (17)
2024-04-05, 10:03:46
xx Problem z Linux Lite po instalacji (3)
2024-04-03, 14:23:40
xx Jak właczyć num locka przy starcie systemu debian 12? (12)
2024-04-02, 17:43:54
xx Brak dźwieku w systemie. (5)
2024-04-02, 16:13:41
xx Dystrybucja pod HP Omen (7)
2024-03-29, 11:33:05
xx [Poradnik] Wyszukiwanie Sterowników (2)
2024-03-27, 21:08:23
xx Ile pingwinów? (1)
2024-03-27, 08:59:24

Autor Wątek: emulacja - error  (Przeczytany 535 razy)

none

  • Gość
emulacja - error
« dnia: 2005-10-07, 15:21:24 »
Ostatnio zainstalowałem linux-radiant-1.3.11-beta.run
Problem jest w tym, że gdy wydaje polecenie radiant... wczytuje program przez chwile  widze logo a potem w terminalu coś takiego:

[pawel@localhost pawel]$ radiant
I/O warning : failed to load external entity \\"/home/pawel/.radiant/1.3.11-beta/global.pref\\"
/home/pawel/.themes/MilkMint/gtk-2.0/../icons/iconrc:12: Unable to locate image file in pixmap_path: \\"stock_volume.svg\\"
/home/pawel/.themes/MilkMint/gtk-2.0/../icons/iconrc:68: Unable to locate image file in pixmap_path: \\"stock_brokenimage.svg\\"
/home/pawel/.themes/MilkMint/gtk-2.0/../icons/iconrc:83: Unable to locate image file in pixmap_path: \\"stock_quit.svg\\"
/home/pawel/.themes/MilkMint/gtk-2.0/../icons/iconrc:145: Unable to locate image file in pixmap_path: \\"media-previous.svg\\"
/home/pawel/.themes/MilkMint/gtk-2.0/../icons/iconrc:165: Unable to locate image file in pixmap_path: \\"stock_quit.svg\\"
/home/pawel/.themes/MilkMint/gtk-2.0/../icons/iconrc:178: Unable to locate image file in pixmap_path: \\"media-previous.svg\\"
I/O warning : failed to load external entity \\"/home/pawel/.radiant/1.3.11-beta/et.game/local.pref\\"
/usr/local/bin/radiant: line 9:  3881 Naruszenie ochrony pamięci   \\"$radiant\\" $*
[pawel@localhost pawel]$

chmooreck

  • Gość
emulacja - error
« Odpowiedź #1 dnia: 2005-10-07, 15:41:02 »
program probuje dobrac sie nie do swojej pamieci... powodow moze byc wiele ;-)

none

  • Gość
emulacja - error
« Odpowiedź #2 dnia: 2005-10-07, 16:33:17 »
tak wygląda plik radiant:

#!/bin/sh
# Needed to make symlinks/shortcuts work.
# Run map editor with some default arguments

cd \\"/usr/local/games/GtkRadiant-1.3\\"
radiant=\\"./radiant.x86\\"
# gcc 3.x, trying to reduce ABI issues
export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
\\"$radiant\\" $*
exit $?

chmooreck

  • Gość
emulacja - error
« Odpowiedź #3 dnia: 2005-10-07, 16:43:56 »
2005-10-07 16:33:17 none napisał:

> tak wygląda plik radiant:
 >
 > #!/bin/sh
 > # Needed to make symlinks/shortcuts work.
 > # Run map editor with some default arguments
 >
 > cd \\"/usr/local/games/GtkRadiant-1.3\\"
 > radiant=\\"./radiant.x86\\"
 > # gcc 3.x, trying to reduce ABI issues
 > export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
 > \\"$radiant\\" $*
 > exit $?

no i wlasnie wywalil sie na wykonywaniu (wewnatrz) ./radiant.x86 (w linii \\"$radiant\\" $*)

moze cos sie zle sciagnelo?

  • Gość
emulacja - error
« Odpowiedź #4 dnia: 2005-10-07, 17:52:59 »
2005-10-07 16:43:56 chmooreck napisał:

> 2005-10-07 16:33:17 none napisał:
 >
 > > tak wygląda plik radiant:
 >  >
 >  > #!/bin/sh
 >  > # Needed to make symlinks/shortcuts work.
 >  > # Run map editor with some default arguments
 >  >
 >  > cd \\"/usr/local/games/GtkRadiant-1.3\\"
 >  > radiant=\\"./radiant.x86\\"
 >  > # gcc 3.x, trying to reduce ABI issues
 >  > export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
 >  > \\"$radiant\\" $*
 >  > exit $?
 >
 > no i wlasnie wywalil sie na wykonywaniu (wewnatrz) ./radiant.x86 (w linii \\"$radiant\\"
 > $*)
 >
 > moze cos sie zle sciagnelo?

Weź oblukaj czy czasem radiant nie potrzebuje jakiejś bilblioteki...

none

  • Gość
emulacja - error
« Odpowiedź #5 dnia: 2005-10-07, 18:51:07 »
\\"There are several required libraries that GtkRadiant and it\\'s tools will try to link against. We try to comply with the Linux Standard Base ABI-wise regarding the binary builds we distribute (http://www.linuxbase.org/). Please let us know if this is not the case.

- You need to have the full native Linux versions of the games we support.
- Linux 2.4 kernel recommanded (old 2.2 and unstable kernels untested)
- glibc 2.1 or above (2.2 recommended)
- XFree86 4 with hardware accelerated OpenGL support (others untested)

You need the following dynamic libraries:

  * GTK+ 1.2 http://www.gtk.org
  * zlib     http://www.cdrom.com/pub/infozip/zlib/
  * libxml2  http://xmlsoft.org/
  * libpng   http://www.libpng.org/pub/png/libpng.html

Wszysto z tąd mam. Aurox 10.1 mam jakby co

matulik

  • Gość
emulacja - error
« Odpowiedź #6 dnia: 2005-10-07, 14:19:01 »
wiem, ze do tego typu pytan jest form gry.linux.pl, lecz tam czekajac na odpowiedz trzeba czekac dluuugo albo wogole sie nie dostaje odpowiedzi. wiec tak: mam winex330, proboje odpalic kultowe Diablo 1. pobawilem sie w konfiguracji, i w koncu udalo mi sie je uruchomic. po poczatkowym filmiku, wyswietla mi sie okienko:

"Unhandled page fault on read access to 0x432b0000 at access 0x1501cfc0.
Do you wish to debug it?
Yes / No"
i co bym nie dal gra wylacza sie.

a w konsoli wywala tak:

matulik@linux:~/games/diablo/Diablo> winex330 diablo.exe
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403b9d18)->(00010021,00000013)
err:x11drv:X11DRV_DD_ThreadEvent crappy WM in use: fullscreen window mispositioned: 2,27
fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank (0x403b9d18)->(flags=0x00000001,handle=0x00000000)
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel (0x403bc470,00010021,3):stub
mmtime pid=9399 tid=9422
wine: Unhandled exception, starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --debugmsg -all -- --auto 1 92") (2)
Read the Wine Developers Guide on how to set up  winedbg or another debugger
fixme:xrender:X11DRV_XRender_Finalize Free cached glyphsets
matulik@linux:~/games/diablo/Diablo>

ps. od "Read the Wine..." to wywala, gdy dam "yes" w tamtym okienku wyzej. co robic?? pozdrawia,.