Keresés

Részletes keresés

NevemTeve Creative Commons License 2006.03.03 0 0 20
A windows fórumon tessék a windowsos kérdéseket... egyébként regedit a varázsszó...
Előzmény: ERDOS (19)
ERDOS Creative Commons License 2006.03.03 0 0 19
Telepítettem wine alá egy progit, úgy-ahogy ment is, de letörölték a munkakönyvtárát a Program Files-ból. Namost az van hogy nem tudom újratelepíteni, mert a telepítő azt írja ki hogy a program már telepítve van, előbb távolítsam el! Ha el akarom távolítani akkor meg megintcsak nem megy merthogy nem talál valamit. Tudtok valami megoldást? Esetleg a registryből kéne törölni a kérdéses progit hogy ne higgye azt hogy már fönn van? De, hogyan?
hom Creative Commons License 2005.11.12 0 0 18
>Adott esetben nézd meg a kerneled verziószámát...
2.6.14.2

>Ellenőrizd, hogy a /usr/include/linux/ symlink-e a /usr/src/linux/include/linux-ra...
>(lásd FAQ 44-es, 119-es)
$ ls -l /usr/include | grep "../src/linux/include"
lrwxrwxrwx 1 root root 25 2005-08-28 15:21 acpi -> ../src/linux/include/acpi
lrwxrwxrwx 1 root root 32 2005-08-28 15:22 asm-generic -> ../src/linux/include/asm-generic
lrwxrwxrwx 1 root root 29 2005-08-28 15:22 asm-i386 -> ../src/linux/include/asm-i386
lrwxrwxrwx 1 root root 27 2005-08-28 15:22 config -> ../src/linux/include/config
lrwxrwxrwx 1 root root 26 2005-08-28 15:22 linux -> ../src/linux/include/linux
lrwxrwxrwx 1 root root 29 2005-08-28 15:22 math-emu -> ../src/linux/include/math-emu
lrwxrwxrwx 1 root root 26 2005-08-28 15:23 media -> ../src/linux/include/media
lrwxrwxrwx 1 root root 24 2005-08-28 15:23 mtd -> ../src/linux/include/mtd
lrwxrwxrwx 1 root root 24 2005-08-28 15:23 net -> ../src/linux/include/net
lrwxrwxrwx 1 root root 27 2005-08-28 15:23 pcmcia -> ../src/linux/include/pcmcia
lrwxrwxrwx 1 root root 26 2005-08-28 15:23 rxrpc -> ../src/linux/include/rxrpc
lrwxrwxrwx 1 root root 25 2005-08-28 15:23 scsi -> ../src/linux/include/scsi
lrwxrwxrwx 1 root root 26 2005-08-28 15:23 sound -> ../src/linux/include/sound
lrwxrwxrwx 1 root root 26 2005-08-28 15:23 video -> ../src/linux/include/video

>Ird ide, milyen hibat ir a make...
A ./configure üzenetét 3 sorral megtoldom:

$ ./configure
...
checking linux/capi.h usability... no
checking linux/capi.h presence... yes
configure: WARNING: linux/capi.h: present but cannot be compiled
configure: WARNING: linux/capi.h: check for missing prerequisite headers?
configure: WARNING: linux/capi.h: see the Autoconf documentation
configure: WARNING: linux/capi.h: section "Present But Cannot Be Compiled"
configure: WARNING: linux/capi.h: proceeding with the preprocessor's result
configure: WARNING: linux/capi.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to wine-devel@winehq.org ##
configure: WARNING: ## ------------------------------------ ##
checking for linux/capi.h... yes
...
$ make depend
...
$ make
...
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DUSE_WS_PREFIX -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o socket.o socket.c
socket.c: In function `WSAIoctl':
socket.c:1972: error: storage size of `ifInfo' isn't known
socket.c:1975: error: `IFNAMSIZ' undeclared (first use in this function)
socket.c:1975: error: (Each undeclared identifier is reported only once
socket.c:1975: error: for each function it appears in.)
socket.c:1990: error: `IFF_BROADCAST' undeclared (first use in this function)
socket.c:1996: error: `IFF_LOOPBACK' undeclared (first use in this function)
socket.c:1998: error: `IFF_UP' undeclared (first use in this function)
socket.c:2000: error: `IFF_MULTICAST' undeclared (first use in this function)
socket.c:1972: warning: unused variable `ifInfo'
make[2]: *** [socket.o] Error 1
make[2]: Leaving directory `/tmp/wine-0.9/dlls/winsock'
make[1]: *** [winsock] Error 2
make[1]: Leaving directory `/tmp/wine-0.9/dlls'
make: *** [dlls] Error 2
$

