• Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Social Media
    •   @Wings3dOfficial
    •   @Wings3dOfficial
    •   Wings3dOfficial
    •   Wings3dOfficial
  • Register
  • Login
  • Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Register
  • Login
Wings 3D Development Forum Wings 3D Design & Development v
« Previous 1 … 7 8 9 10 11 Next »
Snapshot Time again

 
  • 0 Vote(s) - 0 Average
Snapshot Time again

Pages (6): « Previous 1 2 3 4 5 6 Next »
boredom
Offline

Junior Member

Posts: 16
Threads: 2
Joined: Jan 2013
#21
01-31-2013, 01:04 PM
(01-30-2013, 09:16 PM)micheus Wrote: PBR Render with problems. Can someone else confirm?
[Image: renderpbr.th.png]

I tested it on a machine with a good video card (GeForce GTX 560Ti) and in a other with OpenCL supported to CPU (Intel i5 HD Graphics). Both of than generate the same output.

I've got the same issue as well.

* Win7 64-bit
* AMD Radeon 6970 2GB (latest drivers)
Dom
Offline

Junior Member

Posts: 7
Threads: 1
Joined: Feb 2013
#22
02-20-2013, 07:17 PM (This post was last modified: 02-20-2013, 07:18 PM by Dom.)
Hi,

Same render issue.
Nvidia gtx 460. win 7.

snapshot 1.5.pre.39.g6b8

Also...
I've got quite a lot of crashes when unfolding UVs, sometimes even for simple cubes, which I don't have with the 1.4 version.

here a crashdump related to this problem, and snapshot version:
Dump written 2013-2-20_20-13
Version: 1.5.pre1.38.g62be8
Window: {autouv,1}
Reason: {badmatch,[589,48,589,1025,0,0,0,0,0,0,0,0,0,0,0,0]}

Short stack trace:
[]

Long stack trace:
[{wings_render,dummy_axis_letter,0,[{file,"wings_render.erl"},{line,464}]},
{wings_render,render,1,[{file,"wings_render.erl"},{line,55}]},
{wings,'-redraw/2-fun-0-',2,[{file,"wings.erl"},{line,227}]},
{wpc_autouv,handle_event,2,
[{file,"c:/Users/familjen/src/wings/PLUGIN~1/autouv/wpc_autouv.erl"},
{line,573}]},
{wings_wm,handle_event,3,[{file,"wings_wm.erl"},{line,824}]},
{wings_wm,send_event,2,[{file,"wings_wm.erl"},{line,796}]},
{wings_wm,do_dispatch,2,[{file,"wings_wm.erl"},{line,698}]},
{lists,foreach,2,[{file,"lists.erl"},{line,1262}]}]
micheus
Offline

Forum's Admin and Support | Bug fixer
Posts: 3,676
Threads: 183
Joined: Jun 2012
#23
02-20-2013, 08:50 PM
(02-20-2013, 07:17 PM)Dom Wrote: snapshot 1.5.pre.39.g6b8
Dom, you are using the previous snapshot.
It would be good you update it to the latest one: wings-1.5.pre1.74.g2aee.exe (it's in the first post).

After that, if you still be getting these crashes, please let us know. Thanks.
Dom
Offline

Junior Member

Posts: 7
Threads: 1
Joined: Feb 2013
#24
02-21-2013, 10:15 AM
(02-20-2013, 08:50 PM)micheus Wrote:
(02-20-2013, 07:17 PM)Dom Wrote: snapshot 1.5.pre.39.g6b8
Dom, you are using the previous snapshot.
It would be good you update it to the latest one: wings-1.5.pre1.74.g2aee.exe (it's in the first post).

After that, if you still be getting these crashes, please let us know. Thanks.

Thank you for the heads up, but halas yes, I have the same crashes with this version too.

Dump written 2013-2-21_11-12
Version: 1.5.pre1.74.g2aee
Window: {autouv,1}
Reason: {badmatch,[589,48,589,1025,0,0,0,0,0,0,0,0,0,0,0,0]}

Short stack trace:
[]

Long stack trace:
[{wings_render,dummy_axis_letter,0,[{file,"wings_render.erl"},{line,464}]},
{wings_render,render,1,[{file,"wings_render.erl"},{line,55}]},
{wings,'-redraw/2-fun-0-',2,[{file,"wings.erl"},{line,227}]},
{wpc_autouv,handle_event,2,
[{file,"c:/Users/familjen/src/wings/PLUGIN~1/autouv/wpc_autouv.erl"},
{line,573}]},
{wings_wm,handle_event,3,[{file,"wings_wm.erl"},{line,824}]},
{wings_wm,send_event,2,[{file,"wings_wm.erl"},{line,796}]},
{wings_wm,do_dispatch,2,[{file,"wings_wm.erl"},{line,698}]},
{lists,foreach,2,[{file,"lists.erl"},{line,1262}]}]
tkbd
Offline

Senior Member

Posts: 451
Threads: 115
Joined: Nov 2012
#25
03-13-2013, 08:58 AM
I use Wings3d on MacOSX 10.8.2.
Sara2814,are you use Finder with Cover Flow mode or select the saved Collada file on Quick Look view?
I ran into the same errorlog that you encounter.
Mac OS X have Preview.app/QuickLook that aplication also preview Collada file.
I assumeed Wings3d may export bad collada file,then that apllication crashed.

Also Preview.app can display collectly from The COLLADA Test Model Bank( http://www.collada.org/owl/) objects.
micheus
Offline

Forum's Admin and Support | Bug fixer
Posts: 3,676
Threads: 183
Joined: Jun 2012
#26
03-19-2013, 09:44 AM (This post was last modified: 04-02-2013, 11:17 PM by micheus.)
In order to inform the main developers in what I'm working on I'll put here the bug fixes for this snapshot that I'm going to push on github.

a) Unhide all objects in UV window not working - fixed
-> added the absent call to wings_shapeConfusedhow_all/1
b) Certain shotcuts changes are not saveable? - fixed.
-> default hotkeys for a command is removed from hotkey list if there is a user defined for it
c) File dialogs (Save As, Open, etc) with kb shortcuts continues to pop up again forever - Not present in the latest Master branch
-> nothing to done here.
d) Unhide adjacent faces were crashing when object has other than default material applied to it - fixed
-> added call to gb_sets:to_list() before process faces list
e) Fixed an issue related to dynamic dialogs (for coders)
f) Fixes to "Image Plane" preview dialog

