search for: msgbox

Displaying 20 results from an estimated 77 matches for "msgbox".

2005 Mar 07
1
Language learning program (Spanish to Go)
...iting empty location info fixme:shell:SHELL32_DllCanUnloadNow (void): stub fixme:shell:SHELL32_DllCanUnloadNow (void): stub fixme:shell:Stream_WriteLocationInfo writing empty location info fixme:shell:SHELL32_DllCanUnloadNow (void): stub fixme:shell:SHELL32_DllCanUnloadNow (void): stub fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. [andrew@Atlas2 andrew]$ fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. fixme:dialog:MSGBOX_OnInit task modal msgbox !...
2007 Dec 22
1
Memory leaks
Hi, I wrote a small windows program (msgbox.exe) and run it like that: WINEDEBUG=+heap wine msgbox.exe. In the output there is the memory at address 0x110118 allocated more than once without a free. It is shown in the "output" (I snipped out a lot of unnecessary stuff). In the analyses of the complete output there is this memory ad...
2002 Jan 28
0
problems with modal MsgBox and critical section timeouts
...the first install-shield message box is managed, but everything else isn't. anyway. when that message box appears and then vanishes under the image, i get the last message in this list: (running as: "wine --managed --winver nt40 ./Setup.exe") [font messages whacked] fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. fixme:ntdll:NtOpenThreadToken (0xfffffffe,0x00000008,0x00000000,0x405b5bac): stub fixme:ntdll:NtQueryInformationToken (0000cafe,2,(nil),0,0x405b5b98): stub fixme:ntdll:NtQueryInformationToken (0000cafe,2,0x405b5b84,12,0x405b5b98): stub fixme:ntdll:NtOpenThr...
2003 Feb 22
0
Modal msgbox error (game installation problem)
Dear Wine-users, According to the application database this game (Broken Sword II) is meant to install and run under Wine. However when I attempt to run the setup program on the CD I get the following error message: >root@Beauty:~# wine /cdrom/Setup.exe >fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. The error message appears after commdlg.dll is loaded. I loaded the native comdlg32.dll and got past this point but had the same problem with midimap.drv etc (ie the same error message). wine --debugmsg +file /cdrom/Setup.exe gave the following (extract)...
2010 Nov 03
3
pepakura3 "DIB Init Failed"
Ubuntu 10.10 amd64 using ppa:ubuntu-wine/ppa wine version installed: wine1.3 1.3.6-0ubuntu1~maverickppa1 software in question: Pepakura Viewer 3.0.4 http://www.tamasoft.co.jp/pepakura-en/ http://www.tamasoft.co.jp/pepakura-en/download/setup_pepakura_viewer304_en.exe william at Origin:~$ winecfg wine: created the configuration directory '/home/william/.wine'
2007 Aug 21
1
[NetBIOS] Registering new name?
...uot; and "net send" to it fails: ====== Private Sub Command1_Click() Dim ncbInfo As NCB Dim sMachine As String * NCBNAMSZ Dim bRet As Byte '===========1. Send RESET With ncbInfo .ncb_command = NCBRESET End With bRet = Netbios(ncbInfo) MsgBox ncbInfo.ncb_retcode, , ncbInfo.ncb_num '===========2. Register name sMachine = SERVER_NAME & Chr(3) With ncbInfo .ncb_command = NCBADDNAME .ncb_name = sMachine '.ncb_lana_num = &H0 End With bRet = Netbios(ncbInfo) MsgBox ncb...
2002 Nov 26
2
New to Wine (halflife upgrade fales)
...err:mmsys:MMDRV_InitHardcoded You didn't setup properly the config file for the Wine multimedia modules. Will use the hard-coded setup, but this will disappear soon. Please add a WinMM section to your Wine config file. err:midi:OSS_MidiInit ioctl on midi info for device 0 failed. fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. err:module:MODULE_LoadLibraryExA Loading of native DLL C:\Program Files\Sierra On-Line\redirect.exe failed (error 193), check this file. err:module:MODULE_LoadLibraryExA Loading of native DLL C:\Program Files\Sierra On-Line\redirect.exe failed (error 193)...
2008 May 09
4
VB6 and wine_get_unix_file_name
...l sPath As String) As String Dim ptr As Long Dim sBuffer As String * 255 ptr = wine_get_unix_file_name(StrConv(sPath, vbUnicode)) lstrcpyA sBuffer, ptr HeapFree GetProcessHeap(), 0, ByVal ptr GetUnixPath = sBuffer End Function Sub Main() UnixPath = GetUnixPath() MsgBox UnixPath End usb When running this code I got a blank msgbox can anyone help me please. See you. Escuder Nicolas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20080509/4b1f3352/attachment.htm
2004 Apr 27
2
Morrowind Problem
...not found! Using closest match instead (Portuguese keyboard layout) for scancode mapping. Please define your layout in windows/x11drv/keyboard.c and submit them to us for inclusion into future Wine releases. See the Wine User Guide, chapter "Keyboard" for more information. fixme:dialog:MSGBOX_OnInit system modal msgbox ! Not modal yet. fixme:dialog:MSGBOX_OnInit system modal msgbox ! Not modal yet. Then I got a pop up window that says Render Creation Error : "Creation failed : Could not match desired fullscreen mode . and after i click "OK" (the only button available)...
2001 Nov 29
2
Autocad without an installed Windows
...llowing messages : err:win:WIN_FindWndPtr window 10029 belongs to other process err:win:WIN_FindWndPtr window 10021 belongs to other process err:win:WIN_FindWndPtr window 50022 belongs to other process FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock FIXME:pthread_rwlock_rdlock fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. (each repeated many times) If nevertheless I try to run autocad.exe, a (Windows) messagebox tells me that cdilla rts or dll is missing. My wine installation is OK, I succeeded to run a Windows version of Acrobat Reader. I am using wine-cvs-unstripped-11...
2008 Jan 11
2
communicate from Rterm
...create a .bat exestr = "Rterm --restore --save --args " & ds & " < m.in.R > out.txt" Set fs = CreateObject("Scripting.FileSystemObject") Set a = fs.CreateTextFile("rpcd.bat", True) a.writeline (exestr) a.Close ret = Shell("rpcd.bat") MsgBox ("wait for about 5 seconds as the script runs asynchronously") End Sub **************m.in.R************ ds=commandArgs(T)[1] ans=f.repo(ds) q("yes")
2002 Sep 07
3
Question about running DVD Profiler
...ue (4c,1,5,50,1): stub fixme:file:DEVICE_Open Unknown/unsupported VxD SHRINK34.LDR. Try setting Windows version to 'nt40' or 'win31'. fixme:file:DEVICE_Open Unknown/unsupported VxD C:\WINDOWS\0002f7b.tmp. Try setting Windows version to 'nt40' or 'win31'. fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. Now, my question is this: since I have a WIndows 98 installation that wine detected, should I change my Windows version in .wine/config to 'nt40' or 'win31', per the messages above? I DID try setting the config to 'nt40' and that...
2002 Jun 21
4
Musical OCR - MSGBOX_OnInit task modal msgbox !...
...http://www.visiv.co.uk. It is probably the best such program among the few existing ones and the only thing I miss from Windows. Anyway, the installation goes perfectly, but when I try to run it, a window appears saying "Failed to initialize paths" and Wine stops with "fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet." I'd like a lot to have it working... Some weeks ago I tryed with Crossover-Plugin and it almost worked: the program started, was able to open his existing files, modify them (it has a musical editor to correct the recognition errors) and saving b...
2005 Jun 16
3
Excel files first row not being read
hi, i am using the RODBC package to read excel files using odbcConnectExcel and susequently sqlFetch to read the contents of the file. the file that i use is just a matrix of numbers thats all. no headers and column names. what happens is that the sqlFetch is not reading my first row of numbers. i have tried different combinations of colnames and rownames logical values but that first row is not
2007 Mar 19
2
Help creating a shortcut in wine
...w scripts due to its superior speed and reliability. ; %1% (argument #1) - shortcut target (include the full absolute path) ; %2% (argument #2) - name of the shortcut, include the .lnk extension ; check to make sure that the correct # of parameters were passed in if %0% < 2 { MsgBox This script requires 2 parameters but received %0%. ExitApp } FileCreateShortcut, %1%, %2% Here is the error: Z:\home\mike>"C:\Program Files\AutoHotkey\AutoHotkey.exe" create_shortcut.ahk "Z:\home\mike\test.txt" "shortcut_test.txt.lnk" Z:\home\mike...
2004 Jul 28
1
*.ocx files only in system directory ?
...system dir. Everything works fine for the DLLs. But it seems OCX are expected to be found in the system directory. As the following error suggests: $> WINEDEBUG=+loaddll wine pDRAW32.exe err:ole:CoGetClassObject couldn't load InprocServer32 dll C:\Windows\System\RICHTX32.OCX fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. Is there any way to set a search path ? Thank you ____________________________________________________ Aufnehmen, abschicken, nah sein - So einfach ist WEB.DE Video-Mail: http://freemail.web.de/?mc=021200
2007 Mar 19
1
Wine, Ubuntu and Verbix 7.3
Hi. I'm trying to use Wine 0.9.12 under Ubuntu 6.06 to run "Verbix7.3" (www.verbix.com): when it all seems to be done, when I select the verb to be viewed, this doesn't happen, and I see the following error in a MsgBox: Fatal error in Verbix: Unexpected error occured at 00000000 Errormessage was: "Method 'tenses' not supported by automation object" Error code: #3002 ...while, in the console I read: fixme:ole:CoResumeClassObjects stub err:progress:ProgressWindowProc unknown msg 2005 wp=0001 lp...
2001 May 10
1
FlasKMPEG 0.60 actually works
...ne problem did arise, though. wine stopped with these commands. fixme:file:SetFilePointer 64-bit offsets not supported yet SetFilePointer(0000024c,80000000,00000000,00000000) fixme:file:SetFilePointer 64-bit offsets not supported yet SetFilePointer(0000024c,80000000,00000000,00000000) fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. The avi file produced when wine crashed was just below 2Gb. I know avi files do not themselv support a size over 2Gb, so this is not serious. Very nice! Bernhard
2001 Jun 13
1
unreal does'nt install
...e for >printer 'Printer1 raw' >err:winspool:AddPrinterW DocumentPropertiesW failed! >err:winspool:PRINTCAP_ParseEntry hpdeskjet_raw not added by AddPrinterA > (1797) >fixme:process:GetProcessWorkingSetSize >(0xffffffff,0x28586b0c,0x28586b08): stub >fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet. Thanks for any hint;) falk
2001 Dec 01
1
Yet another wine problem...
Sorry to be a pest, but what is this telling me, and is there way to fix it? fixme:dialog:MSGBOX_OnInit system modal msgbox ! Not modal yet. Thanks again.