search for: __wine_kernel_init

Displaying 20 results from an estimated 44 matches for "__wine_kernel_init".

2012 Jan 22
1
err:process:__wine_kernel_init boot event wait timed out
Hello, I'm trying to run wine on my mac, I'm running Lion, and i have a fresh install of wine through macports. Whenever i try to run the installer for a program, it gives me a 30 second delay, then give me the message "err:process:__wine_kernel_init boot event wait timed out" This even happens when i try to run winecfg. Please help [Crying or Very sad]
2011 Oct 05
4
Wine doesn't start - Something X-Related
Hello, For work I need a large DB once or twice a month and I installed a Ubuntu-Server 64bit box headless and put the Windows-Software there. I thought that I would VNC into it, when I need it. But if I run Wine after installation I got this error: Code: err:process:__wine_kernel_init boot event wait timed out err:process:__wine_kernel_init boot event wait timed out X Error of failed request: XF86VidModeExtensionDisabled Major opcode of failed request: 129 (XFree86-VidModeExtension) Minor opcode of failed request: 6 (XF86VidModeGetAllModeLines) Serial number of failed r...
2009 Feb 18
3
boot timeout problems, e.g. winecfg
I have the problem that every application I start with wine takes about 30 seconds to start. It then prints the following message: > > err:process:__wine_kernel_init boot event wait timed out > As far as I can remember this problem this problem exists since I installed SuSE 11.1 (wine 1.1.10?). I see the problems on both of my machines. E.g. set-up of my desktop: > :~> cat /etc/SuSE-release > openSUSE 11.1 (x86_64) > VERSION = 11.1 > :~&...
2005 Jul 13
1
Windows program calling another program
...trace:process:init_current_directory starting in L"C:\\" 0x10 trace:process:find_exe_file looking for L"./Programme/Microchip/MPLAB IDE/Core/MPLAB.exe" trace:process:find_exe_file Trying native exe L"C:\\Programme\\Microchip\\MPLAB IDE\\Core\\MPLAB.exe" trace:process:__wine_kernel_init starting process name=L"C:\\Programme\\Microchip\\MPLAB IDE\\Core\\MPLAB.exe" file=0x18 argv[0]="./Programme/Microchip/MPLAB IDE/Core/MPLAB.exe" trace:process:__wine_kernel_init starting Win32 binary L"C:\\Programme\\Microchip\\MPLAB IDE\\Core\\MPLAB.exe" trace:process...
2009 Jan 23
6
Native dlls for applications
Hello, I am trying to install an application on Wine. It needs an ole function which has not been implemented as of now. I downloaded ole32.dll, I copied it @ windows/system32 and I changed to library to load native ole32 first. However, Wine says fixme:ole:.... Why Wine still looks for the builtin function. The native function shouldn't say fixme.... Also, How can I check the status of
2009 Mar 15
1
WoW under wine and winecfg segfault
...y only to play WoW on Gentoo Linux. On my desktop PC that works, but on my laptop the program crashes. This appears to be a fault in wine, because I cannot even use winecfg - it segfaults immediately: Code: $ winecfg wine: created the configuration directory '/home/helge/.wine' err:process:__wine_kernel_init boot event wait timed out Segmentation fault I tried this with every wine version from 1.1.14 to 1.1.17, compiled with gcc 4.1.2, 4.2.4 and 4.3.3, and with and without deleting the .wine directory first. Here's some debugging info that may or may not be of interest: Code: uname -a Linux c...
2009 Apr 02
1
all programs starts very slow
...lease help and ssory for my bad english errors i've got sometime: err:module:attach_process_dlls "winspool.drv" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\winecfg.exe" failed, status c000013a err:process:__wine_kernel_init boot event wait timed out
2009 Apr 15
1
Need help running uTorrent with Wine...
...I have Xorg, Flushbox and a vnc server installed on it. I've also installed the latest version of wine, and I'm trying to launch uTorrent with it. I tried to launch 2 other small programs, and they worked perfectly, except a small error message before they were launched: > err:process:__wine_kernel_init boot event wait timed out However, when I tried to launch 2 different versions of uTorrent (the latest version and an older version), I got those errors, after waiting a short time: > err:process:__wine_kernel_init boot event wait timed out > fixme:actctx:parse_depend_manifests Could not...
2007 Feb 21
1
bug?
...ace:relay:init_debug_lists RelayExclude = L"ntdll.RtlEnterCriticalSection ;ntdll.RtlLeaveCriticalSection;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98" trace:relay:init_debug_lists RelayFromExclude = L"winex11.drv ;user32;gdi32;advapi32;kernel32" 0009:Call kernel32.__wine_kernel_init() ret=7bc39e98 0009:Call PE DLL (proc=0x7eba54f0,module=0x7eb80000 L"advapi32.dll ",reason=WINE_PREATTACH,res=(nil)) 0009:Ret PE DLL (proc=0x7eba54f0,module=0x7eb80000 L"advapi32.dll",reason=WINE_PREATTACH,res=(nil)) retval=1 followed by an enormous amount of ''call...
2009 Mar 30
4
cannot access winecfg/Drive with .wine made with 1.1.18
I'm using wine 1.1.18 on Ubuntu Intrepid 32 bit and cannot access the "Drive" folder in winecfg while using ".wine" folder created with this release. while creating it, the terminal shows the error: err:process:__wine_kernel_init boot event wait timed out and when accessing the Drive Tab it says: err:winecfg:open_mountmgr failed to open mount manager err 2 after i close winecfg the processes "wineserver" and "services.exe" remain active. If I try to use an older folder , converted to 1.1.18 but creat...
2007 Jun 26
3
About stdlib.h system()
Hi all, I tried to call another .exe file in my own exe file by using the system() API. But the return value of system() is -1 and errno is set to ENOENT. It indicates that the another exe file is not found. So I copy the another exe to the fake directory: C:\windoes\system32, since wine always find the exe file there. And I also set the environment variable "System" and
2005 May 19
3
Start Windows application from another windows application
Hi all, Being a little (completely) fed-up with windows, I'd like to make a complete switch to Linux, which I already use for about 90%. I still use a specific panorama photo stiching program within WinXP called PTGui. The PTGui program runs fine within Wine. However, PTgui knows/uses two "helper" programs called autopano(.exe) and enblend(.exe). Both are console based executables
2010 Jun 19
7
comctl32 unable to load
Hey, I was trying to get a few of my own programs on windows to work under wine, and while trying to get my installer to work, overrode comctl32.dll, which is a required library for winecfg to work, so now I am stuck with a bunch of programs and winecfg all not working at all. As far as I can tell, this dll is full of common controls for windows programs, and must somewhere be used by wine. What
2004 Sep 29
1
[Fwd: Re: Newbie]
-------------- next part -------------- An embedded message was scrubbed... From: Giuseppe Taroni <horsehorse@libero.it> Subject: Re: [Wine] Newbie Date: Wed, 29 Sep 2004 14:00:07 +0200 Size: 5903 Url: http://www.winehq.org/pipermail/wine-users/attachments/20040929/aa9b6754/attachment.mht
2009 Jan 25
5
Wine problem on Kubuntu Jaunty Alpha 3
Hello. I've just installed a fresh Kubuntu Jaunty Alpha 3. I've also installed Wine package. But when trying to create my home directory with any command (wine something.exe or winecfg) the following command appears: Code: wine: created the configuration directory '/home/dabore/.wine' wine: Unhandled page fault on write access to 0xb87bd46c at address 0x7db33b66 (thread 000b),
2009 Jan 31
5
Major Bug while trying to run winecfg
...uot;,0x4b0168,0) err:winspool:add_printer_driver Failed adding driver "wineps.drv" ("Windows NT x86"): 1805 fixme:winspool:AddPrinterW Can't create printer L"PDF" err:winspool:CUPS_LoadPrinters printer 'PDF' not added by AddPrinterA (error 1801) err:process:__wine_kernel_init boot event wait timed out err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution. fixme:advapi:RegisterEventSourceW ((null),L"Pri...
2012 May 05
12
Error running an app on a Mac
Hi Guys, I'm a newbie, running my first windows app on a Macbook. OS X 10.6.8 2.2 GHz Intel Core 2 Duo 2 GB 667 MHz DDR2 SDRAM When I tried to install X11, both the original X11 app and the update told me it is already installed on my Mac. Here's the error messages from Term: $ wine setup.exe wine: created the configuration directory '/Users/horacemann/.wine' Application tried
2012 Mar 27
0
App. Delisprint hangs on second run
...g=0x7b85b3c0, stack=0x340000) [/build/buildd/wine1.3-1.4/libs/wine/port.c:59] in libwine.so.1 (0xfff634f8) 18 0x7bc5014f LdrInitializeThunk+0x2ee(kernel_start=0x7b85b3c0, unknown2=0, unknown3=0, unknown4=0) [/build/buildd/wine1.3-1.4/dlls/ntdll/loader.c:2668] in ntdll (0xfff63568) 19 0x7b86149a __wine_kernel_init+0xa39() [/build/buildd/wine1.3-1.4/dlls/kernel32/process.c:1255] in kernel32 (0xfff64708) 20 0x7bc5097b __wine_process_init+0x25a() [/build/buildd/wine1.3-1.4/dlls/ntdll/loader.c:2877] in ntdll (0xfff64788) 21 0xf7625c70 wine_init+0x28f(argc=0x2, argv=0xfff64ce4, error="", error_size=...
2009 Jun 22
1
project entropia freeze and wrong keyboard
I can launch entropia universe with wine 1.20 or 1.23, other not tested. But after a very short time -1min the game just freeze with no special standart output error. I freeze faster if i run. The keyboard is querty and i have an azerty :? Can someone help me ? I'm on gentoo 64bits
2010 May 18
1
Wine hangs when creating initial configuration
...hen running it from the shell I get the following: > > wine: created the configuration directory '~/.wine' > Cannot connect to server socket err = No such file or directory > Cannot connect to server socket > jack server is not running or cannot be started > err:process:__wine_kernel_init boot event wait timed out > After some time, winecfg opens but I can't get some applications to work. Any ideas?