Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
winex question
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
wisdom
Tux's lil' helper
Tux's lil' helper


Joined: 26 May 2002
Posts: 101
Location: sweden

PostPosted: Tue Aug 20, 2002 11:58 am    Post subject: winex question Reply with quote

I have emerged winex from portage do I need to copy any files from windows?
when I try to intsall cs from the retail cd i got this
Code:

winex setup.exe
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
libGL error: failed to open DRM: Operation not permitted
libGL error: reverting to (slow) indirect rendering
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
/usr/lib/winex/bin/wine: can't exec 'setup.exe': error=21
Back to top
View user's profile Send private message
Flake
n00b
n00b


Joined: 19 Apr 2002
Posts: 44
Location: The Netherlands

PostPosted: Tue Aug 20, 2002 12:45 pm    Post subject: Reply with quote

mmm.

was there not something like creating a "c:\" somewhere for the setup.exe to look in and install to??? back to the faq's

there is something like a install shield for wine, that installs every game/program in a unique "c:\".

WineX Game Installer 1.1
(http://www.franksworld.net/wine/wgi)
Back to top
View user's profile Send private message
wisdom
Tux's lil' helper
Tux's lil' helper


Joined: 26 May 2002
Posts: 101
Location: sweden

PostPosted: Tue Aug 20, 2002 3:05 pm    Post subject: Reply with quote

I have tried that but when i click on the install button nothings happen

btw: What is XWine?
Back to top
View user's profile Send private message
AutoBot
l33t
l33t


Joined: 22 Apr 2002
Posts: 968
Location: Usually Out

PostPosted: Tue Aug 20, 2002 4:40 pm    Post subject: Reply with quote

Looks like an OpenGL issue to me.
_________________
This message self destructed a long time ago.
Back to top
View user's profile Send private message
wisdom
Tux's lil' helper
Tux's lil' helper


Joined: 26 May 2002
Posts: 101
Location: sweden

PostPosted: Tue Aug 20, 2002 6:27 pm    Post subject: Reply with quote

AutoBot do you know how to fixit I have a kyro2 card
Back to top
View user's profile Send private message
AutoBot
l33t
l33t


Joined: 22 Apr 2002
Posts: 968
Location: Usually Out

PostPosted: Tue Aug 20, 2002 6:45 pm    Post subject: Reply with quote

Sorry I don't have any experience with that card, perhaps you could post the issue and all related information in either the hardware or desktop environment forum.

Try adding this to your XF86Config:

Code:

Section "DRI"
        Mode    0666
EndSection

_________________
This message self destructed a long time ago.
Back to top
View user's profile Send private message
wisdom
Tux's lil' helper
Tux's lil' helper


Joined: 26 May 2002
Posts: 101
Location: sweden

PostPosted: Tue Aug 20, 2002 7:25 pm    Post subject: Reply with quote

I had forget that know I only got this error
Code:

bash-2.05a$ winex tmp/att/setup.exe     
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
Warning: /usr/lib/winex/bin/wine not accessible from a configured DOS drive
/usr/lib/winex/bin/wine: can't exec 'tmp/att/setup.exe': error=21

and this is my config
Code:
[Drive C]
"Path" = "${HOME}/.winex/fake_windows"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"

#[Drive D]
#"Path" = "/path/to/drive_d"
#"Type" = "hd"
#"Label" = "LABEL"
#"Filesystem" = "win95"

#[Drive E]
#"Path" = "/mnt/cdrom"
#"Type" = "cdrom"
#"Label" = "LABEL"
#"Filesystem" = "win95"

[Drive F]
"Path" = "/tmp"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"

[Drive G]
"Path" = "${HOME}"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"

[wine]
"Windows" = "c:\\Windows"
"System" = "c:\\Windows\\System"
"Temp" = "f:\\"
"Path" = "c:\\Windows;c:\\Windows\\System;f:\\;g:\\"
"Profile" = "c:\\Windows\\Profiles\\Administrator"
"GraphicsDriver" = "x11drv"
; Wine doesn't pass directory symlinks to Windows programs by default.
; Enabling this may crash some programs that do recursive lookups of a whole
; subdir tree in case of a symlink pointing back to itself.
;"ShowDirSymlinks" = "1"
"ShellLinker" = "wineshelllink"

# <wineconf>

; Be careful here, wrong DllOverrides settings have the potential
; to pretty much kill your setup.
[DllOverrides]
"commdlg"      = "builtin, native"
"comdlg32"     = "builtin, native"
"ver"          = "builtin, native"
"version"      = "builtin, native"
"shell"        = "builtin, native"
"shell32"      = "builtin, native"
"shfolder"     = "builtin, native"
"shlwapi"      = "builtin, native"
"shdocvw"      = "builtin, native"
"lzexpand"     = "builtin, native"
"lz32"         = "builtin, native"
"comctl32"     = "builtin, native"
"commctrl"     = "builtin, native"
"advapi32"     = "builtin, native"
"crtdll"       = "builtin, native"
"mpr"          = "builtin, native"
"winspool.drv" = "builtin, native"
"ddraw"        = "builtin, native"
"dinput"       = "builtin, native"
"dsound"       = "builtin, native"
"opengl32"     = "builtin, native"
"msvcrt"       = "native, builtin"
"rpcrt4"       = "native, builtin"
"msvideo"      = "builtin, native"
"msvfw32"      = "builtin, native"
"mcicda.drv"   = "builtin, native"
"mciseq.drv"   = "builtin, native"
"mciwave.drv"  = "builtin, native"
"mciavi.drv"   = "native, builtin"
"mcianim.drv"  = "native, builtin"
"msacm.drv"    = "builtin, native"
"msacm"        = "builtin, native"
"msacm32"      = "builtin, native"
"midimap.drv"  = "builtin, native"
; default for all other dlls
"*" = "native, builtin, so"

[x11drv]
; Number of colors to allocate from the system palette
"AllocSystemColors" = "100"
; Use a private color map
"PrivateColorMap" = "N"
; Favor correctness over speed in some graphics operations
"PerfectGraphics" = "N"
; Color depth to use on multi-depth screens
;;"ScreenDepth" = "16"
; Name of X11 display to use
;;"Display" = ":0.0"
; Allow the window manager to manage created windows
"Managed" = "Y"
; Use a desktop window of 640x480 for Wine
;"Desktop" = "640x480"
; Use XFree86 DGA extension if present
; (make sure /dev/mem is accessible by you !)
"UseDGA" = "N"
; Use XShm extension if present
"UseXShm" = "Y"
; Use XVidMode extension if present
"UseXVidMode" = "Y"
; Enable DirectX mouse grab
"DXGrab" = "Y"
; Create the desktop window with a double-buffered visual
; (useful to play OpenGL games)
"DesktopDoubleBuffered" = "N"
; Code page used for captions in managed mode
; 0 means default ANSI code page (CP_ACP == 0)
"TextCP" = "0"
; Use this if you have more than one port for video on your setup
; (Wine uses for now the first 'input image' it finds).
;; "XVideoPort" = "43"
; Run in synchronous mode (useful for debugging X11 problems)
;;"Synchronous" = "Y"

[fonts]
;Read documentation/fonts before adding aliases
;See a couple of examples for russian users below
"Resolution" = "96"
"Default" = "-adobe-helvetica-"
"DefaultFixed" = "fixed"
"DefaultSerif" = "-adobe-times-"
"DefaultSansSerif" = "-adobe-helvetica-"

;; default TrueType fonts with russian koi8-r encoding
;"Default" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultFixed" = "-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultSerif" = "-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultSansSerif" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
;; default cyrillic bitmap X fonts
;"Default" = "-cronyx-helvetica-"
;"DefaultFixed" = "fixed"
;"DefaultSerif" = "-cronyx-times-"
;"DefaultSansSerif" = "-cronyx-helvetica-"

[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com3" = "/dev/ttyS2"
"Com4" = "/dev/modem"

[parallelports]
"Lpt1" = "/dev/lp0"

[ppdev]
;; key:  io-base of the emulated port
;; value : parport-device{,timeout}
;; timeout for auto closing an open device ( not yet implemented)
;"378" = "/dev/parport0"
;"278" = "/dev/parport1"
;"3bc" = "/dev/parport2"

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

[ports]
;"read"  = "0x779,0x379,0x280-0x2a0"
;"write" = "0x779,0x379,0x280-0x2a0"

[spy]
"Exclude" = "WM_SIZE;WM_TIMER;"

[registry]
;These are all booleans.  Y/y/T/t/1 are true, N/n/F/f/0 are false.
;Defaults are read all, write to Home
; Global registries (stored in /etc)
"LoadGlobalRegistryFiles" = "Y"
; Home registries (stored in ~user/.wine/)
"LoadHomeRegistryFiles" = "Y"
; Load Windows registries from the Windows directory
"LoadWindowsRegistryFiles" = "Y"
; TRY to write all changes to home registries
"WritetoHomeRegistryFiles" = "Y"
; Registry periodic save timeout in seconds
; "PeriodicSave" = "600"
; Save only modified keys
"SaveOnlyUpdatedKeys" = "Y"

[Tweak.Layout]
;; supported styles are 'Win31'(default), 'Win95', 'Win98'
;; this has *nothing* to do with the windows version Wine returns:
;; use cmdline option --winver if you want that.
"WineLook" = "Win95"

[Console]
;"Drivers" = "tty"
;"XtermProg" = "nxterm"
;"InitialRows" = "25"
;"InitialColumns" = "80"
;"TerminalType" = "nxterm"

[Clipboard]
"ClearAllSelections" = "0"
"PersistentSelection" = "1"

; List of all directories directly contain .AFM files
[afmdirs]
"1" = "/usr/share/ghostscript/fonts"
"2" = "/usr/share/a2ps/afm"
"3" = "/usr/share/enscript"
"4" = "/usr/X11R6/lib/X11/fonts/Type1"

[WinMM]
"Drivers" = "wineoss.drv"
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"

;; sample AppDefaults entries
;[AppDefaults\\iexplore.exe\\DllOverrides]
;"shlwapi" = "native"
;"rpcrt4" = "native"
;"ole32" = "native"
;"shdocvw" = "native"
;"wininet" = "native"
;"shfolder" = "native"
;"shell32" = "native"
;"shell" = "native"
;"comctl32" = "native"
;
;[AppDefaults\\setup.exe\\x11drv]
;"Desktop" = "800x600"

# </wineconf>

Back to top
View user's profile Send private message
AutoBot
l33t
l33t


Joined: 22 Apr 2002
Posts: 968
Location: Usually Out

PostPosted: Tue Aug 20, 2002 8:57 pm    Post subject: Reply with quote

I looked around and this is the only stuff that came up, maybe if you read through it you could find an answer to your issue.
_________________
This message self destructed a long time ago.
Back to top
View user's profile Send private message
wisdom
Tux's lil' helper
Tux's lil' helper


Joined: 26 May 2002
Posts: 101
Location: sweden

PostPosted: Fri Aug 23, 2002 2:30 pm    Post subject: Reply with quote

now I only has this error
Code:

/usr/lib/winex/bin/wine: can't exec '.winex/fake_windows/tmp/att/setup.exe': error=21
Back to top
View user's profile Send private message
nephila
n00b
n00b


Joined: 20 Aug 2002
Posts: 22

PostPosted: Wed Aug 28, 2002 3:51 pm    Post subject: Reply with quote

wisdom wrote:
now I only has this error
Code:

/usr/lib/winex/bin/wine: can't exec '.winex/fake_windows/tmp/att/setup.exe': error=21


I've been having the same problems and I think I've found the solution here:
https://forums.gentoo.org/viewtopic.php?t=3359

eonic wrote:
That was it! :)

I removed the grsecurity: openwall stack patch and winex works fine.
Finally!!

Thanks for all help guys!
Back to top
View user's profile Send private message
Zu`
l33t
l33t


Joined: 26 May 2002
Posts: 716
Location: BE

PostPosted: Thu Aug 29, 2002 8:27 am    Post subject: Re: winex question Reply with quote

wisdom wrote:
I have emerged winex from portage do I need to copy any files from windows?
when I try to intsall cs from the retail cd i got this


You say you're trying to install something from CD, but your winex config file has the cdrom section commented out?

You should uncomment the cdrom section in your winex config file, and adjust mount point (and device) properly. Otherwise you can't run anything properly from your CD.
Back to top
View user's profile Send private message
wisdom
Tux's lil' helper
Tux's lil' helper


Joined: 26 May 2002
Posts: 101
Location: sweden

PostPosted: Sun Sep 01, 2002 8:44 pm    Post subject: Reply with quote

nephila wrote:
wisdom wrote:
now I only has this error
Code:

/usr/lib/winex/bin/wine: can't exec '.winex/fake_windows/tmp/att/setup.exe': error=21


I've been having the same problems and I think I've found the solution here:
https://forums.gentoo.org/viewtopic.php?t=3359

eonic wrote:
That was it! :)

I removed the grsecurity: openwall stack patch and winex works fine.
Finally!!

Thanks for all help guys!


thanks that helped but when i try to start cstrike i got a window that says
Code:

Error Intializing the cache.
Shutdown all programs and run scandisk or chkdisk.
Delete the cahce, cookies and history directories in your windows directory and restart IE.
If thee problem persists reinstall IE


And this one
Code:

Cointer-Strike requires 16 bit color.
Please change you desktop settings ti HIColor.
Sometimes this is called "32767 colors" or "65535 colors"
Back to top
View user's profile Send private message
sputnik1969
Guru
Guru


Joined: 08 Aug 2002
Posts: 401
Location: Berlin / Germany

PostPosted: Sun Sep 01, 2002 10:24 pm    Post subject: Reply with quote

wisdom wrote:

And this one
Code:

Cointer-Strike requires 16 bit color.
Please change you desktop settings ti HIColor.
Sometimes this is called "32767 colors" or "65535 colors"


You should start XFree with 16bit colordepth, maybe it runs at 24/32 Bit or 8 bit....
Take a look at your /etc/X11/XF86Config
if you find something like

DefaultDepth 24
or
DefaultDepth 8
change it to
DefaultDepth 16
Back to top
View user's profile Send private message
wisdom
Tux's lil' helper
Tux's lil' helper


Joined: 26 May 2002
Posts: 101
Location: sweden

PostPosted: Mon Sep 02, 2002 5:28 pm    Post subject: Reply with quote

thanks thta worked but when I quit and try to start again I got this
Code:

X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  15 (X_QueryTree)
  Resource id in failed request:  0x2000004
  Serial number of failed request:  157
  Current serial number in output stream:  157
Back to top
View user's profile Send private message
LeChuck
n00b
n00b


Joined: 11 Aug 2002
Posts: 31

PostPosted: Mon Sep 02, 2002 7:20 pm    Post subject: Reply with quote

if your use
Code:

winex -winver win98 -- hl.exe -32bpp

You can run it in 32bit colour mode. Make sure your XF86Config is set to 24bit colour default :)
Back to top
View user's profile Send private message
Captain_Entropy
n00b
n00b


Joined: 10 Sep 2002
Posts: 29

PostPosted: Tue Sep 10, 2002 3:31 pm    Post subject: what is winex Reply with quote

wisdom wrote:
I have tried that but when i click on the install button nothings happen

btw: What is XWine?


winex is transgaming's effort to get directx style games working in linux. however, it seems to focus more on individual games than getting everything to run well (counter-strike still is not working fully).
_________________
-Captain Entropy
Back to top
View user's profile Send private message
santi___
n00b
n00b


Joined: 20 Jun 2002
Posts: 38
Location: Santa Fe, Argentina

PostPosted: Tue Sep 10, 2002 3:57 pm    Post subject: Re: what is winex Reply with quote

Captain_Entropy wrote:
wisdom wrote:
I have tried that but when i click on the install button nothings happen

btw: What is XWine?


winex is transgaming's effort to get directx style games working in linux. however, it seems to focus more on individual games than getting everything to run well (counter-strike still is not working fully).


XWine is not winex

Quote:
XWine is a graphical user interface for the wine emulator.
You can configure and run Ms-Windows applications (Ms Dos, Windows 3.x or Win32).

XWines's functions:

Wine's Configuration.
Configuration and Managment of Ms-Windows Applications/li>


[img:d8376d0b53]http://darken.tuxfamily.org/images/projets/xwine.jpg[/img:d8376d0b53]
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum