similar to: debugging wine

Displaying 20 results from an estimated 11000 matches similar to: "debugging wine"

2011 May 14
4
Wine taking unacceptably long to start up (Fedora 14 x86_64)
Whenever I run any application with wine it takes upwards of five minutes to start, even apps included with wine like wine cmd. I have been googling this for hours and cannot find anything really applicable to my situation. I am running Fedora 14 x86_64. I don't have a network printer. As far as I am aware fc-cache-32 doesn't exist on Fedora. I am trying to get some other program to
2008 Feb 13
1
Flash Movie Player Control in VB
Hi all, I just started messing with wine (0.9.54 on Ubuntu 7.04-Feisty) a few weeks ago and there's some educational software I want to be able to run. It was made with VB, and I've managed to get it working fairly well except for an ActiveX control for showing Flash movies (.swf). I think it's unable to load the swf file because the box where the movie should show is blank, and
2010 Aug 30
6
SW : The force unleashed (virtual memory)
Hi there. I got this game, Star Wars : The force unleashed, installed it, and wanted to play it. Of course. But when I do "wine SWTFU.exe", it tells me that I have to enable virtual memory, and, of course, dunno how to do that. I searched on the web, but found nothing which really helps me :/ Maybe these lines could help anyone? Code: wine SWTFU.exe
2007 Mar 19
4
exec: 29: /usr/bin/wine: not found
Hi, I?ve installed wine on Ubuntu 6.10 64bit using the following guide : http://www.ubuntuforums.org/showthread.php?t=185557 but, when I type winecfg in Terminal I get the following error : exec: 29: /usr/bin/wine: not found Dunno if it may help, but here?s a terminal shot of when wine was getting installed. matt@ubuntu:~/Desktop$ dpkg -x lib libartsc0_1.3.2-3_amd64.deb
2011 Feb 16
3
mscorsvw.exe crash when wine opens
ynohtna <wineforum-user at winehq.org> wrote: >Sent: Feb 16, 2011 7:07 AM >To: wine-users at winehq.org >Subject: [Wine] Re: mscorsvw.exe crash when wine opens > >> The program mscorsvw.exe has encountered a serious problem and needs to close. We are sorry for the inconvenience. > >Every single time I started anything with Wine, even wine regedit. I upgraded from
2010 Feb 01
6
Civstat Uploader 1.5.1.0 : error ntdll
hello, I have install wine and i have installed CIV 4 BTS. the game civ 4 BTS has a good install and good working all game mode. The Pitboss worked correctly also. but when I launch civstat uploader : it bugged pitboss > Backtrace: > =>0 0x7bc4730f in ntdll (+0x3730f) (0x0032db60) > 1 0x7bc47586 in ntdll (+0x37586) (0x0032db80) > 2 0x7bc48996 RtlAllocateHeap+0xc6() in ntdll
2010 Dec 28
2
Problem Running wineboot.exe
Whenever I try to open anything that has to do with wine (winecfg, run an exe with wine, uninstall wine programs,...) by using the GUI menu, I get the error "The program wineboot.exe has encountered a serious problem and needs to close.". So I tried using the terminal, which gives me the same error. But with su-privileges, I can get everything working: I can run winecfg, run wine
2008 Apr 28
4
Wineserver causing heavy CPU load
I am running Fedora 8 uname -r = 2.6.24.4-64.fc8 on my box with Wine 0.9.58. When I first installed it I noticed that my CPU usage jumped and stayed at 100% with wineserver taking > 85%. I killed the wineserver process and it dropped down, however it soon jumped back up when wineserver restarted itself. I then killed it again and all related processes and disabled it from starting as a damen
2008 Mar 24
8
wineboot.exe
Hi All: I just use wine to run a windows based program. I think it is successfully installed, but when I run it with WINEDEBUG=warn+all, there are some warning message at the beginning as: warn:file:wine_nt_to_unix_file_name L"wineboot.exe" not found in /home/huifeng/.wine/dosdevices/c:/windows/system32 warn:ntdll:NtQueryFullAttributesFile L"\\??\\C:\\windows\\system32\
2016 Oct 26
1
(build) crash in dcrypt when "-Bsymbolic-functions" is used on linking
On 26.10.2016 13:48, Christian Ehrhardt wrote: > Hi, > I was wondering about a crash when building dovecot 2.2.25 on latest > Ubuntu. > I wondered as I've had the same source building on Debian just fine. > > Some debugging led me to this weird behavior: > Using this gdb command file called autoreportissue in my case: > break dcrypt_initialize > commands >
2008 Aug 12
2
regedit changes are ignored
This is in relation to a printer problem I am having, but when I edit the registry using regedit or wine regedit /d "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows" the changes never get saved, the key is there the next type I look in regedit, any ideas?
2007 May 03
4
Finding instrumented code
Hi all, So I just took Sun''s dtrace class this week and one thing that piqued my interest was the instrumenting of a process''s instructions and how to find the original instructions. (I''m looking around at resources for learning SPARC assembly to help me when using mdb for analysis, though I vaguely remember pieces from a grad school compiler theory class about 10 years
2018 Apr 26
2
windows ABI problem with i128?
I'm trying to use LLVM to create compiler-rt.o on Windows. I use this command from the compiler-rt project: [nix-shell:~/downloads/llvm-project/compiler-rt]$ clang -nostdlib -S -emit-llvm lib/builtins/udivti3.c -g -target x86_64-windows -DCRT_HAS_128BIT The resulting LLVM IR is: ================================================================= ; ModuleID = 'lib/builtins/udivti3.c'
2009 Jul 16
4
Install error with DAZ Studio
I'm trying to install DAZ Studio under Wine and immediately after the splash screen it crashes out and I get a window with the following message: > Error creating directory C:/Program Files/***unknown variable system_temp_directory*** The DAZ Studio version is 3.0.1.135 for Windows. I'm running Wine 1.1.12 under Ubuntu 9.04 with GNOME 2.26.1. My video card is an nVidia GeForce
2018 Apr 26
0
windows ABI problem with i128?
Most probably you need to properly specify the calling convention the backend is using for calling the runtime functions. Or implement the stub for udivti3 that performs the necessary argument lifting. I guess there is no standard ABI document describing the intended calling convention here, so I'd just do what mingw64 does here and make everything here compatible. On Thu, Apr 26, 2018 at
2007 Jun 17
2
Sending changes to winelib ?
I have a little program coded for windows, and I want to compile it using winegcc. Unfortunately, some functions are not implemented in winelib, and I have to tweak some files. So, How do I submit those changes ? I found nothing on the WineHQ site. SO, if someone knows where to redirect me, I can do it alone! ___________________________________________________________________________
2007 Mar 19
2
Counter-Strike won't work with 9.0.17
Odd problem. When trying to connect to an internet server in CS running on wine 9.0.17 I get the error "Your version does not match the servers. Please restart game". (Just to clarify, it is CS itself that throws this error) I also tried Team Fortress Classic with the same result. I can create a local game server without a problem, but can't connect to any internet game.
2008 Nov 10
3
Universal naming convention
Hello ppl I want to start to study wine code so that i can do some changes in the UNC - Universal Naming Convention code. Who can help me ? or point some guidelines?
2018 Apr 26
1
windows ABI problem with i128?
On Thu, Apr 26, 2018 at 3:44 AM, Anton Korobeynikov <anton at korobeynikov.info > wrote: > Most probably you need to properly specify the calling convention the > backend is using for calling the runtime functions. Thanks for the tip. Can you be more specific? Are you suggesting there is some config parameter I can set before running TargetMachineEmitToFile? Do you know what
2008 Jan 14
1
wine-0.9.53: slow startup, several stack dumps
Hello. Between 0.9.52 and 0.9.53 were several changes that lead to a big slowdown on starting wine. The log traces give the following info: wine: Call from 0x7ee3812c to unimplemented function ntoskrnl.exe.KeQueryActiveProcessors, aborting wine: Unimplemented function ntoskrnl.exe.KeQueryActiveProcessors called at address 0x7ee3812c (thread 000f), starting debugger... Unhandled exception: