search for: shellexecuteex

Displaying 20 results from an estimated 22 matches for "shellexecuteex".

2008 May 26
2
installing problem
...p_dos_mem Cannot use first megabyte for DOS address space, please report err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report fixme:exec:SHELL_execute flags ignored: 0x00000500 Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: Path not found matt:~$
2008 Jul 02
1
Logmein install error
...p_dos_mem Cannot use first megabyte for DOS address space, please report err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report fixme:exec:SHELL_execute flags ignored: 0x00000500 Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: File not found Any idea?
2009 Jun 29
1
i have a problem wit the program
when i want to run a application nothing heapens i try in terminal and she give this messsage wine start utorrent.exe fixme:exec:SHELL_execute flags ignored: 0x00000100 Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: File not found -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090630/19402f01/attachment.htm>
2009 Aug 09
4
Diablo 2 - Incommum problem (even starts the installer!)
Guys There is the problem: I put the CD into the drive, the system mount it, i go to the terminal and type (two click and notting happens into the nautilus): wine installer.exe and the wine give me this error: wine: could not load L"E:\\installer.exe": Module not found How i f this? i've tried making iso images with the brasero, and with the magic iso (windows), and mount it
2004 Aug 22
2
permissions, kernel-2.6.8, and wine-20040813
...H% set INCLUDE=F:\wine\msvc++tk2003\include;F:\wine\OpenSSL\include;%INCLUDE% set LIB=F:\wine\msvc++tk2003\lib;F:\wine\OpenSSL\lib\VC;%LIB% qmake nmake This worked fine before, but now runs successfully only as root, and gives this error for non-root users: <snipped> fixme:exec:ShellExecuteExW32 flags ignored: 0x00000500 fixme:exec:SHELL_ExecuteW Strange error set by CreateProcess: 203 fixme:exec:SHELL_ExecuteW Strange error set by CreateProcess: 203 Application could not be started, or no application associated with the specifi ed file. ShellExecuteEx failed: Environment variable not f...
2010 Jun 01
12
Wine & Pro/Intralink
...13 files 63,427 bytes 2 directories 66,792,452,096 bytes free C:\ptc\proiclient3.4\bin>proilink3.4.bat fixme:exec:SHELL_execute flags ignored: 0x00000100 Non ? stato possibile eseguire l'applicazione, o nessuna applicazione ? associata con il file specificato. ShellExecuteEx fallito: Invalid parameter Path not found[/code]
2009 Feb 03
2
SteamInstall.msi results in "Error: Success"
Code: $ wine start SteamInstall.msi fixme:exec:SHELL_execute flags ignored: 0x00000100 Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: File not found Or by running outside terminal, I get the wine error dialog "Success" with the red circle next to it and a little OK under it. lol, "Error: Success" Wine 1.1.4 64-bit Ubuntu 8.10 Also, when I try steaminstall.exe, Steam installs properly up to the po...
2007 Mar 19
2
ShellExecute
When running under Wine, ShellExecute isn't opening .html files that my Windoze app creates. Any thoughts? I know very little about linux or Wine. //fname is unicode CString that has a fully qualified *existing* .html filename HINSTANCE h = ShellExecute(NULL, _T("open"), fname, NULL, NULL, SW_SHOWNORMAL); if ((UINT)h <= 32) { /* yep, it fails to launch */ };
2008 Apr 15
4
.reg files, please help!
How does one run a .reg file in wine? Im asking because edit a game I need to make a .reg file and run it like an .exe help will be appreciated!
2008 Dec 22
0
Problem running Knights of the Force 2.
...Found > C:\Program Files\LucasArts>cd.. > C:\Program Files>cd.. > C:\>cd.. > C:\>start jasp.exe +set fs_game SinglePlayer +set fs_basepath KnightsoftheForce > fixme:exec:SHELL_execute flags ignored: 0x00000500 > Failed to run aplication or no aplication assigned. > ShellExecuteEx failed: File not found > > C:\>goto exit > Any ideas what to do?
2011 Sep 24
1
Re: Visual C++ installation Help?
...ntered "wine start.exe PSDK-FULL.bat "C:\psdktemp" But I got this message: "Jkirk279$ wine start.exe PSDK-FULL.bat "C:\psdktemp" fixme:exec:SHELL_execute flags ignored: 0x00000100 Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: Environment variable not found" Can somebody translate ? The .bat file should have triggered Extract.exe, combined the ten segments into one and run the installer, correct ? Thanks...
2012 Jun 15
1
"Internal Errors - Invalid Parameters Recieved" Please Help!
I'm running wine 1.4 on Ubuntu 12.04 and whenever I run a windows game it crashes and gives the error "Internal Errors - Invalid Parameters Recieved" and I have no clue what my problem could be. This happens when I run a game, programs don't have this issue.
2010 Jul 24
2
"Not enough memory" on MacOSX
I just installed wine 1.2-rc7 on a recent Macbook Pro under MacOSX 10.6.4 using Macports. It works fine with several Windows applications. However, when I try to execute an EXE file compiled from a simple Fortran program on a Windows box, all I get is: wine: Not enough memory The message is not correct since I have 4GB and the program is small. Also, the program works with wine-1.0.1 on a
2016 Jan 22
0
Wine release 1.9.2
...hristian Costa (1): d3dx9: Implement D3DXCreateAnimationController with a stubbed ID3DXAnimationController interface. Fran?ois Gouget (10): shell32/tests: The expectedArgs parameter of the DDE tests is an argument count, not a boolean. shell32/tests: Check the hProcess field when ShellExecuteEx() fails. shell32/tests: Create_test_association() should either succeed or fail due to insufficient permissions. shell32/tests: Fix the shortcut vs. class interaction test. tests: Use plain printf() calls instead of fprintf(stdout). kernel32/tests: Help the tests portably de...
2008 Dec 20
0
Wine release 1.1.11
...ak in GdipCombineRegionRegion. gdiplus/tests: Fix a double-free in the region test. gdiplus/tests: Fix a double-free in the graphics test. shell32: Fix a memory leak in the run dialog code. shell32: Use the NO_UI flag in ShellExecute. shell32: Display error messages in ShellExecuteEx. shell32: Use ShellExecuteEx instead of ShellExecute in the run dialog. shell32: Use ShellExecuteEx to create error dialogs for the run dialog. winex11.drv: Do not assume window managers support _NET_WORKAREA. Vitaliy Margolen (1): dinput: Remove DIEnumDevicesCallbackAtoW....
2015 May 29
0
Wine release 1.7.44
...nRange stub (MySQL Workbench, BlitzMaxDemo137) 17920 OleUIAddVerbMenu is not implemented 18303 Adobe Acrobat Pro 7: Crashes when selecting the "edit" menu while having a file open. 25684 OLE v2.03 16bit (Win3.1 & 3.11): installer deadlocks 25950 SEE_MASK_NO_CONSOLE flag in ShellExecuteEx have opposite effect 26321 Star Wars: Galactic Battlegrounds Clone Campaigns: 1.0x - Exit DataBank or Basic Training will crash game. 30974 No backtrace with Visual C++ 2010 .pdb files in large app; "Unsupported type 1404 in STRUCT field list" 31922 64-bit Total Commander 8.x cra...
2007 Apr 27
0
Wine release 0.9.36
...rtiz (1): winspool.drv: Add Spanish resources. Kai Blin (1): secur32: Move NTLM debug output to a seperate "ntlm" channel. Ken Thomases (3): shell32/tests: Added to-do test showing a bug with file paths with spaces. shell32: Don't break file path at spaces in ShellExecuteEx if quoted. shell32/tests: Test that quoting file path prevents masking at space. Kevin Koltzau (1): user32: Draw menu item bitmaps in the correct location when the scroll arrows are active. Kirill K. Smirnov (3): xcopy: Add Russian resource. kernel32: Add partial stub for...
2018 Nov 09
0
Wine release 3.20
...writer buffer. webservices: Add support for UTF-8 encoded text in read_message_id. webservices: Implement WsRequestReply. webservices: Don't use MSG_PEEK. msi: Avoid duplicate product codes in FindRelatedProducts. wshom: Split the command line before passing it to ShellExecuteEx. winhttp: Get rid of cookie_t. winhttp: Get rid of domain_t. winhttp: Get rid of task_header_t. winhttp: Get rid of header_t. winhttp: Get rid of send_request_t. winhttp: Simplify build_request_string. winhttp: Properly handle request paths with Unicode cha...
2007 Jun 15
0
Wine release 0.9.39
...port for vararg functions in ITypeInfo::Invoke. winebrowser: Add DDE support. wine.inf: Use DDE for winebrowser as native. shell32/tests: Simplify DDE thread and message loop. shell32/tests: Save threadid from CreateThread as required by winme/98/95. shell32/tests: Use ShellExecuteEx with SEE_MASK_FLAG_DDEWAIT and SEE_MASK_FLAG_NO_UI for DDE tests. shell32/tests: Expand default DDE application name tests to conform to win98. shell32/tests: Allow testing for arbitrary number of command line arguments in DDE tests. shell32/tests: Add test for unquoted %1 in comm...
2011 Aug 26
0
Wine release 1.3.27
...wininet: Parse user and password for proxy authentication. wininet: Test and fix possible error situations for InternetQueryOption with INTERNET_OPTION_PROXY. winex11: Reject too bright gamma ramps. po: Update German translation. shell32/tests: Initial directory tests for ShellExecuteEx. mshtml: Initialize return value. mshtml: Remove obsolete proxy handling. Aric Stewart (5): usp10: Implement Multiple Substitution Subtable. usp10: Always use a SCRIPT_STATE and SCRIPT_CONTROL structure in ScriptStringAnalyse. usp10/tests: Refactor test_ScriptXtoX to...