similar to: Wine crash

Displaying 20 results from an estimated 500 matches similar to: "Wine crash"

2006 Aug 20
1
yetisports fails to start
Hi ! Playing yetisports 1,2,4 and 5 works with cvs version of wine- Starting yetisports 8,7,6 and 3 fails: yetisports 8 -------------- wine: Unhandled page fault on read access to 0x02af1d74 at address 0x0000:0x00403f0e (thread 0009), starting debugger... WineDbg starting on pid 0x8 First chance exception: page fault on read access to 0x02af1d74 in 32-bit code (0x00403f0e). Register dump:
2010 Aug 26
4
UT3 hangs at start
Hi!When start game through steam or shortcut on desktop,game halt when push "launch" button, after 2-5 seconds and unreal logo becomes gray.In terminal i have "wine: Unhandled stack overflow at address 0x34c7a12 (thread 0044), starting debugger..." and no more.Close game with compulsory exit.Before that game start perfectly on wine 1.2 or wine 1.3,the problem has appeared
2007 Mar 19
1
Can't Install MSWORD
I could not get Wine to install Microsoft Word 2000 OS: Debian Testing Wine version 0.9.24 The Word .exe file never showed up in the Office subdirectory I captured the errors; it appeared that Wine crashed at some point. The question is: can Office 2000 or parts of it be installed under this wine version, and if not, which version will install it? I have lost track. Here is the file contents:
2001 Dec 08
1
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
Hooray, I got gdb to do what I need, to skip the first exception and break before the second. The key commands are: gdb (winepath)/bin/wine Set the arguments: > set args --winver nt40 yourapp Tell gdb to pass segmentation faults to the program: > handle SIGSEGV nostop pass Set a breakpoint at main: > b main Run the program: > run This loads all the shared libraries, and
2005 Nov 27
1
Question about wine 0.9.2 and VideoLan Media Client
Hi! I just installed wine 0.9.2 on my Linux system and tried installing VLC 0.8.4 for Windows: http://www.videolan.org/ The installer ran fine and VLC even started! I was able to open a WMV file but when it started playing back, it crashed: ----------------START---------------------- tom@linux:~$ wine vlc-0.8.4-win32.exe fixme:win:SetWindowTextA setting text "VideoLAN VLC media
2006 Aug 23
4
Lotus Notes 7.01 crashes after 30 seconds
Hi there, I try to install Lotus Notes 7.01 via Wine0.9.19 on Suse 10.0. I can put all the setup items on Lotus Notes and login to my mailbox, but after 30 seconds Notes crash. This is the output what I see in console: fixme:uniscribe:ScriptRecordDigitSubstitution 1024,0x621341ec fixme:ole:CoRegisterMessageFilter message filter has been registered, but will not be used
2003 Oct 27
3
(PR#4806)
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_000_01C39C9F.B5DABBD0 Content-Type: text/plain; charset="iso-8859-1" # Your mailer is set to "none" (default on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing
2006 Jul 15
9
Wine, good, evil, and black and white 2
hello all, my first post so bear with me i have been lossing hair over getting black and white 2 to run on wine i finally got it down to this h4x0r@Mainframe:~/.wine/drive_c/Program Files/Lionhead Studios/Black & White 2$ wine white.exe fixme:system:SystemParametersInfoW Unimplemented action: 112 (SPI_GETMOUSESPEED) fixme:powermgnt:GetSystemPowerStatus (): stub, harmless. wine: Call from
2011 Aug 17
4
Regression help
I am having problems getting my app to run under wine-git so that I may perform my regression. Here is the output when I run wine-git/wine: Code: Wine cannot find the FreeType font library. To enable Wine to use TrueType fonts please install a version of FreeType greater than or equal to 2.0.5. http://www.freetype.org Wine cannot find the FreeType font library. To enable Wine to use TrueType
2007 May 07
0
Games probel (Asterix XXL, Lord of the Rings)
Hi, when trying to start Asterix XXL with wine, I get the following error messages: fixme:d3d:IWineD3DImpl_CheckDeviceMultiSampleType Quality levels unsupported at present fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x1a5738) : stub, simulatin g 64MB for now, returning 64MB left fixme:d3d:IWineD3DDeviceImpl_SetSamplerState sampler 7 type WINED3DSAMP_MINFILTE R(6) is out of range
2011 Dec 01
2
Having problems after installing Wine [osxwinebuilder]
Hello, I installed Wine today using the instructions on the osxwinebuilder page: http://code.google.com/p/osxwinebuilder/ All went good, until trying out to launch iexplore, or winecfg or anything else. I get the following error message each time doing the command: wine winecfg or wine iexplore: Code: $ wine winecfg Wine cannot find the FreeType font library. To enable Wine to use TrueType
2007 Mar 19
1
Install problems
Hi, tried to install the advanced DSP program Spectrum Lab which I have been able to install in a previous version but the latest will not work. I'm using he latest verson of Wine in Kubuntu. Error messages as follows Grateful for any help Regards TobbeR tobbe@jme:~$ wine InstallSpecLab.EXE wine: Unhandled page fault on read access to 0xc20d27f9 at address 0x7e84bc8f (t hread 0009), starting
2001 Oct 14
0
DirectX 8 Library error.
I have written a directdraw program in dx7 that i can get working under wine. I have now written a simple directx8 3d program that works under windows but i am getting these wierd errors under wine. this is the output from wine -debugmsg +module pro666 I think it is a problem with the two libraries d3d8.lib and d3dx8.lib as I can see errors there. Also I notice that these are the two libraries
2012 Jan 16
1
failed to load avisynth.dll
Hi, I'm running wine-fbsd64-1.3.23,1 on FreeBSD 9.0-STABLE amd64. (it still as a 32-bit wine) I need to run avs2yuv.exe by using wine, which required avisynth.dll that I've installed successfully. When invoking Code: > wine avs2yuv.exe xxx.avs -o test.y4m I got Code: failed to load avisynth.dll partial log after setting WINEDEBUG=+module,+dll: (full:
2007 Aug 06
0
cannot use winedbg on ubuntu feisty ?
Hi everyone, This happens every time I start winedbg, no matter what program I want to debug. It's ubuntu feisty fawn and I have built wine from sources. user@machine:~$ winedbg "C:\Program Files\Diablo II\Diablo II.exe" WineDbg starting on pid 000a wine: Unhandled page fault on read access to 0x00000000 at address 0xb7d5cc23 (thread 0009), starting debugger... Unhandled exception:
2009 Dec 27
1
Can't load GDI from background service
I am running a win32 application that has a graphics and command line mode; I use the command line mode. When I login and run from a terminal, it works fine under Wine, but when I run it as a service via a script in /etc/init.d, it fails. I have it set up so the service runs as my account, not root. It gives the following messages: Application tried to create a window, but no driver could be
2006 Apr 28
2
Some problems with wine 0.9.12
Hello, i am using ie4linux und wine, but since the last version of wine, i can't start the internet explorer. The following output is generated: manfred@tuxpad:~$ ie6 fixme:actctx:CreateActCtxW 0x7f9bfae0 00000008 fixme:actctx:ActivateActCtx 0xf00baa 0x7f9bf8a8 fixme:actctx:DeactivateActCtx 00000000 00f00bad fixme:shell:StopWatchMode () stub! fixme:shell:SHCreateShellPalette stub
2007 Mar 19
2
ProgeCAD
Hi, I would like to install ProgeCAD (http://appdb.winehq.org/appview.php?iVersionId=3604). The installation was completed succesfully but when I launch the program Wine says: err:wgl:process_attach X11DRV or GDI32 not loaded. Cannot create default context. err:module:LdrInitializeThunk "opengl32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization
2008 Nov 18
4
Problems compiling git under OS X
Hi there! I am currently trying to compile hacks.git under OS X and I can't seem to get past the following error during 'make': Code: [...] gcc -o wineserver async.o atom.o change.o class.o clipboard.o completion.o console.o context_alpha.o context_i386.o context_powerpc.o context_sparc.o context_x86_64.o cursoricon.o debugger.o device.o directory.o event.o fd.o file.o handle.o
2005 Aug 27
0
unhandled exception on 20050725 install from source on Fedora Core 4
I'm running FC4 with all the latest patches and kernel. I checked the basic requirements for installation for all necessary packages. Using the unpacked source, I installed by ./tools/wineinstall per the readme. I got a long series of errors well into the process, posted below - I've read the documentation and several help sites including this group and the user list but can't seem to