>Stb... légy kreatív
:-) Hogyan?
Előzmény: NevemTeve (17)
NevemTeve Creative Commons License 2005.11.11 0 0 17
Adott esetben nézd meg a kerneled verziószámát...
Ellenőrizd, hogy a /usr/include/linux/ symlink-e a /usr/src/linux/include/linux-ra... (lásd FAQ 44-es, 119-es)
Ird ide, milyen hibat ir a make...
Stb... légy kreatív
Előzmény: hom (16)
hom Creative Commons License 2005.11.11 0 0 16
WINE 0.9 "./configure"-lása közben a következőt kapom:

configure: WARNING: linux/capi.h: present but cannot be compiled
configure: WARNING: linux/capi.h: check for missing prerequisite headers?
configure: WARNING: linux/capi.h: see the Autoconf documentation
configure: WARNING: linux/capi.h: section "Present But Cannot Be Compiled"
configure: WARNING: linux/capi.h: proceeding with the preprocessor's result
configure: WARNING: linux/capi.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to wine-devel@winehq.org ##
configure: WARNING: ## ------------------------------------ ##

A "./configure" persze folytatja a munkáját, a "make depend" is lefut, de "make" közben már hiba történik. Na most mit tegyek?
Konnektororrú Creative Commons License 2005.06.08 0 0 15
Az újabb winékben ha a ~/.wine/config fájlban van valami, akkor nem indul el a wine. Ha viszont a /usr/bin/winecfg progival állítgatom, akkor azt írja, hogy még kísérleti. Hol a konfigfájl???
Free78 Creative Commons License 2005.02.21 0 0 14

Sziasztok lenne egy problémám amit nem tudok megoldani

Végigolvastam már pár fórumot meg mindent pár helyen fel is merült ez a probléma de nem igazán lehet rá választ találni

vagy egy szerverem mandrake 10.0 val egy P3 proci alaplap meg inden. tökéletesen fut minden egy dolgot kivéve. a Winex az az Cedega néhány winfosos aplikációt ugyan teljessen jól és mondjuk hiba nélkül futtat de van egy játék az il2 Pacifik fighter aminél a következőket írja és kilép. elnézést ha hosszú lesz.

 

