Scolring - Forum

Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology

Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered

You are not logged in.

#1 30-May-2014 02:05:41

kazuhirou
Member
Registered: 30-May-2014
Posts: 3

My Openspace 3D Poject Error

I'm using PDF & Screenshot Plug IT on my project
First problem is I can't open my PDF when I update my Adobe Reader 11.0.7, that make my scol.exe stop working but when I downgrade back to 11.0.3 there is no problem.
Second problem is when I export project into stand alone application, screenshot plug IT still working and can save my screenshot but, when I change that into .exe using Inno Setup Compiler my project cannot save my screenshot

Thx for help smile

Offline

#2 30-May-2014 10:28:52

arkeon
Admin. / Scol language & OpenSpace3D developer
From: Nantes
Registered: 30-Mar-2009
Posts: 5,161
Website

Re: My Openspace 3D Poject Error

Hello

The PDF plugIT use Acrobat Reader ActiveX, and I know that the some versions of the reader are not stable hmm I couldn't debug it, since it crash in the acrobat activeX and they do not provide sources ^^.

About screen shot plugIT, since Windows 7 any program can't write files in the program files directory.
you can change the project write enable directory by modifying the usm.ini file in the exported project

add
disku mydir
for example in the usm.ini file, the screen shots will be written in my document/mydir/screenshots
then rebuild the setup with this usm.ini file updated.

Offline

#3 2-Jun-2014 02:01:57

kazuhirou
Member
Registered: 30-May-2014
Posts: 3

Re: My Openspace 3D Poject Error

Hello arkeon,
I have try what u say about screenshot. But, it still confusing me.
I already trying add "disku myfolder" and "disku C:/Users/Kazuhirou/Documents/Screenshot" into usm.ini, but when I try "disku myfolder" my project just make new folder named "myfolder" but screenshot still save in my screenshot plug it folder in this case screenshot/, when I try "disku C:/Users/Kazuhirou/Documents/Screenshot" nothing happen.

this is my usm.ini

standalone yes
log no
scol Scol.dll SCOLWinMain
plugin plugins/XTension.dll
plugin plugins/MMedia24.dll
plugin plugins/LibOS2D24.dll
plugin plugins/Lib2D24.dll
plugin plugins/SerialIO.dll
plugin plugins/ScolSQL.dll
plugin plugins/SO3Engine.dll
plugin plugins/ZooGL24.dll
plugin plugins/wiimote.dll
plugin plugins/security.dll
plugin plugins/speech.dll
plugin plugins/neurosky.dll
plugin plugins/joypad.dll
plugin plugins/BitmapToolkit.dll
plugin plugins/audio.dll
plugin plugins/sCurl.dll
plugin plugins/sXml.dll
plugin plugins/Vuzix.dll
plugin plugins/sqlite3.dll
plugin plugins/sTuio.dll
plugin plugins/sVrpn.dll
plugin plugins/oculus.dll
plugin plugins/LeapMotion.dll
cache ./partition 0
diska ./partition 0
3DMipmap 2
SO3Renderer DirectX9
3DFSAA 0
QuadBuffer no
FocalLength 1
EyeSeparation 0.06
disku myfolder

Thx smile

Offline

#4 2-Jun-2014 10:15:21

arkeon
Admin. / Scol language & OpenSpace3D developer
From: Nantes
Registered: 30-Mar-2009
Posts: 5,161
Website

Re: My Openspace 3D Poject Error

Hi !

just place the disku folder before the cache

standalone yes
log no
scol Scol.dll SCOLWinMain
plugin plugins/XTension.dll
plugin plugins/MMedia24.dll
plugin plugins/LibOS2D24.dll
plugin plugins/Lib2D24.dll
plugin plugins/SerialIO.dll
plugin plugins/ScolSQL.dll
plugin plugins/SO3Engine.dll
plugin plugins/ZooGL24.dll
plugin plugins/wiimote.dll
plugin plugins/security.dll
plugin plugins/speech.dll
plugin plugins/neurosky.dll
plugin plugins/joypad.dll
plugin plugins/BitmapToolkit.dll
plugin plugins/audio.dll
plugin plugins/sCurl.dll
plugin plugins/sXml.dll
plugin plugins/Vuzix.dll
plugin plugins/sqlite3.dll
plugin plugins/sTuio.dll
plugin plugins/sVrpn.dll
plugin plugins/oculus.dll
plugin plugins/LeapMotion.dll

disku myfolder
cache ./partition 0
diska ./partition 0

3DMipmap 2
SO3Renderer DirectX9
3DFSAA 0
QuadBuffer no
FocalLength 1
EyeSeparation 0.06

Offline

Board footer

Powered by FluxBB