wine FlashDWG Xvfb help...

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
digitolx
Newbie
Newbie
Posts: 1
Joined: Fri Jun 11, 2010 12:47 pm

wine FlashDWG Xvfb help...

Post by digitolx »

I'm trying to render a acad dwg picture to swf so I can display in a web page.. I have Xvfb set up since this is a webserver and I needed a virtual space..

When I run my app I get this error..

err:module:attach_process_dlls "odbc32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\AutoDWG\\FlashDWG\\FlashDWG.exe" failed, status c0000005
cat: swf/04224-EX2_PROCESS.swf: No such file or directory


I have tried to override the odbc32.dll and I then recieve this error..

wine: Unhandled page fault on write access to 0x00000088 at address 0x1305af (thread 0009), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc436c7
cat: swf/04224-EX2_PROCESS.swf: No such file or directory

I'm hoping some one can help point me in the right direction on this one..

I am running ubuntu server 9.10 with wine1.0.1 ...

Thanks a bunch
User avatar
dimesio
Moderator
Moderator
Posts: 13372
Joined: Tue Mar 25, 2008 10:30 pm

Re: wine FlashDWG Xvfb help...

Post by dimesio »

digitolx wrote: I am running ubuntu server 9.10 with wine1.0.1 ...
Upgrade Wine. That version is over a year and a half old.
James McKenzie

wine FlashDWG Xvfb help...

Post by James McKenzie »

digitolx wrote:
I'm trying to render a acad dwg picture to swf so I can display in a web page.. I have Xvfb set up since this is a webserver and I needed a virtual space..

When I run my app I get this error..

err:module:attach_process_dlls "odbc32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\AutoDWG\\FlashDWG\\FlashDWG.exe" failed, status c0000005
cat: swf/04224-EX2_PROCESS.swf: No such file or directory
Did you install UnixODBC?

Wine's version that implements this function requires it.

James McKenzie
Locked