Displaying 20 results from an estimated 200 matches similar to: "Wine runs only once per X-session"
2001 Sep 04
0
AOL/Jr Monopoly game installer. Crash on exit
Hello all,
have some free time and desided to help in wine tasting :-)
With a pack of serials I recerived a CD with AOL trial installation and
a game Monopoly Jr of company Hasbro Interactive Games
(www.hasbro-interactive.com) and tried to install the game with Wine.
One of the problems: when I run autorun.exe it brings main installer
dialog. I click "Quit" button and the
2005 Aug 30
0
No subject
0009:Call ntdll.NtClose(00000090) ret=77b98909
0009:Ret ntdll.NtClose() retval=00000000 ret=77b98909
0009:Call ntdll.RtlFreeUnicodeString(77c8ab10) ret=77b6e2f1
0009:Ret ntdll.RtlFreeUnicodeString() retval=00000001 ret=77b6e2f1
0009:Call ntdll.RtlLeaveCriticalSection(77c8aaf8) ret=77b6e317
0009:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=77b6e317
0009:Call
2001 Sep 13
4
Setup exits with empty dialog box!
Hi all,
I'm just getting started using WINE. I set it up, and it runs the
canonical Solitaire game just fine. My WINE config file is attached.
I popped in a Sierra Generations Family Tree Deluxe CD and ran its setup
program. A small window titled "Setup" appears with a gas gauge and the
text "Generations(R) 4.2 Setup is preparing the InstallShield(R) Wizard
which will
2007 Jan 12
0
Larousse Multilingue: stack overflow in exception handler ?
Hi all,
I'm trying to run the Larousse Multilingue Dictionnary
pack. I've tried to run it under wine 0.9.17 (from
codeweaver), 0.9.25 (from debian testing) 0.9.28 (from
debian unstable) and 0.9.29 (from source).
My wine setting is functional since I can use an older
Larousse dictionnary (Bibliorom), no problem at all for any
of the versions above.
I downloaded a (legal) version of the
2001 Nov 19
3
WineLib Seg Fault?
A question for the WineLib guru's :)
I am using the wine-20011108 build with Mandrake 8.0 and with this
version of wine clean compiled and installed I can run several windows
programs very successfully :).
Then I use winemaker to create a WineLib 'so' file and the compile and
link again runs clean.
But when I run the resulting 'so' file using this command line:
$
2004 Feb 07
0
Problems running MS Money 97
Hi,
I have done a lot of work to try to get it to run, but now I am stuck.
Following are the things I've tried.
Money 97 will install (after a long time) on both Crossover Office 2.1.0
and wine-20040121. When starting the program in both Crossover and
wine, an error dialog box is displayed when starting the program. The
text of the error message is:
"The path is not properly set up
2001 Mar 23
1
-debugmsg trace+all gives assertion error
Trying to debug starcraft.exe I put on --debugmsg trace+all as part of
the wine options:
WINEPREFIX=~/.wine.starcraft/ wine --debugmsg trace+all -desktop 640x480 /mnt/d/Games/Starcraft/starcraft.exe
Wine is cvs version from march 21.
This is the last 20-30 lines from the debug log:
trace:profile:PROFILE_GetWineIniString ('wine','temp','c:\windows'): returning
2003 May 26
2
WINE crashes!!!
Hi,
the Wine-20030408 installation on my system appears to crash directly
after starting. A few weeks ago this happend only sporadically. But
now WINE don't run at all. A --debugmsg +all delivers the following:
---------------------------------------------------------------------
0009:trace:heap:RtlSizeHeap (0x40360000,00000002,40360098): returning
00000968
2003 May 12
1
file manipulation error / COM port error
hi....
I'm using Wine 20030408 on FreeBSD 4.6.2
I believe the instalation is ok (made by ports....)
I've to run some applications wich does some file
manipulations, such as creating and removing....
Creating a file is ok, but when it tries to remove it,
the app shows a message box sayng it was not possible
to rename the file . Disk access error. (actually, it
creates a file and add
2004 May 09
0
Wine crash after update
Hi,
I was using wine_0.0.20040309-1 in a Debian distro and it was working.
I updated to wine_0.0.20040408-1, it is not working more. The bug report is below.
Note that if I go to directory where .exe file is and starts wine. Wine works.
I think that the problem is with blank spaces in the directory name.
Bug report:
Warning: the --debugmsg option is deprecated. You should use
the WINEDEBUG
2005 Mar 21
1
Program Crashes on Startup
Hi,
I'm trying to run a software package for viewing weather data under
wine, but the program crashes with an unhandled exception before I can
even see a window. The program is freely available (for educational and
non-commercial use) here:
http://sdg.ocs.ou.edu/builds/final/win/WeatherScope/WeatherScope-1.2.1.exe
This is running with Wine 20050310. I've included the relevent
2002 Nov 20
0
Problem with DllOverrides
I want to start MaxPayne.exe that loads msvcrt.
I set in ~/.wine/config:
[AppDefaults\\maxpayne.exe\\DllOverrides]
"msvcrt" = "native"
"midimap.drv" = "native"
[AppDefaults\\maxpayne.exe\\x11drv]
"Desktop" = "800x600"
loading winedbg/wine MaxPayne.exe --debugmsg +loaddll,+reg gives :
trace:reg:NtOpenKey
2007 Jan 06
1
ancient directx version support
What is the status of support for directx2 apps?
The "failed to create surface" error in MissionForce: Cyberstorm
seems to have persisted forever...
I have a +relay log of the said game launch session, (if
somebody wants it, i can provide the full version) --
it appears that the graphics backend call pair
which causes trouble is to winex11.drv.GetDCEx()/
2005 May 15
0
Heroes of Might & Magic 2 troubles with wing32.dll
Hello, All!
I've got HOMM II, and Wine (20050515-CVS).
Let's try to start:
$ wine HEROES2W.EXE
err:module:import_dll Loading library WING32.dll (which is needed by L"Z:\\mnt\\games\\HOMM II\\HEROES2W.EXE") failed (error c000007b).
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\mnt\\games\\HOMM II\\HEROES2W.EXE" failed, status c0000135
$
Let's
2005 Aug 23
0
Compiling winelib dependant code with g++
wineg++ is using g++, and is passing its options to g++.
How can I link some winelib-dependant code with g++ ?
compilation is okay, but at linking time, all wine functions are unresolved.
// ### here's the output :###
[root@udp015809uds Wine2]# g++ -lwine registry.o registry_wrap.o -o registry.out
registry.o(.text+0x2e): In function `CreateKey(char const*)':
: undefined
2007 Mar 19
1
signal 11 on X server when starting winecfg
Hello,
I've been using wine 0.9.30 on my main computer for some time and I
was trying to use it on another but I have problems.
When I launch "winecfg", the X server is killed.
Xorg.0.log shows :
Backtrace:
0: /etc/X11/X(xf86SigHandler+0x71) [0x4835e1]
1: /lib64/libc.so.6 [0x2ae864bf1030]
2: /usr/lib64/xorg/modules/extensions/libGLcore.so [0x2ae867970854]
3:
2003 Apr 12
2
Wine, M$Excel and MSCREATE.DIR
Hi,
Is it possible to get M$Excel working with Wine?
I use Mandrake 9.1 with wine-20030115-4mdk and M$Excel97 SR1
I always get an error about MSCREATE.DIR when I launch Excel.
Console messages are:
[steph@DeepGlue steph]$ wine /mnt/windows/Program\ Files/Microsoft\
Office/Office/excel.exe
fixme:ole:CoRegisterMessageFilter stub
Created not existing system directory 'C:\My Documents'
2008 Jan 11
0
Wine release 0.9.53
This is release 0.9.53 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- RunOnce and Run entries now executed on startup.
- Beginnings of support for emulated disk devices.
- Many Richedit improvements.
- Nicer looking color dialog.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before the release is
2004 Jul 16
3
CLSID not registered
I'm getting the following error. I have +ole,+reg,+loaddll,+olerelay on
trace:reg:NtQueryValueKey (0x10,L"GeoDatabase",2,0x556bdbc4,12)
trace:ole:WINE_StringFromCLSID
0x6756fd48->{00000514-0000-0010-8000-00AA006D2EA4}
trace:ole:CoGetClassObject
CLSID: {00000514-0000-0010-8000-00aa006d2ea4},
IID: {00000001-0000-0000-c000-000000000046}
trace:reg:NtOpenKey
2001 Dec 30
0
Media Player 6.4
I'm trying to install Media Player 6.4...I get up to the point just where
install is saying, installing foo (foo varies, sometimes it says
DirectSound, other times Codec Preinstall, or DirectEx). Then I get an error
that says:
"Unhandled exception <hex> at address <hex>. Do you wish to debug it?"
I am running FreeBSD 4.4. Wine version is Wine release 20010824.