similar to: no errors but the app doesnt work

Displaying 20 results from an estimated 40000 matches similar to: "no errors but the app doesnt work"

2010 Sep 08
5
problem with app, 80 days around the word (game)
hi, i have a question. the game called 80 days around the word, not starting.. more info i start it it brings up a frame, the frame has title and icon visible in the task bar app exists fixme:win:EnumDisplayDevicesW ((null),0,0x32f6dc,0x00000000), stub! fixme:winmm:MMDRV_Exit Closing while ll-driver open these ara the lines, which appear can i have tipps what is it means? i tried to fond a
2007 Mar 19
1
debugging an app which crashes my Window manager?
Hi all I'm running a Win32 application, Ecco Pro, under Wine on my Gentoo Linux system. The app is 'mostly working' but there are some circumstances where it repeatably crashes. I'd like to investigate further to see if I can improve things. I have an embedded systems & windows programming background, so I'm confident I have some of the skills; however I'm a novice
2011 Mar 08
6
Trying to get program to work but no error messages
I am trying to get a game called Mytheon working, it is a relatively unheard of MMO and there is no entry in the appDB for it. The game installed fine, but when I try to run it it it just does nothing. No errors, no waiting or anything. The command line pauses like something is going to happen for a second and then the regular prompt comes back up. Is there some way to make it so I can see
2007 Mar 19
2
Page fault with a working app
I get this page fault when I try to run Civilization 3, which is on the known to work list from the AppDB. This is what spits out if I just run the program with "wine Civilization3.exe" fixme:midi:OSS_MidiInit Synthesizer supports MIDI in. Not yet supported. wine: Unhandled page fault on read access to 0xffdff020 at address 0x3771bf (thread 000e), starting debugger... Modules: Cannot
2006 Jul 10
2
I have installed Ruby on Rails but it doesnt work
Dears I have installed Ruby and Rails succesfuuly but when I run it on the browser by typing http://localhost:3000/, it gives an error ("The Page cannot be displyed"). PLease help me in this regard. Shakeel ur Rehman -- Posted via http://www.ruby-forum.com/.
2008 Aug 28
6
I have ubuntu, but this doesnt work
I follow the download steps and did everything, but when I clicked the download/install link, it gives me pop-up error: "cannot find 'wine' " My brother also has ubuntu and he gets the same error, please help :( thanks
2001 Mar 29
2
Program runs, but crashes...
I'm attempting to get a version of a terminal emulator (Meditech, proprietary Esprit105C emulation) running on a Linux box with RedHat 6.2 and CodeWeavers Wine 20010305-1. The program runs (after asking for netapi32.dll and netbios.dll first...copied those from a win98 PC with no problems) and then when I start entering the information to set up the terminal config, it crashes with the
2002 Feb 15
3
make works but make install fails
Doing a make install gives the following error: ------------------- snip ------------------- Wine build complete. cd `dirname debugger/__install__` && make install make[1]: Entering directory `/usr/src/wine/debugger' [ -d /usr/local/bin ] || mkdir -p /usr/local/bin /usr/bin/install -c winedbg.so /usr/local/bin/winedbg.so cd /usr/local/bin && rm -f winedbg && cp wine
2004 Dec 17
2
Custom weight factors - pushing the relevancy ranking how we want it
Hi guys (and gals?), We're using Xapian/Omega for indexing and searching forums. As forums are, the content that is relevant to a search is not just determined by the frequency or location of the terms; the date the topic has been last modified is important as well. Another issue we find is that the amount of results is so overwhelming, the user is unable to find the correct topic for his
2002 Feb 16
2
WineDbg : list of errors
Hi, Using WineDbg, I have problems to attach to a process. I start "winedbg". then "walk process". It gives reference to a W-process. Trying attach to this process gives me error 5. Where could i find more info on these error numbers ? [syl@snoop La 4?me Proph?tie]$ winedbg WineDbg starting... on pid 0 Wine-dbg>walk process pid threads parent exe 0806ba80
2006 Oct 31
1
2 questions, frame size and SPEEX_GET_LOOKAHEAD
Hi, Andras, Thanks for the comments. Yes, I am aware of those issues. I probably should have been more accurate on my usage of terms. Actually in my project, the unit collection is a mixture of diphones and words. However seems to me, these synthesizer specific issue is irrelevant to my question about speex. As you said, i merely use speex as storage methods. All I ask for is to get the
2001 Jun 30
3
winelib runs but wine ok.... Why??
Hi all, I have a small program (~10k lines) that just uses elementry API (like SendMessage). It compiles under Borland C++ Builder 5.5.1 (for win exe) and under g++ with winlib. The problem is that the Builder EXE runs perfectly with WINE __BUT__ the library built with winlib does not run - spits out a segmentation faul @ line 400 (whatever that means) and some Error 139 with nothing else. All
2001 Nov 28
46
Resource temporarily unavailable
Im trying to run this program called Thinkboxx and wen it tryes to comunicate over the comm port it hangs. Here are som output to read. earlier on i get: Call kernel32.VirtualAlloc(43050000,00001000,00001000,00000004) ret=0058557c Ret kernel32.VirtualAlloc() retval=43050000 ret=0058557c thats from vhere the com port gets an virtual memory space, i think. and in the end i have: Call
2018 Dec 29
5
2.3.4 doesnt compile on FreeBSD 11.2 using clang
extract below, this has already been reported a while back but still no new patch, so this email is to serve as a reminder, if someone manually fixes it for the ports tree, I dont consider that a fix, ideally we need this fixed in the source code, as not everyone will install it from ports. Chris "clang40 -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-dns -I../../src/lib-test
2013 Oct 06
1
PermitRootLogin=without-password as default
Hi, Ever since 'without-password' became an option, I've thought it would make a better default (and I actually used to patch it that way when I was the Debian Maintainer. My successors think that it's more important to minimise the size of the patch, which is also a reasonable point). The thing that prompted me to finally mention this here, is this story:
2009 Jan 21
3
Wine doesnt show close to all my files/apps...?
Definitely a noob here to linux (Eeebuntu / Ubuntu) and using Wine to access some of my items on the WinXP boot... I was looking around online and in the documentation but I didnt see anything relating to what I am experiencing, or at least didn't know how to ask the question... Basically when I am browsing my C: drive (NTFS partition) I see only 'Program Files' and 'Windows'
2006 Mar 03
0
AR::Base.pluralize_table_names doesnt work with scaffold generator, right?
Hi! The script/generator scaffold for models doesnt respect (source in) this config/environment.rb setup, right? Because I can put in there ActiveRecord::Base.pluralize_table_names = false but when I run a command like ruby script/generate scaffold model Something then it throws an error saying that my database scheme doesnt have a Something. However there is a table called something. If I
2003 May 12
0
AW: wbinfo doesnt work...
Have you looked, if winbindd is still running after you started it? I think, if the settings for winbind in smb.conf are not correct or if nmbd isn't running, winbindd terminates immediatly after you started it. Greetings, Dominik -----Ursprüngliche Nachricht----- Von: chris Bouchet [mailto:duc_zergouille@yahoo.fr] Bereitgestellt: Montag, 12. Mai 2003 08:26 Bereitgestellt in: Samba
1999 Mar 03
0
smbclient sees my shares, but net view on Windows doesnt'
Hi. I've got samba installed on a Sparc Solaris box and I can't seem to connect to it from the Windows machines on my network. I am able to mount the share with smbclient from the Solaris box, and the machines can both ping each, but when I do "net view \\hostname" from the Windows DOS shell I see this: System error 53 has occurred. The network path was not found. Any help
2008 Aug 26
3
Nibiru installs but doesnt run
When I try and run Nibiru from the command line I get the following error: Code: chris at chris-hardy:~$ '/home/chris/.wine/drive_c/Program Files/The Adventure Company/Nibiru/nibiru.exe' Cannot open file data.adb. fixme:avifile:AVIFileExit (): stub! I am running Ubuntu 8.04 with wine version 1.0 I did some googling and haven't found a solution. Any help would be appreciated!