Already pushed to github:
a) Crash related to "saved views" and "Selection Groups" windows...
b) Fixes for POV-Ray pluging related to light exporting
dgud
Offline

Grumpy Dev
Posts: 692
Threads: 37
Joined: Nov 2012
#27
03-23-2013, 10:46 AM
Great Micheus, can you give me push requests on github on those branches
micheus
Offline

Forum's Admin and Support | Bug fixer
Posts: 3,676
Threads: 183
Joined: Jun 2012
#28
03-23-2013, 05:08 PM
(03-23-2013, 10:46 AM)dgud Wrote: can you give me push requests on github on those branches
Done! Pull47
ggaliens
Offline

Erlang Hacker
Posts: 954
Threads: 143
Joined: Nov 2012
#29
03-24-2013, 05:09 PM
Bjorns latest Snapshot for Macintosh seems to come up with empty link (DROPBOX link).

Can anyone help me find his installer for Mac snapshot (latest ) ?
ggaliens
Offline

Erlang Hacker
Posts: 954
Threads: 143
Joined: Nov 2012
#30
03-25-2013, 10:06 PM (This post was last modified: 03-25-2013, 10:08 PM by ggaliens.)
OK ... I got a .dmg snapshot from BJORN ...
The webpage was blank ... but this might be a DROPBOX problem ... not a wings dev problem. That being said ...

when I started snapshot for Mac I got ...

Code:
Process:         launchd [251]
Path:            /Users/USER/Desktop/Wings3D 1.5.pre1.75.g8471.app/Contents/MacOS/Wings3d
Identifier:      com.wings3d.wings3d
Version:         ??? (???)
Code Type:       X86 (Native)
Parent Process:  launchd [118]

Date/Time:       2013-03-25 18:03:11.577 -0400
OS Version:      Mac OS X 10.7.4 (11E53)
Report Version:  9

Interval Since Last Report:          1444056 sec
Crashes Since Last Report:           1
Per-App Crashes Since Last Report:   1
Anonymous UUID:                      D532BD63-913F-4359-A4B3-2751F422B5E7

Crashed Thread:  Unknown

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x000000008fe01030

Backtrace not available

Unknown thread crashed with X86 Thread State (32-bit):
  eax: 0x00000000  ebx: 0x00000000  ecx: 0x00000000  edx: 0x00000000
  edi: 0x00000000  esi: 0x00000000  ebp: 0x00000000  esp: 0x00000000
   ss: 0x00000023  efl: 0x00010202  eip: 0x8fe01030   cs: 0x0000001b
   ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x00000000
  cr2: 0x8fe01030
Logical CPU: 2

Binary images description not available


External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 1
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 318
    thread_create: 1
    thread_set_state: 0

Model: Macmini5,1, BootROM MM51.0077.B0F, 2 processors, Intel Core i5, 2.3 GHz, 2 GB, SMC 1.76f0
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 288 MB
Memory Module: BANK 0/DIMM0, 1 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142323837334742302D4348392020
Memory Module: BANK 1/DIMM0, 1 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142323837334742302D4348392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE4), Broadcom BCM43xx 1.0 (5.106.198.4.20)
Bluetooth: Version 4.0.5f11, 2 service, 18 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: TOSHIBA MK5065GSXF, 500.11 GB
USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
USB Device: USB OPTICAL MOUSE, 0x093a  (Pixart Imaging, Inc.), 0x2510, 0xfa120000 / 4
USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8281, 0xfa113000 / 7
USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
USB Device: USB keyboard, 0x0dc6  (Precision Squared Technology Corporation), 0x7072, 0xfd120000 / 4
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

My machine spec for Mac ... if it helps ...
Code:
Model Name:    Mac mini
  Model Identifier:    Macmini5,1
  Processor Name:    Intel Core i5
  Processor Speed:    2.3 GHz
  Number of Processors:    1
  Total Number of Cores:    2
  L2 Cache (per Core):    256 KB
  L3 Cache:    3 MB
  Memory:    2 GB
  Boot ROM Version:    MM51.0077.B0F
  SMC Version (system):    1.76f0
  Serial Number (system):    C07HD2K2DJD0
  Hardware UUID:    D3E27352-5265-5859-B2D3-4F9691AF882C
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): « Previous 1 2 3 4 5 6 Next »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode