Gamestudio Links
Zorro Links
Newest Posts
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
Trading Journey
by howardR. 04/28/24 09:55
Zorro Trader GPT
by TipmyPip. 04/27/24 13:50
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (AndrewAMD, 7th_zorro, VoroneTZ, Quad), 912 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 5
Page 10 of 23 1 2 8 9 10 11 12 22 23
Re: C# wrapper 2.2.2 - RELEASE [Re: Stromausfall] #365805
03/29/11 13:47
03/29/11 13:47
Joined: Mar 2011
Posts: 13
Yorkshire, England
monotonic Offline
Newbie
monotonic  Offline
Newbie

Joined: Mar 2011
Posts: 13
Yorkshire, England
Hi Stromausfall,

Yeah when I run the lite-c scripts that come with the engine it displays my name and lists it as Commercial edition. I have full admin privileges on my machine and the project is located in a separate partition to the OS so there shouldn't be any locks on the working dir.

I'm going to try and uninstall everything to do with 3DGS and then reinstall it all, I'll see if that has any bearing on the problem.

it's a confusing one.

Re: C# wrapper 2.2.2 - RELEASE [Re: monotonic] #365811
03/29/11 14:21
03/29/11 14:21
Joined: Dec 2002
Posts: 616
Austria
Stromausfall Offline OP
User
Stromausfall  Offline OP
User

Joined: Dec 2002
Posts: 616
Austria
did you have any luck yet ?


get the C# wrapper:
for A7.85.4 and A8.30.4, Version 2.3.9
at http://acknexwrapper2.matthias-auer.net/ or visit the thread
Re: C# wrapper 2.2.2 - RELEASE [Re: Stromausfall] #365817
03/29/11 15:00
03/29/11 15:00
Joined: Mar 2011
Posts: 13
Yorkshire, England
monotonic Offline
Newbie
monotonic  Offline
Newbie

Joined: Mar 2011
Posts: 13
Yorkshire, England
I have un-installed 3DGS re-installed it, cleaned my registry, set access rights, ran both debug and release builds all to no avail.

The call stack where the program crashes is as follows:

1) EngVar.initializePointers(IntPtr engVarPointer)

2) [within the function above]
#if A7_WRAPPER
#else
renderLayerEventHandler =
new Scheduler.NativeEventHandler<EventVoid>(renderLayerPointer);
#endif

3) setIntPtrFromIntPtr(IntPtr intPtrToVariable, IntPtr intPtrToWrite)

The exception occurs in the last function call.

Re: C# wrapper 2.2.2 - RELEASE [Re: monotonic] #365819
03/29/11 15:04
03/29/11 15:04
Joined: Dec 2002
Posts: 616
Austria
Stromausfall Offline OP
User
Stromausfall  Offline OP
User

Joined: Dec 2002
Posts: 616
Austria
Which version of A8 do use ?


get the C# wrapper:
for A7.85.4 and A8.30.4, Version 2.3.9
at http://acknexwrapper2.matthias-auer.net/ or visit the thread
Re: C# wrapper 2.2.2 - RELEASE [Re: Stromausfall] #365820
03/29/11 15:05
03/29/11 15:05
Joined: Mar 2011
Posts: 13
Yorkshire, England
monotonic Offline
Newbie
monotonic  Offline
Newbie

Joined: Mar 2011
Posts: 13
Yorkshire, England
I downloaded the version that was supplied within my download link which is 8.03

Re: C# wrapper 2.2.2 - RELEASE [Re: monotonic] #365822
03/29/11 15:08
03/29/11 15:08
Joined: Dec 2002
Posts: 616
Austria
Stromausfall Offline OP
User
Stromausfall  Offline OP
User

Joined: Dec 2002
Posts: 616
Austria
Excellent ! I think this may be the solution to the problem ^^

go to http://www.3dgamestudio.com/download.php

and then download the
"Gamestudio / A8 (free version / trial version - V 8.10 - ~100 MB - December 2010)"

and then activate it ! Most likely the problem occured because you used 8.03 instead of 8.10 ! It's nonetheless a bit misleading that you didn't get a download link to the newest version !


get the C# wrapper:
for A7.85.4 and A8.30.4, Version 2.3.9
at http://acknexwrapper2.matthias-auer.net/ or visit the thread
Re: C# wrapper 2.2.2 - RELEASE [Re: Stromausfall] #365825
03/29/11 15:12
03/29/11 15:12
Joined: Mar 2011
Posts: 13
Yorkshire, England
monotonic Offline
Newbie
monotonic  Offline
Newbie

Joined: Mar 2011
Posts: 13
Yorkshire, England
Stromausfall, you are a genius. It;s now working fine and dandy.

Thank you very much.

Re: C# wrapper 2.2.2 - RELEASE [Re: monotonic] #365826
03/29/11 15:14
03/29/11 15:14
Joined: Dec 2002
Posts: 616
Austria
Stromausfall Offline OP
User
Stromausfall  Offline OP
User

Joined: Dec 2002
Posts: 616
Austria
Glad it worked ! ^^


get the C# wrapper:
for A7.85.4 and A8.30.4, Version 2.3.9
at http://acknexwrapper2.matthias-auer.net/ or visit the thread
Re: C# wrapper 2.2.3 - RELEASE [Re: Stromausfall] #366069
04/01/11 10:17
04/01/11 10:17
Joined: Dec 2002
Posts: 616
Austria
Stromausfall Offline OP
User
Stromausfall  Offline OP
User

Joined: Dec 2002
Posts: 616
Austria
a new version was uploaded (for Acknex 7.85.4 AND Acknex 8.10)
the update of the wrapper includes:

- DYNAMIC flag was assigned to flags instead of emask, thus DYNAMIC didn't work - fixed

here's the link:

AcknexWrapper_8_10__2_2_3.zip


get the C# wrapper:
for A7.85.4 and A8.30.4, Version 2.3.9
at http://acknexwrapper2.matthias-auer.net/ or visit the thread
Re: C# wrapper 2.2.3 - RELEASE [Re: Stromausfall] #366114
04/01/11 14:02
04/01/11 14:02
Joined: Dec 2006
Posts: 434
UK,Terra, SolarSystem, Milky W...
pararealist Offline
Senior Member
pararealist  Offline
Senior Member

Joined: Dec 2006
Posts: 434
UK,Terra, SolarSystem, Milky W...
Hi,

I think ive found a problem.
I usually compile the wrapper and add the dll reference to project. This workd when i use A8, but when i went back to A7 to try out some shaders, (i only have A8 free)i find it only works if i add the AW folder to the project, not as dll.
I tried all the examples out and that is the result i got.
Using A7_WRAPPER as conditional i have to remove the dll reference and add the AW folder to the project.
Without A7_WRAPPER as conditional the dll works fine.
Hope this makes sense my explanation.


A8.3x Commercial, AcknexWrapper and VS 2010 Express
&#9675;pararealist now.
Page 10 of 23 1 2 8 9 10 11 12 22 23

Moderated by  TWO 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1