[root@free PF Dedicated Server]# cedega il2server.exe
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
wine: Unhandled exception, starting debugger...
WineDbg starting on pid 1
No debug information in ELF '/usr/lib/transgaming_cedega//winex/bin/wine' (0x00000000)
Breakpoint 1 at 0x4000d2f0
No debug information in ELF '/usr/lib/transgaming_cedega//winex/pthread_lib/libntdll.so' (0x40018000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/pthread_lib/libwine.so' (0x4011a000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libwine_unicode.so' (0x4012f000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libwine_port.so' (0x401f6000)
No debug information in ELF '/lib/tls/libm.so.6' (0x40200000)
No debug information in ELF '/lib/tls/libc.so.6' (0x40223000)
No debug information in ELF '/lib/tls/libpthread.so.0' (0x4036b000)
No debug information in ELF '/lib/libdl.so.2' (0x4037c000)
No debug information in ELF '/lib/ld-linux.so.2' (0x40000000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libkernel32.so' (0x406e3000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libuser32.so' (0x40764000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libgdi32.so' (0x4088c000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libadvapi32.so' (0x40903000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libwinmm.so' (0x4092a000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libimm32.so' (0x40980000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libdinput.so' (0x4098f000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libddraw.so' (0x409b3000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libwine_tsx11.so' (0x409f7000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40a11000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40a1a000)
No debug information in ELF '/usr/X11R6/lib/tls/libGL.so.1' (0x40a31000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libGLU.so.1' (0x40a73000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40b2e000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40b3c000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libwineserver.so' (0x40c1e000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x40c67000)
No debug information in ELF '/lib/libz.so.1' (0x40cc6000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libx11drv.so' (0x40cd7000)
No debug information in ELF '/usr/X11R6/lib/modules/dri/tls/r128_dri.so' (0x40d55000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2' (0x435cf000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2' (0x435d2000)
No debug information in ELF '/usr/lib/gconv/ISO8859-2.so' (0x435f2000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1' (0x435fd000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x43606000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libwineoss.drv.so' (0x43750000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libmsacm32.so' (0x43769000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libmsacm.drv.so' (0x43890000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libmidimap.drv.so' (0x43898000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/lib/libd3dgl.so' (0x43ac0000)
No debug information in 32bit DLL 'C:Program FilesPF Dedicated Serveril2server.exe' (0x00400000)
No debug information in 32bit DLL 'NTDLL.DLL' (0x40055000)
No debug information in 32bit DLL 'KERNEL32.DLL' (0x40716000)
No debug information in 32bit DLL 'ADVAPI32.DLL' (0x40915000)
No debug information in 32bit DLL 'GDI32.DLL' (0x408ab000)
No debug information in 32bit DLL 'USER32.DLL' (0x4079b000)
No debug information in 32bit DLL 'WINMM.DLL' (0x40938000)
No debug information in 32bit DLL 'IMM32.DLL' (0x40986000)
No debug information in 32bit DLL 'DDRAW.DLL' (0x409c9000)
No debug information in 32bit DLL 'DINPUT.DLL' (0x4099c000)
No debug information in 32bit DLL 'C:WINDOWSSYSTEM32MSVCRT.DLL' (0x78000000)
No debug information in 32bit DLL 'C:PROGRAM FILESPF DEDICATED SERVERRTS.DLL' (0x10000000)
No debug information in 32bit DLL 'X11DRV.DLL' (0x40cf5000)
No debug information in 32bit DLL 'MSACM32.DLL' (0x4376e000)
No debug information in 32bit DLL 'WINEOSS.DRV' (0x43753000)
No debug information in 32bit DLL 'MSACM.DRV' (0x43893000)
No debug information in 32bit DLL 'MIDIMAP.DRV' (0x4389a000)
No debug information in 32bit DLL 'D3DGL.DLL' (0x43ad1000)
No debug information in 32bit DLL 'C:PROGRAM FILESPF DEDICATED SERVERBINHOTSPOTJVM.DLL' (0x6d420000)
Unhandled exception: privileged instruction in 32-bit code (0x401008b4).
In 32-bit mode.
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:401008b4 ESP:406d1608 EBP:406d1610 EFLAGS:00010202( R- 00 I - - 1 )
EAX:406d2925 EBX:00000000 ECX:3c000000 EDX:00000000
ESI:6d4bfd29 EDI:00000000
Stack dump:
0x406d1608 (NTDLL.DLL.memcpy+0x4302b8): 6d42e29f 406d28a0 406d1f24 6d42e18d
0x406d1618 (NTDLL.DLL.memcpy+0x4302c8): 00000000 406d2800 00000000 61746146
0x406d1628 (NTDLL.DLL.memcpy+0x4302d8): 44203a6c 696c7075 65746163 646e6148
0x406d1638 (NTDLL.DLL.memcpy+0x4302e8): 6620656c 656c6961 00000a64 00000001
0x406d1648 (NTDLL.DLL.memcpy+0x4302f8): 401008a8 43d80050 40380000 406d167c
0x406d1658 (NTDLL.DLL.memcpy+0x430308): 40061301 401008a8 406d167c 40064ea1
0x406d1668 (NTDLL.DLL.memcpy+0x430318):

Backtrace:
=>0 0x401008b4 (NTDLL.DLL.NlsMbOemCodePageTag+0x311f in libntdll.so) (ebp=406d1610)
1 0x6d42e18d (JVM.DLL..text+0xd18d in C:PROGRAM FILESPF DEDICATED SERVERBINHOTSPOTJVM.DLL) (ebp=406d1f24)
2 0x6d42df52 (JVM.DLL..text+0xcf52 in C:PROGRAM FILESPF DEDICATED SERVERBINHOTSPOTJVM.DLL) (ebp=406d2750)
3 0x6d469994 (JVM.DLL._JVM_FindSignal@4+0x173ef in C:PROGRAM FILESPF DEDICATED SERVERBINHOTSPOTJVM.DLL) (ebp=406d27d4)
4 0x6d44a82f (JVM.DLL.JNI_CreateJavaVM+0x26 in C:PROGRAM FILESPF DEDICATED SERVERBINHOTSPOTJVM.DLL) (ebp=406d27e8)
5 0x004015eb (il2server.exe..text+0x5eb in C:Program FilesPF Dedicated Serveril2server.exe) (ebp=406d28b0)
6 0x400c7cfc (NTDLL.DLL.wine_server_call+0x1a7c in libntdll.so) (ebp=406d2954) 7 0x400c7e0f (NTDLL.DLL.wine_server_call+0x1b8f in libntdll.so) (ebp=406d2a88) 8 0x4036f7d3 (NTDLL.DLL.memcpy+0xce483 in libpthread.so.0) (ebp=406d2afc)
9 0x4030cb4a (NTDLL.DLL.memcpy+0x6b7fa in libc.so.6) (ebp=00000000)

0x401008b4 (NTDLL.DLL.NlsMbOemCodePageTag+0x311f in libntdll.so): ljmp 0x04fe:0xfa4004fe
Modules:
Address Module Name
0x00400000-00405000 (PE) C:Program FilesPF Dedicated Serveril2server.exe
0x10000000-1008a000 (PE) C:PROGRAM FILESPF DEDICATED SERVERRTS.DLL
0x40055000-40057000 (PE) NTDLL.DLL
0x40716000-40718000 (PE) KERNEL32.DLL
0x4079b000-4079d000 (PE) USER32.DLL
0x408ab000-408ad000 (PE) GDI32.DLL
0x40915000-40917000 (PE) ADVAPI32.DLL
0x40938000-4093a000 (PE) WINMM.DLL
0x40986000-40988000 (PE) IMM32.DLL
0x4099c000-4099e000 (PE) DINPUT.DLL
0x409c9000-409cb000 (PE) DDRAW.DLL
0x40cf5000-40cf7000 (PE) X11DRV.DLL
0x43753000-43755000 (PE) WINEOSS.DRV
0x4376e000-43770000 (PE) MSACM32.DLL
0x43893000-43895000 (PE) MSACM.DRV
0x4389a000-4389c000 (PE) MIDIMAP.DRV
0x43ad1000-43ad3000 (PE) D3DGL.DLL
0x6d420000-6d4ef000 (PE) C:PROGRAM FILESPF DEDICATED SERVERBINHOTSPOTJVM.DLL
0x78000000-78046000 (PE) C:WINDOWSSYSTEM32MSVCRT.DLL
Threads:
process tid prio
00000001 (D) C:Program FilesPF Dedicated Serveril2server.exe
00000002 0 <==
WineDbg terminated on pid 1
[root@free PF Dedicated Server]#

 

tudna nekem valaki erre megoldást?

nagyon hálás lennék érte. ha esetleg megcsinálni egyszerűbb mint elmondani akkor emailban szivessen adok hozzáférést a szerverhez.

 

köszönöm

locsemege Creative Commons License 2004.10.20 0 0 13
Tudja valaki, hogyan lehet elérni, hogy a Wine a file nevekben ne tegyen különbséget kis- és nagybetű között? Azért nem tudja betölteni a *.dll-t, mert a Windows-ban mindegy a kis- ill. nagybetű, linuxban viszont különböző. :(
trabikiller Creative Commons License 2001.06.15 0 0 12
Szerintem maradhatunk a wine alatt, mert az egyre jobb. Pl. nekem futtatja a Photoshop 5.5-öt is a legújabb változat.
kisbetu Creative Commons License 2001.06.14 0 0 11
?????
Előzmény: Kefe a ló (9)
unix guru Creative Commons License 2001.06.14 0 0 10
Nemreg lattam a neten: line . Linux emulacio win ala ;-]]]
Udv.
Kefe a ló Creative Commons License 2001.06.13 0 0 9
Kefe a ló Creative Commons License 2001.06.13 0 0 8

cancel Creative Commons License 2001.04.13 0 0 7
Koszi kiprobalom.
Előzmény: yoker (6)
yoker Creative Commons License 2001.04.13 0 0 6
Szia cancel,

érdekes..., nekem szerencsére rendesen nyomtat. (Mdk 7.2 + Lotus R5 + wine + IBM network printer) A cups-ot kihajítottam :-( elég bizonytalan még, gyakran kiakadt, főleg ,mikor a printer power saver módban volt. Visszaraktam a jó öreg lpr csomagokat az RH6.2 -ből és lőn csoda :-))

/opt/notes5/windows/win.ini :

[devices]
Wine PostScript Driver=WINEPS,LPT1:

[windows]
device=Wine PostScript Driver,WINEPS,LPT1:

wine.conf :

[spooler]
LPT1:=|lpr
LPT2:=|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -
LPT3:=/dev/lp3

/etc/princap :

##PRINTTOOL3## REMOTE POSTSCRIPT 600x600 a4 {} PostScript Default {}
lp:\
:sd=/var/spool/lpd/lp:\
:mx#0:\
:sh:\
:rm=9.138.34.10:\
:rp=PASS:\
:if=/var/spool/lpd/lp/filter:

üdv.: yoker

Előzmény: cancel (1)
micu Creative Commons License 2001.04.13 0 0 5
A Mandrake 7.2-ben csak a wine van benne (az sem mai darab). A codeweavers féle változatot tôlük tudod leszedni (ha jól emléxem rpm-ben).
Előzmény: jkowa (4)
jkowa Creative Commons License 2001.04.12 0 0 4
Benne van a Mandrake 7.2-ben?.....hmmm, én az ajánot telepítési módot választotta, de az istennek sem találtam meg....bár nagyon valoszinű hogy rossz helyen kutogattam...

J.Kowa

Előzmény: Kefe a ló (3)
Kefe a ló Creative Commons License 2001.04.04 0 0 3
Valoban easy, és a mandrake 7.2 tartalmazza is!
Előzmény: RogerWilco (2)
RogerWilco Creative Commons License 2001.03.31 0 0 2
http://www.codeweavers.com/home.html

Ezeknek van a WineConfig (vagy hasonló nevü)grafikus eszközük, de érdemes az egészet kirpóbálni, könnyü.

Előzmény: vandoren (-)
cancel Creative Commons License 2001.03.31 0 0 1
Sikerült már valakinek nyomtatnia wine alól?
Próbáltam a wine beépített PS nyomtatójával, de arra nem volt hajlandó nyomtatni. Próbáltam a nyomtató wines driverével, azzal meg elszállt. (win31-es módban, ww6.0-val)
Elolvastam a hasznutot, de nem használt.
TaXiN Creative Commons License 2001.02.19 0 0 0
SZVSZ rakj fel egy Corel PhotoPaint-et, az wine-al megy. Lehet tanulmányozni a config file-t.
Előzmény: vandoren (-)
vandoren Creative Commons License 2001.02.18 0 0 topiknyitó
Tud valaki segíteni, hogy hogyan kell telepíteni és konfigurálni a wine-t?
Red6 7.0-ra

Ha kedveled azért, ha nem azért nyomj egy lájkot a Fórumért!