http://bugs.winehq.org/show_bug.cgi?id=4956
Summary: _spawn fails if trying to run Win32 GCC
Product: Wine
Version: 0.9.9.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Gernot.Frisch(a)Dream-D-Sign.de
Hi,
I have to run a GCC.exe from MinGW. It sais, that the translation of the
filename didn't succeed in _spawn function.
I copied the msvcrt.dll into my .wine/drive_c/system directory and configured to
use native one. No change.
The gcc.exe cannot find the cc1plus.exe then. I tried everything. Setting PATH
variable for gcc.exe process, setting current directory...
If you want to try it, download the GLBasic SDK (demo) from www.glbasic.com,
install it, open any sample (Hello World) and press "compile" button. Then see
the output on the console window.
Also, after the installation, there is a gcc.exe in /Program
Files/GLBasic/compiler/Win32/Bin. Try to run:
wine -- gcc.exe some_empty.cpp
Please, please help as this is very essential for my program to run on Linux.
Best regards,
-Gernot
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4948
------- Additional Comments From the3dfxdude(a)gmail.com 2006-29-03 10:51 -------
I have tried attaching to the stuck "Warcraft III.exe" process in winedbg. Like
what Jan posted, the instruction it breaks at is "int $0x80"
What this means is that the program is getting stuck at a system call?
I tried cont command, and the process remains stuck. But try stepping with the
step command. The process exits and is no longer stuck. So single stepping in
a debugger works, but not the normal wine execution. Any ideas? My kernel
version is 2.6.16, what kernel are the rest of you running?
Combine this with that thread detach idea, and it looks like to me that the game
is having difficulty being attached to the explorer process. I wonder if it's a
copy protection problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4945
------- Additional Comments From winorojo(a)hotmail.com 2006-29-03 10:08 -------
Yes, I took a look at bug #4143 and the patches to fix that bug don't fix this
problem. Note that I'm not using pbuffers (see the source code, linuxtest.cpp)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4305
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From dank(a)kegel.com 2006-29-03 08:46 -------
Tommy's patch to fix this is at
http://www.winehq.com/pipermail/wine-patches/2006-March/025255.html
Can you test it and verify EM_GETLINE works for you?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4954
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2163|text/plain |application/octet-stream
mime type| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4096
------- Additional Comments From wine.dev(a)web.de 2006-29-03 08:04 -------
Created an attachment (id=2165)
--> (http://bugs.winehq.org/attachment.cgi?id=2165&action=view)
dump IniFileMapping
I ask for your Help to learn, what the different Windows-NT - Versions
do with IniFileMapping.
Attached is a big Patch for dlls/kernel32/tests/profile.c (and Makefile.in)
that print the things. "shlwapi.dll" is used for SHDeleteKeyA and
"advapi32.dll" for the Reg*-Functions.
The test does:
- Setup IniFileMapping, default Registry-Entries and a default INI-File
- dump all
- add a key (redirected)
- dump all
- add other key (sometimes redirected)
- dump all
- add other section
- dump all
- delete the key
- dump all
- delete the section
- dump all
Please Test this on your NT-System and attach the Output to this Bug,
when it is not tested for the system you have.
Do not forget to explain the system.
Thanks.
(binary and examples follow)
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4955
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-29-03 08:02 -------
Please add and entry for this application in the AppDB http://appdb.winehq.org/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.