Open forum for end-user questions about
Wine. Before asking questions, check out the
Wiki as a first step.
Forum Rules
-
amitaibu
- Newbie

- Posts: 3
- Joined: Mon Jan 12, 2009 9:32 am
Post
by amitaibu »
I'm trying to run a CAD (vector graphic) program (doesn't appear in the AppDB).
I'm getting the following error. How can I digg more in order to be able to run it properly?
fixme:win:EnumDisplayDevicesW ((null),0,0x32f79c,0x00000000), stub!
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x10028 0x00000000
fixme:win:AnimateWindow partial stub
fixme:wtsapi:WTSQuerySessionInformationA Stub (nil) 0xffffffff 4 0x32ee7c 0x32ee8c
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias -120, std (d/m/y): 27/09/2009, dlt (d/m/y): 27/03/2009
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
fixme:wintrust:SoftpubAuthenticode unimplemented for UI choice 1
fixme:mscoree:_CorDllMain (0x52f0000, 1, (nil)): stub
fixme:mscoree:_CorDllMain (0x52b0000, 1, (nil)): stub
wine: Unhandled page fault on write access to 0x052b1c90 at address 0x603323f (thread 0009), starting debugger...
wineserver crashed, please enable coredumps (ulimit -c unlimited) and restart.
My settings:
* wine --version == wine-1.1.12
* Ubuntu 8.1
* winetricks installed .NET; C++2005 C++2005sp1[/quote]
-
austin987
- Wine Developer

- Posts: 2383
- Joined: Fri Feb 22, 2008 8:19 pm
Post
by austin987 »
On Mon, Jan 12, 2009 at 8:47 AM, amitaibu <
[email protected]> wrote:
I'm trying to run a CAD (vector graphic) program (doesn't appear in the AppDB).
I'm getting the following error. How can I digg more in order to be able to run it properly?
fixme:win:EnumDisplayDevicesW ((null),0,0x32f79c,0x00000000), stub!
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x10028 0x00000000
fixme:win:AnimateWindow partial stub
fixme:wtsapi:WTSQuerySessionInformationA Stub (nil) 0xffffffff 4 0x32ee7c 0x32ee8c
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias -120, std (d/m/y): 27/09/2009, dlt (d/m/y): 27/03/2009
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
fixme:wintrust:SoftpubAuthenticode unimplemented for UI choice 1
fixme:mscoree:_CorDllMain (0x52f0000, 1, (nil)): stub
fixme:mscoree:_CorDllMain (0x52b0000, 1, (nil)): stub
wine: Unhandled page fault on write access to 0x052b1c90 at address 0x603323f (thread 0009), starting debugger...
wineserver crashed, please enable coredumps (ulimit -c unlimited) and restart.
My settings:
* wine --version == wine-1.1.12
* Ubuntu 8.1
* winetricks installed .NET; C++2005 C++2005sp1
[/quote]
Downgrade to 1.1.11 or upgrade to git/1.1.13.
--
-Austin
-
austin987
- Wine Developer

- Posts: 2383
- Joined: Fri Feb 22, 2008 8:19 pm
Post
by austin987 »
On Mon, Jan 12, 2009 at 8:47 AM, amitaibu <
[email protected]> wrote:
I'm trying to run a CAD (vector graphic) program (doesn't appear in the AppDB).
I'm getting the following error. How can I digg more in order to be able to run it properly?
fixme:win:EnumDisplayDevicesW ((null),0,0x32f79c,0x00000000), stub!
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x10028 0x00000000
fixme:win:AnimateWindow partial stub
fixme:wtsapi:WTSQuerySessionInformationA Stub (nil) 0xffffffff 4 0x32ee7c 0x32ee8c
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias -120, std (d/m/y): 27/09/2009, dlt (d/m/y): 27/03/2009
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
fixme:wintrust:SoftpubAuthenticode unimplemented for UI choice 1
fixme:mscoree:_CorDllMain (0x52f0000, 1, (nil)): stub
fixme:mscoree:_CorDllMain (0x52b0000, 1, (nil)): stub
wine: Unhandled page fault on write access to 0x052b1c90 at address 0x603323f (thread 0009), starting debugger...
wineserver crashed, please enable coredumps (ulimit -c unlimited) and restart.
My settings:
* wine --version == wine-1.1.12
* Ubuntu 8.1
* winetricks installed .NET; C++2005 C++2005sp1
[/quote]
Downgrade to 1.1.11 or upgrade to git/1.1.13.
--
-Austin
-
amitaibu
- Newbie

- Posts: 3
- Joined: Mon Jan 12, 2009 9:32 am
Post
by amitaibu »
I solved it by placing mscoree.dll inside c:\windows\system32
Great stuff
