I'm new here and trying to figure out how to troubleshoot an unsupported application under CrossOver/wine. Can someone please direct me or tell me what the following error might indicate so I can start to research and solve the problem? # Error: DAGGEN_0007: hex2led.vhd : (0, 0): Error during conversion C:\my_designs\samples_81\training\vhdl_training\freq_meter_1\compile\he x2led_hex2led.dag to C:\my_designs\samples_81\training\vhdl_training\freq_meter_1\compile\he x2led_hex2led._x86.bin It looks like I may be missing a resource dependency which would allow the conversion of windows code to OS X binary? I've post on the CodeWeaver site too. If I code get a hint/guess from anyone here I would be grateful.
On Thu, Jun 4, 2009 at 11:26 AM, Oak <wineforum-user at winehq.org> wrote:> I'm new here and trying to figure out how to troubleshoot an unsupported application under CrossOver/wine. > > Can someone please direct me or tell me what the following error might indicate so I can start to research and solve the problem? > > # Error: DAGGEN_0007: hex2led.vhd : (0, 0): Error during conversion ?C:\my_designs\samples_81\training\vhdl_training\freq_meter_1\compile\he x2led_hex2led.dag to ?C:\my_designs\samples_81\training\vhdl_training\freq_meter_1\compile\he x2led_hex2led._x86.bin > > It looks like I may be missing a resource dependency which would allow the conversion of windows code to OS X binary? > > I've post on the CodeWeaver site too. If I code get a hint/guess from anyone here I would be grateful.Terminal output? Wine version? -- -Austin
Austin English Re: [Wine] Error code definitions and resolutions ...> >On Thu, Jun 4, 2009 at 11:26 AM, Oak <wineforum-user at winehq.org> wrote: >> I'm new here and trying to figure out how to troubleshoot an unsupported application under CrossOver/wine. >>He is using Crossover. Sorry, but you are going to have to ask them what the problem is.>> Can someone please direct me or tell me what the following error might indicate so I can start to research and solve the problem? >> >> # Error: DAGGEN_0007: hex2led.vhd : (0, 0): Error during conversion ?C:\my_designs\samples_81\training\vhdl_training\freq_meter_1\compile\he x2led_hex2led.dag to ?C:\my_designs\samples_81\training\vhdl_training\freq_meter_1\compile\he x2led_hex2led._x86.bin >> >> It looks like I may be missing a resource dependency which would allow the conversion of windows code to OS X binary? >>No. However, you may be attempting to use a file type that is currently not supported under Crossover. This will have to be taken up by the Crossover/Mac support folks. However, if you are willing to use Wine for MacOSX, then we could help. Mike Kronenberg is not supporting the Darwine project anymore, and his last build is 1.1.21. James McKenzie
Yes, I used crossOver. I'm new at this and I am picking up on the history of CrossOver and wine. Here is the post reply for the same question from Ken Thomases at CodeWeavers Forum: That error seems to be specific to the software you're using. None of the names or numbers mean anything in a general context, as far as I can tell. I googled for "daggen_0007" and found some entries in WineHQ's AppDB for the app Aldec Active-HDL. Is that what you're trying to run? If so, the problem is documented in WineHQ's Bugzilla: http://bugs.winehq.org/show_bug.cgi?id=15938 Now I'm not sure if I need to start using wine as the starting point. I mean the Aldec, ActiveHDL tool runs wonderfully; the GUI comes up I can get all the graphics, the hierarchy and compile order is correct. But, then, the most important and needed element, conversion and compilation, of the Entity/Architecture pairs is incomplete. It all seems so close to working. The error, obviously indicates a conversion issue. So dependencies must be missing to complete the conversions to x86 binary in the OS X format? I'm a Digital Designer trying to use my Windows FPGA design tools on OS X, Leopard 10.5.7. I'd love to see this work since binary conversion is so much faster than using VM's. I did look into installing wine using (under?) xcode. Didn't do it yet as this post and a duplicate post over at Code Weavers were waiting on replies. Perhaps I'll be returning soon - as it seems that wine should be used for development prior to CrossOver? CrossOver seems to be the refined version of completed wine application??? Thanks very much for your time.
[/quote]You seemed to find the bug and it is still open. You should create a bugzilla account and vote for it. Better yet, you seem to have programming skills of some sort so you might just want to solve the problem. James McKenzie[/quote] Thank you for the invitation. Found that Darwine is not necessary any longer; deleted. Have Xcode installed, installed MacPorts, reading. Baby steps. Thank you for taking the time.