Displaying 7 results from an estimated 7 matches for "__wine_exe_main".
2001 Aug 13
1
WineLib Linker Error?
........
gcc -shared -Wl,-Bsymbolic test.o test.res test.spec.o -o test.so
-L../../wine-20010731/library -lwine -lshell32 -lcomctl32
-lcomdlg32 -luser32 -lkernel32 -lgdi32 -lm -lutil -ldl
-L../ilib -L../clib -L../xlib -L../apollo -lilib -lclib -lxlib
-lapollo
test.spec.o: In function `__wine_exe_main':
/test/test.spec.c:68: undefined reference to `GetCommandLineA'
/test/test.spec.c:71: undefined reference to `GetStartupInfoA'
/test/test.spec.c:73: undefined reference to `__wine_get_main_args'
/test/test.spec.c:74: undefined reference to `ExitProcess'
and this is the par...
2003 Aug 19
1
Problems building dlls for use with winelib
...0x0): multiple definition of `dllname'
> /tmp/wappX6tcsm.spec.o(.rodata+0x0): first defined here
> (2) /usr/bin/ld: Warning: size of symbol `dllname' changed from 10 in
> /tmp/wappX6tcsm.spec.o to 12 in
> (3) /tmp/wappX6tcsm.spec.o(.text+0x1004a): In function
> `__wine_exe_main':: undefined reference to `main'
Regarding (1) and (2): I cannot make a sense on why I should have made a
mistake here - it seems as if we have two spec-files here, one generated
by myself, and one automatically (the one in /tmp/wapp*.spec.o). Why's
this happening? And why are we copin...
2004 Dec 02
1
Microsoft Office XP Install problems on wine
...uctA+0xd1(szPackagePath=0x77de0755,
szCommandLine=0x77e26708)
[/home/gerald/Desktop/wine-20041201/dlls/msi/msi.c:529] in msi (0x0064fdf8)
10 0x00c43661 main+0x1f9(argc=0xc, argv=0x77de0700)
[/home/gerald/Desktop/wine-20041201/programs/msiexec/msiexec.c:616] in msiexec
(0x0064fe9c)
11 0x00c43163 __wine_exe_main+0x163 in msiexec (0x0064ff2c)
12 0x004bc91b start_process+0xc3(arg=0x0)
[/home/gerald/Desktop/wine-20041201/dlls/kernel/process.c:1046] in kernel32
(0x0064fff4)
13 0x0013862d wine_mmap_is_in_reserved_area+0x65(addr=0x0, size=0x0)
[/home/gerald/Desktop/wine-20041201/libs/wine/mmap.c:466] in libw...
2002 Feb 28
0
failed to load .so lib for builtin user32.dll
...320 "mmsystem.dll",
paramBlock=0xffffffff) at module.c:1054
#18 0x4009536e in LoadLibrary16 (libname=0x804c320 "mmsystem.dll") at
module.c:1218
#19 0x0804c011 in wine_initial_task (inst=134520832, prev=0,
cmdline=0x40340c09 "", show=1) at main.c:37
#20 0x0804b05c in __wine_exe_main () at wine.spec.c:71
#21 0x400c9615 in start_process () at process.c:394
#22 0x400cca2d in call_on_thread_stack (func=0x400c944c) at sysdeps.c:91
Any ideas as to how to solve this or what I should do?
Thanks!
Jared
--
Love all, serve all.
2005 Mar 03
2
Wine suddenly stopped working on Suse 9.2
...x406cfd00)
4 0x409c3d78 __wine_dll_main in x11drv (0x406cfd30)
5 0x401b2a42 call_dll_entry_point in ntdll (0x406cfd48)
6 0x401b5cd3 MODULE_InitDLL in ntdll (0x406cfde0)
7 0x401b60fb process_detach in ntdll (0x406cfe08)
8 0x404dfd62 ExitProcess in kernel32 (0x406cfe90)
9 0x405c4228 __wine_exe_main in rundll32 (0x406cff20)
10 0x404e56a2 start_process in kernel32 (0x406cfff4)
11 0x40031de1 wine_switch_to_stack in libwine.so.1 (0x00000000)
0x40ebebea: movl 0x0(%eax),%eax
Wine-dbg>
Ctrl-C: stopping debuggee
WineDbg terminated on pid 0x8
err:seh:setup_exception nested exception on...
2005 Aug 27
0
unhandled exception on 20050725 install from source on Fedora Core 4
...x20030000,
cmdline=0x7fee0522, show=0xa)
[/home/cj/downloads/wine/wine-20050725/dlls/setupapi/install.c:934] in
setupapi (0x7fcbfde4)
8 0x2003c75e main+0x2ea(argc=0x5, argv=0x7fee0458)
[/home/cj/downloads/wine/wine-20050725/programs/rundll32/rundll32.c:293] in
rundll32 (0x7fcbfeac)
9 0x2003c176 __wine_exe_main+0x176 in rundll32 (0x7fcbff2c)
10 0x2f7b7372 start_process+0xb6(arg=0x0)
[/home/cj/downloads/wine/wine-20050725/dlls/kernel/process.c:996] in
kernel32 (0x7fcbfff4)
11 0x20004935 wine_switch_to_stack+0x11 in libwine.so.1 (0x00000000)
0x5fc4cf13 process_attach+0xbf
[/home/cj/downloads/wine/wine-2...
2003 Jan 19
1
Applications start with title bar grayed
When I try to start notepad, it starts with a grayed title bar,
like it wasnt active. I cant enter text into the input window.
Strange thing, menus work.
To get it look like active and type text, I must select the system menu
and "About wine".
After closing the new window (that has appeared as active), i see that
notepad appears
active and I can enter text.
Has someone this issue ?