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
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.
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
Possibly Parallel Threads
- running JPEG device on R 1.9.1 using xvfb-run on Linux
- running wine app without X server or without xvfb
- Running wine from php pages with "Xvfb" not fix yet
- xvfb question
- Use of xvfb : X11 cannot allocate additional graphics colors. Consider using colortype="pseudo.cube" or "gray"